wordpress.conf 有些問題。
rewrite ^/(.+)$ /index.php?p=$1 last;
這句的問題。應該寫為:
rewrite . /index.php last;
slicehost上有個更嚴謹?shù)膶懛ǎ?br /> http://forum.slicehost.com/comments.php?DiscussionID=2087
PS:你的博客副標題在Firefox下錯位了。
]]>LNMP V0.3 for CentOS/RadHat Linux VPS Written by Licess
=========================================================================
For more information please visit http://blog.licess.cn/lnmp/
run nginx+php-cgi: /root/run.sh
default mysql root password:root
phpinfo test: http://domain.name/phpinfo.php
phpMyAdmin test: http://domain.name/phpmyadmin
Prober : http://domain.name/prober.php
The path of some dirs:
mysql dir: /usr/local/mysql
php dir: /usr/local/php
nginx dir: /usr/local/nginx
web dir /home/wwwroot
=========================================================================
You have mail in /var/spool/mail/root
[root@localhost lnmp0.3]# cd /root
[root@localhost ~]# ./run.sh
Starting php_fpm Failed loading /usr/local/zend/ZendOptimizer.so: /usr/local/zend/ZendOptimizer.so: cannot restore segment prot after reloc: Permission denied
done
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
[emerg]: still could not bind()
vi /usr/local/php/etc/php.ini
[Zend Optimizer]
zend_optimizer.optimization_level=1
zend_extension=”/usr/local/zend/ZendOptimizer.so”
if have any question,please leave a comment.
Thank you feedback.
seem zend not install properly, right?
how can I solve this , thanks:P