PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : LAMP mit SSL...



root_tux_linux
23.01.07, 19:22
Hi

Wollte mal wieder hier bei mir zu Hause Apache so einstellen das er nur SSL benutzt.

Arch Linux + Apache 2 + http://lamps.efactory.de/lamps-2-0.php#inst-apachessl um die Zertifikate zu erstellen.

Hab alles mit den Zertifikaten durchgespelt wie es dort stand.

Hab httpd.conf und httpd-ssl.conf angepasst wie es in der mod_ssl.txt stand.

Jedoch bekomm ich beim restart von Apache ein FAIL.

Kann mir jemand helfen? Irgendwo mach ich mal wieder nen doofen Fehler.


[root@Arch conf]# cat mod_ssl.txt
To use apache with SSL you will have to do three things:

1) Create an ssl key, request, and certificate.

# This generates the cert and key (valid for 3650 days)
# Be sure to enter the FQDN of your apache server as the "Common Name".
openssl req -new -x509 -newkey rsa:1024 -days 3650 \
-keyout server.key -out server.crt
# This will remove the passphrase
openssl rsa -in server.key -out server.key

2) Modify /etc/httpd/conf/extra/httpd-ssl.conf to use your new certificate.

SSLCertificateFile /etc/httpd/conf/server.crt
SSLCertificateKeyFile /etc/httpd/conf/server.key

3) Un-comment the SSL configuration line in /etc/httpd/conf/httpd.conf

Include /etc/httpd/conf/extra/httpd-ssl.conf

Done! You can start apache with '/etc/rc.d/httpd start'. If it hangs or fails
to start, check the /var/log/httpd/error_log or try running
'/usr/sbin/apachectl start' and looking for errors/prompts.
[root@Arch conf]#



[root@Arch conf]# cat httpd.conf | grep mod_ssl.so
LoadModule ssl_module modules/mod_ssl.so
[root@Arch conf]#



[root@Arch conf]# cat httpd.conf | grep httpd-ssl
Include /etc/httpd/conf/extra/httpd-ssl.conf
[root@Arch conf]#


Auszug aus httpd-ssl.conf (Rest ist default).


<VirtualHost _default_:443>

# General setup for the virtual host
DocumentRoot "/home/httpd/html"
ServerName 192.168.2.10
ServerAdmin root@2blabla.ch
ErrorLog /var/log/httpd/error_log
TransferLog /var/log/httpd/access_log



[root@Arch conf]# cat /var/log/httpd/error_log
[Mon Jan 15 19:53:28 2007] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Jan 15 19:53:28 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/bin/suexec)
[Mon Jan 15 19:53:29 2007] [notice] Digest: generating secret for digest authentication ...
[Mon Jan 15 19:53:29 2007] [notice] Digest: done
[Mon Jan 15 19:53:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Mon Jan 15 19:53:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Mon Jan 15 19:53:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Mon Jan 15 19:53:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Mon Jan 15 19:53:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Mon Jan 15 19:53:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Mon Jan 15 19:53:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Mon Jan 15 19:53:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Mon Jan 15 19:53:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Mon Jan 15 19:53:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Mon Jan 15 19:53:30 2007] [notice] Apache configured -- resuming normal operations
[Mon Jan 15 19:53:36 2007] [error] [client 192.168.2.11] File does not exist: /home/httpd/html/favicon.ico
[Mon Jan 15 19:53:37 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Mon Jan 15 19:53:37 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Mon Jan 15 19:55:11 2007] [error] [client 192.168.2.11] File does not exist: /home/httpd/html/favicon.ico
[Mon Jan 15 20:02:29 2007] [error] [client 192.168.2.12] File does not exist: /home/httpd/html/favicon.ico
[Mon Jan 15 20:02:29 2007] [error] [client 192.168.2.12] File does not exist: /home/httpd/html/favicon.ico
[Mon Jan 15 20:03:04 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Mon Jan 15 20:03:04 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Mon Jan 15 20:11:33 2007] [error] [client 84.74.67.192] File does not exist: /home/httpd/html/downloads/Alben/blub
[Mon Jan 15 20:12:31 2007] [error] [client 84.74.67.192] Symbolic link not allowed or link target not accessible: /home/httpd/html/downloads
[Mon Jan 15 20:12:32 2007] [error] [client 84.74.67.192] Symbolic link not allowed or link target not accessible: /home/httpd/html/downloads
[Mon Jan 15 20:23:45 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Mon Jan 15 20:23:45 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Mon Jan 15 20:24:48 2007] [error] [client 84.74.67.192] Symbolic link not allowed or link target not accessible: /home/httpd/html/downloads, referer: http://systemerror.homelinux.org/downloads/Alben/
[Mon Jan 15 20:25:24 2007] [notice] caught SIGTERM, shutting down
[Tue Jan 16 15:57:07 2007] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Jan 16 15:57:07 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/bin/suexec)
[Tue Jan 16 15:57:08 2007] [notice] Digest: generating secret for digest authentication ...
[Tue Jan 16 15:57:08 2007] [notice] Digest: done
[Tue Jan 16 15:57:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 16 15:57:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 16 15:57:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 16 15:57:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 16 15:57:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 16 15:57:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 16 15:57:09 2007] [notice] Apache configured -- resuming normal operations
[Tue Jan 16 15:57:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 16 15:57:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 16 15:57:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 16 15:57:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 16 15:57:11 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 16 15:57:11 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 16 15:57:12 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 16 15:57:12 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 16 15:57:12 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 16 15:57:12 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 16 15:57:31 2007] [notice] caught SIGTERM, shutting down
[Sat Jan 20 00:08:08 2007] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Sat Jan 20 00:08:08 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/bin/suexec)
[Sat Jan 20 00:08:09 2007] [notice] Digest: generating secret for digest authentication ...
[Sat Jan 20 00:08:28 2007] [notice] Digest: done
[Sat Jan 20 00:08:29 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sat Jan 20 00:08:29 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sat Jan 20 00:08:29 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sat Jan 20 00:08:29 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sat Jan 20 00:08:29 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sat Jan 20 00:08:29 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sat Jan 20 00:08:29 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sat Jan 20 00:08:29 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sat Jan 20 00:08:29 2007] [notice] Apache configured -- resuming normal operations
[Sat Jan 20 00:08:29 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sat Jan 20 00:08:29 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sat Jan 20 00:08:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sat Jan 20 00:08:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sat Jan 20 00:08:57 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sat Jan 20 00:08:57 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sat Jan 20 00:19:23 2007] [error] [client 89.56.135.160] File does not exist: /home/httpd/html/favicon.ico
[Sat Jan 20 00:19:27 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sat Jan 20 00:19:27 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sat Jan 20 00:19:28 2007] [error] [client 217.236.244.235] File does not exist: /home/httpd/html/favicon.ico, referer: http://systemerror.homelinux.org/
[Sat Jan 20 00:20:05 2007] [error] [client 87.234.124.228] File does not exist: /home/httpd/html/favicon.ico
[Sat Jan 20 00:34:06 2007] [notice] caught SIGTERM, shutting down
[Sun Jan 21 19:54:37 2007] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Sun Jan 21 19:54:37 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/bin/suexec)
[Sun Jan 21 19:54:38 2007] [notice] Digest: generating secret for digest authentication ...
[Sun Jan 21 19:55:08 2007] [notice] Digest: done
[Sun Jan 21 19:55:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sun Jan 21 19:55:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sun Jan 21 19:55:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sun Jan 21 19:55:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sun Jan 21 19:55:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sun Jan 21 19:55:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sun Jan 21 19:55:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sun Jan 21 19:55:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sun Jan 21 19:55:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sun Jan 21 19:55:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sun Jan 21 19:55:09 2007] [notice] Apache configured -- resuming normal operations
[Sun Jan 21 20:18:01 2007] [error] [client 84.74.67.192] File does not exist: /home/httpd/html/favicon.ico
[Sun Jan 21 20:18:01 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sun Jan 21 20:18:01 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sun Jan 21 20:18:02 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sun Jan 21 20:18:02 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sun Jan 21 20:18:02 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sun Jan 21 20:18:02 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sun Jan 21 20:19:08 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sun Jan 21 20:19:08 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sun Jan 21 20:28:18 2007] [error] [client 84.74.67.192] client denied by server configuration: /home/httpd/html/downloads/.htpasswd
[Sun Jan 21 20:30:21 2007] [notice] caught SIGTERM, shutting down
[Sun Jan 21 20:30:25 2007] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Sun Jan 21 20:30:25 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/bin/suexec)
[Sun Jan 21 20:30:26 2007] [notice] Digest: generating secret for digest authentication ...
[Sun Jan 21 20:30:26 2007] [notice] Digest: done
[Sun Jan 21 20:30:27 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sun Jan 21 20:30:27 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sun Jan 21 20:30:27 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sun Jan 21 20:30:27 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sun Jan 21 20:30:27 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sun Jan 21 20:30:27 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sun Jan 21 20:30:27 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sun Jan 21 20:30:27 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sun Jan 21 20:30:27 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sun Jan 21 20:30:27 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sun Jan 21 20:30:27 2007] [notice] Apache configured -- resuming normal operations
[Sun Jan 21 20:31:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sun Jan 21 20:31:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sun Jan 21 20:31:40 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sun Jan 21 20:31:40 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sun Jan 21 20:33:45 2007] [error] [client 84.74.67.192] File does not exist: /home/httpd/html/favicon.ico
[Sun Jan 21 20:33:46 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sun Jan 21 20:33:46 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sun Jan 21 20:33:47 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sun Jan 21 20:33:47 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sun Jan 21 20:33:47 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sun Jan 21 20:33:47 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Sun Jan 21 20:38:32 2007] [error] [client 84.227.63.68] user andrea: authentication failure for "/downloads/": Password Mismatch
[Sun Jan 21 20:51:35 2007] [error] [client 84.74.67.192] File does not exist: /home/httpd/html/downloads", referer: http://systemerror.homelinux.org/
[Sun Jan 21 20:51:53 2007] [error] [client 212.95.106.188] File does not exist: /home/httpd/html/downloads", referer: http://systemerror.homelinux.org/
[Sun Jan 21 20:51:55 2007] [error] [client 84.74.67.192] File does not exist: /home/httpd/html/downloads", referer: http://systemerror.homelinux.org/
[Sun Jan 21 21:22:21 2007] [notice] caught SIGTERM, shutting down
[Tue Jan 23 06:28:18 2007] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Jan 23 06:28:18 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/bin/suexec)
[Tue Jan 23 06:28:19 2007] [notice] Digest: generating secret for digest authentication ...
[Tue Jan 23 06:28:19 2007] [notice] Digest: done
[Tue Jan 23 06:28:20 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 23 06:28:20 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 23 06:28:20 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 23 06:28:20 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 23 06:28:20 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 23 06:28:20 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 23 06:28:20 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 23 06:28:20 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 23 06:28:20 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 23 06:28:20 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 23 06:28:20 2007] [notice] Apache configured -- resuming normal operations
[Tue Jan 23 06:52:25 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 23 06:52:25 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 23 06:52:25 2007] [error] [client 192.168.2.12] File does not exist: /home/httpd/html/favicon.ico
[Tue Jan 23 06:52:26 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 23 06:52:26 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 23 06:52:26 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 23 06:52:26 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 23 06:52:48 2007] [notice] caught SIGTERM, shutting down
[Tue Jan 23 06:52:51 2007] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Jan 23 06:52:51 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/bin/suexec)
[Tue Jan 23 06:52:52 2007] [notice] Digest: generating secret for digest authentication ...
[Tue Jan 23 06:53:29 2007] [notice] Digest: done
[Tue Jan 23 06:53:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 23 06:53:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 23 06:53:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 23 06:53:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 23 06:53:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 23 06:53:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 23 06:53:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 23 06:53:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 23 06:53:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 23 06:53:30 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 23 06:53:30 2007] [notice] Apache configured -- resuming normal operations
[Tue Jan 23 07:01:13 2007] [notice] caught SIGTERM, shutting down
[Tue Jan 23 07:06:16 2007] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Jan 23 07:06:16 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/bin/suexec)
[Tue Jan 23 07:06:17 2007] [notice] Digest: generating secret for digest authentication ...
[Tue Jan 23 07:06:17 2007] [notice] Digest: done
[Tue Jan 23 07:06:18 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 23 07:06:18 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 23 07:06:18 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 23 07:06:18 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 23 07:06:18 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 23 07:06:18 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 23 07:06:18 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 23 07:06:18 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 23 07:06:18 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 23 07:06:18 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 23 07:06:18 2007] [notice] Apache configured -- resuming normal operations
[Tue Jan 23 07:06:25 2007] [error] [client 84.74.67.192] File does not exist: /home/httpd/html/favicon.ico
[Tue Jan 23 07:06:26 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Tue Jan 23 07:06:26 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise
[Tue Jan 23 07:17:37 2007] [notice] caught SIGTERM, shutting down
[root@Arch conf]#

root_tux_linux
23.01.07, 20:21
Lag wohl am beknackten Bashscript... Ohne das funzt es tip top