ID:               16489
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Apache2 related
 Operating System: Freebsd 4.5-stable
 PHP Version:      4.2.0RC4
 New Comment:

When can we expect this fixed?


Previous Comments:
------------------------------------------------------------------------

[2002-04-14 19:36:06] [EMAIL PROTECTED]

..and will most likely also exist in the actual release.
Apache2 support in it will still be experimental.



------------------------------------------------------------------------

[2002-04-14 19:30:09] [EMAIL PROTECTED]

Problem still exist in 4.2.0 RC4.

------------------------------------------------------------------------

[2002-04-14 10:13:38] [EMAIL PROTECTED]

Problem still exists in 4.2.0 RC3.

------------------------------------------------------------------------

[2002-04-08 16:10:12] [EMAIL PROTECTED]

The virtual host is included from httpd.conf with the include
statement.

It is not directly in httpd.conf

------------------------------------------------------------------------

[2002-04-08 07:06:57] [EMAIL PROTECTED]

I upgraded from Apache 1.3.24 to 2.0.35

Apache is configured with:
./configure  --prefix=/usr/local/apache2 --enable-mods-shared=all
--enable-ssl --mandir=/usr/local/man

PHP is configured with:
./configure --with-mysql=/usr/local/mysql --with-gd=/usr/local
--with-t1lib --with-jpeg-dir --with-png-dir --with-tiff-dir
--with-zlib-dir
--with-freetype-dir=/usr/local/include/freetype2/freetype --with-imap
--with-gettext --with-zlib --with-pdflib --enable-exif --enable-ftp
--enable-bcmath --with-mcrypt --with-dom --with-expat-dir=/usr/local
--enable-xslt --with-xslt-sablot --enable-sablot-errors-descriptive
--with-config-file-path=/usr/local/etc --with-tsrm-pth
--with-apxs2=/usr/local/apache2/bin/apxs

I have a virtual host like this in my httpd.conf:
-- cut
<virtualhost 192.168.1.3>
 Servername www.domain.dk
 Serveralias domain.dk
 DocumentRoot /home/freakcers/www/www.domain.dk
 ErrorLog /home/freakcers/logs/www.domain.dk/error.log
 CustomLog /home/username/logs/www.domain.dk/access.log combined

 php_admin_value open_basedir /home/username/www:/usr/local/lib/php

 <Directory /home/username/www>
  Options ExecCGI Includes FollowSymLinks
  AllowOverride All
  Order Deny,Allow
  Allow from all
 </Directory>
</virtualhost>
-- cut

If i run "apachectl configtest" i get this error:
Syntax error on line 10 of
/usr/local/apache2/conf/virtualhosts/domain.dk.conf:
php_admin_value not allowed here


If you need any futher details, please advice :-)

Best regards Henrik Larsson

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16489&edit=1

Reply via email to