[NTLUG:Discuss] Apache permissions problem
Bobby Wrenn
bjwrenn at augustmail.com
Fri Dec 13 16:34:38 CST 2002
On Fri, 2002-12-13 at 15:50, Chris Cox wrote:
>
> I don't know anything about the traker product, but perhaps
> it uses symbolic links? You'll have to Allow that if so.
>
Well I answered part of my question with a grep. It seems Apache 1.3.xx
has to have DocumentRoot set in two places. httpd.conf and
commonhttpd.conf.
The install doc for the RT software says;
If you are running a dedicated server address for rt, e.g. rt.example.com, you can use the following directives in your httpd.conf:
DocumentRoot /path/to/rt2/WebRT/html
ServerName rt.example.com
PerlModule Apache::DBI
PerlRequire /path/to/rt2/bin/webmux.pl
<Location />
SetHandler perl-script
PerlHandler RT::Mason
</Location>
My question is, how do I translate this from pre-Apache 1.3 to the new split
conf file setup? I have the DocumentRoot issue fixed. Where do I put the
remaining lines?
I tried putting them in commonhttpd.conf but httpd start croaks when I do.
Bobby
More information about the Discuss
mailing list