I have the correct PHP setting , acording to the help file.
I'm using PHP 4.3.4.
What kind of setting do I need in apache ?
Thanks,
Oliver
-----Original Message-----
From: Olle E. Johansson [mailto:oej@edvina.net]
Sent: Friday, March 19, 2004 3:32 AM
To: Jiri Kuthan
Cc: oliver(a)mastelcorp.com; serusers(a)lists.iptel.org
Subject: Re: [Serusers] SERWEB
Jiri Kuthan wrote:
a typical reason is that php settings are not as
required. a typical
reason why it is that way is users configured other php.ini file than
used by the php interpreter.
Also, check the way your PHP installation treat global variables.
By default, you won't get global variables and if I'm not suffering from a
bad memory, Serweb needs global variables. So whatever the login web page
posts, nothing will arrive to the PHP authentication library. You either fix
this in PHP.ini for your server, or for just this application in an apache
configuration file.
Check the documentation on
php.net.
And for the serweb team: Add fixing this to the wishlist. It's a well known
security hole. That's why it's off by default now.
/Olle