SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,8 @@
The Apache HTTP Server Project is an effort to develop and maintain an
open-source HTTP server for modern operating systems including UNIX and
Windows NT. The goal of this project is to provide a secure, efficient
and extensible server that provides HTTP services in sync with the
current HTTP standards.
Flavors:
ldap - Enable LDAP authentication and caching support

View file

@ -0,0 +1,7 @@
lib/apache2/mod_authnz_ldap.so
lib/apache2/mod_ldap.so
share/doc/ap2-mod_auth_ldap/
share/doc/ap2-mod_auth_ldap/mod_authnz_ldap.html
share/doc/ap2-mod_auth_ldap/mod_authnz_ldap.html.en
share/doc/ap2-mod_auth_ldap/mod_ldap.html
share/doc/ap2-mod_auth_ldap/mod_ldap.html.en

1996
www/apache-httpd/pkg/PLIST Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,19 @@
#!/bin/ksh
daemon="${TRUEPREFIX}/sbin/httpd2"
. /etc/rc.d/rc.subr
# mod_perl resets $0 to argv[0]
pexp=".*${daemon}.*"
rc_reload=NO
rc_start() {
rc_exec "${TRUEPREFIX}/sbin/apachectl2 graceful ${daemon_flags}"
}
rc_stop() {
${TRUEPREFIX}/sbin/apachectl2 graceful-stop ${daemon_flags}
}
rc_cmd $1