aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/mod_wsgi/INSTALL.msg
blob: b3a307070096fa561ceb31ab24462deed3a29215 (plain) (blame)
1
2
3
4
5
6
7
8
9
To enable ${PKGNAME} in the Apache HTTP server, add the following line
into /etc/httpd/httpd.conf:

	LoadModule wsgi_module modules/mod_wsgi.so

and reload the Apache daemon with:

	# sv restart apache