[rt-users] template httpd.conf for rt-2-1-75

Kazu Kimura kazu at kmn.co.jp
Wed Feb 26 01:11:01 EST 2003


Thank you for the response but I still have some problem with some setting.

When I try to login the RT, the browser responds as follows.

Forbidden
You don't have permission to access / on this server.


----------------------------------------------------------------------------
----

Apache/1.3.27 Server at 127.0.0.1 Port 8080

And the /usr/local/apache/logs/error_log shows as follows.
Wed Feb 26 15:04:45 2003] [notice] Apache/1.3.27 (Unix) mod_perl/1.27
configure
d -- resuming normal operations
[Wed Feb 26 15:04:45 2003] [notice] Accept mutex: flock (Default: flock)
[Wed Feb 26 15:05:08 2003] [error] [client 192.168.10.54] Directory index
forbid
den by rule: /usr/local/apache/htdocs/
internal11#


Any suggestion?

Kazu

----- Original Message -----
From: "Autrijus Tang" <autrijus at autrijus.org>
To: "Kazu Kimura" <kazu at kmn.co.jp>
Cc: <rt-users at lists.fsck.com>
Sent: Wednesday, February 26, 2003 11:59 AM
Subject: Re: [rt-users] template httpd.conf for rt-2-1-75


> On Wed, Feb 26, 2003 at 11:01:47AM +0900, Kazu Kimura wrote:
> > I would like to know the template of httpd.conf for the latest rt-2-1-75
or
> > rt3.0beta.
> >
> > I don't know how to setup virtual host with it.
>
> Please read the README. :-)
>
> <VirtualHost your.ip.address>
>     ServerName your.rt.server.hostname
>     DocumentRoot /opt/rt3/share/html
>     AddDefaultCharset UTF-8
>
>     # this line applies to Apache2+mod_perl2 only
>     PerlModule Apache2 Apache::compat
>
>     PerlModule Apache::DBI
>     PerlRequire /opt/rt3/bin/webmux.pl
>
>     <Location />
>         SetHandler perl-script
>         PerlHandler RT::Mason
>     </Location>
> </VirtualHost>
>
> But in my server the location tag is replaced by:
>
>     <FilesMatch "\.html$">
>         SetHandler perl-script
>         PerlHandler RT::Mason
>     </FilesMatch>
>     <LocationMatch "/Attachment/">
>         SetHandler perl-script
>         PerlHandler RT::Mason
>     </LocationMatch>
>     <LocationMatch "/REST/">
>         SetHandler perl-script
>         PerlHandler RT::Mason
>     </LocationMatch>
>
> Thanks,
> /Autrijus/
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
>
> Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20030226/1f66f3d5/attachment.htm>


More information about the rt-users mailing list