Am Anfang der Ausgabe bekommme ich übrigens folgenden Header angezeigt:
HTTP/1.1 100 Continue
HTTP/1.1 200 OK
Date: Tue, 08 Oct 2002 17:35:04 GMT
Server: Apache/df-exts 1.1 (Unix) mod_ssl/2.8.11 OpenSSL/0.9.6e AuthPG/1.2 FrontPage/5.0.2.2510
X-Powered-By: PHP/4.1.2
Transfer-Encoding: chunked
Content-Type: text/html
ich habe auch mal folgende option versucht:
curl_setopt($ch, CURLOPT_UPLOAD,1);
dann stürzt der Apache2 aber ab mit folgender Fehlermeldung, die ich beim besten Willen nicht verstehe:
[Tue Oct 08 16:58:30 2002] [notice] Parent: Created child process 468
[Tue Oct 08 16:58:31 2002] [notice] Child 468: Child process is running
[Tue Oct 08 16:58:31 2002] [notice] Child 468: Acquired the start mutex.
[Tue Oct 08 16:58:32 2002] [notice] Child 468: Starting 250 worker threads.
[Tue Oct 08 16:58:43 2002] [notice] Parent: child process exited with status 1073807364 -- Restarting.
[Tue Oct 08 16:58:44 2002] [notice] Parent: Created child process 2228
[Tue Oct 08 16:58:45 2002] [notice] Child 2228: Child process is running
[Tue Oct 08 16:58:45 2002] [notice] Child 2228: Acquired the start mutex.
[Tue Oct 08 16:58:45 2002] [notice] Child 2228: Starting 250 worker threads.
[Tue Oct 08 16:58:47 2002] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Tue Oct 08 16:58:48 2002] [notice] Parent: Created child process 1764
[Tue Oct 08 16:58:49 2002] [notice] Child 1764: Child process is running
[Tue Oct 08 16:58:49 2002] [notice] Child 1764: Acquired the start mutex.
[Tue Oct 08 16:58:49 2002] [notice] Child 1764: Starting 250 worker threads.
[Tue Oct 08 16:58:57 2002] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Tue Oct 08 16:58:58 2002] [notice] Parent: Child process exited successfully.