Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-19 | mod_python session path fix | Pjotr Prins | |
2021-02-15 | gn1: port | Pjotr Prins | |
2021-02-15 | gn1: default | Pjotr Prins | |
2021-02-15 | gn1: parametrize | GN1 user | |
2021-02-05 | gn1: parametrize source so I can use a local dir | GN1 user | |
2021-02-05 | gn1: make run in a container | root | |
2021-01-12 | gn: services: gn1-httpd-config: Use MemorySession for sessions | BonfaceKilz | |
See: <http://modpython.org/live/mod_python-3.3.1/doc-html/pyapi-sess-classes.html> | |||
2021-01-12 | gn: services: gn1-httpd-config: Replace SetHandler with AddHandler | BonfaceKilz | |
* gn/services/gn1-httpd-config.scm (GN1-httpd-config): Use "AddHandler mod_python .py". This allows all python modules and submodules to be loaded by modpython. | |||
2021-01-12 | gn: services: gn1-httpd-config: Change document root to "/web/" | BonfaceKilz | |
2021-01-12 | gn: services: gn1-httpd-config: Make apache display static content | BonfaceKilz | |
Static content here is: images, javascript and CSS. * gn/services/gn1-httpd-config.scm (GNI-httpd-config): Add extra apache directive for showing images, javascript, and CSS. | |||
2020-12-21 | gn: genenetwork1 service: Factor out httpd config. | Efraim Flashner | |