以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  花生壳动态域名启动http服务  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=96994)

--  作者:yjf123
--  发布时间:2017/3/3 17:22:00
--  花生壳动态域名启动http服务

花生壳动态域名启动http服务是不是不行?

通过花生壳动态域名远程可以连接的


--  作者:有点色
--  发布时间:2017/3/3 18:26:00
--  

监听全部试试,比如

 

http://www.foxtable.com/mobilehelp/scr/0002.htm

 

http://www.foxtable.com/mobilehelp/scr/0003.htm

 

你在事件代码那里加入msgbox,看看是否触发事件,就知道了。


--  作者:yjf123
--  发布时间:2017/3/6 14:05:00
--  

花生壳http服务器ip不会触发啊,但数据库ip可以链接的,什么原因?


--  作者:有点蓝
--  发布时间:2017/3/6 14:38:00
--  

是不是指定端口了,加上端口试试

 

HttpServer.Prefixes.Add("http://*:430/")
HttpServer
.Start()


--  作者:yjf123
--  发布时间:2017/3/6 15:12:00
--  

端口加上了的


--  作者:有点色
--  发布时间:2017/3/6 15:28:00
--  

改成这样

 

HttpServer.Prefixes.Add("http://*:映射的端口号/")
HttpServer
.Start()


--  作者:有点色
--  发布时间:2017/3/6 15:31:00
--  

不存在不行的情况,人家用花生壳都弄成了。

 

http://www.foxtable.com/bbs/dispbbs.asp?BoardID=2&ID=96956&skin=0