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

Joe S. jszabo at dilligaff.rutgers.edu
Fri Jul 20 16:11:50 EDT 2001


I've tried the alias, but it doesn't seem to work with subdirectories (my document root is /usr/local/httpd/htdocs in suse linux 7.1 according to /var/log/httpd.error_log (I put in the foo):


[Fri Jul 20 16:07:07 2001] [error] [client foo.foo.foo.foo] File does not
exist: /
usr/local/httpd/htdocs/rt.jpg
[Fri Jul 20 16:07:07 2001] [error] [client foo.foo.foo.foo] File does not
exist: /
usr/local/httpd/htdocs/NoAuth/webrt.css
[Fri Jul 20 16:07:07 2001] [error] [client foo.foo.foo.foo] File does not
exist: /
usr/local/httpd/htdocs/NoAuth/images/spacer.gif
[Fri Jul 20 16:07:34 2001] [error] [client foo.foo.foo.foo] File does not
exist: /
usr/local/httpd/htdocs/NoAuth/webrt.css
[Fri Jul 20 16:07:34 2001] [error] [client foo.foo.foo.foo] File does not
exist: /
usr/local/httpd/htdocs/NoAuth/images/spacer.gif
[Fri Jul 20 16:07:34 2001] [error] [client foo.foo.foo.foo] File does not
exist: /
usr/local/httpd/htdocs/rt.jpg
[Fri Jul 20 16:07:37 2001] [error] [client foo.foo.foo.foo] File does not
exist: /
usr/local/httpd/htdocs/NoAuth/Logout.html


On Fri, 20 Jul 2001, Charlie Watts wrote:

> 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/
>
>
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
>





More information about the rt-users mailing list