summaryrefslogtreecommitdiff
path: root/strata/apache-httpd-server
Commit message (Collapse)AuthorAgeFilesLines
* Change suexec location in httpd-server.morphPedro Alvarez2015-04-131-1/+1
| | | | | | | | | apache-httpd needs to know where suexec is, even when suexec is being installed by the same chunk. We were moving/copying the binary after installation to /lib/httpd. With this change, the hack won't be needed. Change-Id: I71bb6ea0ff80d41ae4061bfeb441750741343970
* Add apache httpd server and mod_wsgi modulebaserock/franred/add-apache-httpd-stratum-v3Francisco Redondo Marchena2015-02-193-0/+107
Add apache-httpd server and mod_wsgi which is a module to host any python application with python wsgi inteface. NOTE: apache-httpd server need to configure an user and group to run this can not be configured in this patch because some bug when changing owners of files and directories in system-integration commands. See more information on httpd-server.morph chunk