forked from Lainports/freebsd-ports
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
31 lines
1.3 KiB
Text
31 lines
1.3 KiB
Text
--- 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/">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>
|
|
|
|
-<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.microsoft.com/frontpage/default.htm">
|
|
+ <IMG SRC="/images/fplogo.gif" ALT="Create with Microsoft Frontpage 2000"></A>
|
|
+</DIV>
|
|
|
|
</BODY>
|
|
</HTML>
|