/[docman2]/doc/admin.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /doc/admin.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Sat Jul 27 14:46:03 2002 UTC (21 years, 9 months ago) by dpavlin
Branch: MAIN
File MIME type: text/html
separate administrative messages from user errors, ability to log them
in Apache ErrorLog or e-mail them to ServerAdmin
new administration manual

1 <h1>Document manager Administration manual</h1>
2
3 <p>Here is a list of document that administrators might find useful when
4 dealing with docman. They are ordered by importance, so be sure to read
5 them.
6
7 <h2>Reference reading</h2>
8 <ol>
9 <li><a href="install.html">Installation instructions</a> (<i>but, you already
10 read that, right?</i>)
11 <li><a href="faq.html">FAQ</a> and optionally
12 <a href="upgrade.html">Upgrade from v1.x</a>
13 <li><a href="new_directory_layout.html">New Directory Layout</a> and how that increase security
14 <li><a href="performance.html">Performance tips</a>
15 </ol>
16
17 <h2>Errors</h2>
18
19 <p>There are two types of errors in document manager:
20 <ol>
21 <li>errors which are result of user actions (<i>and they are reposted to users</i>)
22 <li>errors which are result of configuration error (<i>which are by default reported to users, but they can be re-directed to error_log of Apache</i>)
23 <br>You can re-direct administrative messages using
24 <tt>$gblSeparateAdminMessages = 1</tt> in
25 <tt>realm/http_virtual_host.conf</tt>
26 <small>(See also explanation how to do that in
27 <a href="install.html#gblSeparateAdminMessages">Installation instructions</a>
28 )</small>
29 </ol>

  ViewVC Help
Powered by ViewVC 1.1.26