Can't access wampserver from other computer
Posted by: gazeclub (202.29.107.---)
Date: October 05, 2012 10:56AM

I install wampserver in my server (microsoft server 2008) and i can access by "localhost"

but can't access by static ip (in my server)

So i change some configuration and now i can access by static ip from my server

(...i do follow this [stackoverflow.com])

but still can't access from other computer

( I can use ftp service from other computer)





*** I apologize for my poor English****

Options: ReplyQuote
Re: Can't access wampserver from other computer
Posted by: RiggsFolly (---.as13285.net)
Date: October 05, 2012 11:12AM

Have you tried Put Online

Left click wamp manager -> Put Online

Options: ReplyQuote
Re: Can't access wampserver from other computer
Posted by: gazeclub (202.29.107.---)
Date: October 05, 2012 11:33AM

I already to do that but can't access from other computer

(Can access only from my server)

Options: ReplyQuote
Re: Can't access wampserver from other computer
Posted by: RiggsFolly (---.as13285.net)
Date: October 05, 2012 11:42AM

That is what Puut Online is supposed to do


Can you post you changed https.conf file please, you may have upset wamp with your manual changes

Options: ReplyQuote
Re: Can't access wampserver from other computer
Posted by: gazeclub (202.29.107.---)
Date: October 05, 2012 12:05PM

Actually i do follow this link [myprojects.site90.com]

1. in phpmyadmin.conf
replace the lines

Order Deny,Allow
Deny from all
Allow from 127.0.0.1

by

Order Allow,Deny
Allow from all


2. in httpd.conf

replace the lines

Order Deny,Allow
Deny from all
Allow from 127.0.0.1

by

Order Deny,Allow
Allow from all

Options: ReplyQuote
Re: Can't access wampserver from other computer
Posted by: gazeclub (202.29.107.---)
Date: October 05, 2012 12:14PM

now i can access wampserver by other computer

thanks for you help


FYI.... i just add rule in window firewall fot port 80

Options: ReplyQuote
Re: Can't access wampserver from other computer
Posted by: RiggsFolly (---.as13285.net)
Date: October 05, 2012 01:28PM

THATS A VERY BAD ANSWER !!!!!!!

You never want to do an "Allow from all" for phpMyAdmin.
That allows the world to connect to your phpMyAdmin and therefore with your database.

VERY BAD.
If you have also Put Online your wamp server and not changed the root userid to have a password it should not take long for someone to hack your site.


If you must open phpMyAdmin to user outside of localhost

Use

Allow from 192.168.0
i.e. the first 3 quartiles of your internal domain NOT THE WHOLE UNIVERSE.

This will allow people on your internal network to use phpMyAdmin but not external users.

Options: ReplyQuote


Sorry, only registered users may post in this forum.