如何使xampp服务器联机以进行外部远程访问 [英] How Put xampp server Online for remote access outside

查看:319
本文介绍了如何使xampp服务器联机以进行外部远程访问的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想允许对我的xampp服务器进行远程访问.

实际上,我正在为Web服务工作,我希望如果我们在同一网络上,则可以使用IP从其他系统访问Web

因此,我需要允许外部访问.

xampp/apache/conf/extra/httpd-xampp.conf 目录

我试图在配置文件中进行一些更改,但无法正常工作.

可能需要在此处进行一些更改

 别名/phpmyadmin"C:/xampp/phpMyAdmin/"<目录"C:/xampp/phpMyAdmin">AllowOverride AuthConfig需要本地 

但不确定要更改什么

预先感谢您的帮助

解决方案

将代码行替换为

 别名/phpmyadmin"C:/xampp/phpMyAdmin/"<目录"C:/xampp/phpMyAdmin">AllowOverride AuthConfig要求所有授予 

它为我工作

引用: https://www.apachefriends.org/faq_windows.html

对以上参考文献的疑问

如何限制从外部访问phpMyAdmin?

I want to allow remote access for my xampp server .

Actually i am working for web services i want that if we are on same network i can access the web from other system using IP

so for that i need to allow outside access.

xampp/apache/conf/extra/httpd-xampp.conf directory

I tried to make some changes in config file but not working.

Might be need to make some changes here

Alias /phpmyadmin "C:/xampp/phpMyAdmin/"
<Directory "C:/xampp/phpMyAdmin">
AllowOverride AuthConfig
Require local

But not sure what to change

Thanks for Help in advance

解决方案

Replace your line of code as

Alias /phpmyadmin "C:/xampp/phpMyAdmin/"
<Directory "C:/xampp/phpMyAdmin">
AllowOverride AuthConfig
Require all granted

Its working for me

Refrence:https://www.apachefriends.org/faq_windows.html

Question on above reference

How do I restrict access to phpMyAdmin from the outside?

这篇关于如何使xampp服务器联机以进行外部远程访问的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆