blob: 8a5ccdf37aca70ebcf328c29f556b020d68b84d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
The BSDI FrontPage Extensions requires crypt_des is available in the
libcrypt.* libraries. The fpsrvadm.exe program can only create DES
passwords, but the Apache server is unable to use them when crypt_des
is not available in the libscrypt.* libraries.
For this port to be usefull you need to install an Apache-Frontpage
enabled web server. Only the following ports/packages qualifies:
Ports:
www/apache13-fp >=1.3.20_1
or
www/mod_frontpage >=1.5.2 (DSO module, not from Microsoft)
Packages:
apache_fp >=1.3.20_1
or
mod_frontpage >=1.5.2 (DSO module, not from Microsoft)
|