Top "Apache-config" questions

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

Restart httpd after changes in the httpd.conf

Do I need to restart httpd after changes in the httpd.conf file for changes to take effect?

apache apache-config
Is it possible to use variables in httpd.conf

Is there a way to use variables of some sort in an apache httpd.conf file? I'd like to define …

apache apache-config
Apache Port Proxy

I have a non-Apache server listening to port 8001 and Apache listening port 80. I want a certain virtual domain to actually …

apache2 apache-config
How can I make a virtual host accept multiple domains?

I have two different domains I want to use for this website, how can I configure the virtual host to …

apache apache2 apache-config
How to configure server to allow large file downloads?

I can download 1+ Gb files with no problem from my server. Today uploaded 2.3 GB file and discovered that I can't …

apache nginx download apache-config
How do I configure Apache2 to allow multiple simultaneous connections from same IP address?

By default, Apache2 seems to allow only 1 connection per IP address. How do I configure Apache2 to allow multiple simultaneous …

apache configuration apache2 config apache-config
PHPIniDir broken under windows 7?

I had a server running on a Windows XP machine using Apache2 with PHP and MySQL. I've recently upgraded to …

php apache apache2 apache-config
Completely hide server name apache

I have added these 2 lines in my etc/apache2.conf file, and it hid the OS and apache version. ServerSignature …

apache debian apache-config
.htaccess : Location not allowed here

I am getting a "Location not allowed here" error with this .htaccess. Does anyone have any idea on how I …

apache web-applications apache-config httpserver
What is the mac equivalent of "/etc/apache2/sites-available"?

I am installing Koha from source. Generic unix directions indicate the following step after sudo make install sudo ln -s /…

macos apache-config