[reply posted to list]

Daniel Falkenberg wrote:
> 
> Sorry mate.  I run an apache webserver on a Linux 7.1 server.
> 
> Does this make any real difference though?

if you run apache, consider adding mod_perl.  then consider using
authentication and authorization to solve your problem.  with about 60
lines of code or less, you can write a mod_perl module that will act as
a 'gatekeeper' and use it to authenticate your users against a database.

http://perl.apache.org/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to