136cf FreshPorts -- www/lighttpd
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
lighttpd 1.4.32_1 www on this many watch lists=62 search for ports that depend on this port An older version of this port was marked as vulnerable.
A secure, fast, compliant, and very flexible Web Server
Maintained by: mm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 03 Jun 2004 17:58:51
License: BSD


lighttpd a secure, fast, compliant and very flexible web-server which
has been optimized for high-performance environments. It has a very
low memory footprint compared to other webservers and takes care of
cpu-load. Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression,
URL-Rewriting and many more) make lighttpd the perfect webserver-software
for every server that is suffering load problems.

WWW: http://www.lighttpd.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon
Slave ports
  1. www/lighttpd-mod_geoip
  2. www/lighttpd-mod_h264_streaming

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/pkgconf
  2. security/openssl
  3. devel/gmake
  4. devel/automake
  5. devel/autoconf
  6. devel/libtool
Required To Run:
  1. security/openssl
Required Libraries:
  1. devel/pcre

This port is required by:

for Build for Run

To install the port: cd /usr/ports/www/lighttpd/ && make install clean
To add the package: pkg_add -r lighttpd


Configuration Options
===> The following configuration options are available for lighttpd-1.4.32_1:
     BZIP2=off: bzip2 support (mod_compress)
     FAM=off: File Alteration Monitor support
     GDBM=off: gdbm storage (mod_trigger_b4_dl)
     IPV6=on: IPv6 protocol support
     LDAP=off: LDAP authentication
     LIBEV=off: High-performance events support via libev
     LUA=off: lua support (mod_cml, mod_magnet)
     MEMCACHE=off: memcached storage (mod_trigger_b4_dl)
     MYSQL=off: MySQL support (mod_mysql_vhost)
     MYSQLAUTH=off: MySQL authentication (requires WITH_MYSQL)
     NODELAY=off: Set TCP_NODELAY on listening sockets
     OPENSSL=on: SSL/TLS support via OpenSSL
     REMOTEUSER=off: Add remote-user to conditionals
     SPAWNFCGI=off: Depend on spawn-fcgi utility
     VALGRIND=off: valgrind support
     WEBDAV=off: WebDAV support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://download.lighttpd.net/lighttpd/releases-1.4.x/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2012-07-16
    Affects: users of www/lighttpd
    Author: mm@FreeBSD.org
    Reason: 
      The following port options have been reorganized:
      The OPENLDAP option has been renamed to LDAP.
      The MAGNET and CML options have been withdrawn in favor of new LUA option.
    
    
  • 2012-06-16
    Affects: users of www/lighttpd
    Author: mm@FreeBSD.org
    Reason: 
      The lighttpd startup script has been changed and is now compatible to the
      apache startup script. The "reload" subcommand now sends a SIGHUP to the
      process and triggers cycling of log files. The new command "graceful"
      performs a graceful restart (similiar to former "reload") and "gracefulstop"
      performs a graceful stop. The "check" command has been replaced with
      the "configtest" command.
    
    
  • 2010-08-18
    Affects: users of www/lighttpd
    Author: mm@FreeBSD.org
    Reason: 
      The default lighttpd configuration file locations have changed.
      The main configuration file is now: $PREFIX/etc/lighttpd/lighttpd.conf
      and includes other configuration files from $PREFIX/etc/lighttpd/
    
      For compatibility with old-style configurations, if the lighttpd_conf
      variable is not set in /etc/rc.conf, $PREFIX/etc/lighttpd.conf takes
      precedence over $PREFIX/etc/lighttpd/lighttpd.conf
    
    
  • 2010-08-17
    Affects: users of www/lighttpd
    Author: mm@FreeBSD.org
    Reason: 
      The modules mod_geoip and mod_h264_streaming have been moved into slave
      ports: www/lighttpd-mod_geoip and www/lighttpd-mod_h264_streaming
    
    
Port Moves

Number of commits found: 134 (showing only 34 on this page)

«  1 | 2 

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
04 Jan 2006 23:40:58
Original commit files touched by this commit  1.4.8_1
 This port version is marked as vulnerable.
edwin search for other commits by this committer
better example in sample config for lighttpd

        The lighttpd port installs a sample config file into
              /usr/local/etc/lighttpd.conf.sample
        this file should probably include the line:
              server.event-handler        = "freebsd-kqueue"
        lighttpd is a high performance web server, and it should
        use kqueue when running on FreeBSD.

PR:             ports/90354
Submitted by:   Mike <mspam@ideaway.net>
Approved by:    maintainer timeout
29 Nov 2005 10:40:14
Original commit files touched by this commit  1.4.8
 This port version is marked as vulnerable.
barner search for other commits by this committer
- Update to 1.4.8 [1]
- Fix detection of OpenSSL if world is build with NO_OPENSSL [2]

Submitted by:   delphij [1], Artis Caune <Artis.Caune@latnet.lv> [2]
PR:             ports/89709 [1], ports/89370 [2]
Approved by:    Hendrik Scholz <hscholz@raisdorf.net> (maintainer) [1, 2]
23 Nov 2005 01:43:54
Original commit files touched by this commit  1.4.7
 This port version is marked as vulnerable.
mnag search for other commits by this committer
Update to 1.4.7
Fix IPV6 OPTIONS
Add SHA256

PR:             89319
Submitted by:   delphij
Approved by:    maintainer
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.4.6
 This port version is marked as vulnerable.
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
10 Oct 2005 18:01:50
Original commit files touched by this commit  1.4.6
 This port version is marked as vulnerable.
ehaupt search for other commits by this committer
- Update to 1.4.6
- Added pkg-plist magic to preserve changed config file

PR:             87178
Submitted by:   Toni Viemero <toni.viemero@iki.fi>
Reworked by:    hendrik@scholz.net (maintainer)
Approved by:    novel (mentor)
03 Oct 2005 21:36:39
Original commit files touched by this commit  1.4.5
 This port version is marked as vulnerable.
mnag search for other commits by this committer
Update to 1.4.5

PR:             86877
Submitted by:   Hendrik Scholz <hendrik@scholz.net> (maintainer)
Approved by:    pav (mentor)
19 Sep 2005 13:20:40
Original commit files touched by this commit  1.4.4
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 1.4.4

PR:             ports/86323
Submitted by:   maintainer
01 Sep 2005 14:49:48
Original commit files touched by this commit  1.4.3
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 1.4.3

PR:             ports/85571
Submitted by:   maintainer
30 Aug 2005 11:38:22
Original commit files touched by this commit  1.4.2
 This port version is marked as vulnerable.
vs search for other commits by this committer
Update to to 1.4.2: bugfix release

PR:             ports/85463
Submitted by:   Hendrik Scholz (maintainer)
29 Aug 2005 10:13:32
Original commit files touched by this commit  1.4.1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 1.4.1

PR:             ports/85177
Submitted by:   Hendrik Scholz <hendrik@scholz.net> (maintainer)
31 Jul 2005 14:21:10
Original commit files touched by this commit  1.3.16
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 1.3.16

PR:             ports/84391
Submitted by:   maintainer
15 Jul 2005 22:26:56
Original commit files touched by this commit  1.3.15
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 1.3.15

PR:             ports/83523
Submitted by:   Hendrik Scholz <hendrik@scholz.net> (maintainer)
16 Jun 2005 08:04:20
Original commit files touched by this commit  1.3.14
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Dodge WITH_OPENSSL in OPTIONS oddity

Submitted by:   sem
15 Jun 2005 21:09:27
Original commit files touched by this commit  1.3.14
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 1.3.14
- Fix OPTIONS

PR:             ports/82288
Submitted by:   Hendrik Scholz <hendrik@scholz.net> (maintainer)
12 Apr 2005 03:26:57
Original commit files touched by this commit  1.3.13_1
 This port version is marked as vulnerable.
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  1.3.13_1
 This port version is marked as vulnerable.
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
05 Apr 2005 08:12:13
Original commit files touched by this commit  1.3.13_1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Add OPENLDAP option [1]
- Add MYSQL and IPV6 options [2]

PR:             ports/78680
Submitted by:   Dick Davies <rasputnik@hellooperator.net> [1]
                Marcus Grando <marcus@corp.grupos.com.br> [2]
Approved by:    maintainer
11 Mar 2005 06:00:23
Original commit files touched by this commit  1.3.13
 This port version is marked as vulnerable.
vanilla search for other commits by this committer
1: Upgrade to lastest version.
2: sync lighttpd.conf.sample.

PR:             ports/78594
Submitted by:   maintainer
03 Mar 2005 13:30:48
Original commit files touched by this commit  1.3.12
 This port version is marked as vulnerable.
flz search for other commits by this committer
- Add missing patch (present in the update the submitter sent).

PR:             ports/78360
Submitted by:   Lars Hoss <woeye@mac.com>
Approved by:    pav (mentor)
Pointyhat to:   flz
03 Mar 2005 12:14:54
Original commit files touched by this commit  1.3.12
 This port version is marked as vulnerable.
flz search for other commits by this committer
- Update to 1.3.12.

PR:             ports/78351
Submitted by:   Hendrik Scholz <hendrik@scholz.net> (maintainer)
Approved by:    pav (mentor)
22 Feb 2005 18:42:58
Original commit files touched by this commit  1.3.11
 This port version is marked as vulnerable.
sem search for other commits by this committer
- update to 1.3.11
- add --libdir configure arg to preserve correct module directory

PR:             ports/77811 (based on)
Submitted by:   Rui Lopes <rui(at)ruilopes.com>
Modified by:    maintainer
12 Feb 2005 16:51:31
Original commit files touched by this commit  1.3.10_1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- The patch fixes a CGI handler bug in the config file.
  Obtained from:
  http://wiki.lighttpd.net/7.html#A14 and
 
http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/lighttpd-empty_cgi_handler.patch?rev=1.1
- Bump PORTREVISON.

PR:             ports/77418
Submitted by:   maintainer
07 Feb 2005 14:05:35
Original commit files touched by this commit  1.3.10
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 1.3.10

PR:             ports/77203
Submitted by:   maintainer
06 Feb 2005 16:30:35
Original commit files touched by this commit  1.3.9
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 1.3.9
- Fix rc script

PR:             ports/77164
Submitted by:   maintainer
30 Jan 2005 18:52:21
Original commit files touched by this commit  1.3.8
 This port version is marked as vulnerable.
vanilla search for other commits by this committer
- update from 1.3.7 to 1.3.8
- update pkg-plist
- add note about MySQL module

PR:             ports/76866
Submitted by:   maintainer
12 Dec 2004 17:16:56
Original commit files touched by this commit  1.3.7
 This port version is marked as vulnerable.
vanilla search for other commits by this committer
Upgrade to 1.3.7.

PR:             ports/74958
Submitted by:   gslin at gslin_dot_org
Approved by:    maintainer.
08 Dec 2004 19:05:32
Original commit files touched by this commit  1.3.6_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- add mirror sites managed by myself
- server.pid-file config file entry needed by init script
- WITHOUT_OPENSSL tunable to disable SSL support (enabled by default)

PR:             ports/74812
Submitted by:   Hendrik Scholz <hendrik@scholz.net> (maintainer)
26 Nov 2004 03:14:30
Original commit files touched by this commit  1.3.6
 This port version is marked as vulnerable.
vanilla search for other commits by this committer
1: upgrade to 1.3.6
2: SSL fix
3: change maintainer to submitter.
4: sync lighttpd.conf

PR:             ports/74196
Submitted by:   Hendrik Scholz <hendrik(at)scholz.net>
Approved by:    maintainer
01 Nov 2004 08:54:19
Original commit files touched by this commit  1.3.5
 This port version is marked as vulnerable.
vanilla search for other commits by this committer
Upgrade to 1.3.5.

Approved by:    maintainer
12 Oct 2004 07:02:43
Original commit files touched by this commit  1.2.7_1
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Upgrade from 1.2.5 to 1.2.7 and adds an additional patch directly from
the author.

PR:             ports/71377
Submitted by:   Hendrik Scholz <hendrik at scholz dot net>
Approved by:    maintainer
12 Aug 2004 02:50:27
Original commit files touched by this commit  1.2.5
 This port version is marked as vulnerable.
vanilla search for other commits by this committer
1: Upgrade to 1.2.5
2: sync lighttpd.conf.sample to current version
3: make rc files workable.

Approved by:    maintainer
01 Aug 2004 12:05:54
Original commit files touched by this commit  1.2.4
 This port version is marked as vulnerable.
vanilla search for other commits by this committer
Upgrade to 1.2.4.

Approved by:    maintainer.
04 Jun 2004 17:29:38
Original commit files touched by this commit  1.2.1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Sync with new bsd.autotools.mk
03 Jun 2004 17:57:43
Original commit files touched by this commit  1.2.1
 This port version is marked as vulnerable.
vanilla search for other commits by this committer
Add lighttpd 1.2.1, a secure, fast, compliant, and very flexible Web
Server.

PR:             ports/66943
Submitted by:   k@123.org
Some part by:   me

Number of commits found: 134 (showing only 34 on this page)

«  1 | 2 

28c3
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
asterisk*Jun 19
asterisk10*Jun 19
clamav*Jun 19
clamav-devel*Jun 19
cyrus-imspd*Jun 19
glpi*Jun 19
otrsJun 19
otrsJun 19
tshark*Jun 19
tshark-lite*Jun 19
wireshark*Jun 19
wireshark-lite*Jun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18

15 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24572
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 6
new 48 hours13
new 7 days33
new fortnight84
new month177

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0