|
Blue Forest http://www.lslnet.com at 19:08 on May 28, 2006
I APACHE2.2 Why not?
Log as follows :
In the HTTPD process has started, but the IP or domain names, website shows could be shown, it seems no role ah services.
Why?
I have revised the common httpd.conf文件 choice.
[root@proxy Logs]# cat error_log
[Wed Apr 19 13:53:32 2006] [warn] Init : Session Cache is not configured [hint : SSLSessionCache]
Apr 19 13:53:32 2006] [notice] mod_security/1.9.3 configured [Wed
[Wed Apr 19 13:53:33 2006] [notice] Apache/2.2.0 (Unix) PHP/5.1.2 mod_ssl/2.2.0 OpenSSL/0.9.7a DAV/2 configured -- resuming n
Ormal operations
[Wed Apr 19 13:58:11 3344 2006] [notice] child pid exit signal Segmentation fault (11)
[Wed Apr 19 13:58:13 3345 2006] [notice] child pid exit signal Segmentation fault (11)
[Wed Apr 19 13:59:25 2006] [notice] SIGHUP received. Attempting to restart
[Wed Apr 19 13:59:26 2006] [notice] Apache/2.2.0 (Unix) PHP/5.1.2 mod_ssl/2.2.0 OpenSSL/0.9.7a DAV/2 configured -- resuming n
Ormal operations
[Wed Apr 19 14:00:00 3448 2006] [notice] child pid exit signal Segmentation fault (11)
[Wed Apr 19 14:00:07 2006] [error] [client /home1/postfix/ 218.249.152.91] client denied by server configuration :
[Wed Apr 19 14:00:08 3449 2006] [notice] child pid exit signal Segmentation fault (11)
[Wed Apr 19 14:00:14 3450 2006] [notice] child pid exit signal Segmentation fault (11)
[Wed Apr 19 14:00:21 3451 2006] [notice] child pid exit signal Segmentation fault (11)
[Wed Apr 19 14:00:35 3452 2006] [notice] child pid exit signal Segmentation fault (11)
[Wed Apr 19 14:02:31 3453 2006] [notice] child pid exit signal Segmentation fault (11)
[Wed Apr 19 14:11:59 2006] [notice] SIGHUP received. Attempting to restart
[Wed Apr 19 14:11:59 2006] [notice] Apache/2.2.0 (Unix) PHP/5.1.2 mod_ssl/2.2.0 OpenSSL/0.9.7a DAV/2 configured -- resuming n
Ormal operations
[Wed Apr 19 14:12:35 3709 2006] [notice] child pid exit signal Segmentation fault (11) |
Ps -ef | grep 'httpd'
See output |
[root@proxy Conf]# ps -ef | grep 'httpd'
Root 13841 1 0 14:44? /usr/local/apache2/bin/httpd K start 00:00:01
Blowfish 14106 13841 0 14:56? /usr/local/apache2/bin/httpd K start 00:00:00
Blowfish 14107 13841 0 14:56? /usr/local/apache2/bin/httpd K start 00:00:00
Blowfish 14108 13841 0 14:56? /usr/local/apache2/bin/httpd K start 00:00:00
Blowfish 14109 13841 0 14:56? /usr/local/apache2/bin/httpd K start 00:00:00
Blowfish 14110 13841 0 14:56? /usr/local/apache2/bin/httpd K start 00:00:00
Root 14112 3067 0 14:59 pts/1 00:00:00 grep httpd
Now my httpd.conf configuration
ServerName 192.168.0.1:80
DocumentRoot "/home1/html"
"Directory" /home1/html ""
Options Indexes FollowSymLinks
AllowOverride None
Order allow, deny
Allow from all
"/Directory>
IE input http://192.168.0.1 results emerged :
Index of /
. Index.html.swp
Index.htm
Robots.txt
Even be able to find points index.htm page, I am going to faint : : |
Now even the system's own catalog of icons that things are not normal show, not the entire chart.
What is the problem? ? |
| |