|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
[Sun Jul 31 18:03:13 2011] [warn] No JkShmFile defined in httpd.conf. Using default /var/log/apache2/jk-runtime-status [Sun Jul 31 18:03:13 2011] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!? [Sun Jul 31 18:03:13 2011] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!? [Sun Jul 31 18:03:13 2011] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366) [Sun Jul 31 18:03:13 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec) [Sun Jul 31 18:03:13 2011] [notice] Digest: generating secret for digest authentication ... [Sun Jul 31 18:03:13 2011] [notice] Digest: done [Sun Jul 31 18:03:13 2011] [notice] mod_bw : Memory Allocated 0 bytes (each conf takes 28 bytes) [Sun Jul 31 18:03:13 2011] [notice] mod_bw : Version 0.8 - Initialized [0 Confs] [Sun Jul 31 18:03:13 2011] [warn] No JkShmFile defined in httpd.conf. Using default /var/log/apache2/jk-runtime-status PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/imap.ini on line 1 in Unknown on line 0 PHP Warning: Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0 [Sun Jul 31 18:03:13 2011] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads. [Sun Jul 31 18:03:13 2011] [notice] mod_python: using mutex_directory /tmp [Sun Jul 31 18:03:14 2011] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!? [Sun Jul 31 18:03:14 2011] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!? [Sun Jul 31 18:03:14 2011] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366) [Sun Jul 31 18:03:14 2011] [notice] Apache/2.2.14 (Ubuntu) DAV/2 mod_fcgid/2.3.6 mod_jk/1.2.28 mod_python/3.3.1 Python/2.6.5 mod_ssl/2.2.14 OpenSSL/0.9.8k mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations [Sun Jul 31 18:12:19 2011] [notice] child pid 3162 exit signal Segmentation fault (11) [Sun Jul 31 18:43:44 2011] [notice] child pid 3161 exit signal Segmentation fault (11) [Sun Jul 31 20:02:51 2011] [error] [client 86.127.117.152] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /w00tw00t.at.ISC.SANS.DFind:) [Sun Jul 31 20:46:23 2011] [error] [client 67.219.51.249] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /w00tw00t.at.ISC.SANS.DFind:) [Sun Jul 31 21:07:12 2011] [notice] child pid 3572 exit signal Segmentation fault (11) |
Also ersetze das "'#" durch ein ";".
Quoted
Comments starting with '#' are deprecated in [..]
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
# prefork MPM
# StartServers: number of server processes to start
# MinSpareServers: minimum number of server processes which are kept spare
# MaxSpareServers: maximum number of server processes which are kept spare
# MaxClients: maximum number of server processes allowed to start
# MaxRequestsPerChild: maximum number of requests a server process serves
<IfModule mpm_prefork_module>
StartServers 10
MinSpareServers 10
MaxSpareServers 20
MaxClients 40
MaxRequestsPerChild 0
</IfModule>
# worker MPM
# StartServers: initial number of server processes to start
# MaxClients: maximum number of simultaneous client connections
# MinSpareThreads: minimum number of worker threads which are kept spare
# MaxSpareThreads: maximum number of worker threads which are kept spare
# ThreadsPerChild: constant number of worker threads in each server process
# MaxRequestsPerChild: maximum number of requests a server process serves
<IfModule mpm_worker_module>
StartServers 10
MinSpareThreads 10
MaxSpareThreads 20
ThreadLimit 64
ThreadsPerChild 25
MaxClients 40
MaxRequestsPerChild 0
</IfModule>
# event MPM
# StartServers: initial number of server processes to start
# MaxClients: maximum number of simultaneous client connections
# MinSpareThreads: minimum number of worker threads which are kept spare
# MaxSpareThreads: maximum number of worker threads which are kept spare
# ThreadsPerChild: constant number of worker threads in each server process
# MaxRequestsPerChild: maximum number of requests a server process serves
<IfModule mpm_event_module>
StartServers 10
MaxClients 40
MinSpareThreads 10
MaxSpareThreads 20
ThreadLimit 64
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>
|
... Kann jemand mir weiterhelfen? Super, vielen DankAlt + Klick auf das Icon oben Links, dann kannst du einen Button anklicken, mit dem die Installation fortgesetzt wird.
Meine Installation blieb bei 83% hängen, mit Alt + Klick aufs Paket-Icon habe ich dann endlich gesehen, dass es an einer Zeitüberschreitung lag - mittlerweile ist das Forum, wie es sich gehört, installiert Forum Software: Burning Board® 3.1.7, developed by WoltLab® GmbH