I changed my document root for an account to /disk2/username/public_html but now i just get a 403 forbidden page when trying to view it
Here is what my httpd.conf looks like only a little modified to show here
Im really not sure if I missed a step or am just missing something but help would be really appreciatedCode:<VirtualHost xxx.xxx.xxx.xxx:80> ServerName domain.com ServerAlias www.domain.com DocumentRoot /disk2/username/public_html ServerAdmin webmaster@domain.com UseCanonicalName Off CustomLog /usr/local/apache/domlogs/domain.com combined CustomLog /usr/local/apache/domlogs/domain.com-bytes_log "%{%s}t %I .\n%{%s}t %O ." ## User username # Needed for Cpanel::ApacheConf <IfModule mod_suphp.c> suPHP_UserGroup username username </IfModule> <IfModule !mod_disable_suexec.c> SuexecUserGroup username username </IfModule> ScriptAlias /cgi-bin/ /disk2/username/public_html/cgi-bin/ # To customize this VirtualHost use an include file at the following location # Include "/usr/local/apache/conf/userdata/std/2/username/domain.com/*.conf" </VirtualHost>



LinkBack URL
About LinkBacks
Reply With Quote










