Domain Pointer

Eagle1

Verified User
Joined
Feb 13, 2004
Messages
63
Location
Corpus Christi, TX
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
 
Hello,

If you are using the custom httpd.conf feature, you can only add a few lines as they are inserted *inside* a virtualhost into the |CUSTOM| token. You cannot add a whole new virtualhost through that feature, you'd need to manually add it to the main /etc/httpd/conf/httpd.conf file at the bottom.

John
 
Back
Top