Mailinglist Archive: opensuse (2912 mails)
| < Previous | Next > |
Re: [SLE] Security Program for Webpages
- From: Per Jessen <per@xxxxxxxxxxxx>
- Date: Thu, 17 Feb 2005 12:12:14 +0100
- Message-id: <cv1u6e$ck5$1@xxxxxxxxxxxxxxxx>
Russ wrote:
> Does anyone know of a security program that allows me to restrict access to a
> certain part of my website. I had been using a program called Login V6.2 that
> ran on windows, allowed me to create new users and it encrypted a password
> for each user. I then transfer the login file to my ISP's Linux webserver.
> This was a members only section of the my website. When a user logged in thru
> a HTML form it checked the password and allowed them on. (It was a Javascript
> on the server)
You could use straight forward apache per-directory authentication. The simplest form use
password files created with htpasswd.
/Per Jessen, Zürich
--
http://www.spamchek.com/freetrial - sign up for your free 30-day trial now!
> Does anyone know of a security program that allows me to restrict access to a
> certain part of my website. I had been using a program called Login V6.2 that
> ran on windows, allowed me to create new users and it encrypted a password
> for each user. I then transfer the login file to my ISP's Linux webserver.
> This was a members only section of the my website. When a user logged in thru
> a HTML form it checked the password and allowed them on. (It was a Javascript
> on the server)
You could use straight forward apache per-directory authentication. The simplest form use
password files created with htpasswd.
/Per Jessen, Zürich
--
http://www.spamchek.com/freetrial - sign up for your free 30-day trial now!
| < Previous | Next > |