There was a problem loading the comments.

Apache Virtual Host

Support Portal  »  Knowledgebase  »  Viewing Article

  Print
Apache Virtual Host can be managed on a dedicated server.

<VirtualHost 74.54.217.194:80>
    ServerName domain.com
    ServerAlias www.domain.com
    ServerAdmin webmaster@domain.com
    DocumentRoot /home/user-name/public_html
    <IfModule mod_suphp.c>
        suPHP_UserGroup user-name user-name
    </IfModule>
    <IfModule !mod_disable_suexec.c>
        User user-name
        Group user-name
    </IfModule>
    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/
</VirtualHost>

Share via
Did you find this article useful?  

Related Articles


Comments

Add Comment

Replying to  

CAPTCHA
© Osirion System Technologies