Forum Moderators: phranque

Message Too Old, No Replies

more newbie problems.

problems with config

         

chroma

10:35 pm on May 29, 2006 (gmt 0)

10+ Year Member



Sorry to be a newbie coming along and asking for help - you're probably fed up of this kind of request, but any help would be appreciated! If you know of somewhere that I could read up about this kind of thing, a link would be really helpful.

I've got apache2triad running seemingly well on my local machine. with virtualhosts accessiable from the local machine, and setup in HOSTS on XP. As soon as I try to access any of the virtualhosts from anywhere on my network, I get a listing of the htdocs folder, for all virtual hosts - this folder isn't even listed as a virtual host document root.

I'm also getting this error in the log:

[Mon May 29 22:23:30 2006] [warn] [client 192.168.1.101] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter remove

[Mon May 29 22:22:39 2006] [warn] NameVirtualHost *:80 has no VirtualHosts

My Virtual Host setting is:

NameVirtualHost *:80

<VirtualHost localtest>
ServerName localtest
DocumentRoot "c:\apache2triad\htdocs\test"
ErrorLog "logs/test-error_log"
</VirtualHost>

As I said, works perfectly on my local machine, which puzzles me.

Thanks for any help you can give...