Monday, February 28, 2011

OSX 10.6.5 update breaks apachectl script

If you're wanting to manipulate Apache via the apachectl script, OSX 10.6.5 apparently changed a line in the script in such a fashion that it no longer functions.

In the interest of brevity I simply recommend what others have suggested, change the line:

ULIMIT_MAX_FILES="ulimit -S -n 'ulimit -H -n'"

To simply be:

ULIMIT_MAX_FILES=""

If you need greater control of the directive, knock yourself out :)

No comments:

Post a Comment