You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
326 B
12 lines
326 B
## |
|
## apache-fastcgi.conf -- Apache configuration for FastCGI |
|
## |
|
|
|
# load DSO |
|
LoadModule fastcgi_module @l_prefix@/libexec/apache/mod_fastcgi.so |
|
LoadModule fcgid_module @l_prefix@/libexec/apache/mod_fcgid.so |
|
|
|
# activate FastCGI handler by file extension |
|
AddHandler fastcgi-script .fcgi |
|
AddHandler fcgid-script .fcgid |
|
|
|
|