HOW TO ACCESS WAMP SERVER IN LAN OR WAN



မိမိကြန္ပ်ဴတာတြင္ အသံုးျပဳထားေသာ wamp server အား အျခားစက္ တစ္ခုခုမွ ၾကည့္ရႈႏိုင္ေစရန္ အတြက္ ေအာက္ပါ နည္းလမ္းမ်ား အတိုင္း လုပ္ေဆာင္ရန္လိုအပ္ပါသည္။
Go in the apache\httpd.conf and search “#Listen” and Change port from 80 to 8081
§              #Listen 12.34.56.78:80
§                   Listen 192.168.2.188:8081
1.     Make accessible in LAN apache\httpd.conf and find following code.
<Directory “cgi-bin”>
            AllowOverride None
            Options None
            Order allow,deny
            Deny from all
</Directory>
And change the above code to:
<Directory “cgi-bin”>
            AllowOverride None
            Options None
            Order allow,deny
            Allow from all
</Directory>
2.     Next Step is open port 8081.
Control panel - Windows Firewall – Advanced Settings – Windows Firewall With Advanced Security Box က်လာလိမ့္မည္။ Imbound Rules ကိုႏွိပ္ပါ။ ထို႔ေနာက္ ညာဘက္ရွိ New Rule ကိုႏွိပ္ၿပီး Port ကိုေရြး၊ TCP ႏွင့္ Specific Local Ports ေနရာတြင္ 8081 ေပးပါ။ Allow the connection၊ Domain, Private, Publish ေရြးခ်ယ္ၿပီးဆက္သြားပါ။ Name ေပးၿပီး Save လိုက္ပါ။

Post a Comment

0 Comments