@ -1,6 +1,4 @@
#!/bin/sh
# Start PHP-FPM in the background
# Start PHP-FPM and Apache
php-fpm -F
php-fpm -F && service httpd start
# Start Apache
service httpd start