Top "Apache-modules" questions

Apache modules extend the Apache opensource HTTP server core functionality for special purposes.

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
URL Rewriting doesn't seem to work. Apache2

I would like it so that when the user goes to http://mysite.com/home that it redirects him to …

apache apache2 apache-modules
Compiling Apache web server with dynamic module support

I have just compiled Apache 2.2.17 on a fresh install of Ubuntu 10.04.2. It's a learning exercise to discover what actually goes …

apache apache-modules
How to enable mod_info in Apache?

I've gone through the Apache guide to enable to mod_info. As per doc: To configure mod_info, add the …

apache apache2 apache2.2 apache-modules