|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
Hy all,
i got problem with my apache & virtualhosts. When i install apache on RedHat 6.1 and first time i start it, it goes work ok. But when i add one VirtualHost then getts worse. I got 2 domains and dns work fine and domains too but i got problems to see pages. When installed apache then he goes when i type www.domain1.com he goes on /usr/local/apache/htdocs and serve me up first page. When i add one VirtualHost in httpd.conf like that <VirtualHost secerys.domain1.com> DocumentRoot /home/www/secerys.domain1.com </VirtualHost> ..then he opens that page from VirtualHost . And when i type www.domain1.com he opens pages from secerys.domain1.com [/home/www/secerys.domain1.com]... Then i cant get pages from domain1. What is wrong or what i'm doing wrong . I got only one static IP and 2 domains. How can i call all my domains from different directories. When i was installed i was use --disable-modul=status,userdir,autoindex... So those modules doesnt work if someone things that is the help answer. So anyone can help me out PLEASE ! tnx |
|
#2
|
|||
|
|||
|
>>I got only one static IP and 2 domains
So you need "NameVirtualHost", start here -> http://www.apache.org/docs/mod/core.html#namevirtualhost <VirtualHost secerys.domain1.com> DocumentRoot /home/www/secerys.domain1.com </VirtualHost> Beside this, you also need a ServerName directive. Also, do not put secerys.domain1.com within the VirtualHost block, use IP address instead. You should also put a <Directory /home/www/secerys.domain1.com> block within the <VirtualHost> block. Go to -> http://www.apache.org/docs/vhosts/name-based.html |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > VirtualHost problem's |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|