Waynn Lue wrote: > Oh, I thought having one for cgi and one for cli was common. Do people > generally run only one, regardless of whether they're hitting it from > a webserver or running it from the commandline? I think the general setup is a php cli executable in /usr/bin/php and the php apache module. I find it unusable to have php executables in both /usr/bin and /usr/local/bin. Obviously, if you're using all three variations - CLI, CGI and module-based, you'll need two PHP executables, but I would still expect to find those in /usr/bin with one called 'php' and the other perhaps 'php-cgi'. /Per Jessen, Zürich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php