Apache Virtual Host can be managed on a dedicated server.
ServerName domain.com
ServerAlias www.domain.com
ServerAdmin [email protected]
DocumentRoot /home/user-name/public_html
suPHP_UserGroup user-name user-name
User user-name
Group user-name
BytesLog /usr/local/apache/domlogs/domain.com-bytes_log
CustomLog /usr/local/apache/domlogs/domain.com combined
Options -ExecCGI -Includes
RemoveHandler cgi-script .cgi .pl .plx .ppl .perl
ScriptAlias /cgi-bin/ /home/user-name/public_html/cgi-bin/
Learn what apache virtual host involves and how to apply the steps in this guide.
Was this article helpful?
Still need help?
Our support team can walk you through setup, troubleshooting, and account questions.
