From: Rich Bowen Date: Tue, 28 Feb 2012 01:18:38 +0000 (+0000) Subject: Add to expire content X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8156297ba987219aa10cad949ad2e8e3c88e829;p=thirdparty%2Fapache%2Fhttpd.git Add to expire content from search engines. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1294434 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/htdocs/manual/howto/auth.html b/htdocs/manual/howto/auth.html index 2fb179ab0a5..6641852940e 100644 --- a/htdocs/manual/howto/auth.html +++ b/htdocs/manual/howto/auth.html @@ -3,6 +3,7 @@ + Authentication, Authorization, and Access Control diff --git a/htdocs/manual/howto/cgi.html.en b/htdocs/manual/howto/cgi.html.en index 0033b39fd31..d91fc9ace01 100644 --- a/htdocs/manual/howto/cgi.html.en +++ b/htdocs/manual/howto/cgi.html.en @@ -3,6 +3,7 @@ + Apache Tutorial: Dynamic Content with CGI diff --git a/htdocs/manual/howto/cgi.html.ja.jis b/htdocs/manual/howto/cgi.html.ja.jis index 1523ab286c4..d333f164989 100644 --- a/htdocs/manual/howto/cgi.html.ja.jis +++ b/htdocs/manual/howto/cgi.html.ja.jis @@ -3,6 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + Apache Tutorial: CGI による動的コンテンツ diff --git a/htdocs/manual/howto/htaccess.html b/htdocs/manual/howto/htaccess.html index 794e5bb09b7..6e58e6bd5af 100644 --- a/htdocs/manual/howto/htaccess.html +++ b/htdocs/manual/howto/htaccess.html @@ -3,6 +3,7 @@ + Apache Tutorial: .htaccess files diff --git a/htdocs/manual/howto/ssi.html.en b/htdocs/manual/howto/ssi.html.en index 78c2e68d1f7..92dc0d0fa7c 100644 --- a/htdocs/manual/howto/ssi.html.en +++ b/htdocs/manual/howto/ssi.html.en @@ -3,6 +3,7 @@ + Apache Tutorial: Introduction to Server Side diff --git a/htdocs/manual/howto/ssi.html.ja.jis b/htdocs/manual/howto/ssi.html.ja.jis index 9024a9fcdd3..0b29270d58c 100644 --- a/htdocs/manual/howto/ssi.html.ja.jis +++ b/htdocs/manual/howto/ssi.html.ja.jis @@ -3,6 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> <head> +<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> <title>Apache チュートリアル: Server Side Includes 入門