Top "Apache-config" questions

Apache configuration is text based configuration file (or set of files) which are used to configure apache httpd web server

Apache .htaccess <Directory not allowed here

I run XAMPP and I'm trying to learn how .htaccess works. I have a file structure that looks something like …

regex apache .htaccess mod-rewrite apache-config
When I'm using VMware Workstation, Can I access the localhost of my Guest server from the Host?

I'm newbie to the linux and apache server configuration so please give me some advice. I installed VMware in my …

apache vmware centos apache-config
httpd (pid 1766) already running but I can't load localhost and see apache confirmation on browser

so I installed APACHE on linux ..and I typed apachectl start and get httpd (pid 1766) already running but I can't …

linux apache centos apache-config
How can I redirect all sub-directories to root using htaccess or httpd.conf?

I have an index file that builds content based on n PATH_INFO variables. Example: site.com/A/B/n/ …

.htaccess mod-rewrite apache apache-config
Apache2 - authorize users against a Location using BasicAuth but ONLY for users outside local subnet

In my Apache 2 config I have a VirtualHost which looks something like this: <VirtualHost *:80> ServerName sub.domain.com # …

apache apache2 basic-authentication apache-config
client denied by server configuration: app/etc/local.xml

I have installed magento on one of my test server to study the features Here when i navigate thru the …

apache magento apache-config
Apache: “AuthType not set!” 500 Error

It's been a while since I used the Apache httpd web server in windows. when I try to request localhost/…

apache apache-config
Removal of the /var/www/icons alias from Apache config

I have a directory called /var/www/icons on my web server, which is also referenced as an alias in …

apache webserver vhosts apache-config apache2.2
Any python libs for parsing apache config files?

Any python libs for parsing apache config files or if not python anyone aware of such thing in other languages (…

python parsing apache-config
Apache & JBoss use port 80 at the same time

I have both Apache 2 and JBoss 4.2.3 on the same machine and would like both of them to use port 80. There …

apache jboss apache-config mod-proxy mod-jk