Using:
- Apache 1.3.27
- PHP 4.2.3

I just changed my httpd.conf to have two virtual
hosts. One of them uses php, so I added the
include_path, but when I try to test the config I get
a core dump.
Here's the vhost section for the domain using php:
[...]
<VirtualHost *>
            ServerAdmin [EMAIL PROTECTED]
    DocumentRoot /usr/local/www/data/domain/
    ServerName domain.org
    ErrorLog /var/log/domain.org-error_log
    CustomLog /var/log/domain.org-access_log common
    php_value include_path ".:/usr/local/domainlibs"
    Alias /admin/ "/usr/local/www/data/domain/admin/"
</VirtualHost>
[...]

thanks, 

Jay

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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

Reply via email to