Thank you everybody for your advice with my installation!<br><br>I&#39;ve moved the installation out of cgi-bin, and I&#39;m now using an encrypted password (generated by ?action=crypt) in the config.php, just in case.<br>
<br>I really appreciate how helpful this community has been.<br><br>- Bill<br><br><div class="gmail_quote">On Wed, Apr 9, 2008 at 10:32 AM, Patrick R. Michaud &lt;<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Wed, Apr 09, 2008 at 05:46:02PM +0200, Peter &amp; Melodye Bowers wrote:<br>

&gt; &gt;But if you are concerned about security, encrypt your password - then<br>
&gt; &gt;it doesn&#39;t matter if others can see it. Just add &quot;?action=crypt&quot; to<br>
&gt; &gt;the URL of any page on any pmwiki website to get a form to generate an<br>
&gt; &gt;encrypted version of your password.<br>
&gt; &gt;<br>
&gt; &gt;Use encrypted passwords in your config.php and anywhere else that you<br>
&gt; &gt;need to put a password.<br>
&gt;<br>
&gt; Just to set my mind at ease... &nbsp;The only way someone could get access to the<br>
&gt; text within config.php is if they have physical access to the server or in<br>
&gt; some other way have compromised the overall security of the server, right?<br>
&gt; I mean, nobody with a browser could somehow look at the *contents* of a PHP<br>
&gt; source, filee, could they?<br>
<br>
</div>In general it&#39;s very difficult to view the contents of a PHP file<br>
from a browser. &nbsp;In the case of local/config.php, usually one of<br>
two things happens:<br>
<br>
1. &nbsp;The .htaccess file that is in the local/ directory prevents<br>
a browser from viewing config.php<br>
<br>
2. &nbsp;The webserver sees that config.php is a PHP script and executes it.<br>
Of course, since the script generally does little more than set variables<br>
or load recipes, the browser gets back a blank page or a page with an<br>
error message on it.<br>
<font color="#888888"><br>
Pm<br>
</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
</div></div></blockquote></div><br>