
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.
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
Any ideas?
Regards Uwe
PS: perl, v5.8.0 built for sun4-solaris _______________________________________________ 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 Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/
-- Regards, Wiktor Wodecki