Information Services Talk
Information Services Talk
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Virtual Hosts don't work

 
Post new topic   Reply to topic    Information Services Talk Forum Index -> Information Services Talk
View previous topic :: View next topic  
Author Message
Gaurav
Guest





PostPosted: Sat Feb 16, 2008 3:34 am    Post subject: Virtual Hosts don't work Reply with quote

Hi,

I have vhosts turned on in httpd.conf

# Virtual hosts
Include conf/extra/httpd-vhosts.conf

In httpd-vhosts.com, I have following entries.

NameVirtualHost *:80

<VirtualHost *:80>
ServerAdmin weblogician@yahoo.com
DocumentRoot "C:/Programs/apache/httpserver/htdocs"
ServerName vishnugupta.dnsalias.com
ServerAlias vishnugupta.dnsalias.com
ErrorLog logs/vishnugupta.dnsalias.-error_log
CustomLog logs/vishnugupta.dnsalias.com.-access_log common
</VirtualHost>

<VirtualHost *:80>
ServerAdmin jivanrashmi@gmail.com
DocumentRoot C:/Programs/apache/httpserver/htdocs/JivanRashmi
ServerName www.jivanrashmi.org
ErrorLog C:/Programs/apache/httpserver/htdocs/JivanRashmi/logs/
jivanrashmi.org-error_log
CustomLog C:/Programs/apache/httpserver/htdocs/JivanRashmi/logs/
jivanrashmi.org-access_log common

<Directory c:/Programs/apache/httpserver/htdocs/JivanRashmi/>
AllowOverride All
Order Allow,Deny
Allow from All
</Directory>

</VirtualHost>

As soon as I turn on the vhosts, the server doesn't start. What am I
doing wrong?

Thanks,
Gaurav
Back to top
  Ads
Advertising
Sponsor


Display posts from previous:   
Post new topic   Reply to topic    Information Services Talk Forum Index -> Information Services Talk All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Board Security

80 Attacks blocked

Powered by phpBB © 2001, 2005 phpBB Group