SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
5
www/ap2-mod_wsgi/pkg/DESCR
Normal file
5
www/ap2-mod_wsgi/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
The mod_wsgi adapter is an Apache module that provides a WSGI compliant
|
||||
interface for hosting Python based web applications within Apache. The
|
||||
adapter is written completely in C code against the Apache C runtime and
|
||||
for hosting WSGI applications within Apache has a lower overhead than
|
||||
using existing WSGI adapters for mod_python or CGI.
|
2
www/ap2-mod_wsgi/pkg/PLIST
Normal file
2
www/ap2-mod_wsgi/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@so lib/apache2/mod_wsgi.so
|
||||
share/doc/pkg-readmes/${PKGSTEM}
|
9
www/ap2-mod_wsgi/pkg/README
Normal file
9
www/ap2-mod_wsgi/pkg/README
Normal file
|
@ -0,0 +1,9 @@
|
|||
+-----------------------------------------------------------------------
|
||||
| Running ${PKGSTEM} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
To enable the ap2-mod_wsgi module, the following line needs to be added
|
||||
to ${SYSCONFDIR}/apache2/httpd2.conf:
|
||||
LoadModule wsgi_module ${PREFIX}/lib/apache2/mod_wsgi.so
|
||||
|
||||
Then httpd2(8) must be restarted.
|
3
www/ap2-mod_wsgi/pkg/UNMESSAGE
Normal file
3
www/ap2-mod_wsgi/pkg/UNMESSAGE
Normal file
|
@ -0,0 +1,3 @@
|
|||
The following line needs to be removed from ${SYSCONFDIR}/apache2/httpd2.conf
|
||||
then httpd2(8) must be restarted:
|
||||
LoadModule wsgi_module ${PREFIX}/lib/apache2/mod_wsgi.so
|
Loading…
Add table
Add a link
Reference in a new issue