openbsd-ports/www/mod_frontpage/pkg/MESSAGE
2011-03-02 08:44:08 +00:00

25 lines
927 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.freebsd.tar.Z
# tar -C /usr/local -xzpvf fp50.freebsd.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 {} \;
# sysctl kern.emul.freebsd=1
The file /etc/sysctl.conf should be modified to let the system enable
freebsd emulation on every boot.