Commit 62ad0a2b authored by Ken Coar's avatar Ken Coar
Browse files

Documentation appearance rework, pass 1, phase 1: background,

	aligning first H1 and image in the centre.  This is just the
	top-level htdocs/manual directory.  Still to do: subordinate
	directories, format normalisation (to HR or not to HR?).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78218 13f79535-47bb-0310-9956-ffa450edef68
parent 32f01bb5
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html><head>
<title>Setting which addresses and ports Apache uses</title>
</head><body>
</head>

<BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
<!--#include virtual="header.html" -->
<h1>Setting which addresses and ports Apache uses</h1>
<h1 ALIGN="CENTER">Setting which addresses and ports Apache uses</h1>

<hr>

+4 −2
Original line number Diff line number Diff line
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html><head>
<title>Setting which addresses and ports Apache uses</title>
</head><body>
</head>

<BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
<!--#include virtual="header.html" -->
<h1>Setting which addresses and ports Apache uses</h1>
<h1 ALIGN="CENTER">Setting which addresses and ports Apache uses</h1>

<hr>

+4 −2
Original line number Diff line number Diff line
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html><head>
<title>PATH_INFO Changes in the CGI Environment</title>
</head><body>
</head>

<BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
<!--#include virtual="header.html" -->
<h1>PATH_INFO Changes in the CGI Environment</h1>
<h1 ALIGN="CENTER">PATH_INFO Changes in the CGI Environment</h1>

<hr>

+4 −2
Original line number Diff line number Diff line
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html><head>
<title>PATH_INFO Changes in the CGI Environment</title>
</head><body>
</head>

<BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
<!--#include virtual="header.html" -->
<h1>PATH_INFO Changes in the CGI Environment</h1>
<h1 ALIGN="CENTER">PATH_INFO Changes in the CGI Environment</h1>

<hr>

+3 −3
Original line number Diff line number Diff line
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache Content Negotiation</TITLE>
</HEAD>

<BODY>
<BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red">
<!--#include virtual="header.html" -->
<h1>Content Negotiation</h1>
<h1 ALIGN="CENTER">Content Negotiation</h1>

Apache's support for content negotiation has been updated to meet the
HTTP/1.1 specification. It can choose the best representation of a
Loading