- 积分
- 32
- 威望
-
- 金钱
-
- 注册时间
- 2011-9-5
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2012-8-20 17:56:27
|
显示全部楼层
看了军哥的提示,补充点错误信息。
看了军哥的提示,补充点错误信息。
1. 运行/usr/local/nginx/sbin/nginx -t的返回信息
[root@rsbob home]# /usr/local/nginx/sbin/nginx -t
Enter PEM pass phrase:
the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
configuration file /usr/local/nginx/conf/nginx.conf test is successful
2. 执行php -v
[root@rsbob home]# php -v
PHP 5.2.17 (cli) (built: Sep 6 2011 12:19:09)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with Zend Optimizer v3.3.9, Copyright (c) 1998-2009, by Zend Technologies
3. /usr/local/mysql/var/主机名.err 的日志
[root@rsbob var]# vi rsbob.err
110906 12:12:36 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/var
110906 12:12:36 [Note] Event Scheduler: Loaded 0 events
110906 12:12:36 [Note] /usr/local/mysql/libexec/mysqld: ready for connections.
Version: '5.1.54-log' socket: '/tmp/mysql.sock' port: 3306 Source distribution
110906 12:12:37 [Note] /usr/local/mysql/libexec/mysqld: Normal shutdown
110906 12:12:37 [Note] Event Scheduler: Purging the queue. 0 events
110906 12:12:37 [Note] /usr/local/mysql/libexec/mysqld: Shutdown complete
110906 12:12:37 mysqld_safe mysqld from pid file /usr/local/mysql/var/rsbob.pid ended
110906 12:12:38 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/var
110906 12:12:38 [Note] Event Scheduler: Loaded 0 events
110906 12:12:38 [Note] /usr/local/mysql/libexec/mysqld: ready for connections.
Version: '5.1.54-log' socket: '/tmp/mysql.sock' port: 3306 Source distribution
110906 12:12:39 [Note] /usr/local/mysql/libexec/mysqld: Normal shutdown
110906 12:12:39 [Note] Event Scheduler: Purging the queue. 0 events
110906 12:12:39 [Note] /usr/local/mysql/libexec/mysqld: Shutdown complete
"rsbob.err" 605L, 37029C
110906 12:12:36 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/var
110906 12:12:36 [Note] Event Scheduler: Loaded 0 events
110906 12:12:36 [Note] /usr/local/mysql/libexec/mysqld: ready for connections.
Version: '5.1.54-log' socket: '/tmp/mysql.sock' port: 3306 Source distribution
110906 12:12:37 [Note] /usr/local/mysql/libexec/mysqld: Normal shutdown
110906 12:12:37 [Note] Event Scheduler: Purging the queue. 0 events
110906 12:12:37 [Note] /usr/local/mysql/libexec/mysqld: Shutdown complete
110906 12:12:37 mysqld_safe mysqld from pid file /usr/local/mysql/var/rsbob.pid ended
110906 12:12:38 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/var
110906 12:12:38 [Note] Event Scheduler: Loaded 0 events
110906 12:12:38 [Note] /usr/local/mysql/libexec/mysqld: ready for connections.
Version: '5.1.54-log' socket: '/tmp/mysql.sock' port: 3306 Source distribution
110906 12:12:39 [Note] /usr/local/mysql/libexec/mysqld: Normal shutdown
110906 12:12:39 [Note] Event Scheduler: Purging the queue. 0 events
110906 12:12:39 [Note] /usr/local/mysql/libexec/mysqld: Shutdown complete
110906 12:12:39 mysqld_safe mysqld from pid file /usr/local/mysql/var/rsbob.pid ended
110906 12:20:45 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/var
110906 12:20:45 [Note] Event Scheduler: Loaded 0 events
110906 12:20:45 [Note] /usr/local/mysql/libexec/mysqld: ready for connections.
Version: '5.1.54-log' socket: '/tmp/mysql.sock' port: 3306 Source distribution
110906 12:20:59 mysqld_safe A mysqld process already exists
110906 20:39:22 [Note] /usr/local/mysql/libexec/mysqld: Normal shutdown
110906 20:39:22 [Note] Event Scheduler: Purging the queue. 0 events
110906 20:39:22 [Note] /usr/local/mysql/libexec/mysqld: Shutdown complete
110906 20:39:22 mysqld_safe mysqld from pid file /usr/local/mysql/var/rsbob.pid ended
110906 20:39:23 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/var
110906 20:39:23 [Note] Event Scheduler: Loaded 0 events
110906 20:39:23 [Note] /usr/local/mysql/libexec/mysqld: ready for connections.
Version: '5.1.54-log' socket: '/tmp/mysql.sock' port: 3306 Source distribution
110907 1:35:00 [Note] /usr/local/mysql/libexec/mysqld: Normal shutdown
110907 1:35:00 [Note] Event Scheduler: Purging the queue. 0 events
110907 1:35:00 [Note] /usr/local/mysql/libexec/mysqld: Shutdown complete |
|