On 8/20/07, <b class="gmail_sendername">Tim</b> &lt;<a href="mailto:ignored_mailbox@yahoo.com.au">ignored_mailbox@yahoo.com.au</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, 2007-08-20 at 14:24 -0500, Scott wrote:<br>&gt; I have rad the docs in &quot;/usr/share/doc/drupal-5.2&quot; and chmodded my<br>&gt; settings.php in &quot;/etc/drupal/default/settings.php.&quot;&nbsp;&nbsp;I also changed<br>
&gt; the allow from from <a href="http://127.0.0.1">127.0.0.1</a> to <a href="http://192.168.1.105">192.168.1.105</a> which is my LAN<br>&gt; address.&nbsp;&nbsp;Is this allow from line supposed to be my ip address or the<br>&gt; internet address?&nbsp;&nbsp;I don&#39;t know for sure what to try next.
<br><br>What do you want to allow?&nbsp;&nbsp;Everything or just local access?<br><br>&quot;Allow from all&quot; does what it says.<br><br>&quot;Allow from <a href="http://127.0.0.1">127.0.0.1</a>&quot; will only let you work on the same machine as
<br>itself, and only if you access the webserver using <a href="http://127.0.0.1">127.0.0.1</a>.<br><br>&quot;Allow from <a href="http://192.168.1.105">192.168.1.105</a>&quot; is almost the same as above, except for only<br>
allowing connections if you use that 192... address.<br><br>You can also do combinations.<br><br>e.g. Allow from <a href="http://127.0.0.1">127.0.0.1</a> <a href="http://192.168.1.105">192.168.1.105</a><br><br>And more general addresses, so that any computer within your LAN would
<br>be allowed.<br><br>e.g. Allow from 192.168.1<br><br>--<br>[tim@bigblack ~]$ uname -ipr<br>2.6.22.1-41.fc7 i686 i386<br><br>Using FC 4, 5, 6 &amp; 7, plus CentOS 5.&nbsp;&nbsp;Today, it&#39;s FC7.<br><br>Don&#39;t send private replies to my address, the mailbox is ignored.
<br>I read messages from the public lists.<br><br><br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">
https://www.redhat.com/mailman/listinfo/fedora-list</a><br></blockquote></div><br><br>Basically, if you want to be the only one to access the site, use &quot;Allow from <a href="http://127.0.0.1">127.0.0.1</a>&quot; or &quot;Allow from 
<a href="http://192.168.1.105">192.168.1.105</a>&quot;. If you want it to be a public site, use &quot;Allow from all&quot;