[Lxr-commits] CVS: lxr .htaccess,1.3,1.4 CREDITS.txt,1.2,1.3
Brought to you by:
ajlittoz
|
From: Malcolm B. <mb...@us...> - 2001-11-28 13:04:55
|
Update of /cvsroot/lxr/lxr In directory usw-pr-cvs1:/tmp/cvs-serv31942 Modified Files: .htaccess CREDITS.txt Log Message: Updated CREDITS. Added lib to the INC path from the .htaccess file. This should solve the Can't find errors that occur under mod_perl Index: .htaccess =================================================================== RCS file: /cvsroot/lxr/lxr/.htaccess,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- .htaccess 2000/10/31 12:52:10 1.3 +++ .htaccess 2001/11/28 13:04:51 1.4 @@ -13,4 +13,5 @@ <Files ~ (find|search|source|ident|diff|cgi-bin)$> SetHandler perl-script PerlHandler Apache::Registry +PerlSetEnv PERL5LIB lib </Files> Index: CREDITS.txt =================================================================== RCS file: /cvsroot/lxr/lxr/CREDITS.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- CREDITS.txt 2001/09/28 14:31:38 1.2 +++ CREDITS.txt 2001/11/28 13:04:51 1.3 @@ -8,8 +8,7 @@ Per Kristian Gjermshus <lx...@li...> Current Maintainer ------------------- - +------------------ Malcolm Box <mb...@us...> Principal Developers @@ -23,6 +22,8 @@ Pavel Hlavnicka <pa...@gi...> CSS support Jason Dorie Short <js...@de...> File re-org Joseph Corral <jos...@hp...> +Kristoffer Gleditsch <to...@pi...> Postgres patches + ------------------------------------------------------------------------- |