diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-02-11 16:43:53 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-02-11 16:43:53 +0000 |
commit | e1d12a671c4129e5672a82640aaea83bab1745c6 (patch) | |
tree | 0a9ec79ead218d89c4eea22c3d1ae4512daa2e62 /www/apache13-fp/files/patch-lang.en | |
parent | Make look gnus info docs look better in info docs listing (/usr/local/info/dir) (diff) |
Upgrade of apache13-fp to 1.3.17 and fix formating bug in
mod_frontpage.c.
This corrects the formating bug reported in PR 24912.
The port will create a user/group apache (uid/gid 80), and set the
Apache Server to run as this user. This can be changed by specifying
-DHTTPD_USER=<user> when configuring/building the port.
The suexec executable is now installed by default. To disable suexec
use -DNO_SUEXEC when configuring/building the port.
PR: 24980
Submitted by: Scot W. Hetzel <hetzels@westbend.net> MAINTAINER
Notes
Notes:
svn path=/head/; revision=38210
Diffstat (limited to 'www/apache13-fp/files/patch-lang.en')
-rw-r--r-- | www/apache13-fp/files/patch-lang.en | 40 |
1 files changed, 22 insertions, 18 deletions
diff --git a/www/apache13-fp/files/patch-lang.en b/www/apache13-fp/files/patch-lang.en index 061f39f6a191..c251310dbe31 100644 --- a/www/apache13-fp/files/patch-lang.en +++ b/www/apache13-fp/files/patch-lang.en @@ -1,27 +1,31 @@ ---- htdocs/index.html.en.orig Sat Nov 20 15:29:40 1999 -+++ htdocs/index.html.en Sun Feb 20 16:57:41 2000 -@@ -27,12 +27,18 @@ - <P><HR WIDTH="50%" SIZE="8"> +--- htdocs/index.html.en.orig Fri Jan 19 13:39:47 2001 ++++ htdocs/index.html.en Thu Feb 8 22:10:30 2001 +@@ -32,13 +32,25 @@ + <HR WIDTH="50%" SIZE="8"> --<P> --The Apache <A HREF="manual/index.html">documentation</A> has been included with this distribution. -+<P>The Apache <A HREF="http://@@HOSTNAME@@:8080/manual/index.html">documentation</A> has been included with this distribution.</P> -+<P>The <STRONG>FrontPage 2000 Extentions (mod_frontpage)</STRONG> has been installed, read the -+<A HREF="http://@@HOSTNAME@@:8080/manual/mod/mod_frontpage/index.html">FrontPage 2000 documentation</A> carefully.</P> -+<P>Information on the FreeBSD operating system can be found on the <A HREF="http://www.freebsd.org/">FreeBSD Home Page</A>.</P> -+<P>You are free to use the images below on an Apache-powered web server. Thanks for using Apache and FreeBSD! +-<p>The Apache <A HREF="manual/">documentation</A> has been included with ++<p>The Apache <A HREF="http://@@HOSTNAME@@:8080/manual/">documentation</A> has been included with + this distribution.</p> + ++<p>The Microsoft FrontPage 2000 Extentions has been installed with this ++Apache Server. Read the <A HREF="http://@@HOSTNAME@@:8080/manual/mod/mod_frontpage/">Microsoft FrontPage 2000 documentation</A> carefully.<p> ++ ++<p>Information of the FreeBSD operating system can be found on the <A HREF="http://www.freebsd.org>FreeBSD</A> web site.<p> ++ + <p>You are free to use the image below on an Apache-powered web server. +-Thanks for using Apache!</p> ++Thanks for using Apache and FreeBSD!</p> --<P> --You are free to use the image below on an Apache-powered web server. Thanks for using Apache! -- -<DIV ALIGN="CENTER"><IMG SRC="apache_pb.gif" ALT=""></DIV> +<DIV ALIGN="CENTER"> -+ <A HREF="http://www.apache.org/"><IMG SRC="/images/apache_pb.gif" ALT="Powered by Apache"></A> -+ <A HREF="http://www.freebsd.org/"> -+ <IMG SRC="/images/powerlogo.gif" ALT="Site driven by FreeBSD - FreeBSD: The Power to Server!"></A> ++ <A HREF="http://www.apache.org"> ++ <IMG SRC="/images/apache_pb.gif" ALT="Powered by Apache"></A> ++ <A HREF="http://www.freebsd.org"> ++ <IMG SRC="/images/powerlogo.gif" ALT="Site driven by FreeBSD - FreeBSD: The Power to Server!"></A> + <A HREF="http://www.microsoft.com/frontpage/default.htm"> -+ <IMG SRC="/images/fplogo.gif" ALT="Created with Microsoft FrontPage 2000"></A> ++ <IMG SRC="/images/fplogo.gif" ALT="Create with Microsoft Frontpage 2000"></A> +</DIV> + </BODY> </HTML> |