no, that's (partially) the idea of a POST.

Eg, if a login script was done under SSL using a http GET, even if you were
using 1 way crypt on the password, the cleartext would still be logged,
which is undesirable.

besides, how would you log a multi-part mime upload file in POST?

The only way I can think of is if you write your own/find an apache mod.
(which ignores multi-part mimes)


"Bogdan Albei" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Is there any way to log the $_POST values passed to the PHP scripts in
> Apache's access log?
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to