diff options
Diffstat (limited to 'admin/www/mailman-install/node9.html')
-rw-r--r-- | admin/www/mailman-install/node9.html | 146 |
1 files changed, 0 insertions, 146 deletions
diff --git a/admin/www/mailman-install/node9.html b/admin/www/mailman-install/node9.html deleted file mode 100644 index e97c8a74..00000000 --- a/admin/www/mailman-install/node9.html +++ /dev/null @@ -1,146 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html> -<head> -<link rel="STYLESHEET" href="mailman-install.css" type='text/css' /> -<link rel="first" href="mailman-install.html" title='GNU Mailman - Installation Manual' /> -<link rel='last' href='about.html' title='About this document...' /> -<link rel='help' href='about.html' title='About this document...' /> -<link rel="next" href="node10.html" /> -<link rel="prev" href="node6.html" /> -<link rel="parent" href="front.html" /> -<link rel="next" href="node10.html" /> -<meta name='aesop' content='information' /> -<title>4 Check your installation</title> -</head> -<body> -<DIV CLASS="navigation"> -<div id='top-navigation-panel' xml:id='top-navigation-panel'> -<table align="center" width="100%" cellpadding="0" cellspacing="2"> -<tr> -<td class='online-navigation'><a rel="prev" title="3.2 Make and install" - href="node8.html"><img src='previous.png' - border='0' height='32' alt='Previous Page' width='32' /></A></td> -<td class='online-navigation'><a rel="parent" title="Front Matter" - href="front.html"><img src='up.png' - border='0' height='32' alt='Up One Level' width='32' /></A></td> -<td class='online-navigation'><a rel="next" title="5 Set up your" - href="node10.html"><img src='next.png' - border='0' height='32' alt='Next Page' width='32' /></A></td> -<td align="center" width="100%">GNU Mailman - Installation Manual</td> -<td class='online-navigation'><img src='blank.png' - border='0' height='32' alt='' width='32' /></td> -<td class='online-navigation'><img src='blank.png' - border='0' height='32' alt='' width='32' /></td> -<td class='online-navigation'><img src='blank.png' - border='0' height='32' alt='' width='32' /></td> -</tr></table> -<div class='online-navigation'> -<b class="navlabel">Previous:</b> -<a class="sectref" rel="prev" href="node8.html">3.2 Make and install</A> -<b class="navlabel">Up:</b> -<a class="sectref" rel="parent" href="front.html">Front Matter</A> -<b class="navlabel">Next:</b> -<a class="sectref" rel="next" href="node10.html">5 Set up your</A> -</div> -<hr /></div> -</DIV> -<!--End of Navigation Panel--> - -<H1><A NAME="SECTION001400000000000000000"> -4 Check your installation</A> -</H1> - -<P> -After you've run <b class="program">make install</b>, you should check that your -installation has all the correct permissions and group ownerships by running -the <b class="program">check_perms</b> script. First change to the installation -(i.e. <var>$prefix</var>) directory, then run the <b class="program">bin/check_perms</b> -program. Don't try to run bin/check_perms from the source directory; it will -only run from the installation directory. - -<P> -If this reports no problems, then it's very likely <wink> that your -installation is set up correctly. If it reports problems, then you can either -fix them manually, re-run the installation, or use <b class="program">bin/check_perms</b> -to fix the problems (probably the easiest solution): - -<P> - -<UL> -<LI>You need to become the user that did the installation, and that owns all - the files in <var>$prefix</var>, or root. - -<P> -</LI> -<LI>Run <b class="program">bin/check_perms -f</b> - -<P> -</LI> -<LI>Repeat previous step until no more errors are reported! -</LI> -</UL> - -<P> -<div class="warning"><b class="label">Warning:</b> - -If you're running Mailman on a shared multiuser system, and you have mailing -lists with private archives, you may want to hide the private archive -directory from other users on your system. In that case, you should drop the -other execute permission (o-x) from the <span class="file">archives/private</span> directory. -However, the web server process must be able to follow the symbolic link in -public directory, otherwise your public Pipermail archives will not work. To -set this up, become root and run the following commands: - -<P> -<div class="verbatim"><pre> -# cd <prefix>/archives -# chown <web-server-user> private -# chmod o-x private -</pre></div> - -<P> -You need to know what user your web server runs as. It may be <code>www</code>, -<code>apache</code>, <code>httpd</code> or <code>nobody</code>, depending on your server's -configuration. -</div> - -<P> - -<DIV CLASS="navigation"> -<div class='online-navigation'> -<p></p><hr /> -<table align="center" width="100%" cellpadding="0" cellspacing="2"> -<tr> -<td class='online-navigation'><a rel="prev" title="3.2 Make and install" - href="node8.html"><img src='previous.png' - border='0' height='32' alt='Previous Page' width='32' /></A></td> -<td class='online-navigation'><a rel="parent" title="Front Matter" - href="front.html"><img src='up.png' - border='0' height='32' alt='Up One Level' width='32' /></A></td> -<td class='online-navigation'><a rel="next" title="5 Set up your" - href="node10.html"><img src='next.png' - border='0' height='32' alt='Next Page' width='32' /></A></td> -<td align="center" width="100%">GNU Mailman - Installation Manual</td> -<td class='online-navigation'><img src='blank.png' - border='0' height='32' alt='' width='32' /></td> -<td class='online-navigation'><img src='blank.png' - border='0' height='32' alt='' width='32' /></td> -<td class='online-navigation'><img src='blank.png' - border='0' height='32' alt='' width='32' /></td> -</tr></table> -<div class='online-navigation'> -<b class="navlabel">Previous:</b> -<a class="sectref" rel="prev" href="node8.html">3.2 Make and install</A> -<b class="navlabel">Up:</b> -<a class="sectref" rel="parent" href="front.html">Front Matter</A> -<b class="navlabel">Next:</b> -<a class="sectref" rel="next" href="node10.html">5 Set up your</A> -</div> -</div> -<hr /> -<span class="release-info">Release 2.1, documentation updated on December 13, 2005.</span> -</DIV> -<!--End of Navigation Panel--> - -</BODY> -</HTML> |