licess 发表于 2011-4-29 09:51:52

LNMPA 常见问题整理(不定期更新)

1、关于LNMPA安装后,进入pureftpd管理面板的504问题
      由于pureftpd管理面板登录后需要读取/etc/目录下的文件,而lnmpa又是限制访问目录的,所以造成pureftpd无法读取指定的目录,而长时间执行,所以返回504错误。
      解决方法:https://bbs.vpser.net/thread-2763-1-1.html

2、伪静态问题
      直接在网站目录下放.htacccess 文件即可。

3、27号17点15之前下载安装的,添加域名后,出现502错误
      请按https://bbs.vpser.net/thread-2760-1-2.html 此方法修复。

4、已添加了网站并且使用的伪静态的lnmp用户升级到lnmpa后需将nginx虚拟主机配置中的伪静态删除。

5、如果你的网站是Discuz X,安装默认的eAccelerator会报错!
一般出现如下错误:DISCUZ X出现如下错误提示
Warning: Unknown: open_basedir restriction in effect. File() is not within the allowed path(s): (/home/wwwroot:/tmp/:/var/tmp/:/proc/) in Unknown on line 0

Warning: require() : open_basedir restriction in effect. File() is not within the allowed path(s): (/home/wwwroot:/tmp/:/var/tmp/:/proc/) in /home/wwwroot/admin.php on line 17 或,安装后DiscuzX后台显示不支持eAccelerator。
解决方法:是由于eAccelerator版本太高所致,https://bbs.vpser.net/thread-2830-1-1.html 解决方法在3楼。

6、安装好后,端口正常,但是无法通过IP或域名访问网站
解决方法:一般都是因为iptables引起的,可以通过yum或apt-get删除iptables,或/etc/init.d/iptables stop 停止iptables。如果想保留iptables可以按这里
清除原有iptables记录。

7、运行命令/root/lnmpa statusApache的status一项会出现错误提示: /etc/init.d/httpd: line 112: lynx: command not found 或者 Error 403Access forbidden! 错误
解决方法:https://bbs.vpser.net/thread-2858-1-1.html

8、启动apache报如下错误:httpd: Syntax error on line 53 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/modules/libphp5.so into server: /usr/local/apache/modules/libphp5.so: cannot restore segment prot after reloc: Permission denied
解决方法:https://bbs.vpser.net/thread-5457-1-1.html

9、LNMPA、LAMP模式下开启php错误日志方法?
解决方法:编辑/usr/local/php/etc/php.ini 查找log_errors 参数,看是否有 log_errors = On ,没有加入或者将前面的 ; 注释去掉,并添加上 error_log = /usr/local/php/var/log/php-errors.log 如果已经存在error_logs 用前面的替换掉。php错误日志文件可能不会自动创建,执行以下:touch /usr/local/php/var/log/php-error.log && chown www:www /usr/local/php/var/log/php-error.log 就可以。也可以将error_log输出到系统日志里,error_log = syslog ,这样会输出到/var/log/syslog。必须要重启apache才能生效。

提问前请先使用论坛搜索,是否有用户反映这方面的问题,按上面的方法是否可以解决。

dianso 发表于 2011-5-3 20:47:43

顶一下!!!!!!!!!!!!!!

hualove 发表于 2011-5-10 22:27:35

我的安装好后直接出现500错误。
如下:
Server error!

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.

If you think this is a server error, please contact the webmaster.

Error 500

Tue May 10 22:26:08 2011
Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 PHP/5.2.17

king0war 发表于 2011-6-5 12:17:41

centos64 安装apache 报错

centos 64   安装apache
make: Entering directory `/var/tmp/web/lnmp0.7/httpd-2.2.17/support'
make: Entering directory `/var/tmp/web/lnmp0.7/httpd-2.2.17/support'
/var/tmp/web/lnmp0.7/httpd-2.2.17/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread   -L/usr/lib -L/usr/kerberos/lib   -o htpasswdhtpasswd.lo   -lm /var/tmp/web/lnmp0.7/httpd-2.2.17/srclib/pcre/libpcre.la /var/tmp/web/lnmp0.7/httpd-2.2.17/srclib/apr-util/libaprutil-1.la -lexpat -liconv /var/tmp/web/lnmp0.7/httpd-2.2.17/srclib/apr/libapr-1.la -luuid -lrt -lcrypt -lpthread -ldl
/usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
/usr/lib/libexpat.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make: *** Error 1
make: Leaving directory `/var/tmp/web/lnmp0.7/httpd-2.2.17/support'
make: *** Error 1
make: Leaving directory `/var/tmp/web/lnmp0.7/httpd-2.2.17/support'
make: *** Error 1

king0war 发表于 2011-6-5 14:11:02

问题解决

编译apache时添加--enable-lib64 --libdir=/usr/lib64

wst321 发表于 2011-6-6 01:54:36

你好 想请问一个LNMPA问题就是说 如果我的网站 图片和PHP文件都要伪静态处理的话 是不是 就没有使用 LNAMP的必要?
就是说 访问.HTML其实是要通过PHP处理的 访问.JPG的地址是URL优化过的地址.   
这样的话 静态文件的后缀是不是也要设置成APACHE处理? 这样 Nginx 是不是就没必要了?   谢谢

原来APACHE的伪静态规则如下:
# URL rewriting module activation
RewriteEngine on
# URL rewriting rules
RewriteRule ^(+)\-(+)(\-*)/(*)\.jpg$ /img/p/$1-$2$3.jpg
RewriteRule ^(+)(\-*)/(*)\.jpg$ /img/c/$1$2.jpg
RewriteRule ^lang-({2})/(*)/(+)\-(*)\.html(.*)$ /product.php?id_product=$3&isolang=$1$5
RewriteRule ^lang-({2})/(+)\-(*)\.html(.*)$ /product.php?id_product=$2&isolang=$1$4
RewriteRule ^lang-({2})/(+)\-(*)(.*)$ /category.php?id_category=$2&isolang=$1
RewriteRule ^(*)/(+)\-(*)\.html(.*)$ /product.php?id_product=$2$4
RewriteRule ^(+)\-(*)\.html(.*)$ /product.php?id_product=$1$3
RewriteRule ^(+)\-(*)(.*)$ /category.php?id_category=$1
RewriteRule ^content/(+)\-(*)(.*)$ /cms.php?id_cms=$1
RewriteRule ^(+)__(*)(.*)$ /supplier.php?id_supplier=$1$3
RewriteRule ^(+)_(*)(.*)$ /manufacturer.php?id_manufacturer=$1$3
RewriteRule ^lang-({2})/(.*)$ /$2?isolang=$1

# Catch 404 errors
ErrorDocument 404 /404.php

[ 本帖最后由 wst321 于 2011-6-6 01:56 编辑 ]

licess 发表于 2011-6-6 07:44:24

伪静态走的apache。
静态文件,图片css之类的是通过nginx。

http://lnmp.org/lnmpa.html 上有很详细的说明。

wst321 发表于 2011-6-6 11:50:41

回复 7# 的帖子

你好, 现在主要的问题就是静态文件,图片之类的问题.
问题是 我图片之类的地址也是伪静态的...
就像这样访问 xxx.xxx.xxx/seo/why.jpg 其实真实的文件地址是 xxx.xxx.xxx/img/002.jpg这样子的话 要怎么设置伪静态规则? 在apache设置伪静态? 还是在Nginx 设置?
如果是在APACHE 设置的话 你是不是要把静态文件的后缀名也设置成由APACHE处理?

[ 本帖最后由 wst321 于 2011-6-6 11:52 编辑 ]

li_funk 发表于 2011-7-15 21:53:53



安装完成

输入下边一系列地址,全是404错误。。。求助军哥
phpinfo : http://前面输入的域名或IP/phpinfo.php
phpMyAdmin : http://前面输入的域名或IP/phpmyadmin/
探针 : http://前面输入的域名或IP/p.php

amd0501 发表于 2011-8-27 17:30:18

如何修改LNMPA的网站的家目录

装完LNMPA后,我尝试在NGINX和APACHE的配置文件里修改了网站的家目录,但是重启服务,在访问网站,发现PHP解析是好的,看不到图片了,我将请教下军哥和各位朋友,如何修改默认的家目录/home/wwwroot,除了配置文件的家目录要修改外,要需要怎么修改呢?谢谢!

yuweitaocn 发表于 2011-9-30 10:44:42

回复 8# 的帖子

那这一个也是没有啥事情的喔。。改一下NINGX的配置就可以了。


把你的REWRITE的格式改成NGINX的就可以了。

tixp 发表于 2011-12-2 22:28:54

装完LNMP并执行./apache.sh后,lnmpa状态错误根据此贴https://bbs.vpser.net/viewthread.php?tid=2858&highlight=apache


已经调整好一部分。
但mysql的提示一直存在。
网页显示502错误(静态和phpinfo.php都是502)。
自己找了半天,没找到mysql的110行在哪里(my.cnf只有几行)。
实在不才,特来请教,希望可以解决问题,谢谢!

(除上述帖子内的操作,只有安装,没有任何其他设置)

licess 发表于 2011-12-3 09:32:34

回复 12# 的帖子

mysql、php应该都没有编译安装成功

whtdc 发表于 2011-12-14 16:29:19

LNMPA0.8安装APC出问题,直接502 bad getway,在php.ini注掉就恢复正常。LNMP0.7 安装APC就没这个问题,救解答.

[ 本帖最后由 whtdc 于 2011-12-14 17:28 编辑 ]

licess 发表于 2011-12-14 19:16:04

可能是apc放的位置和其他的扩展有冲突
页: [1] 2
查看完整版本: LNMPA 常见问题整理(不定期更新)