Hi Andreas,

On Sun, Mar 30, 2003 at 11:14:58PM +0200, gd^crazy wrote:
> thank you for your fast response.
> I downloaded the DBI package, and the perl check reported "OK" on all .pl
> files now!
> Unfortunately, I�m still not able to solve the .pl-files downloading, maybe
> you could take
> a look at my virtual server section:
> 
> <VirtualHost 217.160.110.118>
> DocumentRoot /opt/otrs/bin/cgi-bin
> ServerName otrs.unitedbytes.de
> ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
> </VirtualHost>

Your entry should look like that one:

<VirtualHost 217.160.110.118>
DocumentRoot /opt/otrs/var/httpd/htdocs/
ServerAdmin [EMAIL PROTECTED]
ServerName otrs.unitedbytes.de
CustomLog /path/to/access_log combined
ErrorLog /path/to/error_log-stroh
ScriptAlias /otrs/ /opt/otrs/bin/cgi-bin/

<Location /otrs>
  SetHandler  perl-script
  PerlHandler Apache::Registry
  Options ExecCGI
  PerlSendHeader On
</Location>
</VirtualHost>


> Greetings & Thanks again!
> 
> Andreas

  Martin

--
Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/
--
nohl:  9:07am  up 42 days, 18:29,  6 users,  load average: 0.00, 0.04, 0.06
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Reply via email to