DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40168>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40168
Summary: Virtual Host Not Running
Product: Apache httpd-2
Version: 2.2-HEAD
Platform: Other
OS/Version: Windows XP
Status: NEW
Severity: critical
Priority: P3
Component: support
AssignedTo: bugs@httpd.apache.org
ReportedBy: arunmohanmp@gmail.com
I installed Apache 2.2 I am working in Windows XP platform. I tried to add
virtual host by the following lines in the httpd-vhosts.conf file. I tried
127.0.0.1 and *:80 instead of 192.168.1.2, which is the proxy of my computer.
NameVirtualHost 192.168.1.2
<VirtualHost 192.168.1.2>
ServerName balavilla
ServerAlias balavilla.org
ServerAdmin arunmohanmp@gmail.com
DocumentRoot "F:/MP/Website/Samples/SNC/"
ErrorLog logs/snc-error.log
CustomLog logs/snc-access.log common
</VirtualHost>
But when i type balavilla or alavilla.org it says it cannot find anything with
that name. Why can it be like that. At the same time when
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|