1, The form could not be submitted. Click here to try again
5 D E+ _5 Q3 S7 q& d; {这个错误是由session引起的。请检查两个配置。nginx配置中的server_name字段使用的是带有www的域名还是不带www的域名。和网站访问的域名一致即可;php的session文件夹权限是否可写。 如果还是无法确认,请查看以下两个日志: n9 \3 y/ E: f" n6 t
/var/log/php-fpm/error.log
6 v3 D; } v, y8 ?8 H' y/var/log/nginx/error.log 也可检查lnmp的配置! l6 J7 i% P1 W8 H& C. p
vi /usr/local/nginx/conf/nginx.conf' U4 b9 U1 {" Q, L% |2 L, j
找到www.lnmp.org,修改为你想设置的域名
1 a ^6 ~9 d' }0 Z保存' b( r$ E9 x$ u1 i. z
执行:/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; w5 y) s0 [# x) A+ e
这个错误表示激活失败。首先访问如下链接,看看是否正确显示 http://服务器IP地址/~imobi/license/api2.php
$ ^8 X2 \9 r6 I7 n% F6 C如果不正确显示,请检查nginx配置。可以参考上文中的配置;如果正确显示,那一定是iptables的转发规则出错了,依次执行以下即可: iptables -F
" C& p/ }' }' g$ }& Q2 niptables -t nat -F
3 A6 U1 g# ~8 X, {6 fiptables -t nat -AOUTPUT -d 50.28.102.240 -j DNAT –to 服务器IP地址 4 ]6 L. T) Y2 ^9 P. K5 i( P
) o5 R8 f; m( A, T/ U |