I also can not change my default virtualhost
<VirtualHost 221.132.35.203:80>
ServerName vdc035203.prohost.vn
DocumentRoot /usr/local/apache/htdocs
ServerAdmin [email protected]
<IfModule mod_suphp.c>
suPHP_UserGroup nobody nobody
</IfModule>
UserDir disable
</VirtualHost>
I tried to add this directly to httpd.conf, ex:
I want to change "DocumentRoot /usr/local/apache/htdocs" ==> "DocumentRoot /home/default/public_html".
Then rebuild, and the change is lost.
Thanks!
<VirtualHost 221.132.35.203:80>
ServerName vdc035203.prohost.vn
DocumentRoot /usr/local/apache/htdocs
ServerAdmin [email protected]
<IfModule mod_suphp.c>
suPHP_UserGroup nobody nobody
</IfModule>
UserDir disable
</VirtualHost>
I tried to add this directly to httpd.conf, ex:
I want to change "DocumentRoot /usr/local/apache/htdocs" ==> "DocumentRoot /home/default/public_html".
Then rebuild, and the change is lost.
Thanks!