Quantcast
Channel: WampServer - WampServer English
Viewing all articles
Browse latest Browse all 3177

Not able to connect to wampserver in LAN (5 replies)

$
0
0
Hi,

I have recently installed wampserver 3.2.3. I am trying to connect to the wampserver from a system within the LAN, but i am not able to the same. I get This site can't be reached error.

I have added the host entry in the remote system in the hosts file.

Below are the details of my install.

1 - Windows version used - Windows 10 1809 64 Bit

2 - Version WampServer - 3.2.3 64 Bit

3 - Apache Version - 2.4.41

4 - PHP Version - 7.3.12

5 - MySQL Version - 8.0.18

5a - MariaDB version - 10.4.10

6 - What color is the WampServer icon (in the notification area of the taskbar) - Green

7 - In the file c:\Windows\System32\drivers\etc\hosts, what are the active lines? -
* Active means no # at the beginning of the line.
127.0.0.1 localhost
::1 localhost

127.0.0.1 reportntest.in
::1 reportntest.in


If the WampServer icon is green:

8 - Do you have access to localhost (Homepage WampServer)? - Yes
8a - If so, is there an error message at the bottom of the page? - No

9 - Do you have access to phpMyAdmin? - Yes

10 - If you refer to an error message, please include the EXACT wording of the error in your post - NA

11 - If you use an Antivirus and / or Firewall, please include the names of these - McAfee Enterprise Edition

12 - What is the full path to the installation of WampServer (eg D:\wamp\) - d:\wamp64

13 - If you have one or more Virtual Hosts defined, please show their definition(s)
# Virtual Hosts
#
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>


#
<VirtualHost *:80>
ServerName reportntest.in
DocumentRoot "d:/wamp64/www/test"
<Directory "d:/wamp64/www/test/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>

Viewing all articles
Browse latest Browse all 3177

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>