|
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", |