? Earlier 1 items total Later ?

On this page:?

Lighttpd launchd item for OS X 10.4

Save the following in /Library/LaunchDaemons/net.lighttpd.plist to have lighttpd start automatically on any OS X 10.4 computer. Note that this assumes a working DarwinPorts lighttpd installation (otherwise you will need to change the paths to the lighttpd executable). Note that this also assumes that the lighttpd.conf file is in /opt/local/etc.





        Label
        net.lighttpd
        OnDemand
        
        Program
        /opt/local/sbin/lighttpd
        ProgramArguments
        
                /opt/local/sbin/lighttpd
                -f/opt/local/etc/lighttpd.conf
                -D
        


? Earlier 1 items total Later ?