Allowing users access to their websites (Possibly OT?)
Allowing users access to their websites (Possibly OT?)
am 19.12.2009 17:20:50 von LuKreme
I have several users who have websites on my Apache 2.2.13/FreeBSD =
8.0-RELEASE server and I give them access to their files via webdav. =
This mostly has worked fine for years (Since FreeBSD 4.2-RELEASE), but I =
occasionally have weird problems with webdav (especially with things =
like Drupal or WordPress installed), so I am looking for another =
solution.
I don't want to allow ftp access or any access to a shell on the =
machine, so what are my options. How are others doing this? (It seems =
that chroot jails and ftp are still the standard, or is that wrong)
My users are not sophisticated, and webdav is just about as complicated =
as they can manage. Anything with a shell prompt is going to be nothing =
but problems.
--=20
....I started playing Myst at 4:30 in the afternoon and looked up
suddenly and realized it was February.
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Allowing users access to their websites (Possibly
am 20.12.2009 03:27:40 von Perl Whore
How about sftp without access to the shell? It's secure and most ftp
clients support the protocol.
On Sat, Dec 19, 2009 at 9:50 PM, LuKreme wrote:
> I have several users who have websites on my Apache 2.2.13/FreeBSD 8.0-RE=
LEASE server and I give them access to their files via webdav. This mostly =
has worked fine for years (Since FreeBSD 4.2-RELEASE), but I occasionally h=
ave weird problems with webdav (especially with things like Drupal or WordP=
ress installed), so I am looking for another solution.
>
> I don't want to allow ftp access or any access to a shell on the machine,=
so what are my options. How are others doing this? (It seems that chroot j=
ails and ftp are still the standard, or is that wrong)
>
> My users are not sophisticated, and webdav is just about as complicated a=
s they can manage. Anything with a shell prompt is going to be nothing but =
problems.
>
> --
> ...I started playing Myst at 4:30 in the afternoon and looked up
> =A0 =A0 =A0 =A0suddenly and realized it was February.
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project=
..
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> =A0 " =A0 from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Allowing users access to their websites (Possibly
am 21.12.2009 01:43:59 von Devraj Mukherjee
I have experienced something similar with applications that ship
..htaccess files to override parameters for the web server and / or
PHP. These .htaccess files override the settings for your WebDAV
connections.
I ended up creating a virtual host for the WebDAV with a separate
domain name and turned allow override off.
On Sun, Dec 20, 2009 at 3:20 AM, LuKreme wrote:
> I have several users who have websites on my Apache 2.2.13/FreeBSD 8.0-RE=
LEASE server and I give them access to their files via webdav. This mostly =
has worked fine for years (Since FreeBSD 4.2-RELEASE), but I occasionally h=
ave weird problems with webdav (especially with things like Drupal or WordP=
ress installed), so I am looking for another solution.
>
> I don't want to allow ftp access or any access to a shell on the machine,=
so what are my options. How are others doing this? (It seems that chroot j=
ails and ftp are still the standard, or is that wrong)
>
> My users are not sophisticated, and webdav is just about as complicated a=
s they can manage. Anything with a shell prompt is going to be nothing but =
problems.
>
> --
> ...I started playing Myst at 4:30 in the afternoon and looked up
> =A0 =A0 =A0 =A0suddenly and realized it was February.
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project=
..
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> =A0 " =A0 from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
--=20
"The secret impresses no-one, the trick you use it for is everything"
- Alfred Borden (The Prestiege)
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org