I'm currently using WebQuota by Flicks Software at www.flicks.com for
authenticating members. The product protects against dictionary attacks, and
it throttles bandwidth used by members. Does PHP have any equivalent
software?
Adam
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscrib
hp/php.exe"
to :
LoadModule php4_module "C:/PHP/sapi/php4apache.dll"
AddType application/x-httpd-php .php
then use something like:
-Original Message-
From: Gehring Uwe [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 22, 2002 1:40 AM
To: [EMAIL PROTECTED]
Subject: AW: [P
You could always just do the authentication simply from IIS
Ross
-Original Message-
From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
Sent: 22 February 2002 07:55
To: Christoph Grottolo
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] PHP Authentication
Well, then you simply can't use
Well, then you simply can't use HTTP Authentication from PHP. The web
server doesn't expose the required information to the CGI environment. It
isn't PHP's fault.
-Rasmus
On Thu, 21 Feb 2002, Christoph Grottolo wrote:
>
> "Rasmus Lerdorf" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
> [EMAIL PR
I am running php/CGI with IIS on Win2k with Authentification - it is
working.
Uwe
-Ursprüngliche Nachricht-
Von: Christoph Grottolo [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 21. Februar 2002 20:30
An: [EMAIL PROTECTED]
Betreff: Re: [PHP-WIN] PHP Authentication
"Rasmus Le
"Rasmus Lerdorf" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
| HTTP Auth does not work with the CGI version of PHP which is what I
| presume you are using on Windows. Switch back to UNIX.
oh, please, dear sysadmin, set up a real good unix server for m
HTTP Auth does not work with the CGI version of PHP which is what I
presume you are using on Windows. Switch back to UNIX.
On 21 Feb 2002 [EMAIL PROTECTED] wrote:
> We just switched servers from Unix to Windows NT and all our authentication stopped
>working. It brings up an internal server err
you in the right
direction.
Robert W. Collins II
Webmaster
New Orleans Regional Transit Authority
Phone : (504) 248-3826
Email : [EMAIL PROTECTED]
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 21, 2002 4:28 AM
To: [EMAIL PROTECTED]
Subject: [PH
We just switched servers from Unix to Windows NT and all our authentication stopped
working. It brings up an internal server error. We installed the newest PHP and the
newest Apache software. Pretty much everything else works, except the authentication
won't work. I've tried many different vers