apache version

FreeBSD: Restart Apache Server

by Vivek Gite on January 15, 2009 · 0 comments

How can I restart Apache web server under FreeBSD operating systems?

{ 0 comments }

Find out Apache Version

by Vivek Gite on December 20, 2008 · 13 comments

Q. I have a rented dedicated LAMP server and I need to know what version of Apache I am running. How do I find out my Apache server version? How do I find out what modules loaded?

{ 13 comments }

Apache Log POST Data To A Log File

by Vivek Gite on April 17, 2008 · 7 comments

How do I log POST data submitted by our user registration form to a log file under Debian Linux Apache 2 Web Server?

{ 7 comments }

Q. I’m using CentOS Linux server with Apache 2 and PHP. I’ve created .htaccess file for URL rewrting and other configuration options. However, my Apache version 2 .htaccess configuration is not working at all. How do I fix this problem?

{ 11 comments }

Q. How do I hide the Apache version number under CentOS Linux 5 server? A. You can easily hide Apche (httpd) version number and other information. There are two config directives that controls Apache version. The ServerSignature directive adds a line containing the Apache HTTP Server server version and the ServerName to any server-generated documents, [...]

{ 1 comment }

Q. How do I protecting a directory in Apache on linux? A. There are many ways you can password protect directories under Apache web server. This is important to keep your file privates from both unauthorized users and search engines (when you do not want to get your data indexed). Here you will see the [...]

{ 21 comments }