1, The form could not be submitted. Click here to try again
. ~7 {4 d* s& z7 r! S* U4 e. B$ g这个错误是由session引起的。请检查两个配置。nginx配置中的server_name字段使用的是带有www的域名还是不带www的域名。和网站访问的域名一致即可;php的session文件夹权限是否可写。 如果还是无法确认,请查看以下两个日志
! x+ B7 e0 C1 o2 y" {/ g) I/var/log/php-fpm/error.log
; N0 {2 w% L7 p$ c" n" ?4 r/var/log/nginx/error.log 也可检查lnmp的配置
6 b: P& o. C; T: pvi /usr/local/nginx/conf/nginx.conf/ D! u( ^9 I* }: W1 P- l
找到www.lnmp.org,修改为你想设置的域名2 }* @5 v+ t- v2 W9 U$ }
保存
) |& g. p( v2 _2 K& h: T1 C执行:/usr/local/nginx/sbin/nginx -s reload 如果是使用cloudflare的SSL才出现此错误,则SSL选择Full模式(Encrypts end-to-end, using a self signed certificate on the server) 2, This domain(www.xxx.com) is not licensed to run iMobiTrax
0 T. V1 G i3 e8 G0 r: e, s这个错误表示激活失败。首先访问如下链接,看看是否正确显示 http://服务器IP地址/~imobi/license/api2.php
J8 Z& t6 R* G7 ?* n3 ^ U. h% P如果不正确显示,请检查nginx配置。可以参考上文中的配置;如果正确显示,那一定是iptables的转发规则出错了,依次执行以下即可: iptables -F2 H. g1 t" y$ R- r8 x0 G& n
iptables -t nat -F
0 K5 U ?7 J! F0 _$ @iptables -t nat -AOUTPUT -d 50.28.102.240 -j DNAT –to 服务器IP地址 & H- v. u* r+ }0 q' y( C
! Z+ U6 T# }2 a0 M1 T
|