
19.08.2010 11:58, Manuel Fernández Panzuela пишет:
You can try solve the problem with: chown root:apache otrs/var
if problem it is not solved, try with: chmod -R 777 otrs/var
I've tried both, but no success :( By the way, in apache config for otrs
site I have such lines:
DocumentRoot "/opt/otrs/bin/cgi-bin/"
DirectoryIndex index.pl
# agent, admin and customer frontend
ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
# if mod_perl is used
<IfModule mod_perl.c>
# load all otrs modules
Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl
# Apache::Reload - Reload Perl Modules when Changed on Disk
PerlModule Apache2::Reload
PerlInitHandler Apache2::Reload
PerlModule Apache2::RequestRec
# set mod_perl2 options