Top "Httpd.conf" questions

The main configuration file of Apache HTTP Server is usually called httpd.

Error message "Forbidden You don't have permission to access / on this server"

I have configured my Apache by myself and have tried to load phpMyAdmin on a virtual host, but I received: 403 …

apache configuration httpd.conf http-status-code-403
Lost httpd.conf file located apache

How can I find where my httpd.conf file is located? I am running an Ubuntu Linux server from the …

linux apache ubuntu amazon-ec2 httpd.conf
Accessing localhost (xampp) from another computer over LAN network - how to?

I have just set up a wi-fi network at home. I have all my files on my desktop computer (192.168.1.56) and …

apache xampp localhost remote-debugging httpd.conf
Forbidden You don't have permission to access / on this server

All I wanted to do today was to write a redirect rule to a subfolder, e.g.: You enter the …

apache .htaccess mod-rewrite httpd.conf
How to automatically redirect HTTP to HTTPS on Apache servers?

Environment Centos with apache Trying to setup automatic redirection from http to https From manage.mydomain.com --- To ---&…

linux apache .htaccess webserver httpd.conf
WAMP 403 Forbidden message on Windows 7

I have installed WAMP version 2.1 on my windows 7 machine. When i browse to localhost in my browser, the WAMP server …

apache wamp wampserver httpd.conf http-status-code-403
httpd-xampp.conf: How to allow access to an external IP besides localhost?

I haven't found the right answer that works for me in other questions. This is how the httpd-xampp.conf looks …

apache xampp httpd.conf
Apache Proxy: No protocol handler was valid

I am trying to proxy a subdirectory to another server. My httpd.conf: RewriteEngine On ProxyPreserveHost On RewriteRule .*subdir/ https://…

apache httpd.conf apache-modules apache2.4
Apache could not be started - ServerRoot must be a valid directory and Unable to find the specified module

I'm using xampp portable server and I'm having some trouble with Apache http server, it says "ServerRoot must be a …

apache httpd.conf