Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 76575
Collapse All | Expand All

(-)lighttpd-1.3.7.old/doc/lighttpd.1 (-1 / +1 lines)
Lines 5-11 Link Here
5
lighttpd -D -f <configfile>
5
lighttpd -D -f <configfile>
6
.SH DESCRIPTION
6
.SH DESCRIPTION
7
.SH FILES
7
.SH FILES
8
/etc/lighttpd/lighttpd.conf
8
/etc/lighttpd.conf
9
.SH CONFORMING TO
9
.SH CONFORMING TO
10
HTTP/1.0
10
HTTP/1.0
11
HTTP/1.0
11
HTTP/1.0
(-)lighttpd-1.3.7.old/doc/lighttpd.conf (-9 / +9 lines)
Lines 17-23 Link Here
17
			        "mod_access", 
17
			        "mod_access", 
18
#				"mod_auth", 
18
#				"mod_auth", 
19
#                               "mod_status", 
19
#                               "mod_status", 
20
#				"mod_fastcgi",
20
				"mod_fastcgi",
21
#				"mod_simple_vhost",
21
#				"mod_simple_vhost",
22
#				"mod_evhost",
22
#				"mod_evhost",
23
#				"mod_cgi",
23
#				"mod_cgi",
Lines 161-174 Link Here
161
161
162
#### fastcgi module
162
#### fastcgi module
163
## read fastcgi.txt for more info
163
## read fastcgi.txt for more info
164
#fastcgi.server              = ( ".php" =>
164
fastcgi.server              = ( ".php" =>
165
#				( "localhost" => 
165
				( "localhost" => 
166
#				  ( 
166
				  ( 
167
#				    "socket" => "/tmp/php-fastcgi.socket",
167
				    "host" => "127.0.0.1",
168
#				    "bin-path" => "/usr/local/bin/php"
168
				    "port" => 1026
169
#				  )
169
				  )
170
#				)
170
				)
171
#			      )
171
			      )
172
172
173
#### CGI module
173
#### CGI module
174
#cgi.assign                  = ( ".pl"  => "/usr/bin/perl",
174
#cgi.assign                  = ( ".pl"  => "/usr/bin/perl",

Return to bug 76575