php-install Digest 28 May 2003 08:16:13 -0000 Issue 1397
Topics (messages 10969 through 10971):
Re: Solaris 8 , Apache 1.3.26 , php-4.3.1 install problems
10969 by: Michael Mauch
10971 by: Garrett, Matt M SITI-ITDIEEE
PHP4/Apache2
10970 by: David Peralta
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Matt M Siti-Itdieee Garrett wrote:
> I have build PHP 4.3.1 quite happily using
> ./configure --with-apxs=/local/apache/bin/apxs --prefix=/local/php4
> --with-config-file-path=/local/php4/lib
>
> Done make , make install
>
> Added the following to httpd.conf file
>
> LoadModule php4_module libexec/libphp4.so
> ScriptAlias /php/ /local/apache/php/
> AddType application/x-httpd-php .php
> <Directory "/local/apache/php">
> AllowOverride None
> Options ExecCGI
I guess this one is the culprit. Everything above this line is ok for
mod_php, but this ExecCGI is only needed for CGI mode.
Regards...
Michael
--- End Message ---
--- Begin Message ---
Unfortunately removing Options ExecCGI
Makes no difference !
Any other suggestions
Thanks
Matt
Matthew Garrett
Unix System Support
Shell Information Technology International Limited
Seafield House, North Anderson Drive, Aberdeen AB15 6GZ, United Kingdom
Tel: +44 (0)1224 81 8373 Other Tel: Internal 630 8373
Email: [EMAIL PROTECTED]
Internet: http://www.shell.com
> -----Original Message-----
> From: Michael Mauch [mailto:[EMAIL PROTECTED]
> Sent: 27 May 2003 17:06
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] Re: Solaris 8 , Apache 1.3.26 , php-4.3.1 install
> problems
>
>
> Matt M Siti-Itdieee Garrett wrote:
>
> > I have build PHP 4.3.1 quite happily using
> > ./configure --with-apxs=/local/apache/bin/apxs
> --prefix=/local/php4 --with-config-file-path=/local/php4/lib
> >
> > Done make , make install
> >
> > Added the following to httpd.conf file
> >
> > LoadModule php4_module libexec/libphp4.so
> > ScriptAlias /php/ /local/apache/php/
> > AddType application/x-httpd-php .php
> > <Directory "/local/apache/php">
> > AllowOverride None
> > Options ExecCGI
>
> I guess this one is the culprit. Everything above this line is ok for
> mod_php, but this ExecCGI is only needed for CGI mode.
>
> Regards...
> Michael
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---
--- Begin Message ---
Hi,
I'm trying to install PHP 4.3.1 as an apache2 (2.0.45) module in RH7.
I've followed the instructions in INSTALL file but the --activate-module
apache "configure" script options is no longer available. Is there
another way?
Thanks,
David
--- End Message ---