php-install Digest 18 Aug 2002 01:06:47 - Issue 983
Topics (messages 8149 through 8152):
Re: Thank Ezekiel.
8149 by: Bob Lockie
8150 by: Rasmus Lerdorf
Compilation hangs on OpenBSD
8151 by: Henri Fallon
8152 by: Rasmus Lerdorf
Administrivia:
To subscribe t
Apache2 is not really supported yet. But if you are going to play with
it, use the very latest Apache CVS version and the latest PHP CVS version.
However, you are better off simply using the stable Apache 1.3.x at least
for another couple of months.
-Rasmus
On Sat, 17 Aug 2002, Henri Fallon wro
Hi,
I wanted to use php4 along with apache2 on an UltraSparc openBsd box.
As php 4.2.2 has compilation errors widely reported ( apaceh functions
called with too few arguments ) I tried snapshots :
php4-200208151800 and php4-200208161200
configure line is :
./configure --with-apxs2=/usr/local/ap
Turn on register_globals in your php.ini file.
On Sat, 17 Aug 2002, Le Long Minh wrote:
> Thank you very much for your reply,
>
> Apache 1.3.26(as a Module) + php had done, but when i use this index.php
> file here to do an authenticate, it doesn't work
>
See php.net for how to install both a CGI (binary) and an Apache module.
I don't think they are both installed.
>Thank you very much for your reply,
>
>Apache 1.3.26(as a Module) + php had done, but when i use this index.php
>file here to do an authenticate, it doesn't work
>
php-install Digest 17 Aug 2002 08:46:36 - Issue 982
Topics (messages 8146 through 8148):
Re: It's not working!
8146 by: Moraes, Fabio
php installation issues
8147 by: Srinivas Nyayapati
Thank Ezekiel.
8148 by: Le Long Minh
Administrivia:
To subscribe to the diges
Thank you very much for your reply,
Apache 1.3.26(as a Module) + php had done, but when i use this index.php
file here to do an authenticate, it doesn't work
if (!isset($PHP_AUTH_USER) && !isset($PHP_AUTH_PW))
{
header("WW