Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Dec 2009 07:26:40 GMT
From:      sat@FreeBSD.org
To:        i.galic@brainsware.org, sat@FreeBSD.org, freebsd-doc@FreeBSD.org
Subject:   Re: docs/141937: [handbook] FreeBSD Handbook on Apache/PHP needs updating
Message-ID:  <200912260726.nBQ7QecF048401@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: [handbook] FreeBSD Handbook on Apache/PHP needs updating

State-Changed-From-To: open->closed
State-Changed-By: sat
State-Changed-When: Sat Dec 26 07:16:08 UTC 2009
State-Changed-Why: 
Igor, thanks for your report!

The Handbook section deals with Apache 1.3.x, as is explicitly stated
in the overview. The version is still widely used.

As for the port specification in VirtualHost directive, the Apache
manual gives its examples without it and explains that "it defaults to
the same port as the most recent Port statement of the main server". To
match all ports on all addresses, I think we would need to specify
"*:*".
http://httpd.apache.org/docs/1.3/mod/core.html#virtualhost

As for the the way PHP is enabled, the IfModule wrapper is a
convenience, since it allows to disable all PHP-related configuration
by commenting just one line. The AddType statements are the
recommended way to enable PHP in Apache 1.3.x:
http://www.php.net/manual/en/install.unix.apache.php

http://www.freebsd.org/cgi/query-pr.cgi?pr=141937



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912260726.nBQ7QecF048401>