- Update to 1.4.12
- Add mirror sites listed on the official page - Now FastCGI PHP is /usr/local/bin/php-cgi PR: ports/103618 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Approved by: maintainer (Hendrik Scholz)
This commit is contained in:
parent
e69cba6b86
commit
14ad2c1ed8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173875
4 changed files with 11 additions and 7 deletions
|
@ -6,10 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= lighttpd
|
||||
PORTVERSION= 1.4.11
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.4.12
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.lighttpd.net/download/
|
||||
MASTER_SITES= http://www.lighttpd.net/download/ \
|
||||
http://mirrors.cat.pdx.edu/lighttpd/
|
||||
|
||||
MAINTAINER= hendrik@scholz.net
|
||||
COMMENT= A secure, fast, compliant, and very flexible Web Server
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (lighttpd-1.4.11.tar.gz) = f55eebb9815c94a7de35906bb557ecd3
|
||||
SHA256 (lighttpd-1.4.11.tar.gz) = 7782ac82af8ea8d14df5d35b6668c0d45c00f3ba43a6203c29c7fe7dfe98999c
|
||||
SIZE (lighttpd-1.4.11.tar.gz) = 781656
|
||||
MD5 (lighttpd-1.4.12.tar.gz) = 8f6756452138f5da384251f849b329f2
|
||||
SHA256 (lighttpd-1.4.12.tar.gz) = 9f69b7fcf3868a9f27c687a4f091a2e7ac703238130b5bbec34e6630fa70b07a
|
||||
SIZE (lighttpd-1.4.12.tar.gz) = 796002
|
||||
|
|
|
@ -205,11 +205,12 @@ server.groupname = "www"
|
|||
|
||||
#### fastcgi module
|
||||
## read fastcgi.txt for more info
|
||||
## for PHP don't forget to set cgi.fix_pathinfo = 1 in the php.ini
|
||||
#fastcgi.server = ( ".php" =>
|
||||
# ( "localhost" =>
|
||||
# (
|
||||
# "socket" => "/tmp/php-fastcgi.socket",
|
||||
# "bin-path" => "/usr/local/bin/php"
|
||||
# "bin-path" => "/usr/local/bin/php-cgi"
|
||||
# )
|
||||
# )
|
||||
# )
|
||||
|
|
|
@ -45,6 +45,9 @@ lib/lighttpd/mod_flv_streaming.so
|
|||
lib/lighttpd/mod_indexfile.a
|
||||
lib/lighttpd/mod_indexfile.la
|
||||
lib/lighttpd/mod_indexfile.so
|
||||
lib/lighttpd/mod_magnet.a
|
||||
lib/lighttpd/mod_magnet.la
|
||||
lib/lighttpd/mod_magnet.so
|
||||
lib/lighttpd/mod_mysql_vhost.a
|
||||
lib/lighttpd/mod_mysql_vhost.la
|
||||
lib/lighttpd/mod_mysql_vhost.so
|
||||
|
|
Loading…
Reference in a new issue