我正在使用apache服务器创建一个强制门户:( raspberry pi)
我有2个端口 - > 20.20.20.2和10001 =>(20.20.20.2-10001)
这是我遵循的方法:
(另请参阅此文章:http://www.raspberrypi.org/documentation/remote-access/web-server/apache.md)
我已经在浏览器中输入了IP,但是它将我重定向到端口20.20.20.2,但是我希望它转到apache服务器中的index.html文件(默认文件)。
请帮忙! apache服务器运行正常但是当我连接到raspberry pi时它没有将它重定向到index.html文件。请告诉我可能的错误
如果您需要更多信息,请发表评论
答案 0 :(得分:0)
我也正在寻找Captiv Portal的解决方案。对我有用的解决方案是 nodogsplash 。
可以从Github页面上下载有关debian(也包括Raspian)的说明和存储库:https://github.com/nodogsplash/nodogsplash
用于编译的安装库
sudo apt install git libmicrohttpd-dev
克隆存储库
git clone https://github.com/nodogsplash/nodogsplash.git
编译并安装
cd ~/nodogsplash
make
sudo make install
设置您的配置
sudo nano /etc/nodogsplash/nodogsplash.conf
然后重新启动操作系统
我希望这个答案有帮助