2003-02-23 17:36:36 -05:00
|
|
|
|
2001-07-09 14:27:08 -04:00
|
|
|
+---------------
|
2003-02-23 17:36:36 -05:00
|
|
|
| To finish the install of ${PKGNAME}, you need to enable the
|
|
|
|
| module using the following command
|
2001-07-09 14:27:08 -04:00
|
|
|
|
|
2001-08-13 11:50:22 -04:00
|
|
|
| ${PREFIX}/sbin/mod_frontpage-enable
|
|
|
|
|
|
2003-02-23 17:36:36 -05:00
|
|
|
| If you already have Apache running on your machine, you
|
|
|
|
| should not use "apachectl restart" - instead, you should
|
|
|
|
| fully stop and then restart the server.
|
|
|
|
|
|
|
|
|
| This package only includes the mod_frontpage module for
|
2003-02-26 10:13:04 -05:00
|
|
|
| Apache. It is still necessary to download and install the
|
2003-02-23 17:36:36 -05:00
|
|
|
| server extensions from Microsoft. They can be retrieved and
|
|
|
|
| installed using the following instructions.
|
|
|
|
|
|
|
|
|
| # ftp ftp://ftp.microsoft.com/products/frontpage/fp50.bsdi.tar.Z
|
2003-10-23 07:57:03 -04:00
|
|
|
| # tar -C /usr/local -xzpvf fp50.bsdi.tar.Z
|
|
|
|
| # cd /usr/local/frontpage/version5.0
|
2003-02-23 17:36:36 -05:00
|
|
|
| # dd if=/dev/arandom of=apache-fp/suidkey bs=129 count=1
|
|
|
|
| # sh set_default_perms.sh
|
|
|
|
| # find . -type f -perm -4000 -exec chmod u-s {} \;
|
|
|
|
|
|
2001-07-09 14:27:08 -04:00
|
|
|
+---------------
|
2003-02-23 17:36:36 -05:00
|
|
|
|