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,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.

View file

@ -0,0 +1,2 @@
@so lib/apache2/mod_wsgi.so
share/doc/pkg-readmes/${PKGSTEM}

View 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.

View 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