<snip>I am trying this:
<VirtualHost *> ServerAdmin [EMAIL PROTECTED] DocumentRoot /Library/WebServer/Websites/stage/content ServerName stage.asmpweb.org ErrorLog /Library/WebServer/Websites/stage/logs/error_log CustomLog /Library/WebServer/Websites/stage/logs/access_log common php_value include_path ".:/usr/local/php/lib/php:/Library/WebServer/Websites/stage/content/includes " </VirtualHost>
But get the following error:
Ghen:~ zorn$ httpd -t Syntax error on line 1070 of /etc/httpd/httpd.conf: Invalid command 'php_value', perhaps mis-spelled or defined by a module not included in the server configuration
Same error if I use php_admin_value
What version of Apache? I currently have multiple boxes running with configurations like this, all on Apache 1.3.x, without any problems (one of them's a Mac...looks like you're using a Mac above).
-- John C. Nichel KegWorks.com 716.856.9675 [EMAIL PROTECTED]
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php