[rt-users] Just installed and script isn't being executed... HTML::Mason problerm

Mike Carroll mcarroll at permeo.com
Fri Dec 13 11:03:31 EST 2002


Doh!  I guess I copied a bad entry to the list..  I was trying quite a 
few different configurations usually with identicle results...  Script 
code is displayed.

Here is the virtual host statement I currently have...

<VirtualHost 143.101.64.178>
DocumentRoot /opt/rt2/WebRT/html
ServerName rt.syl.dl.nec.com
PerlModule Apache::DBI
PerlRequire /opt/rt2/bin/webmux.pl
<Location />
SetHandler perl-script
PerlHandler RT::Mason
</Location>
</VirtualHost>

One thing I forgot to mention earlier.  I used cpan to download all 
dependencies and it did install the newest version of HTML::Mason  1.09 
 With this version installed I received an error indicating that a 
command in the script was no longer supported.  I backed up to the 
beginning of the installation process and installed the older 1.02 
version of HTML Mason and recompiled mod_perl and apache and since then 
I can't seem to make HTML::Mason execute it's code.

Thank you to those who have responded, I appreciate it...

Thanks,

Mike

Phil Homewood wrote:

>Mike Carroll wrote:
>
>><VirtualHost 143.101.64.178>
>>DocumentRoot /opt/rt2/WebRT/html
>>ServerName rt.syl.dl.nec.com
>>PerlModule Apache::DBI
>>Alias /rt2 /usr/local/rt2/WebRT/html
>>PerlRequire /opt/rt2/bin/webmux.pl
>><Location /rt2>
>>SetHandler perl-script
>>PerlHandler RT::Mason
>></Location>
>></VirtualHost>
>>
>
>Where's your RT installation? /opt/rt2 or /usr/local/rt2?
>At least one of your paths above is bogus.
>

-- 
Mike Carroll
System Administrator
Permeo Technologies Inc.

(214) 262-4620
mcarroll at permeo.com

6535 North State Highway 161
Irving, TX 75039






More information about the rt-users mailing list