Apache Error Log...

JackTon

Verified User
Joined
Nov 16, 2007
Messages
6
[Sat Nov 17 02:15:59 2007] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Nov 17 02:15:59 2007] [warn] certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?
[Sat Nov 17 02:15:59 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Nov 17 02:16:00 2007] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Nov 17 02:16:00 2007] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?
[Sat Nov 17 02:16:00 2007] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Nov 17 02:16:00 2007] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?
PHP Warning: PHP Startup: Unable to load dynamic library './php_bz2.dll' - ./php_bz2.dll: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library './php_curl.dll' - ./php_curl.dll: cannot open shared object file: No such file or directory in Unknown on line 0
[Sat Nov 17 02:16:00 2007] [notice] Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.7a DAV/2 PHP/5.2.5 configured -- resuming normal operations
[Sat Nov 17 02:17:16 2007] [error] [client ::1] File does not exist: /var/www/html/400.shtml

=============================

[Sat Nov 17 02:38:50 2007] [notice] caught SIGTERM, shutting down
[Sat Nov 17 02:38:52 2007] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Nov 17 02:38:52 2007] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?
[Sat Nov 17 02:38:52 2007] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Nov 17 02:38:52 2007] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?
[Sat Nov 17 02:38:52 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Nov 17 02:38:53 2007] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Nov 17 02:38:53 2007] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?
[Sat Nov 17 02:38:53 2007] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Nov 17 02:38:53 2007] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?
[Sat Nov 17 02:38:53 2007] [notice] Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.7a DAV/2 PHP/5.2.5 configured -- resuming normal operations
What problem is this ?


----------------------------------------

how install ZEND 3.3.0?
 
Last edited:
Who can help me? My English not good~forgive

LINUX AS4 +DA 1.31


dll is a windows extension, so, don't use them

Ha ha, I understood.
 
Code:
cd /usr/local/directadmin/custombuild
perl -pi -e 's/zend=no/zend=yes/' options.conf
./build update
./build clean
./build zend

If the zend version is wrong in build script you might need to change it like this. I dont think he updated it yet.

Code:
perl -pi -e 's/ZEND_VER=3.2.8/ZEND_VER=3.3.0/' build
./build update_data
./build zend
 
Last edited:
Back
Top