On 2/6/07, <b class="gmail_sendername">A JM</b> &lt;<a href="mailto:vbtalent@gmail.com">vbtalent@gmail.com</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;">
Thank&#39;s stroller I&#39;ll keep that in mind.<br><br>So, currently these are &quot;assume&quot; what modules are loaded. Since I<br>created the sim link why doesn&#39;t mod_rewrite appear?<br><br>mythtv@mythtv2:/etc$ sudo apache2 -l
<br>Compiled in modules:<br>&nbsp;&nbsp;core.c<br>&nbsp;&nbsp;mod_access.c<br>&nbsp;&nbsp;mod_auth.c<br>&nbsp;&nbsp;mod_log_config.c<br>&nbsp;&nbsp;mod_logio.c<br>&nbsp;&nbsp;mod_env.c<br>&nbsp;&nbsp;mod_setenvif.c<br>&nbsp;&nbsp;prefork.c<br>&nbsp;&nbsp;http_core.c<br>&nbsp;&nbsp;mod_mime.c<br>&nbsp;&nbsp;mod_status.c<br>&nbsp;&nbsp;mod_autoindex.c
<br>&nbsp;&nbsp;mod_negotiation.c<br>&nbsp;&nbsp;mod_dir.c<br>&nbsp;&nbsp;mod_alias.c<br>&nbsp;&nbsp;mod_so.c</blockquote><div><br>Heya,<br><br>I&#39;m a FreeBSD guy and have not had much experience with Linux.&nbsp; But I think that output is telling you which modules have been compiled in to Apache.
<br><br>Whenever you add functionality to Apache, such as the ability to interpret PHP content, for example, not only does the module have to exist in a directory path that Apache knows how to look in, but it must appear in the 
httpd.conf (or whatever configuration file that Apache under Linux uses) so it knows that it needs to load the module. <br><br>In FreeBSD, that file lives in /usr/local/etc/apache/httpd.conf.&nbsp; In order to configure your web server to answer for your network, you had to edit a similar file and it is there that mod_rewrite needs to appear as a loadable module, as well as physically in the modules directory.
<br><br>I hope this helps,<br>-Rich<br></div></div>