<!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>
&#65279;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-&gt;{&quot;request&quot;}-&gt;status_line( &quot;302 Moved&quot; );
And add after it:
       $self-&gt;{&quot;request&quot;}-&gt;status( 302 );

All should be well. (restart apache too)

This was a change to mod_perl and beyond eprints control.

antonio basile wrote:
&gt; Hi,
&gt;
&gt; &#65279;since we upgraded the webserver to ubuntu 8.04 the perl redirect 
&gt; pages stopped working (register, users, oai, etc), so the archive 
&gt; (<A HREF="http://eprints.stoa.it">http://eprints.stoa.it</A>) is not beeing harvested anymore, and every 
&gt; perl redirect displays a blank page.
&gt; After the upgrade we didn't change anything in apache (1.3.41) and 
&gt; eprints 2.3.6 configuration (everything is compiled by hand and not 
&gt; installed from ubuntu repositories), but perl pages are not working.
&gt; I guess there's something wrong with the new perl version used by 
&gt; ubuntu (5.8.8.)
&gt;
&gt; &#65279;We don't want to upgrade to eprints 3 because we've done a lot of 
&gt; work with our open archive (italian translation, modify of config 
&gt; files in order to let eprints work with other virtual servers without 
&gt; changing ports).
&gt; Do you know how we can manage this issue?
&gt;
&gt; thank you!
&gt;
&gt; antonio basile
&gt;
&gt;
&gt;
&gt; Sto&#224; - Istituto di Studi per la Direzione e Gestione di Impresa
&gt; Villa Campolieto - Corso Resina, 283
&gt; 80056 - Ercolano (NA)
&gt; <A HREF="http://www.stoa.it">http://www.stoa.it</A>
&gt;
&gt; ------------------------------------------------------------------------
&gt;
&gt; _______________________________________________
&gt; OAI-implementers mailing list
&gt; List information, archives, preferences and to unsubscribe:
&gt; <A HREF="http://www.openarchives.org/mailman/listinfo/oai-implementers">http://www.openarchives.org/mailman/listinfo/oai-implementers</A>
&gt;
&gt;   

</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>