Getting a syntax error whilst attempting to use:
php_value include_path "/usr/local/www/www.mydomain.com/includes"
within a VirtualHost tag.
httpd will not restart and always complains about that line, comment it out and httpd
is a happy camper
OS is Mandrake 8.2 + Apache 1.3.23 + php 4.2
Hey [EMAIL PROTECTED]!
I am trying to attempt something like this, or at least this is one of my
attempts ;)
DocumentRoot /usr/local/www/data
ServerName users.ncinternet.net
UserDir public_html
php_admin_value safe_mode 0
php_value register_globals On
the php_admin_value seems to work, I bel
Greetings,
I think I have a misunderstanding of what's going on, I'm just not sure
where...
First I'll describe what I'm trying to do, then how I tried to do it, and
finally where I ultimately want to get to.
So on my Win2K apache 2.0.36 system with PHP 4.2.0 as module on which only I
set up page
Hi,
I have an 'out of the box' install of Suse Linux 7.2 with Apache 1.3.19 and
PHP 4.0.4pl1. I'm trying to set the include path for files served from
domain_name/~user directories but get the 'Internal Server Error' when I add
php_value include_path .:/home/user/php_include
as the only line in