diff options
author | Bob Beck <beck@cvs.openbsd.org> | 1999-03-01 01:07:30 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 1999-03-01 01:07:30 +0000 |
commit | 21d723c6847eebcff10c51f4ca9a9f2f90cdea59 (patch) | |
tree | f9556634aa856b074e95cf0e9aeff4b39f785ae5 /usr.sbin/httpd/README.configure | |
parent | 5376803c9e4a906a4befe58a0c30f3ed32f270bb (diff) |
Apache 1.3.4 merge
Diffstat (limited to 'usr.sbin/httpd/README.configure')
-rw-r--r-- | usr.sbin/httpd/README.configure | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/usr.sbin/httpd/README.configure b/usr.sbin/httpd/README.configure index e8d0ddc2271..66390da3b71 100644 --- a/usr.sbin/httpd/README.configure +++ b/usr.sbin/httpd/README.configure @@ -98,7 +98,9 @@ $ ./configure --prefix=/path/to/apache \ --enable-suexec \ --suexec-caller=www \ - --suexec-userdir=.www + --suexec-userdir=.www \ + --suexec-docroot=/path/to/root/dir \ + --suexec-logfile=/path/to/logdir/suexec_log \ --suexec-uidmin=1000 \ --suexec-gidmin=1000 \ --suexec-safepath="/bin:/usr/bin" @@ -106,9 +108,12 @@ $ make install This automatically builds and installs Apache 1.3 with suEXEC support for - the caller uid "www" and the user's homedir subdirs ".www". The access - paths for the suexec program are automatically adjusted and the suexec - program is installed, so Apache can find it on startup. + the caller uid "www" and the user's homedir subdirs ".www". The default + paths for --suexec-docroot is the value from the --datadir option with + the suffix "/htdocs" and the --logfiledir value with the suffix + "/suexec_log" for the --suexec-logfile option. The access paths for the + suexec program are automatically adjusted and the suexec program is + installed, so Apache can find it on startup. Building multiple platforms in parallel --------------------------------------- |