[rt-users] httpd.conf with rt as non document root?

Charlie Watts cewatts at frontier.net
Fri Jul 20 15:20:34 EDT 2001


On Fri, 20 Jul 2001, Joe S. wrote:

> Can someone send an example section of their httpd.conf where they have
> webrt running in a non document root directory, with maybe an alias or
> symbolic link?

This is mine:

Alias /rt2/ "/usr/local/rt2/WebRT/html/"

<Directory "/usr/local/rt2/WebRT/html">
  AllowOverride None
  Options None ExecCGI FollowSymLinks
  Order allow,deny
  Allow from all
  PerlRequire /usr/local/rt2/bin/webmux.pl
  PerlModule Apache::DBI
  SetHandler perl-script
  PerlHandler RT::Mason
  Options ExecCGI
</Directory>

-- 
Charlie Watts
cewatts at frontier.net
Frontier Internet
http://www.frontier.net/





More information about the rt-users mailing list