Top "Apache-config" questions

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

Configure apache to listen on port other than 80

I use centOS server. I want to configure apache to listen on port 8079. I added LISTEN 8079 directive in httpd.conf. …

apache2 apache-config
index.php not loading by default

I have just installed CentOS, Apache and PHP. When I visit my site http://example.com/myapp/, it says "forbidden". …

php apache centos apache-config
How to change the default encoding to UTF-8 for Apache?

I am using a hosting company and it will list the files in a directory if the file index.html …

apache character-encoding apache-config
.htaccess not working apache

I have a server from AWS EC2 service running on Linux ubuntu and I have installed apache, php, and mysql. …

apache .htaccess amazon-ec2 amazon-web-services apache-config
Best way to log POST data in Apache?

Imagine you have a site API that accepts data in the form of GET requests with parameters, or as POST …

logging apache apache-config
how to use "AND", "OR" for RewriteCond on Apache?

Is this how to use AND, OR for RewriteCond on Apache? rewritecond A [or] rewritecond B rewritecond C [or] rewritecond …

mod-rewrite apache-config
How can I prevent tons of apache processes spawning when I start apache and proceeding to kill my machine?

I have a highly trafficked application on one debian machine and apache has started acting strange. Every time I start …

linux apache apache2 debian apache-config
How to check mod_headers and mod_expires modules enabled in apache

I want to check whether mod_headers and mod_expires modules enabled or not in my server Is there a …

apache apache-config mod-expires phpinfo mod-headers
Need to allow encoded slashes on Apache

I'm currently trying to place a URL within a URL. For example: http://example.com/url/http%3A%2F%2Fwww.…

apache apache2 apache-config
Virtual host on ubuntu 13.10 and apache 2.4.6

I have the following problem My hosts file is as follows: 127.0.0.1 localhost 127.0.1.1 barbala4o-HP-ProBook-4530s 127.0.1.1 mysite.localhost My file in …

apache apache-config ubuntu-13.10