环境:
Ubuntu 20.04 Jexus 6.2.x
使用网站的命令行安装独立版。 完成后可以在浏览器里面查看默认目录下的index.html文件。
按照以下步骤移植了一个asp.net mvc网站,提示无法打开网站。
1. /usr/jexus/siteconf => create file "test" setup port:83 domain name: test.com
2. mkdir /var/www/test ; copy all mvc website folder into this folder
./jws restart 希望使修改生效
3. in chrome localhost:83 => error this site can not be reached.
排错
1. mono --version => no mono ,但是网页说明中说自带运行时?
2. sudo lsof -i -P -n | grep LISTEN 查看被监听的端口,没有83
作者:kyle 发布时间:20年09月18日 可选操作:
删除 回复作者:yunei 发布时间:20年09月20日 可选操作:
删除 回复