29471
Goto Top

Xampp im Internet

Xampp im Internet nicht nur local

Hallo zusammen
Ich habe folgende Frage:
Ich habe Xampp auf meinem Windows Rechner instaliert und wenn ich http://localhost eingebe kommt auch die Startseite aber wenn ich meine vom Porvider zugewiessene IP eingebe kommt nur eine Fehlermeldung. Das heisst ich möchte gerne machen das der Webserver auch aus dem Internet ereichbar wird. Ich habe keinen Router oder so nur ein normales USB Modem und die Windows Firewall aber die habe ich auch schon versucht zu deaktivieren aber dann geht es auch noch nicht.
schon mal danke im voraus

Content-Key: 36078

Url: https://administrator.de/contentid/36078

Printed on: April 19, 2024 at 09:04 o'clock

Member: MarcBecker
MarcBecker Aug 01, 2006 at 14:35:11 (UTC)
Goto Top
Ich schätze du meinst das Gesamtpacket von www.apachefriends.org.

Ich weiß nicht genau wie der eingerichtet ist. Ein Tipp wäre in der httpd.conf zu schauen, auf welcher IP-Adresse der Apache lauscht.

Da müsste dann irgendwas stehen wie "Listen IP-AdresseDeinesProviders:80"

Wenn es dann immer noch nicht geht, mal mit einem PacketSniffer schauen, ob auf dem 80er Port auch Pakete rein kommen.
Mitglied: 29471
29471 Aug 01, 2006 at 14:36:30 (UTC)
Goto Top
Ok danke für den Tipp schaue mal nach
Mitglied: 29471
29471 Aug 01, 2006 at 14:39:23 (UTC)
Goto Top
Ich habe mal nachgeschaut da steht #Listen 12.34.56.78:80 und ja ich benutze das ganze paket mit installer
Member: MarcBecker
MarcBecker Aug 01, 2006 at 16:52:30 (UTC)
Goto Top
Hast du schon überprüft, ob überhaupt Pakete ankommen?

Zum Abhören der ankommenden Pakete: Ethereal
Mitglied: 6890
6890 Aug 01, 2006 at 17:04:59 (UTC)
Goto Top
Ich habe mal nachgeschaut da steht #Listen
12.34.56.78:80 und ja ich benutze das ganze
paket mit installer

ja und genau das must du auskommentieren und die addresse deines providers reinschreiben!!!

also zb
Listen 178.22.45.123:80

danach neustarten und wenn es so konfiguriet ist wie du es sagst müsste es funktionieren.
zum nachschauen kannst du auch mal netstat -a machen und schauen auf was der apache lauscht.

mfg godlike P
Member: problemsolver
problemsolver Aug 01, 2006 at 17:40:20 (UTC)
Goto Top
Hallo!

die Entwickler von XAMPP raten davon ab (auch direkt nach der Standardinstallation) die Installation öffentlich zugänglich zu machen, da das System sehr offen ist.
Wenn also der XAMPP vom Internet aus zugänglich ist bzw. sein soll, sollte man tunlichst das System vorher absichern und die jeweiligen Manuals zu dem Thema durcharbeiten.

XAMPP ist in erster Linie lediglich als Entwicklungs- und Testumgebung und nicht als Produktivsystem gedacht. (deshalb ist auch alles per default sehr offen)

Die paar Euro für einen Provider, der deine Site hostet, solltest du deshalb in die Hand nehmen.
Zu empfehlen ist zum Beispiel All-Inkl. Zumindest mal für den Anfang sollte das reichen.

Gruß

Markus
Mitglied: 29471
29471 Aug 01, 2006 at 17:58:00 (UTC)
Goto Top
also erstmal vielen dank für die Tipps
und das mit dem Webhosting das dass unsicher ist das ist mir bewusst aber würde den webserver nur teilzeitig benutzen d.h. dateien kollegen zum download anbieten oder so
ich habe zuhause auch ein buch über xampp und bin daran es fertig zu lesen und die theorie in die Praxis umzusetzen.
also noch einen schönen abend
Mitglied: 29471
29471 Aug 01, 2006 at 18:07:20 (UTC)
Goto Top
Ich habe es auskommentiert und danach startet der apache webserver nicht mehr
Member: filippg
filippg Aug 01, 2006 at 18:19:33 (UTC)
Goto Top
Mal ganz blöd gefragt: Was denn für eine Fehlermeldung?

Filipp
Mitglied: 29471
29471 Aug 01, 2006 at 18:38:16 (UTC)
Goto Top
also eine Fehlermeldung gibt es nicht der apache server start einfach nicht mehr wenn bei dem xampp control panel auf start drückt da passiert nix
Member: MarcBecker
MarcBecker Aug 01, 2006 at 18:43:19 (UTC)
Goto Top
Mal in die Logs geschaut?

Im Error Log müsste was stehen. Wenn nicht mal per Kommandozeile in das Verzeichnis mit der Datei apache.exe navigieren und dort apache -t eingeben (Syntaxprüfung). Wenn dann die Meldung "Syntax OK" erscheint den apache mit "apache -k start" starten. In der Regel müsste er dann eine Meldung ausgeben.

Ach ja. Evtl. läuft der Apache, du kannst nur lokal nicht mehr drauf zugreifen, weil er nur noch auf Anfragen auf die IP, die im Listen-Kommando steht, lauscht.

Auf jeden Fall ist es sehr empfehlenswert, mal dein XAMPP-Buch zu lesen. face-smile
Mitglied: 29471
29471 Aug 01, 2006 at 19:12:07 (UTC)
Goto Top
mal ne frage wie navigiere ich in das verzeichnis
Mitglied: 29471
29471 Aug 01, 2006 at 19:15:40 (UTC)
Goto Top
hier ist der error log

[Mon May 08 17:02:39 2006] [crit] (22)Invalid argument: unable to replace stderr with error_log
[Mon May 08 17:02:39 2006] [crit] (2)No such file or directory: unable to replace stderr with /dev/null
[Mon May 08 17:02:39 2006] [crit] (22)Invalid argument: unable to replace stderr with error_log
[Mon May 08 17:02:39 2006] [crit] (2)No such file or directory: unable to replace stderr with /dev/null
[Mon May 08 17:02:41 2006] [notice] Apache/2.2.0 (Win32) DAV/2 mod_ssl/2.2.0 OpenSSL/0.9.8a mod_autoindex_color PHP/5.1.4 configured -- resuming normal operations
[Mon May 08 17:02:41 2006] [notice] Server built: Dec 1 2005 18:36:53
[Mon May 08 17:02:41 2006] [notice] Parent: Created child process 1692
[Mon May 08 17:02:42 2006] [notice] Child 1692: Child process is running
[Mon May 08 17:02:43 2006] [notice] Child 1692: Acquired the start mutex.
[Mon May 08 17:02:43 2006] [notice] Child 1692: Starting 250 worker threads.
[Mon May 08 17:02:43 2006] [notice] Child 1692: Starting thread to listen on port 443.
[Mon May 08 17:02:43 2006] [notice] Child 1692: Starting thread to listen on port 80.
[Mon May 08 17:03:04 2006] [error] [client 127.0.0.1] File does not exist: D:/xampp/htdocs/cgi
[Tue Aug 01 14:43:31 2006] [notice] Apache/2.2.2 (Win32) DAV/2 mod_ssl/2.2.2 OpenSSL/0.9.8b mod_autoindex_color PHP/5.1.4 configured -- resuming normal operations
[Tue Aug 01 14:43:31 2006] [notice] Server built: May 9 2006 14:08:48
[Tue Aug 01 14:43:31 2006] [notice] Parent: Created child process 3380
[Tue Aug 01 14:43:33 2006] [notice] Child 3380: Child process is running
[Tue Aug 01 14:43:33 2006] [notice] Child 3380: Acquired the start mutex.
[Tue Aug 01 14:43:33 2006] [notice] Child 3380: Starting 250 worker threads.
[Tue Aug 01 14:43:33 2006] [notice] Child 3380: Starting thread to listen on port 443.
[Tue Aug 01 14:43:33 2006] [notice] Child 3380: Starting thread to listen on port 80.
[Tue Aug 01 14:45:32 2006] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Tue Aug 01 14:45:32 2006] [notice] Child 3380: Exit event signaled. Child process is ending.
[Tue Aug 01 14:45:33 2006] [notice] Child 3380: Released the start mutex
[Tue Aug 01 14:45:34 2006] [notice] Child 3380: Waiting for 250 worker threads to exit.
[Tue Aug 01 14:45:34 2006] [notice] Child 3380: All worker threads have exited.
[Tue Aug 01 14:45:34 2006] [notice] Child 3380: Child process is exiting
[Tue Aug 01 14:45:34 2006] [notice] Parent: Child process exited successfully.
[Tue Aug 01 14:45:35 2006] [crit] (22)Invalid argument: unable to replace stderr with error_log
[Tue Aug 01 14:45:35 2006] [crit] (2)No such file or directory: unable to replace stderr with /dev/null
[Tue Aug 01 14:45:36 2006] [crit] (22)Invalid argument: unable to replace stderr with error_log
[Tue Aug 01 14:45:36 2006] [crit] (2)No such file or directory: unable to replace stderr with /dev/null
[Tue Aug 01 14:45:36 2006] [notice] Apache/2.2.2 (Win32) DAV/2 mod_ssl/2.2.2 OpenSSL/0.9.8b mod_autoindex_color PHP/5.1.4 configured -- resuming normal operations
[Tue Aug 01 14:45:36 2006] [notice] Server built: May 9 2006 14:08:48
[Tue Aug 01 14:45:36 2006] [notice] Parent: Created child process 304
[Tue Aug 01 14:45:38 2006] [notice] Child 304: Child process is running
[Tue Aug 01 14:45:38 2006] [notice] Child 304: Acquired the start mutex.
[Tue Aug 01 14:45:38 2006] [notice] Child 304: Starting 250 worker threads.
[Tue Aug 01 14:45:38 2006] [notice] Child 304: Starting thread to listen on port 443.
[Tue Aug 01 14:45:38 2006] [notice] Child 304: Starting thread to listen on port 80.
[Tue Aug 01 14:46:42 2006] [crit] (22)Invalid argument: unable to replace stderr with error_log
[Tue Aug 01 14:46:42 2006] [crit] (2)No such file or directory: unable to replace stderr with /dev/null
[Tue Aug 01 14:46:44 2006] [notice] Apache/2.2.2 (Win32) DAV/2 mod_ssl/2.2.2 OpenSSL/0.9.8b mod_autoindex_color PHP/5.1.4 configured -- resuming normal operations
[Tue Aug 01 14:46:44 2006] [notice] Server built: May 9 2006 14:08:48
[Tue Aug 01 14:46:44 2006] [notice] Parent: Created child process 5992
[Tue Aug 01 14:46:46 2006] [notice] Child 5992: Child process is running
[Tue Aug 01 14:46:46 2006] [notice] Child 5992: Acquired the start mutex.
[Tue Aug 01 14:46:46 2006] [notice] Child 5992: Starting 250 worker threads.
[Tue Aug 01 14:46:46 2006] [notice] Child 5992: Starting thread to listen on port 443.
[Tue Aug 01 14:46:46 2006] [notice] Child 5992: Starting thread to listen on port 80.
[Tue Aug 01 14:48:51 2006] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Tue Aug 01 14:48:51 2006] [notice] Child 5992: Exit event signaled. Child process is ending.
[Tue Aug 01 14:48:52 2006] [notice] Child 5992: Released the start mutex
[Tue Aug 01 14:48:53 2006] [notice] Child 5992: Waiting for 250 worker threads to exit.
[Tue Aug 01 14:48:53 2006] [notice] Child 5992: All worker threads have exited.
[Tue Aug 01 14:48:53 2006] [notice] Child 5992: Child process is exiting
[Tue Aug 01 14:48:53 2006] [notice] Parent: Child process exited successfully.
[Tue Aug 01 14:48:56 2006] [notice] Apache/2.2.2 (Win32) DAV/2 mod_ssl/2.2.2 OpenSSL/0.9.8b mod_autoindex_color PHP/5.1.4 configured -- resuming normal operations
[Tue Aug 01 14:48:56 2006] [notice] Server built: May 9 2006 14:08:48
[Tue Aug 01 14:48:56 2006] [notice] Parent: Created child process 3996
[Tue Aug 01 14:48:58 2006] [notice] Child 3996: Child process is running
[Tue Aug 01 14:48:58 2006] [notice] Child 3996: Acquired the start mutex.
[Tue Aug 01 14:48:58 2006] [notice] Child 3996: Starting 250 worker threads.
[Tue Aug 01 14:48:58 2006] [notice] Child 3996: Starting thread to listen on port 443.
[Tue Aug 01 14:48:58 2006] [notice] Child 3996: Starting thread to listen on port 80.
[Tue Aug 01 14:54:08 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/CFIDE
[Tue Aug 01 14:54:34 2006] [error] [client 127.0.0.1] user not found: /webdav/
[Tue Aug 01 15:22:37 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/CFIDE
[Tue Aug 01 15:22:53 2006] [error] [client 127.0.0.1] user not found: /webdav/
[Tue Aug 01 15:28:33 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/CFIDE
[Tue Aug 01 15:28:52 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/CFIDE
[Tue Aug 01 15:28:52 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/CFIDE
[Tue Aug 01 15:28:56 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/CFIDE
[Tue Aug 01 15:29:15 2006] [error] [client 127.0.0.1] user not found: /webdav/
[Tue Aug 01 15:48:37 2006] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Tue Aug 01 15:48:37 2006] [notice] Child 3996: Exit event signaled. Child process is ending.
[Tue Aug 01 15:48:38 2006] [notice] Child 3996: Released the start mutex
[Tue Aug 01 15:48:39 2006] [notice] Child 3996: Waiting for 250 worker threads to exit.
[Tue Aug 01 15:48:39 2006] [notice] Child 3996: All worker threads have exited.
[Tue Aug 01 15:48:39 2006] [notice] Child 3996: Child process is exiting
[Tue Aug 01 15:48:39 2006] [notice] Parent: Child process exited successfully.
[Tue Aug 01 16:15:10 2006] [notice] Apache/2.2.2 (Win32) DAV/2 mod_ssl/2.2.2 OpenSSL/0.9.8b mod_autoindex_color PHP/5.1.4 configured -- resuming normal operations
[Tue Aug 01 16:15:10 2006] [notice] Server built: May 9 2006 14:08:48
[Tue Aug 01 16:15:10 2006] [notice] Parent: Created child process 5592
[Tue Aug 01 16:15:11 2006] [notice] Child 5592: Child process is running
[Tue Aug 01 16:15:11 2006] [notice] Child 5592: Acquired the start mutex.
[Tue Aug 01 16:15:11 2006] [notice] Child 5592: Starting 250 worker threads.
[Tue Aug 01 16:15:11 2006] [notice] Child 5592: Starting thread to listen on port 443.
[Tue Aug 01 16:15:11 2006] [notice] Child 5592: Starting thread to listen on port 80.
[Tue Aug 01 18:04:07 2006] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Tue Aug 01 18:04:07 2006] [notice] Child 5592: Exit event signaled. Child process is ending.
[Tue Aug 01 18:04:08 2006] [notice] Child 5592: Released the start mutex
[Tue Aug 01 18:04:09 2006] [notice] Child 5592: Waiting for 250 worker threads to exit.
[Tue Aug 01 18:04:09 2006] [notice] Child 5592: All worker threads have exited.
[Tue Aug 01 18:04:09 2006] [notice] Child 5592: Child process is exiting
[Tue Aug 01 18:04:09 2006] [notice] Parent: Child process exited successfully.
[Tue Aug 01 18:04:13 2006] [notice] Apache/2.2.2 (Win32) DAV/2 mod_ssl/2.2.2 OpenSSL/0.9.8b mod_autoindex_color PHP/5.1.4 configured -- resuming normal operations
[Tue Aug 01 18:04:13 2006] [notice] Server built: May 9 2006 14:08:48
[Tue Aug 01 18:04:13 2006] [notice] Parent: Created child process 3684
[Tue Aug 01 18:04:14 2006] [notice] Child 3684: Child process is running
[Tue Aug 01 18:04:14 2006] [notice] Child 3684: Acquired the start mutex.
[Tue Aug 01 18:04:14 2006] [notice] Child 3684: Starting 250 worker threads.
[Tue Aug 01 18:04:14 2006] [notice] Child 3684: Starting thread to listen on port 443.
[Tue Aug 01 18:04:14 2006] [notice] Child 3684: Starting thread to listen on port 80.
[Tue Aug 01 18:07:00 2006] [error] [client 127.0.0.1] XML Parser Error: XML parser error code: not well-formed (invalid token) (4)
[Tue Aug 01 18:09:54 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/test/mm_training.css, referer: http://localhost/test/
[Tue Aug 01 18:09:54 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/test/images/kif, referer: http://localhost/test/
[Tue Aug 01 18:09:54 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/test/images/Dedon, referer: http://localhost/test/
[Tue Aug 01 18:09:54 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/test/images/Eisch, referer: http://localhost/test/
[Tue Aug 01 18:09:54 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/test/images/Chilewich, referer: http://localhost/test/
[Tue Aug 01 18:09:54 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/test/images/IHR, referer: http://localhost/test/
[Tue Aug 01 18:09:54 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/test/images/Rose Handwerk, referer: http://localhost/test/
[Tue Aug 01 18:09:54 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/test/images/1a.gif, referer: http://localhost/test/
[Tue Aug 01 18:09:54 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/test/images/Messeeinladung_FJ_22006.jpg, referer: http://localhost/test/
[Tue Aug 01 18:10:00 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/test/mm_training.css, referer: http://localhost/test/index.html
[Tue Aug 01 18:10:00 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/test/images/kif, referer: http://localhost/test/index.html
[Tue Aug 01 18:10:01 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/test/images/Dedon, referer: http://localhost/test/index.html
[Tue Aug 01 18:10:01 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/test/images/Chilewich, referer: http://localhost/test/index.html
[Tue Aug 01 18:10:01 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/test/images/Eisch, referer: http://localhost/test/index.html
[Tue Aug 01 18:10:01 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/test/images/IHR, referer: http://localhost/test/index.html
[Tue Aug 01 18:10:01 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/test/images/Rose Handwerk, referer: http://localhost/test/index.html
[Tue Aug 01 18:10:01 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/test/images/1a.gif, referer: http://localhost/test/index.html
[Tue Aug 01 18:10:01 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/test/images/Messeeinladung_FJ_22006.jpg, referer: http://localhost/test/index.html
[Tue Aug 01 18:19:19 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/CFIDE
[Tue Aug 01 18:19:41 2006] [error] [client 127.0.0.1] user not found: /webdav/
[Tue Aug 01 18:19:58 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/CFIDE
[Tue Aug 01 18:20:22 2006] [error] [client 127.0.0.1] File does not exist: C:/Programme/xampp/htdocs/CFIDE
[Tue Aug 01 18:22:10 2006] [error] [client 127.0.0.1] user Kevin not found: /webdav
[Tue Aug 01 18:22:13 2006] [error] [client 127.0.0.1] user Kevin not found: /webdav
[Tue Aug 01 18:22:21 2006] [error] [client 127.0.0.1] user Kevin not found: /webdav
[Tue Aug 01 18:22:25 2006] [error] [client 127.0.0.1] user Kevin not found: /webdav
[Tue Aug 01 18:25:19 2006] [error] [client 127.0.0.1] user kevin not found: /webdav
[Tue Aug 01 19:12:11 2006] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Tue Aug 01 19:12:11 2006] [notice] Child 3684: Exit event signaled. Child process is ending.
[Tue Aug 01 19:12:12 2006] [notice] Child 3684: Released the start mutex
[Tue Aug 01 19:12:13 2006] [notice] Child 3684: Waiting for 250 worker threads to exit.
[Tue Aug 01 19:12:13 2006] [notice] Child 3684: All worker threads have exited.
[Tue Aug 01 19:12:13 2006] [notice] Child 3684: Child process is exiting
[Tue Aug 01 19:12:13 2006] [notice] Parent: Child process exited successfully.
[Tue Aug 01 19:12:17 2006] [notice] Apache/2.2.2 (Win32) DAV/2 mod_ssl/2.2.2 OpenSSL/0.9.8b mod_autoindex_color PHP/5.1.4 configured -- resuming normal operations
[Tue Aug 01 19:12:17 2006] [notice] Server built: May 9 2006 14:08:48
[Tue Aug 01 19:12:17 2006] [notice] Parent: Created child process 2884
[Tue Aug 01 19:12:19 2006] [notice] Child 2884: Child process is running
[Tue Aug 01 19:12:19 2006] [notice] Child 2884: Acquired the start mutex.
[Tue Aug 01 19:12:19 2006] [notice] Child 2884: Starting 250 worker threads.
[Tue Aug 01 19:12:19 2006] [notice] Child 2884: Starting thread to listen on port 443.
[Tue Aug 01 19:12:19 2006] [notice] Child 2884: Starting thread to listen on port 80.
[Tue Aug 01 19:16:17 2006] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Tue Aug 01 19:16:17 2006] [notice] Child 2884: Exit event signaled. Child process is ending.
[Tue Aug 01 19:16:18 2006] [notice] Child 2884: Released the start mutex
[Tue Aug 01 19:16:19 2006] [notice] Child 2884: Waiting for 250 worker threads to exit.
[Tue Aug 01 19:16:19 2006] [notice] Child 2884: All worker threads have exited.
[Tue Aug 01 19:16:19 2006] [notice] Child 2884: Child process is exiting
[Tue Aug 01 19:16:19 2006] [notice] Parent: Child process exited successfully.
[Tue Aug 01 20:02:49 2006] [notice] Apache/2.2.2 (Win32) DAV/2 mod_ssl/2.2.2 OpenSSL/0.9.8b mod_autoindex_color PHP/5.1.4 configured -- resuming normal operations
[Tue Aug 01 20:02:49 2006] [notice] Server built: May 9 2006 14:08:48
[Tue Aug 01 20:02:49 2006] [notice] Parent: Created child process 4000
[Tue Aug 01 20:02:50 2006] [notice] Child 4000: Child process is running
[Tue Aug 01 20:02:50 2006] [notice] Child 4000: Acquired the start mutex.
[Tue Aug 01 20:02:50 2006] [notice] Child 4000: Starting 250 worker threads.
[Tue Aug 01 20:02:50 2006] [notice] Child 4000: Starting thread to listen on port 443.
[Tue Aug 01 20:02:50 2006] [notice] Child 4000: Starting thread to listen on port 80.
[Tue Aug 01 20:03:05 2006] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Tue Aug 01 20:03:05 2006] [notice] Child 4000: Exit event signaled. Child process is ending.
[Tue Aug 01 20:03:06 2006] [notice] Child 4000: Released the start mutex
[Tue Aug 01 20:03:07 2006] [notice] Child 4000: Waiting for 250 worker threads to exit.
[Tue Aug 01 20:03:07 2006] [notice] Child 4000: All worker threads have exited.
[Tue Aug 01 20:03:07 2006] [notice] Child 4000: Child process is exiting
[Tue Aug 01 20:03:07 2006] [notice] Parent: Child process exited successfully.
[Tue Aug 01 20:03:43 2006] [notice] Apache/2.2.2 (Win32) DAV/2 mod_ssl/2.2.2 OpenSSL/0.9.8b mod_autoindex_color PHP/5.1.4 configured -- resuming normal operations
[Tue Aug 01 20:03:43 2006] [notice] Server built: May 9 2006 14:08:48
[Tue Aug 01 20:03:43 2006] [notice] Parent: Created child process 4188
[Tue Aug 01 20:03:44 2006] [notice] Child 4188: Child process is running
[Tue Aug 01 20:03:44 2006] [notice] Child 4188: Acquired the start mutex.
[Tue Aug 01 20:03:44 2006] [notice] Child 4188: Starting 250 worker threads.
[Tue Aug 01 20:03:44 2006] [notice] Child 4188: Starting thread to listen on port 443.
[Tue Aug 01 20:03:44 2006] [notice] Child 4188: Starting thread to listen on port 80.
[Tue Aug 01 20:35:30 2006] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Tue Aug 01 20:35:30 2006] [notice] Child 4188: Exit event signaled. Child process is ending.
[Tue Aug 01 20:35:31 2006] [notice] Child 4188: Released the start mutex
[Tue Aug 01 20:35:32 2006] [notice] Child 4188: Waiting for 250 worker threads to exit.
[Tue Aug 01 20:35:32 2006] [notice] Child 4188: All worker threads have exited.
[Tue Aug 01 20:35:32 2006] [notice] Child 4188: Child process is exiting
[Tue Aug 01 20:35:32 2006] [notice] Parent: Child process exited successfully.