Re: web management question

2001-06-14 Thread will trillich
On Tue, Jun 12, 2001 at 11:30:24PM -0700, Karsten M. Self wrote: > on Wed, May 30, 2001 at 01:41:37PM -0500, will trillich ([EMAIL PROTECTED]) > wrote: > > ...oldie, but... > > > On Mon, May 28, 2001 at 01:01:53PM -0700, Karsten M. Self wrote: > > > The directory ~/public_html is made accessible

Re: web management question

2001-06-13 Thread Karsten M. Self
on Wed, May 30, 2001 at 01:41:37PM -0500, will trillich ([EMAIL PROTECTED]) wrote: ...oldie, but... > On Mon, May 28, 2001 at 01:01:53PM -0700, Karsten M. Self wrote: > > The directory ~/public_html is made accessible as: > > > > http://server/~user/ > > > > ...with the appropriate configu

Re: web management question

2001-05-30 Thread will trillich
On Mon, May 28, 2001 at 01:01:53PM -0700, Karsten M. Self wrote: > The directory ~/public_html is made accessible as: > > http://server/~user/ > > ...with the appropriate configuration changes in /etc/apache/access.conf > and /etc/apache/srm.conf. LoadModule userdir_module /usr/lib/a

RE: web management question

2001-05-28 Thread Steve Barr
I have a similar set-up at my school, except it's for staff not students... Make sure the following line in uncommented in /etc/apache/httpd.conf: LoadModule userdir_module /usr/lib/apache/1.3/mod_userdir.so That causes Apache to look at a directory under the users home dir named public_h

Re: web management question

2001-05-28 Thread Robert L. Yelvington
Hey, Mike. You'll want to use the "mod_userdir" module of apache to set up the user's web directory..AND you'll need to create a web directory in the user's home directory in which they can ftp files to their hearts delight! Assuming your student will access their home pages by using "~" method,

RE: web management question

2001-05-28 Thread techlists
I would recommend changing from proftp to ncftp, it has a conf file that has a default to lock users into their home directory.  I would also recommend using webmin for server administration.  This can be found at http://www.webmin.com.   Wayne -Original Message-From: Mike Egglesto

Re: web management question

2001-05-28 Thread Alson van der Meulen
On Mon, May 28, 2001 at 12:39:07PM -0700, Mike Egglestone wrote: > Hi... > > I need some advice on how to manage my web server > I work for a school and would like to setup web pages for students > > I have apache installed and proftpd > > How would I manage the server so that students c

Re: web management question

2001-05-28 Thread Karsten M. Self
on Mon, May 28, 2001 at 12:39:07PM -0700, Mike Egglestone ([EMAIL PROTECTED]) wrote: > Hi... > > I need some advice on how to manage my web server > I work for a school and would like to setup web pages for students > > I have apache installed and proftpd > > How would I manage the serv