Hi, We try to set up web-based database via PHP, mysql and webserver(apache). Some errors seemed to be hard to explain. For example, we do have "home/httpd/html/blast/login1.html", but error_log suggested we didnt have. IN addition, we don't know why "home/httpd/html/blast/blue" came out because we don't need it and didnt created it either. As for accessing problems, it seems that our apache doesn't recongize method "get or post" for cgi or php. Our linux seems to originally have apache1.3, PHP3.0 installed, but our apache's directory is not like "usr/local/apache/", also PHP3.0 seems to be not like "usr/local/php". We tried to download PHP4/0 installed, however, we dont want to reconfigure apache, there are some ways to avoid reconfiguring apache to install PHP4.0 or 3.0? A few errors are followed: Error_log errors: [Thu Mar 1 18:07:48 2001] [notice] Apache/1.3.12 (Unix) (Red Hat/Linux) PHP/3. 0.15 mod_perl/1.21 configured -- resuming normal operations [Thu Mar 1 18:08:22 2001] [error] [client ] File does not exist: / home/httpd/html/blast/login1.html [Thu Mar 1 18:09:28 2001] [error] [client ] File does not exist: / home/httpd/html/blast/blue [Thu Mar 1 18:10:41 2001] [error] [client ] File does not exist: / home/httpd/html/blast/blue [Thu Mar 1 18:12:48 2001] [error] [client ] File does not exist: / home/httpd/html/blast/blue [Thu Mar 1 18:15:03 2001] [error] [client ] File does not exist: / home/httpd/html/blast/blue [Thu Mar 1 18:15:09 2001] [error] [client ] File does not exist: / home/httpd/html/blast/blue [Thu Mar 1 18:15:27 2001] [error] [client ] File does not exist: / home/httpd/html/blast/blue Access_log errors: - - [01/Mar/2001:18:12:48 -0600] "GET /blast/blue HTTP/1.0" 404 273 - - [01/Mar/2001:18:13:07 -0600] "POST /blast/search1.php HTTP/1.0" 200 150 - - [01/Mar/2001:18:15:03 -0600] "GET /blast/blue HTTP/1.0" 404 273 - - [01/Mar/2001:18:15:09 -0600] "GET /blast/search3.html HTTP/1.0" 200 4502 - - [01/Mar/2001:18:15:09 -0600] "GET /blast/blue HTTP/1.0" 404 273 - - [01/Mar/2001:18:15:13 -0600] "POST /blast/search3.php HTTP/1.0" 200 133 - - [01/Mar/2001:18:15:27 -0600] "GET /blast/blue HTTP/1.0" 404 273 - - [01/Mar/2001:18:15:37 -0600] "GET /blast/search2.html HTTP/1.0" 200 4554 - - [01/Mar/2001:18:15:47 -0600] "POST /blast/search2.php HTTP/1.0" 200 133 - - [01/Mar/2001:18:16:45 -0600] "GET /blast/login.html HTTP/1.0"304 - - - [01/Mar/2001:18:17:05 -0600] "POST /blast/login.php HTTP/1.0"200 166 Really appreciate your helps. Hui __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]