Add to Favourites Add to Favourites    Print this Article Print this Article

How to include domain-specific Apache configuration directives into web server configuration file ?

You can include domain-specific Apache configuration directives into web server configuration file. In Parallels Plesk Panel each domain has virtual hosts configuration stored in a separate file httpd.include.

On all Linux systems, this file is located in the directory /var/www/vhosts//conf/.

On FreeBSD systems, this file is located in the directory /usr/local/www/vhosts//conf/.

If you upgraded from Plesk version 7.5.4 or earlier, try looking for this file in the directory /home/httpd/vhosts//conf/ or /usr/local/psa/home/vhosts//conf/.

Note:: you can change the location of virtual host directories using the transvhosts.pl utility, which is located either in /usr/local/psa/bin/ or /opt/psa/bin/ directory, depending on your operating system.

This file is overwritten each time the virtual host configuration is changed, thus any manual alterations made to the file are discarded. To use custom directives or redefine those inserted by Plesk, you need to create the files vhost.conf and/or vhost_ssl.conf with necessary directives in the directory /path_to_vhosts//conf/ for a domain, and /path_to_vhosts//subdomains//conf/ for a subdomain.

If any of these files exist by the time the main configuration file is generated, Plesk inserts the appropriate Include directive into the HTTP and/or HTTPS virtual host context respectively. For security reasons, only root can create the vhost.conf and vhost_ssl.conf files.

For the changes to take effect, you need to run the following command:
PRODUCT_ROOT_D/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=

Was this answer helpful?

Also Read