[csw-devel] SF.net SVN: gar:[13542] csw/mgar/pkg/lighttpd/trunk/files/lighttpd.conf

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Mar 2 23:42:22 CET 2011


Revision: 13542
          http://gar.svn.sourceforge.net/gar/?rev=13542&view=rev
Author:   wahwah
Date:     2011-03-02 22:42:22 +0000 (Wed, 02 Mar 2011)

Log Message:
-----------
lighttpd: Add a sample IPv6 config

Modified Paths:
--------------
    csw/mgar/pkg/lighttpd/trunk/files/lighttpd.conf

Modified: csw/mgar/pkg/lighttpd/trunk/files/lighttpd.conf
===================================================================
--- csw/mgar/pkg/lighttpd/trunk/files/lighttpd.conf	2011-03-02 20:45:52 UTC (rev 13541)
+++ csw/mgar/pkg/lighttpd/trunk/files/lighttpd.conf	2011-03-02 22:42:22 UTC (rev 13542)
@@ -137,6 +137,13 @@
 
 ######### Options that are good to be but not neccesary to be changed #######
 
+# To enable IPv6, uncomment the following lines:
+# server.bind                = "0.0.0.0"
+# $SERVER["socket"] == "[::]:80" {
+#   # add your stuff
+#   #
+# }
+
 ## bind to port (default: 80)
 #server.port                = 81
 
@@ -172,7 +179,9 @@
 #server.errorfile-prefix    = "/home/weigon/projects/lighttpd/doc/status-"
 
 ## virtual directory listings
-#dir-listing.activate       = "enable"
+# dir-listing.activate       = "enable"
+# dir-listing.show-readme    = "enable"
+# dir-listing.show-header    = "enable"
 
 ## enable debugging
 #debug.log-request-header   = "enable"
@@ -213,7 +222,7 @@
 #                               ( "localhost" =>
 #                                 (
 #                                   "socket" => "/tmp/php-fastcgi.socket",
-#                                   "bin-path" => "/usr/local/bin/php"
+#                                   "bin-path" => "/opt/csw/bin/php"
 #                                 )
 #                               )
 #                            )


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list