Change paths in documentation to fit Debian paths

--- a/docs/xymon-apacheconf.txt
+++ b/docs/xymon-apacheconf.txt
@@ -9,35 +9,35 @@
 #     the Xymon webfiles as the root URL. In that case,
 #     you should instead set this:
 #
-#          DocumentRoot /usr/local/xymon/server/www/
+#          DocumentRoot /usr/lib/xymon/server/www/
 
-Alias /xymon/  "/usr/local/xymon/server/www/"
-<Directory "/usr/local/xymon/server/www/">
+Alias /xymon/  "/usr/lib/xymon/server/www/"
+<Directory "/usr/lib/xymon/server/www/">
     Options Indexes FollowSymLinks Includes MultiViews
     Order allow,deny
     Allow from all
 </Directory>
 
-ScriptAlias /xymon-cgi/ "/usr/local/xymon/cgi-bin/"
-<Directory "/usr/local/xymon/cgi-bin">
+ScriptAlias /xymon-cgi/ "/usr/lib/xymon/cgi-bin/"
+<Directory "/usr/lib/xymon/cgi-bin">
     AllowOverride None
     Options ExecCGI Includes
     Order allow,deny
     Allow from all
 </Directory>
 
-ScriptAlias /xymon-seccgi/ "/usr/local/xymon/cgi-secure/"
-<Directory "/usr/local/xymon/cgi-secure">
+ScriptAlias /xymon-seccgi/ "/usr/lib/xymon/cgi-secure/"
+<Directory "/usr/lib/xymon/cgi-secure">
     AllowOverride None
     Options ExecCGI Includes
     Order allow,deny
     Allow from all
 
     # Password file where users with access to these scripts are kept.
-    # Create it with "htpasswd -c /usr/local/xymon/server/etc/xymonpasswd USERNAME"
-    # Add more users / change passwords with "htpasswd /usr/local/xymon/server/etc/xymonpasswd USERNAME"
+    # Create it with "htpasswd -c /usr/lib/xymon/server/etc/xymonpasswd USERNAME"
+    # Add more users / change passwords with "htpasswd /usr/lib/xymon/server/etc/xymonpasswd USERNAME"
 
-    AuthUserFile /usr/local/xymon/server/etc/xymonpasswd
+    AuthUserFile /usr/lib/xymon/server/etc/xymonpasswd
     AuthType Basic
     AuthName "Xymon Administration"
     Require valid-user
--- a/docs/install.html
+++ b/docs/install.html
@@ -163,7 +163,7 @@ directory (recommended for better securi
 password-file that controls access to this directory. Use the <tt>htpasswd</tt>
 command both to create the password file and to add or delete users:<br>
 <pre><tt>
-	# /usr/sbin/htpasswd -c /usr/local/xymon/server/etc/xymonpasswd admin
+	# /usr/sbin/htpasswd -c /usr/lib/xymon/server/etc/xymonpasswd admin
 	New password:
 	Re-type new password:
 	Adding password for user admin
