run-httpd.sh 83 B

1234
  1. #!/bin/bash
  2. rm -rf /run/httpd/* /tmp/httpd*
  3. exec /usr/sbin/apachectl -DFOREGROUND