I've followed the OTRS manual and installed otrs 4.0.7 and trying to run installer.pl
but get:
Forbidden
You don't have permission to access /otrs/installer.pl on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
I've run /opt/otrs/bin/otrs.SetPermissions.pl --web-group=www --otrs-user=otrs /opt/otrs/
here's the apache2 error log:
Code: Select all
[ssl:warn] [pid 2443] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[mpm_prefork:notice] [pid 2443] AH00163: Apache/2.4.10 (Linux/SUSE) OpenSSL/1.0.1k-fips configured -- resuming normal operations
[core:notice] [pid 2443] AH00094: Command line: '/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -D SYSTEMD -D FOREGROUND'
[authz_core:error] [pid 2462] [client 192.168.10.67:57492] AH01630: client denied by server configuration: /opt/otrs/bin/cgi-bin/installer.pl
[mpm_prefork:notice] [pid 2443] AH00170: caught SIGWINCH, shutting down gracefully
Code: Select all
"actions alias auth_basic authn_file authz_host authz_groupfile authz_user autoindex cgi dir env expires include log_config mime negotiation setenvif ssl socache_shmcb userdir php5 reqtimeout authn_core authz_core mod_perl headers deflate filter"
Code: Select all
httpd2 -l
Compiled in modules:
core.c
mod_access_compat.c
mod_so.c
http_core.c
prefork.c
mod_unixd.c
mod_systemd.c
Also if I run /opt/otrs/scripts/apache2-perl-startup.pl
I get:
Code: Select all
[Wed Apr 1 12:35:48 2015] apache2-perl-startup.pl: Use of uninitialized value $ENV{"MOD_PERL"} in pattern match (m//) at /opt/otrs/scripts/apache2-perl-startup.pl line 26.
MOD_PERL not used! at /opt/otrs/scripts/apache2-perl-startup.pl line 26.