Eagle1
Verified User
When I try to add to the httpd customization
<VirtualHost 65.215.220.88:80>
ServerName www.seelke.net
ServerAlias www.seelke.net seelke.net
ServerAdmin [email protected]
DocumentRoot /home/deluxe/domains/myfamilies.net/public_html
User deluxe
Group deluxe
<Directory /home/deluxe/domains/myfamilies.net/public_html>
Options +Includes -Indexes
php_flag engine on
#php_admin_value safe_mode 1
</Directory>
</VirtualHost>
I get an error saying that domain does not exist, even though that was the domain I click on to the customization screen.
I had changed the httpd.conf file for this domain yesterday, so this would work, but today it was back to the same setting as before.
This is something I definately need.
What can I do to solve this?
Thanks,
Eddie
<VirtualHost 65.215.220.88:80>
ServerName www.seelke.net
ServerAlias www.seelke.net seelke.net
ServerAdmin [email protected]
DocumentRoot /home/deluxe/domains/myfamilies.net/public_html
User deluxe
Group deluxe
<Directory /home/deluxe/domains/myfamilies.net/public_html>
Options +Includes -Indexes
php_flag engine on
#php_admin_value safe_mode 1
</Directory>
</VirtualHost>
I get an error saying that domain does not exist, even though that was the domain I click on to the customization screen.
I had changed the httpd.conf file for this domain yesterday, so this would work, but today it was back to the same setting as before.
This is something I definately need.
What can I do to solve this?
Thanks,
Eddie