Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Re: Re: Re: Calling script after htaccess authentification

by Xxaxx (Monk)
on Jul 30, 2002 at 20:32 UTC ( [id://186355]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Calling script after htaccess authentification
in thread Calling script after htaccess authentification

though it does mean that I have to do downloads via a CGI script, instead of letting the web server handle the details.

It is less than satisfying to pass all of the content through a script. It just seems like extra overhead. Apache is optimized for shoveling pages to browsers. Putting the Perl script in the middle seems like extra overhead. Maybe this is just my old 8088 conservatism. Trying to eliminate all extra processes.

Claude

  • Comment on Re: Re: Re: Re: Calling script after htaccess authentification

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Calling script after htaccess authentification
by dws (Chancellor) on Jul 30, 2002 at 22:08 UTC
    It is less than satisfying to pass all of the content through a script. It just seems like extra overhead.

    It's extra overhead, but unless downloads are very frequent occurances, so what? The benefit you gain from this scheme is that you don't need to use two login schemes.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://186355]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-24 02:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found