Configure Apache 2.0 for subwebs with unique permissions?

Configure Apache 2.0 for subwebs with unique permissions?

am 30.06.2005 21:19:03 von stilettoxx

Alas, Microsoft is no longer supporting the FrontPage Server Extensions for
Unix. I am trying to set up my Apache 2.0 webserver to allow access from our
FrontPage client software.

I decided to use WebDAV as this seems to be the up and coming thing in the
Open Source arena.

The problem I am having is figuring out how to create "subwebs" with unique
permissions.

I want this scenario:
Admins can access all
users can only access their own directories.

The problem lies when I try to access the "subwebs" while logged into the
top level of the site. I get the box asking for the login.

I want to be able as an admin to log into the top level of the site and then
be able to access, edit, delete, move, whatever any file/directory down the
tree regardless of whether it is a "subweb" or not.

I am defining a "subweb" as a container in my httpd.conf file
for each individual user.

Example:


require user admin





require user joe



I want the admin to be able to access and do all while joe can only access
his subdirectory.

MICROSOFT if you are going to take away the FPSE for Unix then PLEASE do
some good documentation so that we admins can configure Apache to accommodate
FrontPage client users with WebDAV in the same way that we could with FPSE
before!

Re: Configure Apache 2.0 for subwebs with unique permissions?

am 01.07.2005 00:38:59 von Tom Pepper Willett

See the replies to your duplicate multiple posts in other FP newsgroups.
Once again, Apache for Windows does not support FP server extensions.
Without FP server extensions, you cannot create subwebs.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085 802
===
"Donna" wrote in message
news:224020EA-E3AD-4DE7-9FC5-C4E988B0773B@microsoft.com...
| Alas, Microsoft is no longer supporting the FrontPage Server Extensions
for
| Unix. I am trying to set up my Apache 2.0 webserver to allow access from
our
| FrontPage client software.
|
| I decided to use WebDAV as this seems to be the up and coming thing in the
| Open Source arena.
|
| The problem I am having is figuring out how to create "subwebs" with
unique
| permissions.
|
| I want this scenario:
| Admins can access all
| users can only access their own directories.
|
| The problem lies when I try to access the "subwebs" while logged into the
| top level of the site. I get the box asking for the login.
|
| I want to be able as an admin to log into the top level of the site and
then
| be able to access, edit, delete, move, whatever any file/directory down
the
| tree regardless of whether it is a "subweb" or not.
|
| I am defining a "subweb" as a container in my httpd.conf file
| for each individual user.
|
| Example:
|
| UNLOCK>
| require user admin
|

|

|
|
| UNLOCK>
| require user joe
|

|

|
| I want the admin to be able to access and do all while joe can only access
| his subdirectory.
|
| MICROSOFT if you are going to take away the FPSE for Unix then PLEASE do
| some good documentation so that we admins can configure Apache to
accommodate
| FrontPage client users with WebDAV in the same way that we could with FPSE
| before!

Re: Configure Apache 2.0 for subwebs with unique permissions?

am 01.07.2005 17:14:37 von gail

The FrontPage 2002 Server Extensions for UNIX are still supported by
Microsoft.
This includes support for Apache 2.0. Intsallation instructions for
FPSE and
Apache 2 can be found at http://www.rtr.com/fpsupport/faq2002dso.htm.


Donna wrote:
> Alas, Microsoft is no longer supporting the FrontPage Server Extensions for
> Unix. I am trying to set up my Apache 2.0 webserver to allow access from our
> FrontPage client software.
>
> I decided to use WebDAV as this seems to be the up and coming thing in the
> Open Source arena.
>
> The problem I am having is figuring out how to create "subwebs" with unique
> permissions.
>
> I want this scenario:
> Admins can access all
> users can only access their own directories.
>
> The problem lies when I try to access the "subwebs" while logged into the
> top level of the site. I get the box asking for the login.
>
> I want to be able as an admin to log into the top level of the site and then
> be able to access, edit, delete, move, whatever any file/directory down the
> tree regardless of whether it is a "subweb" or not.
>
> I am defining a "subweb" as a container in my httpd.conf file
> for each individual user.
>
> Example:
>
>
> require user admin
>

>

>
>
>
> require user joe
>

>

>
> I want the admin to be able to access and do all while joe can only access
> his subdirectory.
>
> MICROSOFT if you are going to take away the FPSE for Unix then PLEASE do
> some good documentation so that we admins can configure Apache to accommodate
> FrontPage client users with WebDAV in the same way that we could with FPSE
> before!