mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
69 lines
2.1 KiB
Text
69 lines
2.1 KiB
Text
--- sample.conf.orig 2013-08-26 04:52:15 UTC
|
|
+++ sample.conf
|
|
@@ -107,9 +107,12 @@
|
|
|
|
PageType htm*
|
|
PageType cgi
|
|
+#PageType shtml
|
|
#PageType phtml
|
|
#PageType php3
|
|
+#PageType php
|
|
#PageType pl
|
|
+#PageType rb
|
|
|
|
# PagePrefix allows all requests with a specified prefix to be
|
|
# considered as 'pages'. If you want everything under /documents
|
|
@@ -242,7 +245,8 @@ PageType cgi
|
|
# is 80 characters, so use multiple lines if needed.
|
|
|
|
#HTMLHead <META NAME="author" CONTENT="The Webalizer">
|
|
-#HTMLHead <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
|
+HTMLHead <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
|
+HTMLHead <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
|
|
|
|
# HTMLBody defined the HTML code to be inserted, starting with the
|
|
# <BODY> tag. If not specified, the default is shown below. If
|
|
@@ -556,6 +560,9 @@ HideURL *.JPG
|
|
HideURL *.png
|
|
HideURL *.PNG
|
|
HideURL *.ra
|
|
+HideURL *.css
|
|
+HideURL *.CSS
|
|
+HideURL *.ico
|
|
|
|
# Hiding agents is kind of futile
|
|
#HideAgent RealPlayer
|
|
@@ -575,6 +582,11 @@ HideURL *.ra
|
|
#GroupReferrer excite.com/ Excite
|
|
#GroupReferrer infoseek.com/ InfoSeek
|
|
#GroupReferrer webcrawler.com/ WebCrawler
|
|
+#GroupReferrer yahoo.co.jp/ Yahoo!Japan
|
|
+#GroupReferrer google.co.jp/ GoogleJapan
|
|
+#GroupReferrer infoseek.co.jp/ InfoSeekJapan
|
|
+#GroupReferrer goo.ne.jp/ Goo
|
|
+#GroupReferrer msn.co.jp/ MSNJapan
|
|
|
|
#GroupUser root Admin users
|
|
#GroupUser admin Admin users
|
|
@@ -714,6 +726,21 @@ HideURL *.ra
|
|
#SearchEngine mamma.com query=
|
|
#SearchEngine alltheweb.com q=
|
|
#SearchEngine northernlight.com qr=
|
|
+
|
|
+SearchEngine yahoo.co.jp p=
|
|
+SearchEngine google.co.jp q=
|
|
+SearchEngine infoseek.co.jp qt=
|
|
+SearchEngine msn.co.jp q=
|
|
+# ocn
|
|
+SearchEngine goo.ne.jp MT=
|
|
+SearchEngine biglobe.ne.jp q=
|
|
+SearchEngine nifty.com Text=
|
|
+# so-net odn
|
|
+SearchEngine excite.co.jp search=
|
|
+SearchEngine livedoor.com q=
|
|
+SearchEngine jp.aol.com query=
|
|
+#SearchEngine .google. q=
|
|
+#SearchEngine bulkfeeds.net q=
|
|
|
|
# Normally, search strings are converted to lower case in order to
|
|
# increase accuracy. The SearchCaseI option allows them to maintain
|