News

You can accomplish this by using the Combined Log Format rather than the default Common Log Format. In your Apache configuration files, search for the CustomLog keyword, and modify it to look like ...
Apache is configured by placing directives in plain text configuration files. The main configuration file is usually called httpd.conf. The location of this file is set at compile-time, but may be ...
We host a lot of web sites. In the past, I've tried to put as much config info in the apache config files (often broken up into individual .conf files in /etc/httpd/conf.d in order to keep things ...
I have a configuration file in some PHP scripts that I'm hoping to use. I don't want people to be able to read this config file, but it's extension is .pinc, and not .php. Ultimately anyone can ...
This command will open the Apache configuration file in a basic editor. You can save the file with Ctrl-O and exit the editor with Ctrl-X. Apache on Linux: Initial configuration While the Apache ...
In such a configuration, Apache takes care of many of the aforementioned security aspects, so you don't need to learn another configuration language. Simply adapt the familiar Apache configuration ...
How to Run ASP Pages on an Apache Server. Apache is an open source Web server and a free alternative to commercial server operating systems. Apache can serve pages in most any Web scripting ...