Wamp 2.2 in Network
Posted by: pranav (---.27.169.122.airtelbroadband.in)
Date: November 30, 2012 06:10AM

Hi All,
I have just installed wamp 2.2
wanted to share my server in lan network,
Have googled for the the related topics but coudn't found any meaningful answers,
Can any body look into the issue, and reply ASAP.

Quick help will be heartily appreciated.

Thanking You.



Edited 1 time(s). Last edit at 11/30/2012 06:19AM by pranav.

Options: ReplyQuote
Re: Wamp 2.2 in Network
Posted by: stevenmartin99 (Moderator)
Date: November 30, 2012 06:13AM

Left click wamp icon > put online

Then use LAN IP

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

Options: ReplyQuote
Re: Wamp 2.2 in Network
Posted by: pranav (---.static.youbroadband.in)
Date: November 30, 2012 06:16AM

Thank you your prompt reply,
But my wamp is already online..

Options: ReplyQuote
Re: Wamp 2.2 in Network
Posted by: stevenmartin99 (Moderator)
Date: November 30, 2012 06:30AM

And what happens if you use the LAN IP from another machine

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

Options: ReplyQuote
Re: Wamp 2.2 in Network
Posted by: pranav (---.static.youbroadband.in)
Date: November 30, 2012 06:32AM

It returns forbidden access on another machine

Options: ReplyQuote
Re: Wamp 2.2 in Network
Posted by: pranav (---.static.youbroadband.in)
Date: November 30, 2012 06:34AM

Hey Steven Sir,
thanks for your help,
I have solved this

by putting the line

Require all granted

and commented line

Require local

in httpd.conf file

Thanks for your valuable time to me.

Options: ReplyQuote
Re: Wamp 2.2 in Network
Posted by: dflores009 (65.211.235.---)
Date: December 06, 2012 12:28AM

This works, but now the "online" and "offline" option don't work. It will always be online, any way to fix this?

Options: ReplyQuote
Re: Wamp 2.2 in Network
Posted by: pranav (---.4.169.122.airtelbroadband.in)
Date: December 06, 2012 05:57AM

revert back to your original system, and put it on online, if it goes to online, open httpd.conf , find and replace following code with your existing code.

Hope this helps.

/*********************************************************************************************************/

<Directory "d:/wamp/www/">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# [httpd.apache.org]
# for more information.
#
Options Indexes FollowSymLinks

#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride All

#
# Controls who can get stuff from this server.
#
# Online --> Require all granted

# onlineoffline tag - don't remove

# Require local
Require all granted

</Directory>

/*********************************************************************************************************/



Edited 1 time(s). Last edit at 12/06/2012 05:59AM by pranav.

Options: ReplyQuote


Sorry, only registered users may post in this forum.