[rt-users] Can't install the PerlModule 5.8.3?
Chaim Rieger
chaim.rieger at gmail.com
Fri Feb 17 17:00:24 EST 2006
On Feb 17, 2006, at 1:57 PM, zhou jian wrote:
>
> Probably I didn't address more background to my
> problem. I am setting up the WEB INTERFACE right now.
> By your definition, it should be a configuration
> problem. I configured like below:
>
> Alias /rt "/opt/rt3/share/html"
> PerlModule Apache::DBI
> PerlRequire /opt/rt3/bin/webmux.pl
> <Directory /opt/rt3/share/html>
> AllowOverride All
> Options ExecCGI FollowSymLinks
> <IfModule mod_access.c>
> Order allow,deny
> Allow from all
> </IfModule>
> </Directory>
>
> <Location /rt>
> RewriteEngine On
> RedirectMatch permanent (.*)/$ $1/index.html
> AddDefaultCharset UTF-8
> SetHandler perl-script
> PerlHandler RT::Mason
> </Location>
>
> Then I tried to start the httpd server and encountered
> the PerlModule problem.
>
> I checked that my rt is installed in directly
> /usr/local/rt
> however, my apache server also installed the same
> level,
> /usr/local/apache
ok so your rt is installed in /usr/local/rt but in apache you defined
it as /opt/rt3
please correct,
also can you please post the erros from your error log as well as the
output of which perl.
thanx
More information about the rt-users
mailing list