[rt-users] Mason question

Luke Vanderfluit lvanderf at internode.com.au
Wed May 24 23:57:44 EDT 2006


Hi.

I'm running RT on a test box and want to run another application that 
uses HTML::Mason

In my httpd.conf file I've set up an alias for the other application as 
follows:

/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DocumentRoot "/usr/local/rt3/share/html"
#DocumentRoot "/usr/local/stow/apache-2.0.58/apache-2.0/htdocs"
<Directory />
    Options FollowSymLinks
    AllowOverride None
</Directory>
 
#PerlRequire /usr/local/rt3/bin/webmux.pl
 
#<Directory "/usr/local/rt3/share/html">
#    Options Indexes FollowSymLinks
#    AllowOverride None
#    Order allow,deny
#    Allow from all
#    PerlSetEnv DBI_PROFILE DBI::ProfileDumper::Apache
#       SetHandler perl-script
#       perlhandler RT::Mason
#</Directory>
 
Alias /dashboard "/usr/local/stow/apache-2.0.58/apache-2.0/htdocs"
 
PerlModule HTML::Mason::ApacheHandler
 
<Directory "/usr/local/stow/apache-2.0.58/apache-2.0/htdocs">
    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
    SetHandler perl-script
    PerlHandler HTML::Mason::ApacheHandler
</Directory>
\__________________________________________

When I use it as above, I can't get mason to work.
If I change the DocumentRoot it works as expected.

Any ideas why this is so.
Any suggestions on how I can run another application using Mason on the 
same server?

Thanks.
Kind regards.

-- 
Luke Vanderfluit.
Analyst/Programmer.
Internode Systems Pty. Ltd.




More information about the rt-users mailing list