Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2015 03:45:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199794] [PATCH] www/lighttpd removal of listening socket from Makefile
Message-ID:  <bug-199794-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199794

            Bug ID: 199794
           Summary: [PATCH] www/lighttpd removal of listening socket from
                    Makefile
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: mat@FreeBSD.org
          Reporter: Jungleboogie0@gmail.com
             Flags: maintainer-feedback?(mat@FreeBSD.org)
          Keywords: patch
          Assignee: mat@FreeBSD.org

Created attachment 156127
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156127&action=edit
Patch removing line from Makefile

Attached is a simple patch that removes the line 
$SERVER["socket"] == "0.0.0.0:80" { } from the makefile. 

Every time I install this package and start the service, there's a complaint:
Starting lighttpd.
2015-04-29 20:41:48: (network.c.409) can't bind to port: 0.0.0.0 80 Address
already in use 
/usr/local/etc/rc.d/lighttpd: WARNING: failed to start lighttpd

The lighttpd.conf file already contains a section for server port information.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199794-13>