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.

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com


We're hiring! Come hack Perl for Best Practical: 
http://bestpractical.com/about/jobs.html

Reply via email to