summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-02-13 21:40:08 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-02-13 21:40:08 +0000
commitc800c78dd75385baf21ce856ffd79052ee331e61 (patch)
treea8e7162a3c1a72f5eb6de8ef225c33745d3069b1 /www
parent- Update to 0.9.6b20 (diff)
Add some notes about http.conf and what the user has to do
after installation. Noted by: Scot W. Hetzel <hetzels@westbend.net>
Notes
Notes: svn path=/head/; revision=54668
Diffstat (limited to 'www')
-rw-r--r--www/mod_frontpage/pkg-message20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/mod_frontpage/pkg-message b/www/mod_frontpage/pkg-message
index 50b2a7ed0611..2fab9e381064 100644
--- a/www/mod_frontpage/pkg-message
+++ b/www/mod_frontpage/pkg-message
@@ -1,5 +1,20 @@
************************************************************************
+Check your httpd.conf, if you have included a ResourceConfig and
+AccessConfig. If you do not have these files, you'll have to add
+these lines to make frontpage extensions working properly:
+
+ResourceConfig /dev/null
+AccessConfig /dev/null
+
+
+You'll also need to change AllowOverride under
+<Directory "/usr/local/www/data"> ( or the place where you
+moved your webservers ) from None to at least:
+
+AllowOverride AuthConfig Limit Indexes Options
+
+
You can turn off/on the extensions and the frontpage administration
per site in httpd.conf and per virtual server. FrontPageAdminDisable
is the default if no option is given.
@@ -9,4 +24,9 @@ FrontPageDisable # Disable Frontpage Extensions
FrontPageAdminEnable # Enable Frontpage Extensions fpadmcgi.exe
FrontPageAdminDisable # Disable Frontpage Extensions fpadmcgi.exe
+
+After you have made these changes, you'll have to execute:
+
+/usr/local/frontpage/version5.0/fp_install.sh
+
************************************************************************