Tagged: Apache

Lasso Professional 8 not Lion ready yet

Apache playing cards (either Chiricahua or Wes...
Image via Wikipedia

Ok this is good to know. I rarely hear people who use Lasso. What does that offer that Apache doesn’t?

The install of Lion erased my hosts and conf files but the reason my web sharing would not work seems to be that I was running Lasso Professional 8 web server on my machine. I don’t think it’s Lion compatible yet. I disabled Lasso and it’s working fine now… save for the fact that I have to recreate my hosts and conf files.

via LocalHost Hosed.: Apple Support Communities.

Share

Apache not working in 10.6.5 or 10.6.6?

From macwindows.com article TIP: Fix for error in Apache web server after 10.6.5 and 10.6.6 upgrades

Jim Ferr alerted us to a bug in Apache, Mac OS X‘s web server, after upgrading to 10.6.5 or 10.6.6. Fortunately, he also provided the solution, which is to edit the apachectl script by editing this line:

ULIMIT_MAX_FILES=”ulimit -S -n `ulimit -H -n`”
and replacing it with this line:
ULIMIT_MAX_FILES=”"

Here is Ferr’s report:

There’s an error in Apache after 10.6.5 upgrade:

/usr/sbin/apachectl: line 82: ulimit: open files: cannot modify limit: Invalid argument

Here and here are two articles with the solution.

 

Share