Mason question

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"

Options FollowSymLinks
AllowOverride None

#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

#

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

__________________________________________

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.