preload preload

Manage Multiple Sites with Apache httpd using site-specific configurations

Apache httpd is a great webserver. Efficient, easy to install, easy to manage and lots of modules to play with for all your needs. Morever, it also allows you run as many websites as you want on a single server. It only takes to configure VirtualHost entry in your httpd-vhosts.conf and you are good to go. However, with increasing ...

Linux Apache httpd init.d Script

It is usually a good practice to install the Apache httpd as the service on the linux server so that it can be added to system startup and does not require any intervention from user to start the Apache httpd server manually on every reboot. Linux servers like (CentOS, RHEL, etc) requires to place the init scripts in the /etc/init.d ...