Sorry, but I was just checking the groups when I came across these
postings.
Would it be possible for someone to print an example of what would be
reqiured and where, as I have been having some difficulty in fathoming
the ins and outs of the same problem. I managed to get a hold of one of
the Dummies books on Apache,but alas, I must be slighty more than dumb,
maybe just plain thick, as this book does not really help, either
All help is greatly appreciated
> > We have a LinuxServer which is connected to Internet via Cabel. I
wanna
> > create a Apache Server for Our Technican users only, which could
download
> > and get Information from our Server, while they are working outside
for
> > Customers.
> > So, how do i make a Secure Login from a Browser to the Apache
Server?
> try to use the mod_auth see e.g.
http://gd.tuwien.ac.at/infosys/servers/http/apache/docs/mod/mod_auth.ht
ml
> example: create a .htacess file
> AuthType Basic
> AuthName anything
> AuthUserFile /path/to/file/with/passwords
> require valid-user
> so everybody gets a password dialog window and has to supply a valid
> password to read the contents; the password file is created/changed
with the
> htpasswd program
> Gustl
> --
> Why do you pay BIG BUCKS for "micro" software with BIG BUGS
--
Darren Paxton
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.