hi,
Found some info (sorry didn't copy links) regarding OSX 10.4 being the first version to disallow running startup items as root ... saying that this was a big security concern in previous versions ...anyway seems to be the case!
I came up with a novice(me) workaround to get LiteSpeed started at boot:
I first edited the "sudoers" file (/etc/sudoers) with built in editor "visudo" (
http://forums.macosxhints.com/archiv...p/t-21178.html ) to allow sudo command to be executed by my user ID with no password prompt - and then I created a simple Applescript with this one line:
do shell script "sudo /applications/lsws/bin/lswsctrl start"
saved it as an application and then just added it to my list of login items for my user id in System Preferences - it works!
You should install those files as root user, using command like
"sudo ..."
The web server has to be started on behalf of root user as it may bind to priviledge TCP port, and there might be other permisssion problems.
Check your lsws/logs/error.log, see if you can find anything useful.