* Thus wrote Scott Fletcher ([EMAIL PROTECTED]): > What you will need to do is to login using the Apache account from the > terminal login and execute the command line code. If it doesn't work then > you know the problem had nothing to do with Apache and PHP.
The apache account shouldn't have a username and password, for security reasons, so an su to the apache account would be a way to login as the user: # su <apacheaccount> Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php