Mod Python
| mod_python logo | |
| Maintainer | Marco Hess |
|---|---|
| Url | http://wiki.contribs.org/Trac |
| Source: | smeserver-mod_python |
| Source: | mod_python |
| Licence | open source |
| Category | |
| Tags | Python Trac |
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.
yum install smeserver-mod_python
This installation needs the "okay" repo, so install that first:
yum install smeserver-extrarepositories-okay
then
yum install smeserver-mod_python --enablerepo=smecontribs,okay
To install this contrib get shell access as root user and issue the following command:
yum --enablerepo=smecontribs install smeserver-mod_python
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
| ID | Product | Version | Status | Summary |
|---|---|---|---|---|
| 13187 | SME Contribs | 11.0 | CONFIRMED | Fatal Python error: PyEval_SaveThread: NULL tstate on httpd sigwinch (systemctl reload) |
Changelog
Only versions released in smecontrib are listed here.
- Fix e-smith references in smeserver-mod_python [SME: 12732]
- Roll up patches and move to git repo [SME: 12338]
2024/09/07 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
- add update event [SME: 11273]
- Initial import into SME10 tree [SME: 11273]
- add update event [SME: 11273]
- Initial import into SME10 tree [SME: 11273]
- Initial release to contribs9
- import to sme8
- Clean up spec so package can be built by koji/plague