Questions tagged [httpd]

httpd is a typical process name of a web server.

httpd (for Hyper Text Transport Protocol Daemon) is a typical name of the web server process.

Apache is the most popular web server that runs using this process name. It is also the name given to the new default server for OpenBSD 5.7 and on.

1448 questions
0
votes
0 answers

Stress test a server running on the local machine?

I tried searching around and everything gives me completely different answers I'm comparing nginx and a proprietary server my boss wants to use. We're trying to figure out if it's a lot slower or roughly the same. Both are http servers (we don't…
0
votes
1 answer

Unix socket communication with Apache 2.4.51 and Flask App using Uwsgi returning "404 Not Found"

I'm using Apache in the front as web server and running python flask application at the back end and they communicate using Unix socket as mentioned in the link below for mod_proxy_uwsgi module and i have loaded both mod_proxy and mod_proxy_uwsgi as…
Jai
  • 1
  • 2
0
votes
2 answers

httpd quits after reload - slotmem-shm

My current httpd deployment setup involves generating new configuration files, relinking the config directory, then reloading the apache service. This process works fine for most of my hosts, however on of my proxy hosts, the httpd service will quit…
Matt Clark
  • 685
  • 1
  • 10
  • 26
0
votes
0 answers

Apache SSL config not listening on 443

I am trying to setup an apache website for SSL with a self-signed cert. I setup the vhost and everything looks ok to me. But the site is not coming up and on the server itself port 443 is not listening. Website: https://beta.jokefire.com VHOST…
user99201
  • 287
  • 2
  • 8
  • 22
0
votes
0 answers

How to share ISO files over PXE without mounting?

I have setup a PXE server with a local HTTPD server to host the ISO files the config looks like vi /etc/httpd/conf.d/pxeboot.conf Alias /centos-st8 /var/pxe/centos-st8 Options Indexes FollowSymLinks # access…
dranobob
  • 151
  • 5
0
votes
1 answer

500 internal server error running php file in cgi-bin

500 internal server error is shown when i access http://mysite.com/cgi-bin/test.php test.php

title here

error log shows (8)Exec format error: exec of '/var/www/cgi-bin/test.php' failed'. Premature end of script…
vvvvvvv
0
votes
0 answers

apache2, I can't suppress this line from apache logs

I've done this and other attempts, but not working for me: ... setEnvIf Request_URI "refresh.*" dontlog CustomLog /home/alan/logs/apache.log common env=!dontlog ... this line in…
alanvictorjp
  • 31
  • 1
  • 6
0
votes
0 answers

Docker container port mapping 80:80 only works on localhost but not from external access?

Logged in my intranet server via SSH on IP 10.10.245.209 (port 22 of course) Created a docker-compose.yml: version: '3.8' services: php-apache-environment: container_name: php-apache image: php:8.0-apache volumes: -…
datasn.io
  • 279
  • 1
  • 5
  • 16
0
votes
1 answer

Passenger Apache - Forbidden You don't have permission to access this resource

I'm stuck with Apache with Passenger configuration. I spent a few days looking for a solution. I follow this instructions. I'm getting this message in the browser: Forbidden You don't have permission to access this resource. httpd.conf # Use…
neuroine
  • 1
  • 4
0
votes
1 answer

How can the Apache httpd root path be rewritten to a subdirectory?

While I have seen similar questions elsewhere, some of those questions ask about redirecting the exact root path or else the provided answers don’t always work properly. What I require is to rewrite all paths starting from the root to a subdirectory…
dVVIIb
  • 1
  • 2
0
votes
2 answers

attempt to invoke directory as script?

ScriptAlias /cgi-bin/ /var/www/cgi-bin/ AllowOverride None AddHandler cgi-script pl cgi Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from…
vvvvvvv
0
votes
1 answer

Reason why RHEL Apache is installed on middleware folder

What's on RHEL the cause which Apache (HTTPD) is installed on the folder "/opt/middleware/httpd/", instead the usual installation folder? What should I apply on my server to have this similar feature, since I am trying to replicate a client…
0
votes
1 answer

Removing httpd built from tarball

I need help to remove httpd that I built from source ball, the instructions for installation are written from this blog yum remove can't delete installed httpd but httpd -v command still showed that httpd still exist on my server [root@localhost…
0
votes
1 answer

Intermittent "Address already in use: AH00072: make_sock: could not bind to address" on port 80

We are experiencing intermittent "Address already in use: AH00072: make_sock: could not bind to address" on port 80 failures on our servers. I have looked at other answers and they are mostly based around it being a consistent failure and a LISTEN…
Elijah Lynn
  • 141
  • 6
  • 17
0
votes
1 answer

HTTPD LDAP Authentication not working

First time trying to do this and I'm completely lost. I have a Oracle Linux 7.9 server that has a directory that needs to be shared to users via HTTP so that they can download files to send out to third parties. I have been easily able to make it…
SJWales
  • 1
  • 3