Update of /cvsroot/gmod/das2/t/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10127
Modified Files:
apache_test_config.pm extra.conf.in
Log Message:
Added reload to extra.conf so the 'make test' webserver will automatically reload changed perl modules without restarting... this is really only useful for development work.
Index: extra.conf.in
===================================================================
RCS file: /cvsroot/gmod/das2/t/conf/extra.conf.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** extra.conf.in 10 Sep 2004 13:38:33 -0000 1.1.1.1
--- extra.conf.in 27 Sep 2004 07:39:19 -0000 1.2
***************
*** 1,2 ****
--- 1,8 ----
+ PerlModule Apache::Reload
+ PerlInitHandler Apache::Reload
+ PerlPreConnectionHandler Apache::Reload
+ PerlSetVar ReloadAll Off
+ PerlSetVar ReloadModules "ModPerl::* Apache::* Bio::Das2::*"
+
PerlWarn On
PerlTaintCheck On
Index: apache_test_config.pm
===================================================================
RCS file: /cvsroot/gmod/das2/t/conf/apache_test_config.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** apache_test_config.pm 17 Sep 2004 21:53:59 -0000 1.5
--- apache_test_config.pm 27 Sep 2004 07:39:19 -0000 1.6
***************
*** 1,9 ****
# WARNING: this file is generated, do not edit
! # 01: /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/Apache/TestConfig.pm:751
! # 02: /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/Apache/TestConfig.pm:769
! # 03: /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/Apache/TestConfig.pm:1530
! # 04: /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/Apache/TestRun.pm:437
! # 05: /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/Apache/TestRun.pm:621
! # 06: /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/Apache/TestRun.pm:621
# 07: t/TEST:81
--- 1,9 ----
# WARNING: this file is generated, do not edit
! # 01: /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/Apache/TestConfig.pm:875
! # 02: /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/Apache/TestConfig.pm:893
! # 03: /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/Apache/TestConfig.pm:1710
! # 04: /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/Apache/TestRun.pm:500
! # 05: /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/Apache/TestRun.pm:714
! # 06: /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/Apache/TestRun.pm:714
# 07: t/TEST:81
***************
*** 13,20 ****
bless( {
'verbose' => undef,
! 'hostport' => 'localhost.localdomain:8529',
'postamble' => [
'TypesConfig "/etc/mime.types"',
! 'Include "/nfs/home/aday/cvsroot/gmod-das2/t/conf/extra.conf"',
''
],
--- 13,20 ----
bless( {
'verbose' => undef,
! 'hostport' => 'london:8529',
'postamble' => [
'TypesConfig "/etc/mime.types"',
! 'Include "/media/home/boconnor/Development/cvsroot/das2/t/conf/extra.conf"',
''
],
***************
*** 30,34 ****
'version' => 'Apache/2.0.50',
'rev' => '2',
! 'name' => 'localhost.localdomain:8529',
'config' => $VAR1
}, 'Apache::TestServer' ),
--- 30,34 ----
'version' => 'Apache/2.0.50',
'rev' => '2',
! 'name' => 'london:8529',
'config' => $VAR1
}, 'Apache::TestServer' ),
***************
*** 38,44 ****
'inherit_config' => {
'ServerRoot' => '/etc/httpd',
! 'ServerAdmin' => 'root@...',
'TypesConfig' => '/etc/mime.types',
! 'DocumentRoot' => '/var/www/html',
'LoadModule' => [
[
--- 38,44 ----
'inherit_config' => {
'ServerRoot' => '/etc/httpd',
! 'ServerAdmin' => 'admin@...',
'TypesConfig' => '/etc/mime.types',
! 'DocumentRoot' => '/www/turnkey_web/html',
'LoadModule' => [
[
***************
*** 215,234 ****
],
[
- 'auth_kerb_module',
- 'modules/mod_auth_kerb.so'
- ],
- [
- 'mysql_auth_module',
- 'modules/mod_auth_mysql.so'
- ],
- [
- 'auth_pgsql_module',
- 'modules/mod_auth_pgsql.so'
- ],
- [
- 'jk2_module',
- 'modules/mod_jk2.so'
- ],
- [
'perl_module',
'modules/mod_perl.so'
--- 215,218 ----
***************
*** 245,256 ****
'ssl_module',
'modules/mod_ssl.so'
- ],
- [
- 'dav_svn_module',
- 'modules/mod_dav_svn.so'
- ],
- [
- 'authz_svn_module',
- 'modules/mod_authz_svn.so'
]
]
--- 229,232 ----
***************
*** 260,266 ****
sub { "DUMMY" }
],
- 'resolved' => {
- 'localhost.localdomain' => 'localhost.localdomain'
- },
'preamble' => [
'<IfModule !mod_access.c>
--- 236,239 ----
***************
*** 436,455 ****
</IfModule>
',
- '<IfModule !mod_auth_kerb.c>
- LoadModule auth_kerb_module "/etc/httpd/modules/mod_auth_kerb.so"
- </IfModule>
- ',
- '<IfModule !mod_auth_mysql.c>
- LoadModule mysql_auth_module "/etc/httpd/modules/mod_auth_mysql.so"
- </IfModule>
- ',
- '<IfModule !mod_auth_pgsql.c>
- LoadModule auth_pgsql_module "/etc/httpd/modules/mod_auth_pgsql.so"
- </IfModule>
- ',
- '<IfModule !mod_jk2.c>
- LoadModule jk2_module "/etc/httpd/modules/mod_jk2.so"
- </IfModule>
- ',
'<IfModule !mod_perl.c>
LoadModule perl_module "/etc/httpd/modules/mod_perl.so"
--- 409,412 ----
***************
*** 468,479 ****
</IfModule>
',
- '<IfModule !mod_dav_svn.c>
- LoadModule dav_svn_module "/etc/httpd/modules/mod_dav_svn.so"
- </IfModule>
- ',
- '<IfModule !mod_authz_svn.c>
- LoadModule authz_svn_module "/etc/httpd/modules/mod_authz_svn.so"
- </IfModule>
- ',
'<IfModule !mod_mime.c>
LoadModule mime_module "/usr/lib/httpd/modules/mod_mime.so"
--- 425,428 ----
***************
*** 483,498 ****
],
'vars' => {
'cgi_module_name' => 'mod_cgi',
'conf_dir' => '/etc/httpd/conf',
! 't_conf_file' => '/nfs/home/aday/cvsroot/gmod-das2/t/conf/httpd.conf',
! 't_dir' => '/nfs/home/aday/cvsroot/gmod-das2/t',
'cgi_module' => 'mod_cgi.c',
'target' => 'httpd',
'thread_module' => 'worker.c',
'bindir' => '/usr/bin',
! 'user' => 'aday',
'access_module_name' => 'mod_access',
'auth_module_name' => 'mod_auth',
! 'top_dir' => '/nfs/home/aday/cvsroot/gmod-das2',
'httpd_conf' => '/etc/httpd/conf/httpd.conf',
'httpd' => '/usr/sbin/httpd',
--- 432,448 ----
],
'vars' => {
+ 'defines' => '',
'cgi_module_name' => 'mod_cgi',
'conf_dir' => '/etc/httpd/conf',
! 't_conf_file' => '/media/home/boconnor/Development/cvsroot/das2/t/conf/httpd.conf',
! 't_dir' => '/media/home/boconnor/Development/cvsroot/das2/t',
'cgi_module' => 'mod_cgi.c',
'target' => 'httpd',
'thread_module' => 'worker.c',
'bindir' => '/usr/bin',
! 'user' => 'boconnor',
'access_module_name' => 'mod_access',
'auth_module_name' => 'mod_auth',
! 'top_dir' => '/media/home/boconnor/Development/cvsroot/das2',
'httpd_conf' => '/etc/httpd/conf/httpd.conf',
'httpd' => '/usr/sbin/httpd',
***************
*** 501,523 ****
'port' => 8529,
'sbindir' => '/usr/sbin',
! 't_conf' => '/nfs/home/aday/cvsroot/gmod-das2/t/conf',
! 'servername' => 'localhost.localdomain',
! 'inherit_documentroot' => '/var/www/html',
'proxy' => 'off',
! 'serveradmin' => 'root@...',
'authname' => 'gold club',
'remote_addr' => '127.0.0.1',
'perlpod' => '/usr/lib/perl5/5.8.3/pod',
'sslcaorg' => 'asf',
'ssl_module' => 'mod_ssl.c',
'auth_module' => 'mod_auth.c',
'access_module' => 'mod_access.c',
! 't_logs' => '/nfs/home/aday/cvsroot/gmod-das2/t/logs',
! 'maxclients' => 1,
! 'group' => 'users',
'thread_module_name' => 'worker',
! 'documentroot' => '/nfs/home/aday/cvsroot/gmod-das2/t/htdocs',
! 'serverroot' => '/nfs/home/aday/cvsroot/gmod-das2/t',
! 'sslca' => '/nfs/home/aday/cvsroot/gmod-das2/t/conf/ssl/ca',
'perl' => '/usr/bin/perl',
'src_dir' => undef,
--- 451,477 ----
'port' => 8529,
'sbindir' => '/usr/sbin',
! 't_conf' => '/media/home/boconnor/Development/cvsroot/das2/t/conf',
! 'servername' => 'london',
! 'inherit_documentroot' => '/www/turnkey_web/html',
'proxy' => 'off',
! 'serveradmin' => 'admin@...',
'authname' => 'gold club',
'remote_addr' => '127.0.0.1',
'perlpod' => '/usr/lib/perl5/5.8.3/pod',
'sslcaorg' => 'asf',
+ 'php_module_name' => 'mod_php4',
+ 'php_module' => 'mod_php4.c',
'ssl_module' => 'mod_ssl.c',
'auth_module' => 'mod_auth.c',
'access_module' => 'mod_access.c',
! 't_logs' => '/media/home/boconnor/Development/cvsroot/das2/t/logs',
! 'minclients' => 1,
! 'maxclients' => 2,
! 'group' => 'boconnor',
! 'maxclientsthreadedmpm' => 2,
'thread_module_name' => 'worker',
! 'documentroot' => '/media/home/boconnor/Development/cvsroot/das2/t/htdocs',
! 'serverroot' => '/media/home/boconnor/Development/cvsroot/das2/t',
! 'sslca' => '/media/home/boconnor/Development/cvsroot/das2/t/conf/ssl/ca',
'perl' => '/usr/bin/perl',
'src_dir' => undef,
***************
*** 527,549 ****
'clean' => {
'files' => {
! '/nfs/home/aday/cvsroot/gmod-das2/t/logs/apache_runtime_status.sem' => 1,
! '/nfs/home/aday/cvsroot/gmod-das2/t/conf/apache_test_config.pm' => 1,
! '/nfs/home/aday/cvsroot/gmod-das2/t/conf/httpd.conf' => 1
}
},
'modules' => {
'mod_include.c' => '/etc/httpd/modules/mod_include.so',
'mod_headers.c' => '/etc/httpd/modules/mod_headers.so',
- 'mod_auth_mysql.c' => '/etc/httpd/modules/mod_auth_mysql.so',
'mod_cache.c' => '/etc/httpd/modules/mod_cache.so',
'mod_negotiation.c' => '/etc/httpd/modules/mod_negotiation.so',
'mod_speling.c' => '/etc/httpd/modules/mod_speling.so',
'mod_usertrack.c' => '/etc/httpd/modules/mod_usertrack.so',
- 'mod_auth_kerb.c' => '/etc/httpd/modules/mod_auth_kerb.so',
'mod_cern_meta.c' => '/etc/httpd/modules/mod_cern_meta.so',
'mod_setenvif.c' => '/etc/httpd/modules/mod_setenvif.so',
'mod_suexec.c' => '/etc/httpd/modules/mod_suexec.so',
'mod_python.c' => '/etc/httpd/modules/mod_python.so',
- 'mod_authz_svn.c' => '/etc/httpd/modules/mod_authz_svn.so',
'mod_auth_ldap.c' => '/etc/httpd/modules/mod_auth_ldap.so',
'mod_status.c' => '/etc/httpd/modules/mod_status.so',
--- 481,507 ----
'clean' => {
'files' => {
! '/media/home/boconnor/Development/cvsroot/das2/t/logs/apache_runtime_status.sem' => 1,
! '/media/home/boconnor/Development/cvsroot/das2/t/conf/apache_test_config.pm' => 1,
! '/media/home/boconnor/Development/cvsroot/das2/t/conf/httpd.conf' => 1
}
},
+ 'httpd_info' => {
+ 'BUILT' => 'Jun 29 2004 12:19:05',
+ 'MODULE_MAGIC_NUMBER_MINOR' => '8',
+ 'VERSION' => 'Apache/2.0.50',
+ 'MODULE_MAGIC_NUMBER' => '20020903:8',
+ 'MODULE_MAGIC_NUMBER_MAJOR' => '20020903'
+ },
'modules' => {
'mod_include.c' => '/etc/httpd/modules/mod_include.so',
'mod_headers.c' => '/etc/httpd/modules/mod_headers.so',
'mod_cache.c' => '/etc/httpd/modules/mod_cache.so',
'mod_negotiation.c' => '/etc/httpd/modules/mod_negotiation.so',
'mod_speling.c' => '/etc/httpd/modules/mod_speling.so',
'mod_usertrack.c' => '/etc/httpd/modules/mod_usertrack.so',
'mod_cern_meta.c' => '/etc/httpd/modules/mod_cern_meta.so',
'mod_setenvif.c' => '/etc/httpd/modules/mod_setenvif.so',
'mod_suexec.c' => '/etc/httpd/modules/mod_suexec.so',
'mod_python.c' => '/etc/httpd/modules/mod_python.so',
'mod_auth_ldap.c' => '/etc/httpd/modules/mod_auth_ldap.so',
'mod_status.c' => '/etc/httpd/modules/mod_status.so',
***************
*** 551,555 ****
'mod_auth_digest.c' => '/etc/httpd/modules/mod_auth_digest.so',
'mod_log_config.c' => '/etc/httpd/modules/mod_log_config.so',
- 'mod_jk2.c' => '/etc/httpd/modules/mod_jk2.so',
'proxy_connect.c' => '/etc/httpd/modules/mod_proxy_connect.so',
'mod_env.c' => '/etc/httpd/modules/mod_env.so',
--- 509,512 ----
***************
*** 562,566 ****
'mod_dav_fs.c' => '/etc/httpd/modules/mod_dav_fs.so',
'proxy_ftp.c' => '/etc/httpd/modules/mod_proxy_ftp.so',
- 'mod_dav_svn.c' => '/etc/httpd/modules/mod_dav_svn.so',
'core.c' => 1,
'http_core.c' => 1,
--- 519,522 ----
***************
*** 579,583 ****
'mod_perl.c' => '/etc/httpd/modules/mod_perl.so',
'mod_expires.c' => '/etc/httpd/modules/mod_expires.so',
- 'mod_auth_pgsql.c' => '/etc/httpd/modules/mod_auth_pgsql.so',
'mod_alias.c' => '/etc/httpd/modules/mod_alias.so',
'mod_imap.c' => '/etc/httpd/modules/mod_imap.so',
--- 535,538 ----
***************
*** 591,601 ****
'mod_vhost_alias.c' => '/etc/httpd/modules/mod_vhost_alias.so'
},
- 'httpd_info' => {
- 'BUILT' => 'Jun 29 2004 12:19:05',
- 'MODULE_MAGIC_NUMBER_MINOR' => '8',
- 'VERSION' => 'Apache/2.0.50',
- 'MODULE_MAGIC_NUMBER' => '20020903:8',
- 'MODULE_MAGIC_NUMBER_MAJOR' => '20020903'
- },
'httpd_defines' => {
'SUEXEC_BIN' => '/usr/sbin/suexec',
--- 546,549 ----
|