EPrints Technical Mailing List Archive

Message: #03187


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] Re: Altmetrics


Andrew,

Can you give us some context? What's the error in the apache logs?

Seb.

On 23/06/14 11:43, Andrew Beeken wrote:
> Hi all,
>
> Following up on this, I’ve just tested the issue on my virtual box while connected to my home broadband and I still get an “Internal Server Error” with the same Apache issues. I’m beginning to think that this is not related to a proxy issue as the problem isn’t present here, and could be due to a problem in the system files/configuration. I have, however, no idea where to start debugging this. Any pointers would be very appreciated.
>
> Andrew
>
> From: Sebastien Francois <sf2@ecs.soton.ac.uk<mailto:sf2@ecs.soton.ac.uk>>
> Reply-To: "eprints-tech@ecs.soton.ac.uk<mailto:eprints-tech@ecs.soton.ac.uk>" <eprints-tech@ecs.soton.ac.uk<mailto:eprints-tech@ecs.soton.ac.uk>>
> Date: Tuesday, 17 June 2014 15:31
> To: "eprints-tech@ecs.soton.ac.uk<mailto:eprints-tech@ecs.soton.ac.uk>" <eprints-tech@ecs.soton.ac.uk<mailto:eprints-tech@ecs.soton.ac.uk>>
> Subject: [EP-tech] Re: Altmetrics
>
> Yes, that will make any linux tool/most PERL libraries to use that proxy setting (eg wget, UA).
>
> However that file might be over-written by EPrints (it's auto-generated from the local conf).
>
> One way to have this into EPrints is to edit eprints/archives/<id>/cfg/cfg.d/session.pl (create it if it doesn't exist) and:
>
> $c->{session_init} = sub
> {
>         my( $repository, $offline ) = @_;
>
>         $ENV{http_proxy} = "http://wherever.your.proxy.is:3128/";;
>  };
>
> Then restart apache (perhaps the indexer too).
>
> Seb
>