Commit d8070af6 authored by jake%bugzilla.org's avatar jake%bugzilla.org

Reinstate the seperate security section as a chapter.

parent 5a2b693c
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
<!ENTITY glossary SYSTEM "glossary.xml"> <!ENTITY glossary SYSTEM "glossary.xml">
<!ENTITY installation SYSTEM "installation.xml"> <!ENTITY installation SYSTEM "installation.xml">
<!ENTITY administration SYSTEM "administration.xml"> <!ENTITY administration SYSTEM "administration.xml">
<!ENTITY security SYSTEM "security.xml">
<!ENTITY using SYSTEM "using.xml"> <!ENTITY using SYSTEM "using.xml">
<!ENTITY integration SYSTEM "integration.xml"> <!ENTITY integration SYSTEM "integration.xml">
<!ENTITY index SYSTEM "index.xml"> <!ENTITY index SYSTEM "index.xml">
...@@ -34,6 +35,7 @@ ...@@ -34,6 +35,7 @@
<!ENTITY bz-nextver "2.20"> <!ENTITY bz-nextver "2.20">
<!ENTITY bz-date "2004-10-24"> <!ENTITY bz-date "2004-10-24">
<!ENTITY % bz-devel "INCLUDE"> <!ENTITY % bz-devel "INCLUDE">
<!ENTITY current-year "2004">
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/"> <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">
<!ENTITY bz "http://www.bugzilla.org/"> <!ENTITY bz "http://www.bugzilla.org/">
...@@ -142,6 +144,9 @@ ...@@ -142,6 +144,9 @@
<!-- Administering Bugzilla --> <!-- Administering Bugzilla -->
&administration; &administration;
<!-- Securing Bugzilla -->
&security;
<!-- Customizing Bugzilla --> <!-- Customizing Bugzilla -->
&customization; &customization;
...@@ -188,4 +193,4 @@ sgml-parent-document:("Bugzilla-Guide.xml" "book" "chapter") ...@@ -188,4 +193,4 @@ sgml-parent-document:("Bugzilla-Guide.xml" "book" "chapter")
sgml-shorttag:t sgml-shorttag:t
sgml-tag-region-if-active:t sgml-tag-region-if-active:t
End: End:
--> -->
\ No newline at end of file
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<glossdiv> <glossdiv>
<title>0-9, high ascii</title> <title>0-9, high ascii</title>
<glossentry> <glossentry id="gloss-htaccess">
<glossterm>.htaccess</glossterm> <glossterm>.htaccess</glossterm>
<glossdef> <glossdef>
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
<glossdiv id="gloss-d"> <glossdiv id="gloss-d">
<title>D</title> <title>D</title>
<glossentry> <glossentry id="gloss-daemon">
<glossterm>daemon</glossterm> <glossterm>daemon</glossterm>
<glossdef> <glossdef>
...@@ -208,6 +208,23 @@ ...@@ -208,6 +208,23 @@
a web server, are generally run as daemons.</para> a web server, are generally run as daemons.</para>
</glossdef> </glossdef>
</glossentry> </glossentry>
<glossentry id="gloss-dos">
<glossterm>DOS Attack</glossterm>
<glossdef>
<para>A DOS, or Denial of Service attack, is when a user attempts to
deny access to a web server by repeatadly accessing a page or sending
malformed requests to a webserver. This can be effectively prevented
by using <filename>mod_throttle</filename> as described in
<xref linkend="security-webserver-mod-throttle"/>. A D-DOS, or
Distributed Denial of Service attack, is when these requests come
from multiple sources at the same time. Unfortunately, these are much
more difficult to defend against.
</para>
</glossdef>
</glossentry>
</glossdiv> </glossdiv>
<glossdiv id="gloss-g"> <glossdiv id="gloss-g">
...@@ -393,6 +410,19 @@ ...@@ -393,6 +410,19 @@
<glossdiv id="gloss-s"> <glossdiv id="gloss-s">
<title>S</title> <title>S</title>
<glossentry id="gloss-service">
<glossterm>Service</glossterm>
<glossdef>
<para>In Windows NT environment, a boot-time background application
is refered to as a service. These are generally managed through the
control pannel while logged in as an account with
<quote>Administrator</quote> level capabilities. For more
information, consult your Windows manual or the MSKB.
</para>
</glossdef>
</glossentry>
<glossentry> <glossentry>
<glossterm> <glossterm>
<acronym>SGML</acronym> <acronym>SGML</acronym>
...@@ -520,4 +550,3 @@ sgml-shorttag:t ...@@ -520,4 +550,3 @@ sgml-shorttag:t
sgml-tag-region-if-active:t sgml-tag-region-if-active:t
End: End:
--> -->
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment