Link_Controller
view release on metacpan or search on metacpan
supertest/full-run.d/etc/httpd.conf view on Meta::CPAN
#LoadModule dbm_auth_module /etc/httpd/modules/mod_auth_dbm.so
#LoadModule auth_ldap_module /etc/httpd/modules/mod_auth_ldap.so
#LoadModule digest_module /etc/httpd/modules/mod_digest.so
#LoadModule proxy_module /etc/httpd/modules/libproxy.so
#LoadModule cern_meta_module /etc/httpd/modules/mod_cern_meta.so
LoadModule expires_module /etc/httpd/modules/mod_expires.so
LoadModule headers_module /etc/httpd/modules/mod_headers.so
#LoadModule usertrack_module /etc/httpd/modules/mod_usertrack.so
#LoadModule example_module /etc/httpd/modules/mod_example.so
#LoadModule unique_id_module /etc/httpd/modules/mod_unique_id.so
LoadModule setenvif_module /etc/httpd/modules/mod_setenvif.so
#LoadModule bandwidth_module /etc/httpd/modules/mod_bandwidth.so
#LoadModule put_module /etc/httpd/modules/mod_put.so
#LoadModule throttle_module /etc/httpd/modules/mod_throttle.so
#LoadModule define_module /etc/httpd/modules/mod_define.so
<IfDefine HAVE_PERL>
LoadModule perl_module /etc/httpd/modules/libperl.so
</IfDefine>
<IfDefine HAVE_PHP>
LoadModule php_module /etc/httpd/modules/mod_php.so
</IfDefine>
supertest/full-run.d/etc/httpd.conf view on Meta::CPAN
AddModule mod_auth_db.c
#AddModule mod_digest.c
#AddModule mod_proxy.c
#AddModule mod_cern_meta.c
AddModule mod_expires.c
AddModule mod_headers.c
#AddModule mod_usertrack.c
#AddModule mod_example.c
#AddModule mod_unique_id.c
AddModule mod_so.c
AddModule mod_setenvif.c
#AddModule mod_bandwidth.c
#AddModule mod_put.c
<IfDefine HAVE_PERL>
AddModule mod_perl.c
</IfDefine>
<IfDefine HAVE_PHP>
AddModule mod_php.c
</IfDefine>
<IfDefine HAVE_PHP3>
AddModule mod_php3.c
supertest/full-run.d/httpd.conf.in view on Meta::CPAN
#LoadModule dbm_auth_module /etc/httpd/modules/mod_auth_dbm.so
#LoadModule auth_ldap_module /etc/httpd/modules/mod_auth_ldap.so
#LoadModule digest_module /etc/httpd/modules/mod_digest.so
#LoadModule proxy_module /etc/httpd/modules/libproxy.so
#LoadModule cern_meta_module /etc/httpd/modules/mod_cern_meta.so
LoadModule expires_module /etc/httpd/modules/mod_expires.so
LoadModule headers_module /etc/httpd/modules/mod_headers.so
#LoadModule usertrack_module /etc/httpd/modules/mod_usertrack.so
#LoadModule example_module /etc/httpd/modules/mod_example.so
#LoadModule unique_id_module /etc/httpd/modules/mod_unique_id.so
LoadModule setenvif_module /etc/httpd/modules/mod_setenvif.so
#LoadModule bandwidth_module /etc/httpd/modules/mod_bandwidth.so
#LoadModule put_module /etc/httpd/modules/mod_put.so
#LoadModule throttle_module /etc/httpd/modules/mod_throttle.so
#LoadModule define_module /etc/httpd/modules/mod_define.so
<IfDefine HAVE_PERL>
LoadModule perl_module /etc/httpd/modules/libperl.so
</IfDefine>
<IfDefine HAVE_PHP>
LoadModule php_module /etc/httpd/modules/mod_php.so
</IfDefine>
supertest/full-run.d/httpd.conf.in view on Meta::CPAN
AddModule mod_auth_db.c
#AddModule mod_digest.c
#AddModule mod_proxy.c
#AddModule mod_cern_meta.c
AddModule mod_expires.c
AddModule mod_headers.c
#AddModule mod_usertrack.c
#AddModule mod_example.c
#AddModule mod_unique_id.c
AddModule mod_so.c
AddModule mod_setenvif.c
#AddModule mod_bandwidth.c
#AddModule mod_put.c
<IfDefine HAVE_PERL>
AddModule mod_perl.c
</IfDefine>
<IfDefine HAVE_PHP>
AddModule mod_php.c
</IfDefine>
<IfDefine HAVE_PHP3>
AddModule mod_php3.c
( run in 0.688 second using v1.01-cache-2.11-cpan-df04353d9ac )