rendered paste body<VirtualHost 127.0.0.4:80 192.168.1.2:81>
DocumentRoot /home/user/public_html/otrs/bin/cgi-bin
#CustomLog /home/haecotrs/logs/access_log combined
ServerName otrs.testing
ScriptAlias /otrs/ "/home/user/public_html/otrs/bin/cgi-bin/"
Alias /otrs-web/ "/home/user/public_html//otrs/var/httpd/htdocs/"
#
# Directory settings
#
<Directory "/home/user/public_html/otrs/bin/cgi-bin/">
AllowOverride None
AddHandler cgi-script .cgi .pl
Options +ExecCGI -Includes FollowSymlinks
Order allow,deny
Allow from all
</Directory>
<Directory "/home/user/public_html/otrs/var/httpd/htdocs/">
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>