[users@httpd] apache virtual host for subdomain

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi!
 
I have a problem with apache config....
 
I would like to configure the virtual host like this:
 
 
www.domain1.com -> /www/domain1/
 
and
 
www.subdomain1.domain1.com -> /www/domain1/index.php?page=dom1
www.subdomain2.domain1.com -> /www/domain1/index.php?page=dom2
.
.
.
 
 
<VirtualHost 212.92.23.109:80>
    DocumentRoot /www/domain1
    ServerName www.domain1.com 
</VirtualHost>
 
<VirtualHost 212.92.23.109:80>
    DocumentRoot /www/domain1
    ServerName www.subdomain1.domain1.com
    ??? 
</VirtualHost>
 
Can anyone help me?
 
Best regards!
Zoltán Gyurasits
 
 

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux