Setting Up httpd.conf
Posted by: andrewteg (---.g3.com)
Date: September 17, 2007 06:11PM

Hi,

I just installed WAMPServer and it looks great for testing on my local machine. I'm on a network behind a firewall and want to let others my network see my localhost machine. So if my machine is ws-andrew, I want others inside to be able to goto [ws-andrew]. By default, WAMPServer does not allow this. I want to make sure I change the right info...

I found this in httpd.conf under <Directory "C:/wamp/www">:

# onlineoffline tag - don't remove
Order Deny,Allow
Deny from all
Allow from 127.0.0.1


And I changed it to this...

# onlineoffline tag - don't remove
# Order Deny,Allow
# Deny from all
# Allow from 127.0.0.1
# Allow from ws-andrew
Order allow,deny
Allow from all

Is this the best way to let others in my network see my localhost?

Thanks,
Andrew

Options: ReplyQuote
Re: Setting Up httpd.conf
Posted by: ferdi (---.saix.net)
Date: September 17, 2007 10:38PM

Well, your computer name refers to your local ip address.
you would need to use your ip address to let other browse your server.

Options: ReplyQuote
Re: Setting Up httpd.conf
Posted by: andrewteg (---.g3.com)
Date: September 17, 2007 10:42PM

Thanks, I guess both methods work but I was just overlooking an obvious solution! This is really great software BTW smiling smiley

Options: ReplyQuote
Re: Setting Up httpd.conf
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: September 18, 2007 10:26PM

read the "setting up apache in a network" section of my wamp manual. the link to my manual is in my sig.



CyberSpatium
----------------------
WAMP English Forum Admin

I have WAMP5 working with (for development use only):
Windows Vista Ultimate x64 (64 bit)
Kaspersky Internet Security Suite 7.0.x
Spyware Terminater 2.x
CounterSpy 2.5.x


Need help? Check out my WAMP User Manual/Guide here!


Web Development for Newbie's Blog - Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.


Clarify Loans
Mortgage and Home Loan Advice


LaxGo Web Directory
Powerful human edited web directory of quality, spam-free sites organized via a comprehensive category structure.

Options: ReplyQuote
Re: Setting Up httpd.conf
Posted by: andrewteg (---.g3.com)
Date: September 18, 2007 10:34PM

Thanks, but the "Need help? Check out my WAMP User Manual/Guide here!" part of your sig has no link in it. Just underline and strong tags...

Options: ReplyQuote
Re: Setting Up httpd.conf
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: September 18, 2007 10:44PM

thx for bringing that to my attention. i have edited and fixed my sig now.


CyberSpatium
----------------------
WAMP English Forum Admin

I have WAMP5 working with (for development use only):
Windows Vista Ultimate x64 (64 bit)
Kaspersky Internet Security Suite 7.0.x
Spyware Terminater 2.x
CounterSpy 2.5.x


Need help? Check out my WAMP User Manual/Guide here!


Web Development for Newbie's Blog - Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.


Clarify Loans
Mortgage and Home Loan Advice


LaxGo Web Directory
Powerful human edited web directory of quality, spam-free sites organized via a comprehensive category structure.

Options: ReplyQuote


Sorry, only registered users may post in this forum.