SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
8
www/apache-httpd/pkg/DESCR
Normal file
8
www/apache-httpd/pkg/DESCR
Normal 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
|
7
www/apache-httpd/pkg/PFRAG.ldap
Normal file
7
www/apache-httpd/pkg/PFRAG.ldap
Normal 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
1996
www/apache-httpd/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load diff
19
www/apache-httpd/pkg/apache2.rc
Normal file
19
www/apache-httpd/pkg/apache2.rc
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue