EPrints Technical Mailing List Archive

See the EPrints wiki for instructions on how to join this mailing list and related information.

Message: #10305


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

[EP-tech] eprints 3.4.7 installation: cgi does not work


CAUTION: This e-mail originated outside the University of Southampton.

Hello,

the epadmin routine produced the standard eprints site including the
static files but login and account creation failed "URL not found" by
apache2 on port 80.

Since this is no dedicated server eprints is running on port 8080.

The 10_core.pl  is

# This file was created by bin/epadmin
# You can regenerate this file by doing ./bin/epadmin config_core spkt
$c->{host} = 'sammelpunkt.philo.at';
$c->{port} = '8080';
$c->{aliases} = [];
$c->{securehost} = 'sammelpunkt.philo.at';
$c->{secureport} = 443;
$c->{http_root} = undef;

and /opt/eprints3/cfg/apache/spkt.conf

#
# apache.conf include file for spkt
#
# Any changes made here will be lost if you run generate_apacheconf
# with the --replace option
#

# The main virtual host for this repository
<VirtualHost *:8080>
  ServerName sammelpunkt.philo.at

  ServerAdmin herbovec@methexis.info

    Include /opt/eprints3/cfg/perl_module_isolation_vhost.conf

  <Location "">
    PerlSetVar EPrints_ArchiveID spkt

    Options +ExecCGI
    <IfModule mod_authz_core.c>
       Require all granted
    </IfModule>
    <IfModule !mod_authz_core.c>
       Order allow,deny
       Allow from all
    </IfModule>
  </Location>
  # Set by $c->{max_upload_filesize}
  LimitRequestBody 1073741824


  # Note that PerlTransHandler can't go inside
  # a "Location" block as it occurs before the
  # Location is known.
  PerlTransHandler +EPrints::Apache::Rewrite

</VirtualHost>

Can some one advise? Thank you in advance,

h.h.