Difference between revisions of "Mod Python"
From SME Server
Jump to navigationJump to searchLine 10: | Line 10: | ||
This contrib can be found in the [http://mirror.contribs.org/smeserver/releases/7/smecontribs/ SME Contribs] repository. To install this contrib get shell access as root user and issue the following command: | This contrib can be found in the [http://mirror.contribs.org/smeserver/releases/7/smecontribs/ SME Contribs] repository. To install this contrib get shell access as root user and issue the following command: | ||
yum --enablerepo=smecontribs install smeserver-mod_python | yum --enablerepo=smecontribs install smeserver-mod_python | ||
+ | |||
+ | ===Installation 10.X=== | ||
+ | |||
+ | This installation needs the "okay" repo, so install that first: | ||
+ | |||
+ | yum install smeserver-extrarepositories-okay | ||
+ | |||
+ | then | ||
+ | |||
+ | yum install smeserver-mod_python --enablerepo=smecontribs | ||
=== Additional information === | === Additional information === |
Revision as of 06:11, 20 December 2020
mod_python for SME Server
Maintainer
Description
This contrib provides for the use of mod_python on SME Server. mod_python is used for Python based web applications. It was initially created to enable the use of the Trac application on SME.
Installation 8.X, 9.X
This contrib can be found in the SME Contribs repository. To install this contrib get shell access as root user and issue the following command:
yum --enablerepo=smecontribs install smeserver-mod_python
Installation 10.X
This installation needs the "okay" repo, so install that first:
yum install smeserver-extrarepositories-okay
then
yum install smeserver-mod_python --enablerepo=smecontribs
Additional information
This contrib only loads mod_python for the httpd daemon and does not provide other configuration templates or a server-manager panel.
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-mod_python component or use this link .
"No open bugs found."