Whacky Wamp, Some Work Soem Dont!
Posted by: JREAM (---.dab.bellsouth.net)
Date: June 26, 2008 10:39AM

Please Help!

I have fresh installed WAMP several times, even older version!

/sys32/drivers/etc/hosts
127.0.0.1 localhost
127.0.0.1 lostseed
127.0.0.1 jream
127.0.0.1 test

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

<VirtualHost 127.0.0.1:80>
ServerName localhost
DocumentRoot c:/Server/www
ServerPath c:/Server/www
</VirtualHost>

<VirtualHost 127.0.0.1:80>
ServerName test
DocumentRoot D:/TEST
ServerPath D:/TEST
</VirtualHost>

<VirtualHost 127.0.0.1:80>
ServerName JREAM
DocumentRoot D:/JREAM
ServerPath D:/JREAM
</VirtualHost>

<VirtualHost 127.0.0.1:80>
ServerName Lostseed
DocumentRoot D:/Lostseed
ServerPath D:/Lostseed
</VirtualHost>


I get [JREAM] to work, [localhost] to work yet now localhost says FORBIDDEN.
LostSeed and TEST no longer work, I uninstalled SKYPE (read it up) and didn't do anything except make JREAM work again but none of the others.

Can anyone help me?

Options: ReplyQuote
Re: Whacky Wamp, Some Work Soem Dont!
Posted by: JREAM (---.dab.bellsouth.net)
Date: June 26, 2008 10:50AM

By the way is there a way to check Port 80?

- no .htaccess in any directories

Any known Apps block this?

Options: ReplyQuote
Re: Whacky Wamp, Some Work Soem Dont!
Posted by: toivo (---.nsw.bigpond.net.au)
Date: June 26, 2008 11:43AM

Hi,

The ServerPath directive may not be necessary at all. It should specify an URL path, not a file path. Have you checked the examples from [httpd.apache.org]?

There are plenty of applications that block port 80. You can test port 80 by clicking the WAMP icon in the System Tray, then Apache - Test Port 80.

You can also run the following command at the command prompt to find out the executable holding on to Port 80. It will take a while to run but is very useful.

netstat -a -n -b | more

Regards,

toivo
Sydney, Australia

Options: ReplyQuote
Re: Whacky Wamp, Some Work Soem Dont!
Posted by: yfastud (Moderator)
Date: June 26, 2008 03:18PM

Your codes will not work, you should check Apache manual or website to get more idea

For simple solution, you can check my instruction guide here

[guides.jlbn.net]

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote


Sorry, only registered users may post in this forum.