
25 Sep
2003
25 Sep
'03
8:53 a.m.
Am Don, 2003-09-25 um 10.03 schrieb Wiktor Wodecki:
On Wed, Sep 24, 2003 at 06:50:47PM +0200, Ortner, Uwe wrote:
Hello,
I had to move my installation from Linux to Solaris (SPARC)
When I try to open http://localhost/otrs/installer.pl, I see the file contents, but nothing will be executed.
your apache isn't configured properly. consult the apache docs about this.
any hints?
I made a sample: #!/usr/bin/perl -w use strict; my $r = shift; $r->send_http_header('text/html'); $r->print("works!!!\n");
this works pretty fine
as you can see, this script works!? Regards Uwe