diff options
Diffstat (limited to 'apache/ErrorDocument')
-rw-r--r-- | apache/ErrorDocument/401.da.shtml | 12 | ||||
-rw-r--r-- | apache/ErrorDocument/401.en.shtml | 12 | ||||
-rw-r--r-- | apache/ErrorDocument/401.shtml | 12 | ||||
-rw-r--r-- | apache/ErrorDocument/403.da.shtml | 12 | ||||
-rw-r--r-- | apache/ErrorDocument/403.en.shtml | 11 | ||||
-rw-r--r-- | apache/ErrorDocument/403.shtml | 11 | ||||
-rw-r--r-- | apache/ErrorDocument/404.da.shtml | 17 | ||||
-rw-r--r-- | apache/ErrorDocument/404.en.shtml | 17 | ||||
-rw-r--r-- | apache/ErrorDocument/404.shtml | 17 | ||||
-rw-r--r-- | apache/ErrorDocument/500.en.shtml | 14 | ||||
-rw-r--r-- | apache/ErrorDocument/500.shtml | 14 | ||||
-rw-r--r-- | apache/ErrorDocument/foot.da.shtml | 21 | ||||
-rw-r--r-- | apache/ErrorDocument/foot.en.shtml | 21 | ||||
-rw-r--r-- | apache/ErrorDocument/foot.shtml | 21 | ||||
-rw-r--r-- | apache/ErrorDocument/head.shtml | 32 | ||||
-rw-r--r-- | apache/ErrorDocument/test/403/.htaccess | 1 | ||||
-rw-r--r-- | apache/ErrorDocument/test/500/.htaccess | 1 |
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å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 @@ +<!--#set var="title" value="Forbudt" +--><!--#include virtual="head" --><P> +Du har ikke tilladelse til at få adgang til det anmodede dokument +på denne server: +<BLOCKQUOTE> +<STRONG><!--#echo var="REQUEST_URI" --></STRONG> +</BLOCKQUOTE> +</P> +<P> +Farvel og tak... +</P> +<!--#include virtual="foot" --> diff --git a/apache/ErrorDocument/403.en.shtml b/apache/ErrorDocument/403.en.shtml new file mode 100644 index 0000000..cb0f2c8 --- /dev/null +++ b/apache/ErrorDocument/403.en.shtml @@ -0,0 +1,11 @@ +<!--#set var="title" value="Forbidden" +--><!--#include virtual="head" --><P> +You don't have permission to access the requested document on this server: +<BLOCKQUOTE> +<STRONG><!--#echo var="REQUEST_URI" --></STRONG> +</BLOCKQUOTE> +</P> +<P> +Have a nice day - somewhere else... +</P> +<!--#include virtual="foot" --> diff --git a/apache/ErrorDocument/403.shtml b/apache/ErrorDocument/403.shtml new file mode 100644 index 0000000..cb0f2c8 --- /dev/null +++ b/apache/ErrorDocument/403.shtml @@ -0,0 +1,11 @@ +<!--#set var="title" value="Forbidden" +--><!--#include virtual="head" --><P> +You don't have permission to access the requested document on this server: +<BLOCKQUOTE> +<STRONG><!--#echo var="REQUEST_URI" --></STRONG> +</BLOCKQUOTE> +</P> +<P> +Have a nice day - somewhere else... +</P> +<!--#include virtual="foot" --> diff --git a/apache/ErrorDocument/404.da.shtml b/apache/ErrorDocument/404.da.shtml new file mode 100644 index 0000000..112b69b --- /dev/null +++ b/apache/ErrorDocument/404.da.shtml @@ -0,0 +1,17 @@ +<!--#set var="title" value="Ikke fundet" +--><!--#include virtual="head" --><P> +Den anmodede URL blev ikke fundet på denne server: +<BLOCKQUOTE> +<STRONG><!--#echo var="REQUEST_URI" --></STRONG> +</BLOCKQUOTE> +</P> +<P> +<!--#if expr="\"$HTTP_REFERER\" != \"\"" --> +Informér venligst ejeren af +<A HREF="<!--#echo var="HTTP_REFERER" -->">den foregående side</A> om +den forkert formulerede link. +<!--#else --> +Check venligst din anmodning for tastefejl og prø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æ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 |