cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfigParse.pm

2003-12-06 Thread stas
stas2003/12/05 20:05:40 Modified:perl-framework/Apache-Test/lib/Apache TestConfigParse.pm Log: server_file_rel2abs resolves all kind of file, so don't refer to 'configuration file' in warnings. Revision ChangesPath 1.40 +2 -2

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfigParse.pm

2003-11-26 Thread gozer
gozer 2003/11/25 17:11:42 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache TestConfigParse.pm Log: Fix Apache::TestConfigParse to handle glob includes, like Include conf/*.conf on RedHat. Revision ChangesPath 1.68

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfigParse.pm

2003-11-10 Thread geoff
geoff 2003/11/10 09:23:52 Modified:perl-framework/Apache-Test/lib/Apache TestConfigParse.pm Log: previous behavior only returned the relative file if no base was found. so, if the absolute file doesn't exist return the absolute file anyway, same as before. Revision

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfigParse.pm

2003-04-14 Thread stas
stas2003/04/13 23:34:09 Modified:perl-framework/Apache-Test/lib/Apache TestConfigParse.pm Log: mod_casp2.so requires other settings in addition to LoadModule, so we can't just copy it from the global file Revision ChangesPath 1.31 +2 -1

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfigParse.pm TestRunPerl.pm

2003-01-23 Thread stas
stas2003/01/22 20:06:38 Modified:.Changes perl-framework/Apache-Test/lib/Apache TestConfigParse.pm TestRunPerl.pm Log: - s/should_load_module/should_skip_module/ to be consistent with a new method and the skip_modules hash - add

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfigParse.pm

2003-01-11 Thread dougm
dougm 2003/01/10 17:58:51 Modified:perl-framework/Apache-Test/lib/Apache TestConfigParse.pm Log: mod_jk requires JkWorkerFile or JkWorker to be configured skip it for now, tomcat has its own test suite anyhow. Revision ChangesPath 1.27 +8 -1

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfigParse.pm

2002-05-15 Thread dougm
dougm 02/05/14 16:11:14 Modified:perl-framework/Apache-Test/lib/Apache TestConfigParse.pm Log: add should_load_module method where subclasses can disable inheriting LoadModule directives Revision ChangesPath 1.25 +11 -1

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfigParse.pm

2002-04-07 Thread dougm
dougm 02/04/06 20:18:02 Modified:perl-framework/Apache-Test/lib/Apache TestConfigParse.pm Log: avoid bug in rel2abs that results in error message: Unsuccessful stat on filename containing newline if we try server_file_rel2abs before ServerRoot is known. (shouldn't normally

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfigParse.pm

2002-01-10 Thread dougm
dougm 02/01/10 09:57:19 Modified:perl-framework/Apache-Test/lib/Apache TestConfigParse.pm Log: add mmn major/minor variables Revision ChangesPath 1.19 +6 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigParse.pm Index: TestConfigParse.pm