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.



-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to