Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2001 10:32:31 -0600
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        "Andrey A. Chernov" <ache@nagual.pp.ru>, "Jun Kuriyama" <kuriyama@imgsrc.co.jp>
Cc:        "Ports Team" <ports@FreeBSD.ORG>
Subject:   Re: Fix missing plist entry for apache13
Message-ID:  <008401c179bc$a1a45ac0$7d7885c0@genroco.com>
References:  <7mk7w954yd.wl@waterblue.imgsrc.co.jp> <20011130051105.GA15404@nagual.pp.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
From: "Andrey A. Chernov" <ache@nagual.pp.ru>
> On Fri, Nov 30, 2001 at 12:10:34 +0900, Jun Kuriyama wrote:
> >
> > Can I commit this patch?
>
> Not in this form. It is symlink, so should be created by @exec ln -s
> instead.
>
No, it should not be created at all, as it is not required.  The
httpd.conf-dist file defines an alias for the manual directory:

    # This Alias will project the on-line documentation tree under /manual/
    # even if you change the DocumentRoot. Comment it if you don't want to
    # provide access to the on-line documentation.
    #
    Alias /manual/ "@@ServerRoot@@/htdocs/manual/"

    <Directory "@@ServerRoot@@/htdocs/manual">
        Options Indexes FollowSymlinks MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

Which gets changed to $prefix/share/doc/apache (FreeBSD.Layout) during the
install of the httpd.conf-dist file.

Scot


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?008401c179bc$a1a45ac0$7d7885c0>