cvs commit: ports/www Makefile ports/www/lighttpd-mysqlauth Makefile pkg-descr ports/www/lighttpd-mysqlauth/files README mysql_auth.sql patch-src_http_auth.c

Dirk Meyer dinoex at FreeBSD.org
Mon Apr 12 04:21:16 UTC 2010


dinoex      2010-04-12 04:21:15 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/lighttpd-mysqlauth Makefile pkg-descr 
    www/lighttpd-mysqlauth/files README mysql_auth.sql 
                                 patch-src_http_auth.c 
  Log:
  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.
  
  This version is patched to support:
   auth.backend = "mysql"
  
  WWW: http://www.lighttpd.net/
  WWW: http://redmine.lighttpd.net/issues/752
  
  Revision  Changes    Path
  1.2594    +1 -0      ports/www/Makefile
  1.1       +22 -0     ports/www/lighttpd-mysqlauth/Makefile (new)
  1.1       +48 -0     ports/www/lighttpd-mysqlauth/files/README (new)
  1.1       +10 -0     ports/www/lighttpd-mysqlauth/files/mysql_auth.sql (new)
  1.1       +455 -0    ports/www/lighttpd-mysqlauth/files/patch-src_http_auth.c (new)
  1.1       +12 -0     ports/www/lighttpd-mysqlauth/pkg-descr (new)


More information about the cvs-ports mailing list