Hello,
I have one domain that no matter what I do, cant use subdomains.
I create test.domain.com, john.domain.com, etc, they simply dont work.
httpd config shows:
named.conf shows both A entries correct at domain.com.db:Code:# DO NOT EDIT. AUTOMATICALLY GENERATED <VirtualHost SERVERIP:80> ServerName john.domain.com ServerAlias www.john.domain.com DocumentRoot /home/johnuser/public_html/john ServerAdmin webmaster@john.domain.com UseCanonicalName Off CustomLog /usr/local/apache/domlogs/john.domain.com combined BytesLog /usr/local/apache/domlogs/john.domain.com-bytes_log <IfModule !mod_disable_suexec.c> User johnuser Group johnuser </IfModule> ScriptAlias /cgi-bin/ /home/johnuser/public_html/john/cgi-bin/ </VirtualHost>
The subdomain was created 2 days go, so this is not a dns propagation issue.Code:john 14400 IN A SERVER-IP www.john 14400 IN A SERVER-IP
Im using latest RELEASE version, and RHES 4.
Any idea?



LinkBack URL
About LinkBacks
Reply With Quote




