#!/bin/bash r_log "httpd" "Test basic php" echo "" > /var/www/html/test.php curl -s http://localhost/test.php | grep -q 'PHP Version' > /dev/null 2>&1 r_checkExitStatus $?