fcgi auth
I have setup a fcgi authorizer like so,
it's listening on the same box as the webserver on port 3456
<extProcessor>
<type>fcgiauth</type>
<name>Chuck_Auth</name>
<address>127.0.0.1:3456</address>
<maxConns>2000</maxConns>
<respBuffer>0</respBuffer>
<backlog>50</backlog>
<instances>1000</instances>
</extProcessor>
The problem is that I can't seem to get the http basic auth popup to display when browsing the website. (the rest of the install and setup is right out of the box)
The perl script works on apache and zeus so I believe it's just a matter of incorrect server configuration on my part.
|