kuiqsilver
IS-IT--Management
Hello all. I'm trying to set up subdomain for my web site. I've already updated the DNS records, and they seem fine. The problem I'm having is that the request times out when I try to view the subdomain. I can view my main site at but my subdomain times out.
My httpd.conf file has this:
NameVirtualHost *:80
<VirtualHost *:80>
ServerName ServerAlias neonbrainiac.nu
DocumentRoot /var/ </VirtualHost>
<Directory /var/ Options All
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<VirtualHost *:80>
ServerName library.neonbrainiac.nu
ServerAlias library.neonbrainiac.nu
DocumentRoot /var/ </VirtualHost>
<Directory /var/ Options All
AllowOverride All
Order allow,deny
Allow from all
</Directory>
I get no error messages in the error log. Nor do I get a record in the access log.
I can't load either page from a remote machine. neonbrainiac.nu works from localhost, but not from a different machine. library.neonbrainiac works from nowhere. But the address does resolve to the correct IP address.
My httpd.conf file has this:
NameVirtualHost *:80
<VirtualHost *:80>
ServerName ServerAlias neonbrainiac.nu
DocumentRoot /var/ </VirtualHost>
<Directory /var/ Options All
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<VirtualHost *:80>
ServerName library.neonbrainiac.nu
ServerAlias library.neonbrainiac.nu
DocumentRoot /var/ </VirtualHost>
<Directory /var/ Options All
AllowOverride All
Order allow,deny
Allow from all
</Directory>
I get no error messages in the error log. Nor do I get a record in the access log.
I can't load either page from a remote machine. neonbrainiac.nu works from localhost, but not from a different machine. library.neonbrainiac works from nowhere. But the address does resolve to the correct IP address.