#13450: lighttpd log directory isn't created automatically ----------------------------------+----------------------------------------- Reporter: henrik@… | Owner: pguyot@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Keywords: | Port: lighttpd ----------------------------------+----------------------------------------- Changes (by ryandesign@…): * port: => lighttpd Comment: There are a bunch of things that should be changed in lighttpd.conf.default before it's installed: * server.document-root should be set to a directory inside ${prefix}, like ${prefix}/www * server.errorlog should be set to ${prefix}/var/log/lighttpd/error.log * server.event-handler should be set to freebsd-kqueue on platform darwin * accesslog.filename should be set to ${prefix}/var/log/lighttpd/access.log * server.username and server.groupname should be set to www All of the above-mentioned dirs should be created by the port and listed in [http://guide.macports.org/#reference.phases.destroot destroot.keepdirs] so they're not deleted by MacPorts during the destroot phase. -- Ticket URL: <http://trac.macports.org/ticket/13450#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS