Hi - my sysadmin tells me that PHP is compiled in, rather than loaded
as an Apache module.

I need to use

<VirtualHost foo>
        php_value include_path ".:/www/includes/foo"
</VirtualHost>

to get different include paths for different sites. How do I
accomplish this?

The manual says "When using PHP as an Apache module, you can also
                                      ^^^^^^^^^^^^^
change the configuration settings using directives in Apache
configuration files and .htaccess files."

djo


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to