Posted by Admin on 19th March 2007
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Apache top is a curses-based realtime utility to display information from a running copy of Apache.It is modelled after the standard ‘top’ utility, and displays information such as the requests pers second, bytes per second and the most popular URLs displayed.It must be run from a machine running Apache, as it works by processing the logfiles found in /var/log/apache.
Read the rest of this entry »
Posted in Webserver | No Comments »
Posted by Admin on 1st March 2007
By default, Apache will send version and modules information (e.g., mod_php, mod_perl, mod_ssl) in every HTTP header.
Read the rest of this entry »
Posted in Webserver | 8 Comments »
Posted by Admin on 21st February 2007
If you want to install apache2 with SSL support check here once you have everything ready you need to configure your SSL for good security.
Read the rest of this entry »
Posted in Webserver | No Comments »
Posted by Admin on 30th January 2007
Hide PHP Version in Apache from remote users requests
In order to prevent PHP from exposing the fact that it is installed on the server, by adding its signature to the web server header we need to locate in php.ini the variable expose_php and turn it off.By default expose_php is set to On.
Read the rest of this entry »
Posted in Webserver | 2 Comments »
Posted by Admin on 15th January 2007
XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use – just download, extract and start.
Read the rest of this entry »
Posted in Webserver | 8 Comments »
Posted by Admin on 18th December 2006
The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.
Read the rest of this entry »
Posted in Webserver | 49 Comments »