Tech List

[index] [prev] [next] [options] [help]
See the Mailing Lists Page for how to subscribe and unsubscribe.

eprints_tech messages

Please note: this page shows emails that have been sent to the eprints_tech mailing list. Some of these may be spam emails we have failed to filter.

[EP-tech] https again

From: Jean-Marie Le Bechec <Jean-Marie.Lebechec AT inp-toulouse.fr>
Date: Thu, 14 Jun 2007 17:21:28 +0200


Threading: [EP-tech] https, again from peter.schober AT univie.ac.at
      • This Message
             Re: [EP-tech] https again from itsupport AT history.ox.ac.uk
             Re: [EP-tech] https again from Jean-Marie.Lebechec AT inp-toulouse.fr

*** EPrints technical list - http://software.eprints.org/tech.php/
*** EPrints community wiki - http://wiki.eprints.org/

hi,

what can i do for this error ? thank you...

----------------------
in apache log i have :
----------------------
EPrints archives loaded: demo
[Thu Jun 14 19:19:30 2007] [warn] RSA server certificate is a CA 
certificate (BasicConstraints: CA == TRUE !?)
[Thu Jun 14 19:19:35 2007] [notice] Apache/2.2.3 (Ubuntu) mod_ssl/2.2.3 
OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal 
operations

------------------------------------------------------------------
---------------- EPrints System Error ----------------------------
------------------------------------------------------------------
Document path is: /opt/eprints3/cgi/users
but apache conf is securiing:
You probably need to run generate_apacheconf!

------------------------------------------------------------------
EPrints System Error inducing stack dump
  at /opt/eprints3/perl_lib/EPrints.pm line 99
         EPrints::abort('Document path is: /opt/eprints3/cgi/users 
\x{a}but apache conf is...') called at 
/opt/eprints3/perl_lib/EPrints/Repository.pm line 240
 
EPrints::Repository::check_secure_dirs('EPrints::Repository=HASH(0xd807928)', 
'Apache2::RequestRec=SCALAR(0xa05a9e0)') called at 
/opt/eprints3/perl_lib/EPrints/Apache/Rewrite.pm line 68
 
EPrints::Apache::Rewrite::handler('Apache2::RequestRec=SCALAR(0xa05a9e0)') 
called at -e line 0
         eval {...} called at -e line 0
[Thu Jun 14 19:21:05 2007] [error] [client 147.127.112.1] File does not 
exist: (null), referer: http://erasme-serv.enseeiht.fr/

--------------
in my browser :
--------------
EPrints Internal Error

The requested URL /cgi/users/home was not found on this server.
Apache/2.2.3 (Ubuntu) mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 
Perl/v5.8.8 Server at erasme-serv.enseeiht.fr Port 443

-----------
my config :
-----------
I modified archives/demo/cfg/cfg.d/10_core.pl :

$c->{host} = 'erasme-serv.enseeiht.fr';
$c->{port} = 80;
$c->{aliases} = [];
#$c->{securehost} = undef;
$c->{securehost} = 'erasme-serv.enseeiht.fr/';
#$c->{securepath} = undef;
$c->{securepath} = '';

-----------------
then i launched :
-----------------

bin/generate_apacheconf

------------------------------------------------
then i modified /etc/apache2/sites-enabled/ssl :
------------------------------------------------

NameVirtualHost *:443
<VirtualHost *:443>
ServerName erasme-serv.enseeiht.fr
Include /opt/eprints3/archives/demo/var/auto-secure.conf
SSLEngine On
SSLCertificateFile /etc/apache2/server.crt
SSLCertificateKeyFile /etc/apache2/server.key

</VirtualHost>
#Include /opt/eprints3/cfg/apache.conf


-- 

***********************************************
Jean Marie Le Bechec
Responsable ingenierie documentaire

Service Commun de la Documentation
Institut National Polytechnique de Toulouse
6 allee Emile Monso - bp 34038 -
31029 Toulouse cedex 4
Tel : 05 62 24 21 30
Mail : lebechec AT inp-toulouse.fr
***********************************************


[index] [prev] [next] [options] [help]