Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 1998 10:07:14 -0500
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        "Dev" <dev@wopr.inetu.net>, <isp@FreeBSD.ORG>
Subject:   Re: FrontPage extensions.
Message-ID:  <008d01bd9aca$c715ae00$c3e0d9cf@westbend.net>

next in thread | raw e-mail | index | archive | help
From: Dev <dev@wopr.inetu.net>
>We have frontpage '98 extensions up and working
>well.
>
>This is my questions, right now, frontpage 98 webs
>want to be owned by the same user as the web
>server.
>
They don't have to be.

>Has anyone gotten frontpage to work with suexec so
>all the different frontpage webs are owned by
>different users? I still want to give the users
>cgi rights, and I would like to integrate suexec
>first.
>
It works, I have my server set up as follows:

                    user    group
Server:        www    www
root web:    nobody    nogroup
user web:    <user>    <user>
 (<user>/public_html)

Now to uses suexec, you'll need to patch it, because it will not allow the
fpexe program to run.

Are you using the apache-fp port?  If you are the patches to the suexec
program are included with it.  Just change to the apache-fp directory and do
the following:

make build -DSUEXEC HTTPD_USER=www USER_DIR=public_html

HTTPD_USER - user server runs as
USER_DIR      - location of users webs

Then

cd work/apache*/support
chmod 4711 suexec ; chown root:bin suexec ; mv suexec /usr/local/sbin

and restart the server.

Scot


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?008d01bd9aca$c715ae00$c3e0d9cf>