Blame tests/p_httpd/0-install_httpd.sh

Karanbir Singh 0b5bb2
#!/bin/bash
Karanbir Singh 0b5bb2
# Author: Athmane Madjoudj <athmanem@gmail.com>
Karanbir Singh 0b5bb2
Athmane Madjoudj 26170b
# Install tests deps
Athmane Madjoudj 26170b
t_InstallPackage curl
Athmane Madjoudj 26170b
Karanbir Singh 0b5bb2
# HTTPD / PHP 
Karanbir Singh 2dd0be
t_InstallPackage httpd mod_ssl php php-mysql 
Karanbir Singh 0b5bb2
chkconfig httpd on
Steve Barnes 464547
t_ServiceControl httpd start