<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Is this THE Mercury Morris, or is that just a name you use?<br>
<br>
Jesse.<br>
<br>
<br>
<br>
<br>
Mercury Morris wrote:
<blockquote
 cite="midc36aa4780612170951j2a1dffc5uc4ce6be3531d18e1@mail.gmail.com"
 type="cite">
  <pre wrap="">On 12/17/06, Stephen Sassman <a class="moz-txt-link-rfc2396E" href="mailto:sassman1@gmail.com">&lt;sassman1@gmail.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I think you have DocumentRoot set incorrectly in your mythweb.conf file. Try
something like this:

DocumentRoot /var/www
        &lt;Directory /&gt;
                Options FollowSymLinks
                AllowOverride None
                Order deny,allow
                Deny from all
        &lt;/Directory&gt;
        &lt;Directory /var/www/&gt;
                Options FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
        &lt;/Directory&gt;
&lt;Directory "/var/www/html/mythweb/"&gt;
        Options FollowSymLinks
        AllowOverride All
         Order deny,allow
        Deny from all
        Allow from 128.0.0.1 192.168.1.0/8
    &lt;/Directory&gt;

Then you would access mythweb from
<a class="moz-txt-link-freetext" href="http://192.168.1.13/html/mythweb/">http://192.168.1.13/html/mythweb/</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Stephen,

Thanks for answering my request for help!

I'll experiment with the configuration data that you provided.
I'm also willing to study and learn what the configuration data
means, but the Mythweb INSTALL file is a bit vague about where
to find the documentation.

Where did you find the documentation that led you to the configuration
data?  Is it part of Apache?  Part of PHP?  I was really lost when Mythweb
didn't work, and quite disappointed that Mythweb broke phpmyadmin, too.

Again, thanks for your help.

  </pre>
</blockquote>
</body>
</html>