I'm need to access otrs through apache. This is necessary because otrs is inside a LAN, and only apache is published to external access. So, I've created a proxy rule that redirects all request sent to apache to otrs. The topology is attached.
Here is apache's config:
Code: Select all
<VirtualHost *:80>
ServerName mydomain.com
ServerAlias suport.mydomain.com
ServerAdmin webmaster@mydomain.com.br
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://5.191.28.77/otrs/index.pl
</VirtualHost>
What I did wrong?Software error:
slurp_filename('/opt/otrs/bin/cgi-bin/index.plotrs-web') / opening: (2) No such file or directory at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 541
For help, please send mail to the webmaster ([no address given]), giving this error message and the time and date of the error.