summaryrefslogtreecommitdiff
path: root/apache/ErrorDocument
diff options
context:
space:
mode:
Diffstat (limited to 'apache/ErrorDocument')
-rw-r--r--apache/ErrorDocument/401.da.shtml12
-rw-r--r--apache/ErrorDocument/401.en.shtml12
-rw-r--r--apache/ErrorDocument/401.shtml12
-rw-r--r--apache/ErrorDocument/403.da.shtml12
-rw-r--r--apache/ErrorDocument/403.en.shtml11
-rw-r--r--apache/ErrorDocument/403.shtml11
-rw-r--r--apache/ErrorDocument/404.da.shtml17
-rw-r--r--apache/ErrorDocument/404.en.shtml17
-rw-r--r--apache/ErrorDocument/404.shtml17
-rw-r--r--apache/ErrorDocument/500.en.shtml14
-rw-r--r--apache/ErrorDocument/500.shtml14
-rw-r--r--apache/ErrorDocument/foot.da.shtml21
-rw-r--r--apache/ErrorDocument/foot.en.shtml21
-rw-r--r--apache/ErrorDocument/foot.shtml21
-rw-r--r--apache/ErrorDocument/head.shtml32
-rw-r--r--apache/ErrorDocument/test/403/.htaccess1
-rw-r--r--apache/ErrorDocument/test/500/.htaccess1
17 files changed, 246 insertions, 0 deletions
diff --git a/apache/ErrorDocument/401.da.shtml b/apache/ErrorDocument/401.da.shtml
new file mode 100644
index 0000000..8acacbc
--- /dev/null
+++ b/apache/ErrorDocument/401.da.shtml
@@ -0,0 +1,12 @@
+<!--#set var="title" value="Krav om autorisation"
+--><!--#include virtual="head" --><P>
+Denne server kunne ikke verificere, at du er tilladt adgang til det
+anmodede dokument:
+<BLOCKQUOTE>
+<STRONG><!--#echo var="REQUEST_URI" --></STRONG>
+</BLOCKQUOTE>
+Enten har du opgivet forkerte adgangsoplysninger (f.eks. forkert
+adgangskode), eller din browser forst&aring;r ikke at videregive
+informationerne.
+</P>
+<!--#include virtual="foot" -->
diff --git a/apache/ErrorDocument/401.en.shtml b/apache/ErrorDocument/401.en.shtml
new file mode 100644
index 0000000..d06e282
--- /dev/null
+++ b/apache/ErrorDocument/401.en.shtml
@@ -0,0 +1,12 @@
+<!--#set var="title" value="Authorization Required"
+--><!--#include virtual="head" --><P>
+This server could not verify that you are authorized to access the document
+requested:
+<BLOCKQUOTE>
+<STRONG><!--#echo var="REQUEST_URI" --></STRONG>
+</BLOCKQUOTE>
+Either you supplied the wrong credentials (e.g., bad password),
+or your browser doesn't understand how to supply the credentials
+required.
+</P>
+<!--#include virtual="foot" -->
diff --git a/apache/ErrorDocument/401.shtml b/apache/ErrorDocument/401.shtml
new file mode 100644
index 0000000..d06e282
--- /dev/null
+++ b/apache/ErrorDocument/401.shtml
@@ -0,0 +1,12 @@
+<!--#set var="title" value="Authorization Required"
+--><!--#include virtual="head" --><P>
+This server could not verify that you are authorized to access the document
+requested:
+<BLOCKQUOTE>
+<STRONG><!--#echo var="REQUEST_URI" --></STRONG>
+</BLOCKQUOTE>
+Either you supplied the wrong credentials (e.g., bad password),
+or your browser doesn't understand how to supply the credentials
+required.
+</P>
+<!--#include virtual="foot" -->
diff --git a/apache/ErrorDocument/403.da.shtml b/apache/ErrorDocument/403.da.shtml
new file mode 100644
index 0000000..1ceb41b
--- /dev/null
+++ b/apache/ErrorDocument/403.da.shtml
@@ -0,0 +1,12 @@
  • # if it stopped in the middle of a word.
  • my $size=512;
  • my ($sample)=substr($toindex, 0, $size);
  • if (length($sample) == $size) {
  • my $max=length($toindex);
  • my $next;
  • while ($size < $max &&
  • ($next=substr($toindex, $size++, 1)) !~ /\s/) {
  • $sample.=$next;
  • }
  • }
  • $sample=~s/\n/ /g;
  • # data used by omega
  • # Decode html entities in it, since omega re-encodes them.
  • eval q{use HTML::Entities};
  • $doc->set_data(class='add'>+--><!--#include virtual="head" --><P>
  • +Den anmodede URL blev ikke fundet p&aring; denne server:
    +<BLOCKQUOTE>
    +<STRONG><!--#echo var="REQUEST_URI" --></STRONG>
    +</BLOCKQUOTE>
    +</P>
    +<P>
    +<!--#if expr="\"$HTTP_REFERER\" != \"\"" -->
    +Inform&eacute;r venligst ejeren af
    +<A HREF="<!--#echo var="HTTP_REFERER" -->">den foreg&aring;ende side</A> om
    +den forkert formulerede link.
    +<!--#else -->
    +Check venligst din anmodning for tastefejl og pr&oslash;v igen.
    +<!--#endif -->
    +</P>
    +<!--#include virtual="foot" -->
    diff --git a/apache/ErrorDocument/404.en.shtml b/apache/ErrorDocument/404.en.shtml
    new file mode 100644
    index 0000000..09226e0
    --- /dev/null
    +++ b/apache/ErrorDocument/404.en.shtml
    @@ -0,0 +1,17 @@
    +<!--#set var="title" value="Not Found"
    +--><!--#include virtual="head" --><P>
    +The requested URL was not found on this server:
    +<BLOCKQUOTE>
    +<STRONG><!--#echo var="REQUEST_URI" --></STRONG>
    +</BLOCKQUOTE>
    +</P>
    +<P>
    +<!--#if expr="\"$HTTP_REFERER\" != \"\"" -->
    +Please inform the owner of
    +<A HREF="<!--#echo var="HTTP_REFERER" -->">the referring page</A> about
    +the malformed link.
    +<!--#else -->
    +Please check your request for typing errors and retry.
    +<!--#endif -->
    +</P>
    +<!--#include virtual="foot" -->
    diff --git a/apache/ErrorDocument/404.shtml b/apache/ErrorDocument/404.shtml
    new file mode 100644
    index 0000000..09226e0
    --- /dev/null
    +++ b/apache/ErrorDocument/404.shtml
    @@ -0,0 +1,17 @@
    +<!--#set var="title" value="Not Found"
    +--><!--#include virtual="head" --><P>
    +The requested URL was not found on this server:
    +<BLOCKQUOTE>
    +<STRONG><!--#echo var="REQUEST_URI" --></STRONG>
    +</BLOCKQUOTE>
    +</P>
    +<P>
    +<!--#if expr="\"$HTTP_REFERER\" != \"\"" -->
    +Please inform the owner of
    +<A HREF="<!--#echo var="HTTP_REFERER" -->">the referring page</A> about
    +the malformed link.
    +<!--#else -->
    +Please check your request for typing errors and retry.
    +<!--#endif -->
    +</P>
    +<!--#include virtual="foot" -->
    diff --git a/apache/ErrorDocument/500.en.shtml b/apache/ErrorDocument/500.en.shtml
    new file mode 100644
    index 0000000..a0bc9b2
    --- /dev/null
    +++ b/apache/ErrorDocument/500.en.shtml
    @@ -0,0 +1,14 @@
    +<!--#set var="title" value="Internal Server Error"
    +--><!--#include virtual="head" --><P>
    +The server encountered an internal error or misconfiguration and was unable
    +to complete your request.
    +</P>
    +<P>
    +Please contact the server administrator, <!--#echo var="SERVER_ADMIN" -->
    +and inform them of the time the error occurred, and anything you might have
    +done that may have caused the error.
    +</P>
    +<P>
    +More information about this error may be available in the server error log.
    +</P>
    +<!--#include virtual="foot" -->
    diff --git a/apache/ErrorDocument/500.shtml b/apache/ErrorDocument/500.shtml
    new file mode 100644
    index 0000000..a0bc9b2
    --- /dev/null
    +++ b/apache/ErrorDocument/500.shtml
    @@ -0,0 +1,14 @@
    +<!--#set var="title" value="Internal Server Error"
    +--><!--#include virtual="head" --><P>
    +The server encountered an internal error or misconfiguration and was unable
    +to complete your request.
    +</P>
    +<P>
    +Please contact the server administrator, <!--#echo var="SERVER_ADMIN" -->
    +and inform them of the time the error occurred, and anything you might have
    +done that may have caused the error.
    +</P>
    +<P>
    +More information about this error may be available in the server error log.
    +</P>
    +<!--#include virtual="foot" -->
    diff --git a/apache/ErrorDocument/foot.da.shtml b/apache/ErrorDocument/foot.da.shtml
    new file mode 100644
    index 0000000..f834a49
    --- /dev/null
    +++ b/apache/ErrorDocument/foot.da.shtml
    @@ -0,0 +1,21 @@
    +</DIV>
    +<HR>
    +<DIV ALIGN="right"><SMALL><SUP>Localtid for serveren:
    +<!--#echo var="DATE_LOCAL" -->
    +</SUP></SMALL></DIV>
    +<DIV ALIGN="center">
    +<IMG SRC="<!--#echo var="IMG_logo" -->" BORDER=0 ALIGN="bottom"
    +ALT="<!--#echo var="ALT_logo" -->"><BR>
    +<SMALL><SUP><!--#set var="var"
    +value="Powered by $SERVER_SOFTWARE -- Filen er senest modificeret $LAST_MODIFIED"
    +--><!--#echo var="var" --></SUP></SMALL>
    +</DIV>
    +<ADDRESS>Hvis fejlen ligner en ops&aelig;tningsfejl bedes du venligst informere
    +<A HREF="mailto:<!--#echo var="SERVER_ADMIN" -->"
    +SUBJECT="Feedback vedr. fejlmeddelelse [<!--#echo var="REDIRECT_STATUS"
    +-->] <!--#echo var="title" -->, req=<!--#echo var="REQUEST_URI" -->">
    +<!--#echo var="SERVER_NAME" -->'s WebMaster</A>.
    +</ADDRESS>
    +</UL>
    +</BODY>
    +</HTML>
    diff --git a/apache/ErrorDocument/foot.en.shtml b/apache/ErrorDocument/foot.en.shtml
    new file mode 100644
    index 0000000..4b75dc1
    --- /dev/null
    +++ b/apache/ErrorDocument/foot.en.shtml
    @@ -0,0 +1,21 @@
    +</DIV>
    +<HR>
    +<DIV ALIGN="right"><SMALL><SUP>Local Server time:
    +<!--#echo var="DATE_LOCAL" -->
    +</SUP></SMALL></DIV>
    +<DIV ALIGN="center">
    +<IMG SRC="<!--#echo var="IMG_logo" -->" BORDER=0 ALIGN="bottom"
    +ALT="<!--#echo var="ALT_logo" -->"><BR>
    +<SMALL><SUP><!--#set var="var"
    +value="Powered by $SERVER_SOFTWARE -- File last modified on $LAST_MODIFIED"
    +--><!--#echo var="var" --></SUP></SMALL>
    +</DIV>
    +<ADDRESS>If the indicated error looks like a misconfiguration, please inform
    +<A HREF="mailto:<!--#echo var="SERVER_ADMIN" -->"
    +SUBJECT="Feedback about Error message [<!--#echo var="REDIRECT_STATUS"
    +-->] <!--#echo var="title" -->, req=<!--#echo var="REQUEST_URI" -->">
    +<!--#echo var="SERVER_NAME" -->'s WebMaster</A>.
    +</ADDRESS>
    +</UL>
    +</BODY>
    +</HTML>
    diff --git a/apache/ErrorDocument/foot.shtml b/apache/ErrorDocument/foot.shtml
    new file mode 100644
    index 0000000..4b75dc1
    --- /dev/null
    +++ b/apache/ErrorDocument/foot.shtml
    @@ -0,0 +1,21 @@
    +</DIV>
    +<HR>
    +<DIV ALIGN="right"><SMALL><SUP>Local Server time:
    +<!--#echo var="DATE_LOCAL" -->
    +</SUP></SMALL></DIV>
    +<DIV ALIGN="center">
    +<IMG SRC="<!--#echo var="IMG_logo" -->" BORDER=0 ALIGN="bottom"
    +ALT="<!--#echo var="ALT_logo" -->"><BR>
    +<SMALL><SUP><!--#set var="var"
    +value="Powered by $SERVER_SOFTWARE -- File last modified on $LAST_MODIFIED"
    +--><!--#echo var="var" --></SUP></SMALL>
    +</DIV>
    +<ADDRESS>If the indicated error looks like a misconfiguration, please inform
    +<A HREF="mailto:<!--#echo var="SERVER_ADMIN" -->"
    +SUBJECT="Feedback about Error message [<!--#echo var="REDIRECT_STATUS"
    +-->] <!--#echo var="title" -->, req=<!--#echo var="REQUEST_URI" -->">
    +<!--#echo var="SERVER_NAME" -->'s WebMaster</A>.
    +</ADDRESS>
    +</UL>
    +</BODY>
    +</HTML>
    diff --git a/apache/ErrorDocument/head.shtml b/apache/ErrorDocument/head.shtml
    new file mode 100644
    index 0000000..8687c27
    --- /dev/null
    +++ b/apache/ErrorDocument/head.shtml
    @@ -0,0 +1,32 @@
    +
    +
    +<!--#if expr="\"$SERVER_NAME\" = /.*\.bitbase\.dk/"
    +--><!--#set var="IMG_logo" value="http://styles.bitbase.dk/coc/bitbase_logo.gif"
    +--><!--#set var="ALT_logo" value="Bitbase"
    +--><!--#set var="CSS_ie_default" value="http://styles.bitbase.dk/coc/bitbase.css"
    +--><!--#set var="CSS_nn_default" value="http://styles.bitbase.dk/coc/bitbase.css"
    +--><!--#else
    +--><!--#set var="IMG_logo" value="http://$SERVER_NAME:$SERVER_PORT/icons/debian/button-1.gif"
    +--><!--#set var="ALT_logo" value="Powered by Linux!"
    +--><!--#set var="IMG_Apache" value="http://$SERVER_NAME:$SERVER_PORT/icons/apache_anim.gif"
    +--><!--#set var="IMG_Apache" value="http://$SERVER_NAME:$SERVER_PORT/icons/apache_pb.gif"
    +--><!--#set var="CSS_ie_default" value="http://styles.bitbase.dk/null.css"
    +--><!--#set var="CSS_nn_default" value="http://styles.bitbase.dk/null.css"
    +--><!--#endif
    +--><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    +<HTML>
    +<HEAD>
    +<TITLE>
    +[<!--#echo var="REDIRECT_STATUS" -->] <!--#echo var="title" -->
    +</TITLE>
    +<LINK rel="StyleSheet" href="<!--#echo var="CSS_nn_default" -->" type="text/css">
    +<STYLE type="text/css">
    +@import url("<!--#echo var="CSS_ie_default" -->");
    +</STYLE>
    +</HEAD>
    +<BODY><UL>
    +<H1 ALIGN="center">
    +[<!--#echo var="REDIRECT_STATUS" -->] <!--#echo var="title" -->
    +</H1>
    +<HR><!-- ======================================================== -->
    +<DIV>
    diff --git a/apache/ErrorDocument/test/403/.htaccess b/apache/ErrorDocument/test/403/.htaccess
    new file mode 100644
    index 0000000..8d2f256
    --- /dev/null
    +++ b/apache/ErrorDocument/test/403/.htaccess
    @@ -0,0 +1 @@
    +deny from all
    diff --git a/apache/ErrorDocument/test/500/.htaccess b/apache/ErrorDocument/test/500/.htaccess
    new file mode 100644
    index 0000000..c1b0730
    --- /dev/null
    +++ b/apache/ErrorDocument/test/500/.htaccess
    @@ -0,0 +1 @@
    +x \ No newline at end of file