Yet Another VirtualHost bugs

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Yet Another VirtualHost bugs

Postby arif » 29. May 2006 03:30

My xampp for Windows is version 1.5.2...I'm downloading version 1.5.3 and hope my problem will be solved. :-(

This is my "httpd-vhosts.conf"

NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin hehehe@mysite.com
DocumentRoot "E:/28May2006/myfiles"
ServerName www.test.info
ServerAlias www.test.info
ErrorLog logs/www.test.info-error_log
CustomLog logs/www.test.info-access_log common
</VirtualHost>

and my hosts

127.0.0.1 www.test.info

Those configuration generate:

The requested URL was not found on this server

in my firefox and URL http://localhost genereate exactly the same message

but when I did this:

NameVirtualHost *:80
#<VirtualHost *:80>
# ServerAdmin hehehe@mysite.com
# DocumentRoot "E:/28May2006/myfiles"
# ServerName www.test.info
# ServerAlias www.test.info
# ErrorLog logs/www.test.info-error_log
# CustomLog logs/www.test.info-access_log common
#</VirtualHost>

the URL http://localhost will works at became http://localhost/xampp/ and works fine.

I think this is a xampp configuration bugs because version 1.4.16 and it's ancestor has no problem with this. I really love version 1.4.16 because it's so stable and easy to configure. Version 1.5.2 confuse me alot. I've never tried version 1.5.1

Any comments, suggestions, help...would be greatly appreciated

Note: I have been googling and reading all about vhost documentation and tutorial, samples, etc from Apache site and xampptutorials.com. No solution at all!
arif
 
Posts: 3
Joined: 29. May 2006 02:57

Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 129 guests