openbsd-ports/www/mod_frontpage/pkg/MESSAGE
simon 012efb2a57 finish switch to apache module framework, change license for
mod_auth_mysql and remove two maintainers on their own request

feedback & ok steven@
2007-06-26 19:19:45 +00:00

21 lines
786 B
Plaintext
Executable File

To finish the install, you need to enable the module using the following
command
${PREFIX}/sbin/${MODAPACHE_ENABLE}
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 Apache. It is
still necessary to download and install the 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
# tar -C /usr/local -xzpvf fp50.bsdi.tar.Z
# cd /usr/local/frontpage/version5.0
# 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 {} \;