in reply to Changing web link output
If I interpret your question correctly, you are looking for a way to implement file system access privileges over http.
The classic way to do this, is by configuring the webserver to use basic authentication. You will have to provide your own user/password ist in that case.
For the Apache webserver, the docs are here. This is further not Perl related, until you start thinking about implementing your access mechanism in Perl...
--
Cheers, Joe
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Changing web link output
by Anonymous Monk on Nov 22, 2002 at 17:50 UTC | |
by Anonymous Monk on Nov 23, 2002 at 01:26 UTC |