Top "Apache" questions

Use this tag (along with an appropriate programming-language tag) for programming questions relating to the Apache HTTP Server.

how to create virtual host on XAMPP

I am sure this question is being asked many times but I am not encounter with a problem. I am …

php apache zend-framework xampp virtualhost
Deny access to one specific folder in .htaccess

I'm trying to deny users from accessing the site/includes folder by manipulating the URL. I don't know if I …

apache .htaccess
apache redirect from non www to www

I have a website that doesn't seem to redirect from non-www to www. My Apache configuration is as follows: RewriteEngine …

apache redirect mod-rewrite
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
www-data permissions?

So I have a directory in /var/www (called cake) and I need to allow www-data to write to it, …

apache permissions sudo
Apache won't run in xampp

I have just installed XAMPP and everything works fine except that I can't get apache to run. It seems that …

apache xampp port
You don't have permission to access / on this server

I have CentOS 6.1 server and I installed apache 2.2.15 on it. Now When I try to access it from another pc (…

apache centos6
Wildcards in a Windows hosts file

I want to setup my local development machine so that any requests for *.local are redirected to localhost. The idea …

windows apache dns hosts virtual-hosts
Understanding Apache's access log

What do each of the things in this line from my access log mean? 127.0.0.1 - - [05/Feb/2012:17:11:55 +0000] "GET / HTTP/1.1" 200 140 "-" "…

apache access-log
how to configuring a xampp web server for different root directory

The web directory is the home of all of your application's public and static files. Including images, stylesheets and JavaScript …

php apache webserver xampp