1 2 3 4 5
#!/bin/sh echo "--- debug ---" find /etc/httpd -type f | xargs egrep -i -e '(listen)' echo "---" exec httpd -D FOREGROUND