|
|||||||
|
|
|
![]() |
|
|
Strumenti |
|
|
#1 |
|
Member
Iscritto dal: Jul 2008
Messaggi: 157
|
Xampp accesso remoto
Ciao ragazzi!
a casa ho un pc con sopra Xampp, ed ora ho la necessita di accedere al mio db mysql anche da remoto, ma non ci salto fuori. (da locale è tutto perfetto) Questa è la configurazione: Windows Xp sp3 Avg antivirus Adsl: fastweb->con router TP-link Wr1043N Ho provato ad aprire le porte (tramite la sezione port forwarding del router) 3306, 8080, 80, 443 ma niente da fare.. Ho provato anche il dmz idee? Grazie mille |
|
|
|
|
|
#2 |
|
Member
Iscritto dal: Jul 2008
Messaggi: 157
|
ah aggiungo che ho tutto sotto dyndns...
|
|
|
|
|
|
#3 |
|
Senior Member
Iscritto dal: Apr 2003
Città: RSM
Messaggi: 6916
|
Non funziona perchè xampp è settato per andare solo in locale!
A patto che il tuo router sia settato correttamente, devi andare ad editare il file "httpd-xampp.conf" Questo è quello che va modificato: Codice:
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))"> *** Order deny,allow *** Deny from all *** Allow from ::1 127.0.0.0/8 \ ************** fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \ ************** fe80::/10 169.254.0.0/16 *** ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var </LocationMatch> Codice:
<LocationMatch "^/(?i:(?:security|licenses|webalizer|server-status|server-info))"> *** Order deny,allow *** Deny from all *** Allow from ::1 127.0.0.0/8 \ ************** fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \ ************** fe80::/10 169.254.0.0/16 *** ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var </LocationMatch> |
|
|
|
|
| Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 13:42.



















