How to install and access WAMP in Intranet
Posted by: guir (124.43.233.---)
Date: January 19, 2008 07:54AM

Hi!

I installed WAMP on a PC in a LAN and try to access it from another PC using IP address as following.

[192.168.1.32] - Failed

[192.168.1.32] - Failed

[192.168.1.32] - Failed

It will be a great help if someone let me know how to configure WAMP to access from any LAN client.

Best Regards.

Indunil

Options: ReplyQuote
Re: How to install and access WAMP in Intranet
Posted by: yfastud (Moderator)
Date: January 19, 2008 03:39PM

Check Setup Virtual Host and Setup LAN and Worldwide Access on my websies

Have fun,

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

Options: ReplyQuote
Re: How to install and access WAMP in Intranet
Posted by: guir (124.43.129.---)
Date: January 21, 2008 05:09AM

Hi!

Thanks for information provided by you.

But it will be a further help to me if you could please clarify me, how to configure a port in WAMP.

--------------------------------------------------------------------------------------------
"Default port for HTTP is port 80. Note: If your ISP blocks port 80 for some reasons, you can use port 81 or 8080, and remember to setup that same port in WAMP as well. "
--------------------------------------------------------------------------------------------

Do I have to config Apache Config file, if so which variable should I changed and how to do that.

Best Regards

Indunil

Options: ReplyQuote
Re: How to install and access WAMP in Intranet
Posted by: yfastud (Moderator)
Date: January 21, 2008 05:32AM

If your isp doesn't block port 80, you don't have to worry about that. If they do, open file httpd.conf in folder C:\wamp\bin\apache\apache2.2.6\conf change port in this line

listen 80

Have fun,

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

Options: ReplyQuote
Re: How to install and access WAMP in Intranet
Posted by: guir (124.43.129.---)
Date: January 21, 2008 05:34AM

Thanks very much for your early reply.......

Visit Sri Lanka

Options: ReplyQuote
Re: How to install and access WAMP in Intranet
Posted by: milkathecow (---.47.221.87.dynamic.jazztel.es)
Date: January 21, 2008 02:02PM

Hi, I have the same issue.

I have installed WAMP and set up a joomla 1.5 RC4 on it (windows XP Pro SP2)

the steps i have tried :
[localhost] OK
[127.0.0.1] OK

now when i want to see it from my laptop connected and part of the same LAN with same ip range :
192.168.1.1 Router
192.168.1.3 WebServer
192.168.1.182 laptop

255.255.255.0

I have tried to change :
- serverName to 192.168.1.3 didn't work
- create virtualHost following this :

<VirtualHost 192.168.1.3:80>
DocumentRoot c:/wamp/www
ServerName local

<Directory "c:/wamp/www">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>

</VirtualHost>

This didn't work either, i still have a "forbidden 503" and i'm really getting annoyed smiling smiley does anyone have any idea ?

i'm not trying to go "live" on internet, it's really my test server and want to show it to my team, so the DNS and port forwarding etc i don't think relate to it either sad smiley.

anyone have a clear idea on how to do it ? thanks a lot smiling smiley

olivier

Options: ReplyQuote
Re: How to install and access WAMP in Intranet
Posted by: yfastud (Moderator)
Date: January 21, 2008 03:12PM

Check Setup Virtual Host and LAN & Worldwide Access on my webistes

Have fun,

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

Options: ReplyQuote
Re: How to install and access WAMP in Intranet
Posted by: eyekay234 (---.lg.starcomms.net)
Date: February 05, 2010 05:37PM

I have just setup wamp and a web application on a server. I want the web application accessable via the exisiting lan connection.. How do i set it up?

Options: ReplyQuote
Re: How to install and access WAMP in Intranet
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: February 05, 2010 05:40PM

over the lan network?


left click wamp> put online

then use the pc name or the local ip address

examples

[192.168.x.x]

or

[PCNAME]

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: How to install and access WAMP in Intranet
Posted by: eyekay234 (---.lg.starcomms.net)
Date: February 05, 2010 06:23PM

if i use the ip number of the machine thats the local host and i need it to call up the index page of a certain folder..

Lets say i have three folders in my WWW directory called A,B and C. and the application i want viewed on the LAN is C. how do i redirect the users cos i am not sure that when i click or use the PCNAME or IP what the link will show up.

Options: ReplyQuote
Re: How to install and access WAMP in Intranet
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: February 05, 2010 06:27PM

yes use http: //localipaddress/foldername

so http ://192.168.x.x/C

note your ip is not 127.0.0.1 its 192.168.x.x aqnd you need to find x means for ur pc in cmd >ipconfig

or use http: /PCNAME/C

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: How to install and access WAMP in Intranet
Posted by: eyekay234 (---.lg.starcomms.net)
Date: February 05, 2010 06:36PM

Thanks... will give it a try and get back to you on this

Options: ReplyQuote
Re: How to install and access WAMP in Intranet
Posted by: yfastud (Moderator)
Date: February 06, 2010 12:00AM


Options: ReplyQuote
Re: How to install and access WAMP in Intranet
Posted by: eyekay234 (---.lg.starcomms.net)
Date: March 09, 2010 12:48PM

forgot to say thank you.. now i can get it to work over a lan network just by using ip addresses... thanks

Options: ReplyQuote
Re: How to install and access WAMP in Intranet
Posted by: yfastud (Moderator)
Date: March 10, 2010 01:48AM

for only 1 site, using lan ip is ok, but might run into problem if testing more than 1; for example, testing joomla, wordpress and drupal... at the same time, and that's why I've provided step-by-step vh guide to setup more than 1 winking smiley

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.