Configure Apache as a reverse proxy
Apr 1,16Apache can also be configured to serve as a reverse proxy. A reverse proxy appears to the client just like …
Read MoreConfigure Apache as a forward proxy
Apr 1,16Apache can be configured as both a forward and a reverse proxy. An ordinary proxy (also called a forward proxy) …
Read MoreLog files – access.log and error.log
Apr 1,16Apache in quite good in logging everything that happens on your webserver, from the initial request, through the URL mapping …
Read MoreConfigure SSL
Apr 1,16To encrypt communication between your Apache web server and web clients, you need to use the mod_ssl module. Enable this …
Read MoreCreate new virtual host
Apr 1,16You can create your own virtual hosts to run multiple websites off of one web server. The simplest way to …
Read MoreDefault virtual host
Apr 1,16By default, Apache is configured with a single default virtual host which can be modified or used as-is if you …
Read More
