Posted: Fri Sep 27, 2002 9:36 am
i set Apache LogLevel to debug (the highest i think) and here is what i get:
access.log:
error.log:
not very informative as you can tell. i set php to report all errors and and it started warning me about my setcookie functions so i commented them all out and still go result. i then tried executing this single line of code:
and it still didn't work. my access.log and error.log show nothing different from what i show above.
access.log:
Code: Select all
127.0.0.1 - - ї27/Sep/2002:10:20:30 -0400] "POST /login.php HTTP/1.1" - 5Code: Select all
їFri Sep 27 10:20:12 2002] їinfo] mod_unique_id: using ip addr 192.168.0.2
їFri Sep 27 10:20:13 2002] їinfo] Parent: Created child process 3108
їFri Sep 27 10:20:13 2002] їinfo] Parent: Duplicating socket 216 and sending it to child process 3108
їFri Sep 27 10:20:13 2002] їinfo] mod_unique_id: using ip addr 192.168.0.2
їFri Sep 27 10:20:14 2002] їinfo] BytesRead = 372 WSAProtocolInfo = 2006620
їFri Sep 27 10:20:33 2002] їinfo] master_main: Shutdown event signaled. Shutting the server down.
їFri Sep 27 10:20:46 2002] їinfo] removed PID file c:/apache/logs/httpd.pid (pid=3240)Code: Select all
<?php
//test.php
header("Location: http://localhost/");
?>