Re: Perl administration for Linux fileserver
From: Nikunj Virani (nikunj@netsurf.co.in)
Date: 02/07/03
- Previous message: Systems Administrator: "Re: Perl administration for Linux fileserver"
- In reply to: Jos Kirps|EducDesign: "Perl administration for Linux fileserver"
- Next in thread: Seth Arnold: "Re: Perl administration for Linux fileserver"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Nikunj Virani" <nikunj@netsurf.co.in> To: "Jos Kirps|EducDesign" <jos.kirps@educdesign.lu>, <focus-linux@securityfocus.com> Date: Fri, 7 Feb 2003 10:29:48 +0530
Give a look at Webmin it is breeze to install and configure.
If you want to use customer Perl Scripts for the purpose you can develope
your own Perl Scripts. It can be done some thing like this :
> You have password file containing the list of all users.You can create it
using:
htpasswd -c /usr/local/apache/mypasswords nikunj
> All the addition and removal of the users can be done by a perl script
running as user apache with group apache. To add a user use:
htpasswd /usr/local/apache/mypasswords nikunj.
Every directory must contain there .htaccess file which must be some thing
like this:
- Next message: Seth Arnold: "Re: Perl administration for Linux fileserver"
- Previous message: Systems Administrator: "Re: Perl administration for Linux fileserver"
- In reply to: Jos Kirps|EducDesign: "Perl administration for Linux fileserver"
- Next in thread: Seth Arnold: "Re: Perl administration for Linux fileserver"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]