Apache subdomain problem
Posted
by Rudiger
on Server Fault
See other posts from Server Fault
or by Rudiger
Published on 2010-04-21T10:38:24Z
Indexed on
2010/04/21
10:43 UTC
Read the original article
Hit count: 362
Sorry if this is answered somewhere else but can't figure it out. Cant get my server to respond on the subdomain, only the main domain. Relevant info below, if you need more let me know.
Listen 10.0.1.191:80 ServerName server.local:80 (i know a bit stupid but logical for me and it works)
ServerName www.server.local ServerAlias server.local DocumentRoot /var/www/html/
ServerName qtp.server.local DocumentRoot /var/www/qtp/
Cheers
© Server Fault or respective owner