I think I figured out the problem I was having, wth one of the two options
for building Apache with PHP, the one involving the use of apxs. There seems
to have been a bug in the 'configure' program for PHP (4.3.1), is what I
think at the moment anyway: some of the args passed to the call of 'apxs'
php-install Digest 17 Mar 2003 02:41:40 - Issue 1292
Topics (messages 10346 through 10347):
Compilation problem w. sybase support...
10346 by: Trebisch Tamas
Re: Help! Problem building PHP 4.3.1 with Apache 1.3.27 on Solaris 2.8
10347 by: Jim Thome
Administrivia:
To subscr
Check to make sure that the path to PERL (shown in the first line of
apxs) is correct.
--
Jim
>>> "Bob Boeninger" <[EMAIL PROTECTED]> 03/15/03 06:29PM >>>
Hello,
Didn't see either of these two problems I'm having building PHP
4.3.1
with Apache 1.3.27 on Solaris 2.8:
I've tried two recomm
Dear all,
I'd like to compile php 4.3.1 on my
Red Hat Linux 8.0 with Sybase-12.5
support:
./configure \
--with-apxs=/usr/local/apache/bin/apxs \
--with-config-file-path=/etc/httpd \
--with-system-regex \
--enable-track-vars \
--with-gettext \
--with-xml \
--with-sybase-ct=/opt/sybase
But the ma
php-install Digest 16 Mar 2003 11:55:03 - Issue 1291
Topics (messages 10344 through 10345):
Help! Problem building PHP 4.3.1 with Apache 1.3.27 on Solaris 2.8
10344 by: Bob Boeninger
dynamic virtual hosting+open_basedir
10345 by: Furesz Peter
Administrivia:
To subscribe to
Hi!
I have a problem with my httpd.conf and PHP. I would like to make a free PHP
hosting. When a user register, I put into directory
/foo/bar/username.mydomain.com. My httpd.conf is the following:
AllowOverride None
Options None
php_admin_value max_execution_time 30
#The following line is my QUEST