I could not get Name Based Virtual Host running on my home PC ,
that means no NIC , and I can only use loopback IP (127.0.0.0 and 127.0.01)
.

I wish to get 2 domains for the purpose of coding-practice at home.

I will list what steps I have taken :


1) (Involves the conf file)

Listen 127.0.0.1:80
NameVirtualHost 127.0.0.1:80


<VirtualHost 127.0.0.1>
ServerName themmadi.com
ServerAlias *.themmadi.com
ServerAdmin shyam@localhost
DocumentRoot /home/www/themmadi
ErrorLog /home/www/themmadilog
ScriptAlias "/cgi-bin/" /home/www/themmadi/cgi-bin
</VirtualHost>
<VirtualHost 127.0.0.0>
ServerName parimalam.com
ServerAlias *.parimalam.com
ServerAdmin shyam@localhost
ErrorLog /home/www/parimalamlog
ScriptAlias "/cgi-bin/" /home/www/parimalam/cgi-bin
</VirtualHost>

2) /sbin/hhtpd -S

Syntax OK

3) /etc/init.d/httpd restart

Reloading apache modules.
/usr/sbin/apachectl start: httpd could not be started


What could I have missed ?

Thanks,
Shyam




-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to