How to share my wamp server with remote system using LAN IP ADDRESS
Posted by: joelfernando (---.223.164.122.airtelbroadband.in)
Date: October 18, 2013 09:09AM

Hai Hello Folks., i am try ing to share my wamp server with my friends computer connected in same LAN network... can you guide me with steps please..!!!!

Options: ReplyQuote
Re: How to share my wamp server with remote system using LAN IP ADDRESS
Posted by: RiggsFolly (---.as13285.net)
Date: October 18, 2013 09:59AM

Yes,

What version of WAMP are you using?
What version of Apache are you using?

Options: ReplyQuote
Re: How to share my wamp server with remote system using LAN IP ADDRESS
Posted by: joelfernando (---.223.164.122.airtelbroadband.in)
Date: October 18, 2013 10:11AM

WampServer Version 2.4
Apache Version 2.4.4

Options: ReplyQuote
Re: How to share my wamp server with remote system using LAN IP ADDRESS
Posted by: RiggsFolly (---.as13285.net)
Date: October 18, 2013 10:36AM

Ok Joel,

So edit your httpd.conf file. ( using the wampmanager menus so you get the right one )

find this section

# onlineoffline tag - do not remove
    Require local

It may say this if you have not beed through the Sticky Wampserver 2.4 What to do after Installing

#    Require all granted
#   onlineoffline tag - don't remove
     Order Deny,Allow
     Deny from all
     Allow from 127.0.0.1
     Allow from ::1
     Allow from localhost



I will assume that your subnet is 192.168.0.? If you are not sure, launch a command window and run this
ipconfig

And you should see something like this

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . :
   Link-local IPv6 Address . . . . . : fe80::54c8:d12f:6bf1:f6ce%10
   IPv4 Address. . . . . . . . . . . : 192.168.0.11
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.2.1

The interesting line is he one in bold titled IPv4 Address Use the first 3 quartiles of that number for any ip on your network.


Whichever it is change it to

#   onlineoffline tag - don't remove
    Require local
    ## To allow any ip on my internal network ( first 3 quartiles )
    Require ip 192.168.0

    ## Or to allow only specific IP's ( use all 4 quartiles )
    ## Require ip 192.168.0.100 192.168.0.101

Options: ReplyQuote
Re: How to share my wamp server with remote system using LAN IP ADDRESS
Posted by: joelfernando (---.223.164.122.airtelbroadband.in)
Date: October 18, 2013 10:55AM

@RiggsFolly:


THANKS BUDDY., WORKING FINE..!!!

Options: ReplyQuote
Re: How to share my wamp server with remote system using LAN IP ADDRESS
Posted by: RamDane (123.236.193.---)
Date: July 11, 2014 11:50AM

you shows the following changes but i am not clear where to made those changes
i am using
wamp ver 2.5
php 5.5.12
apache 2.4.9
help me too

Options: ReplyQuote
Re: How to share my wamp server with remote system using LAN IP ADDRESS
Posted by: RiggsFolly (---.dynamic.dsl.as9105.com)
Date: July 11, 2014 12:46PM

The post above your Joels thankyou message describes exactly what to do and tells you which files to edit and what to put in them.

What else can I do?

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote


Sorry, only registered users may post in this forum.