summaryrefslogtreecommitdiffstats
path: root/httpd/0-install_httpd.sh
diff options
context:
space:
mode:
authorAthmane Madjoudj <athmane@fedoraproject.org>2011-07-02 11:59:25 +0100
committerAthmane Madjoudj <athmane@fedoraproject.org>2011-07-02 11:59:25 +0100
commit188948efd084f587225c4faf6224501300e4fd7d (patch)
treed5e98227b64d0d1d97a6dd309668f09c29e911f1 /httpd/0-install_httpd.sh
downloadtestcases-scripts-188948efd084f587225c4faf6224501300e4fd7d.tar.gz
testcases-scripts-188948efd084f587225c4faf6224501300e4fd7d.tar.xz
testcases-scripts-188948efd084f587225c4faf6224501300e4fd7d.zip
- Initial commit
Diffstat (limited to 'httpd/0-install_httpd.sh')
-rwxr-xr-xhttpd/0-install_httpd.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/httpd/0-install_httpd.sh b/httpd/0-install_httpd.sh
new file mode 100755
index 0000000..30266f0
--- /dev/null
+++ b/httpd/0-install_httpd.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+# A small Apache HTTPd test suite
+# Author: Athmane Madjoudj <athmane@fedoraproject.org>
+
+# HTTPD / PHP
+yum -y -d0 install httpd mod_ssl php php-mysql
+chkconfig httpd on
+service httpd start