darkfro
November 22nd, 2005, 04:29 PM
I think this is a virtual hosting problem. I have Apache 2.x running on my Ubuntu 5.10 machine. What i'm trying to do is have a way for users to ftp to my box and have thier own storage space on the apache server. I want to be able to allocate only a certain amount of space to each person. Ex:
darkfro@ubuntubox: ftp 192.168.2.1
darkfro@ubuntubox: user: Darkfro
darkfro@ubuntubox: pass: *****
darkfro@ubuntubox: ls
darkfro@ubuntubox: index.html
welcome.gif
etc
cgibin
darkfro@ubuntubox: ftp 192.168.2.1
darkfro@ubuntubox: user: Mike
darkfro@ubuntubox: pass: ********
darkfro@ubuntubox: ls
darkfro@ubuntubox: Mikeindex.html
oldindex.html
video.avi
etc
cgibin
Do you get the picture. I only want them to have a certain amount of space. And they can't exceed it.
darkfro@ubuntubox: ftp 192.168.2.1
darkfro@ubuntubox: user: Darkfro
darkfro@ubuntubox: pass: *****
darkfro@ubuntubox: ls
darkfro@ubuntubox: index.html
welcome.gif
etc
cgibin
darkfro@ubuntubox: ftp 192.168.2.1
darkfro@ubuntubox: user: Mike
darkfro@ubuntubox: pass: ********
darkfro@ubuntubox: ls
darkfro@ubuntubox: Mikeindex.html
oldindex.html
video.avi
etc
cgibin
Do you get the picture. I only want them to have a certain amount of space. And they can't exceed it.