08/03/2012, 10:18
|
| | Fecha de Ingreso: septiembre-2010
Mensajes: 17
Antigüedad: 14 años, 2 meses Puntos: 3 | |
Respuesta: Configuracion XAMPP para acceso Externo Ya lo logre.
En el archivo httpd.conf modifique Listen 8080, por Listen 0.0.0.0:8080
Y en el archivo httpd-xampp al final de todo
#
# New XAMPP security concept
#
# Close XAMPP security section here
<LocationMatch "^/(?i:(?:security))">
Order deny,allow
#Deny from all
#Allow from ::1 127.0.0.0/8
Allow from all
ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
# Close XAMPP sites here
<LocationMatch "^/(?i:(?:xampp|licenses|phpmyadmin|webalizer|server-status|server-info))">
Order deny,allow
#Deny from all
#Allow from ::1 127.0.0.0/8
Allow from all
ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
Saludos, tema cerrado. |