aboutsummaryrefslogtreecommitdiff
path: root/gn/services/gn1-httpd-config.scm
AgeCommit message (Collapse)Author
2021-01-12gn: services: gn1-httpd-config: Replace SetHandler with AddHandlerBonfaceKilz
* 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-12gn: services: gn1-httpd-config: Change document root to "/web/"BonfaceKilz
2021-01-12gn: services: gn1-httpd-config: Make apache display static contentBonfaceKilz
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-21gn: genenetwork1 service: Factor out httpd config.Efraim Flashner