Should you need to reconfigure a Plesk vhost, open a Terminal window and as a root user, enter the following. /usr/local/psa/admin/bin/websrvmng –reconfigure-vhost –vhost-name=INSERTDOMAIN /etc/init.d/httpd reload
How to set up the caching using Apache 2.0. In order to get apache proxying the requests the following line needs to be uncommented in the httpd.conf: LoadModule proxy_http_module modules/mod_proxy_http.so The following modules are also needed to get the caching working. They may not appear in your httpd.conf so if not, you’ll have to add [...]