<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.18.2">
</HEAD>
<BODY>
Thanks Christopher,<BR>
<BR>
i already tried this solution (line 2291 of session.pm) and it doesn't solve my problem.<BR>
i'm using apache 1.3.41 compiled with mod_perl 1.30.<BR>
eprint.stoa.it worked well until i upgraded from ubuntu 7.10 to ubuntu 8.04.<BR>
i also tried to reinstall all perl modules with MCPAN and everything is up to date.<BR>
i checked if eprints2 folder had the right owner and permission and, yes, it has.<BR>
it's about 2 weeks i'm working on this problem and now i really don't know what to do.<BR>
<BR>
<BR>
Thanks<BR>
antonio basile<BR>
<BR>
<BR>
Il giorno lun, 30/06/2008 alle 15.58 +0100, Christopher Gutteridge ha scritto:
<BLOCKQUOTE TYPE=CITE>
<PRE>
hi. If you find lib/EPrints/Session.pm and find this line:
$self->{"request"}->status_line( "302 Moved" );
And add after it:
$self->{"request"}->status( 302 );
All should be well. (restart apache too)
This was a change to mod_perl and beyond eprints control.
antonio basile wrote:
> Hi,
>
> since we upgraded the webserver to ubuntu 8.04 the perl redirect
> pages stopped working (register, users, oai, etc), so the archive
> (<A HREF="http://eprints.stoa.it">http://eprints.stoa.it</A>) is not beeing harvested anymore, and every
> perl redirect displays a blank page.
> After the upgrade we didn't change anything in apache (1.3.41) and
> eprints 2.3.6 configuration (everything is compiled by hand and not
> installed from ubuntu repositories), but perl pages are not working.
> I guess there's something wrong with the new perl version used by
> ubuntu (5.8.8.)
>
> We don't want to upgrade to eprints 3 because we've done a lot of
> work with our open archive (italian translation, modify of config
> files in order to let eprints work with other virtual servers without
> changing ports).
> Do you know how we can manage this issue?
>
> thank you!
>
> antonio basile
>
>
>
> Stoà - Istituto di Studi per la Direzione e Gestione di Impresa
> Villa Campolieto - Corso Resina, 283
> 80056 - Ercolano (NA)
> <A HREF="http://www.stoa.it">http://www.stoa.it</A>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> OAI-implementers mailing list
> List information, archives, preferences and to unsubscribe:
> <A HREF="http://www.openarchives.org/mailman/listinfo/oai-implementers">http://www.openarchives.org/mailman/listinfo/oai-implementers</A>
>
>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>