/ Published in: Bash
Expand |
Embed | Plain Text
#!/bin/sh HTTPD=/usr/local/apache2/bin/httpd CONF=/bmi/httpd-php/conf/httpd.conf exec 2>&1 echo starting... ulimit -v 100000 exec $HTTPD -f $CONF -D NO_DETACH
Comments
Subscribe to comments
You need to login to post a comment.

See also:
http://ss64.com/bash/limits.conf.html