whtdc 发表于 2011-12-15 00:09:52

回复 15# 的帖子

Zend前和后都试了,一样的,网上说APC 和Zend冲突,但lnmp0.7又可以用:L

nmgmax 发表于 2012-2-24 19:36:04

Good Job !!!

xueyuan 发表于 2012-4-27 16:04:33

lnmp0.9安装问题

ko740 发表于 2012-4-30 16:46:25

shopex检测不支持rewrite 如何解决啊?老大

itcainiaono.1 发表于 2012-5-26 10:09:55

CentOS6在最小化安装基础上一键安装lnmp好像会失败,缺编译环境。

f18368 发表于 2012-6-12 11:28:05

用PUTTY链接出现下面这样子

用PUTTY链接出现下面这样子

wap777 发表于 2012-6-18 20:41:57

nginx 虚拟目录 执行 php 相关配置

请问一下 关于 lnmp 的 vhost 的目录下的 虚拟目录问题在虚拟目录中执行 php没有输出 , vhost/xx.conf该怎么配置呀?server
      {
                listen       443;
                server_name www.domain.com;
                index index.html index.htm index.php default.html default.htm default.php;
                root/home/https/;

                sslon;
                ssl_certificate      ssl/ssl.crt;
                ssl_certificate_keyssl/ssl.key;
                ssl_session_timeout5m;
                ssl_protocolsSSLv2 SSLv3 TLSv1;
                ssl_ciphersALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP;
                ssl_prefer_server_ciphers on;
      
location /abc/
      {
                alias /home/wwwlogs/;
      }

      location ~ ^/abc/(.*\.php)$
      {
                alias /home/wwwlogs/$1;
                fastcgi_pass 127.0.0.1:6000;
                include fastcgi.conf;
      }

                include none.conf;
                location ~ .*\.(php|php5)?$
                        {
                              fastcgi_passunix:/tmp/php-cgi.sock;
                              fastcgi_index index.php;
                              fastcgi_paramHTTPS on;
                              include fcgi.conf;
                        }

                location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
                        {
                              expires      30d;
                        }

                location ~ .*\.(js|css)?$
                        {
                              expires      12h;
                        }

                access_log off;
      }
server
      {
                listen       443;
                server_name user.domain.com;
                index index.html index.htm index.php default.html default.htm default.php;
                root/home/;

                sslon;
                ssl_certificate      ssl/ssl.crt;
                ssl_certificate_keyssl/ssl.key;
                ssl_session_timeout5m;
                ssl_protocolsSSLv2 SSLv3 TLSv1;
                ssl_ciphersALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP;
                ssl_prefer_server_ciphers on;


                include none.conf;
                location ~ .*\.(php|php5)?$
                        {
                              fastcgi_passunix:/tmp/php-cgi.sock;
                              fastcgi_index index.php;
                              fastcgi_paramHTTPS on;
                              include fcgi.conf;
                        }

                location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
                        {
                              expires      30d;
                        }

                location ~ .*\.(js|css)?$
                        {
                              expires      12h;
                        }

                access_log off;
      }

[ 本帖最后由 wap777 于 2012-6-18 20:44 编辑 ]

junwen7788 发表于 2012-8-9 19:10:16

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

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

jayjiang 发表于 2012-9-9 10:31:41

502 Bad Gateway

PHP 升了一下级,怎么就报02 错误
502 Bad Gateway

djjbwdhl 发表于 2015-3-10 09:49:53

lnmpa升级PHP成功后版本未变

我的lnmpa原PHP版本为5.3.28,现在升级到5.6.6,执行:./upgrade_lnmpa_php.sh   升级的,而且也最后也显示升级成功了~
但是为什么我phpinfo出来PHP还是原来的版本~ 求解决~

labi 发表于 2015-8-18 09:42:12

全部结束后出现以下内容

============================== Check install ==============================
Checking ...
Error: Nginx install failed.
MySQL: OK
PHP: OK
PHP-FPM: OK
Sorry,Failed to install LNMP!
Please visit https://bbs.vpser.net/forum-25-1.html feedback errors and logs.
You can download /root/lnmp-install.log from your server,and upload lnmp-install.log to LNMP Forum.




求解答

putishuge 发表于 2018-8-27 16:09:58

likely firewall problem

请问这个要怎么解决呢?
e3.example.com:Verify error:Fetching http://e3.example.com/.well-known/acme-challenge/JK5cUiXk_gPlgIlnkf2nmCUZhnFHRjQag5zriQoEI20: Timeout during connect (likely firewall problem)
Please check log file for more details: /usr/local/acme.sh/acme.sh.log
Let's Encrypt SSL Certificate create failed!

================================================
Virtualhost infomation:
Your domain: e3.example.com
Home Directory: /home/wwwroot/e3.example.com
Rewrite: none
Enable log: yes
Create database: no
Create ftp account: no
Enable SSL: yes
=>Let's Encrypt
================================================

Bililovy 发表于 2018-10-31 13:15:07

请问在 manjaro系统中怎么才能支持安装lnmp或lnmpa

我现在直接安装是报错
# ./install.sh lnmpa
Unable to get Linux distribution name, or do NOT support the current distribution.

然后在网上找了一下方法,看到ubuntu有类似的问题,说该一个校验发行版的函数就行,我改了之后安装好nginx后,其他软件全部都出问题了,全是 install failed
请问能组到支持arclinux的manjaro吗
页: 1 [2]
查看完整版本: LNMPA 常见问题整理(不定期更新)