]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Picking up recent changes from the XML source
authorjake%bugzilla.org <>
Tue, 6 May 2003 11:51:11 +0000 (11:51 +0000)
committerjake%bugzilla.org <>
Tue, 6 May 2003 11:51:11 +0000 (11:51 +0000)
docs/html/Bugzilla-Guide.html
docs/html/extraconfig.html
docs/html/stepbystep.html
docs/txt/Bugzilla-Guide.txt

index 1e70196e65a819bb52c470cfa176f4fb279aebb5..61e6a0dc38a5ce183ef058457f61571a68d4673a 100644 (file)
@@ -3438,7 +3438,7 @@ CLASS="prompt"
 
             <B
 CLASS="command"
->UPDATE user SET Password=PASSWORD('&#60;new_password'&#62;)
+>UPDATE user SET Password=PASSWORD('&#60;new_password&#62;')
             WHERE user='root';</B
 >
           </TT
@@ -4335,10 +4335,10 @@ CLASS="filename"
       which can limit connections by ip-address. You may download this module
       at 
       <A
-HREF="http://www.snert.com/Software/Throttle/"
+HREF="http://www.snert.com/Software/mod_throttle/"
 TARGET="_top"
->&#13;      http://www.snert.com/Software/Throttle/</A
->
+>http://www.snert.com/Software/mod_throttle/</A
+>
       Follow the instructions to install into your Apache install. 
       <EM
 >This module only functions with the Apache web
@@ -4352,7 +4352,7 @@ CLASS="command"
 
       command provided by this module to accomplish this goal. See the 
       <A
-HREF="http://www.snert.com/Software/Throttle/"
+HREF="http://www.snert.com/Software/mod_throttle/"
 TARGET="_top"
 >Module
       Instructions</A
index 64d78bf4c5ec381b5bdb83629f97de3e325b1171..d2790ac75c638f34b8b004e5e90203c3b6126a5b 100644 (file)
@@ -650,10 +650,10 @@ CLASS="filename"
       which can limit connections by ip-address. You may download this module
       at 
       <A
-HREF="http://www.snert.com/Software/Throttle/"
+HREF="http://www.snert.com/Software/mod_throttle/"
 TARGET="_top"
->&#13;      http://www.snert.com/Software/Throttle/</A
->
+>http://www.snert.com/Software/mod_throttle/</A
+>
       Follow the instructions to install into your Apache install. 
       <EM
 >This module only functions with the Apache web
@@ -667,7 +667,7 @@ CLASS="command"
 
       command provided by this module to accomplish this goal. See the 
       <A
-HREF="http://www.snert.com/Software/Throttle/"
+HREF="http://www.snert.com/Software/mod_throttle/"
 TARGET="_top"
 >Module
       Instructions</A
index c3a9c01cf924986be81f484eeedeb9814f4eb846..07643ae78252f54228deacd7cedd8c758b64577f 100644 (file)
@@ -1338,7 +1338,7 @@ CLASS="prompt"
 
             <B
 CLASS="command"
->UPDATE user SET Password=PASSWORD('&#60;new_password'&#62;)
+>UPDATE user SET Password=PASSWORD('&#60;new_password&#62;')
             WHERE user='root';</B
 >
           </TT
index 089c0cda3946315a7a28cdbcd7e570313f11819b..a88c864feee96ffcc581130bab386c09914f1541 100644 (file)
@@ -999,7 +999,7 @@ perl -pi -e
    limited to 16 characters.
 
    bash# mysql -u root mysql
-   mysql> UPDATE user SET Password=PASSWORD('<new_password'>) WHERE
+   mysql> UPDATE user SET Password=PASSWORD('<new_password>') WHERE
    user='root';
    mysql> FLUSH PRIVILEGES;
 
@@ -1251,7 +1251,7 @@ set=ISO-8859-1/i" *.cgi *.pl
    speeds for other users. If your Bugzilla installation is experiencing
    this problem , you may install the Apache module mod_throttle which
    can limit connections by ip-address. You may download this module at
-   http://www.snert.com/Software/Throttle/. Follow the instructions to
+   http://www.snert.com/Software/mod_throttle/ Follow the instructions to
    install into your Apache install. This module only functions with the
    Apache web server! You may use the ThrottleClientIP command provided
    by this module to accomplish this goal. See the Module Instructions