<!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 text="#000000" bgcolor="#ffffff">
On 08/24/2010 03:50 AM, Doug Lytle wrote:
<blockquote cite="mid:4C7395EB.9090301@drdos.info" type="cite">Mark
Adams wrote:
  <br>
  <blockquote type="cite"><br>
[Tue Aug 24 02:34:54 2010] [info] Server built: Aug 16 2010 06:19:58
    <br>
[Tue Aug 24 02:34:58 2010] [error] [client 192.168.1.106] client denied
by server configuration: /var/www/mythweb/
    <br>
[Tue Aug 24 02:35:02 2010] [error] [client 192.168.1.106] client denied
by server configuration: /var/www/mythweb
    <br>
  </blockquote>
  <br>
Mark,
  <br>
  <br>
You need to move your mythweb into the document root which is
/var/www/html/
  <br>
  <br>
I'm running Mandriva 2010.0 on my Myth server as well.
  <br>
  <br>
You also need to copy from the mythplugins/mythweb folder the file
mythweb.conf.apache and move it into the /etc/httpd/conf.d directory
and rename it to myweb.conf
  <br>
  <br>
Edit it to your setup and restart apache.
  <br>
  <br>
Doug
  <br>
  <br>
  <br>
</blockquote>
Okay thanks for the tip Doug.<br>
<br>
I copied (recursively) my /var/www/mythweb directory to /var/www/html:<br>
<br>
# ll /var/www/html<br>
total 20<br>
drwxr-xr-x 2 root root 4096 2010-03-18 11:45 addon-modules/<br>
-rw-r--r-- 1 root root 1150 2010-01-07 05:13 favicon.ico<br>
-rw-r--r-- 1 root root&nbsp; 215 2010-01-07 05:13 index.html<br>
drwxr-xr-x 7 root root 4096 2010-08-24 04:01 mythweb/<br>
<br>
I renamed /var/www/mythweb "/var/www/not-mythweb" just to be on the
safe side.<br>
<br>
I then deleted and rebuilt the soft link to /var/lib/mythweb/data in
the mythweb directory.<br>
<br>
Next, I copied /usr/share/doc/mythtv-mythweb/mythweb.conf.apache to
/etc/httpd/conf/myweb.conf.<br>
<br>
I edited the &lt;Directory "/var/www/html/data"&gt; statement to read
&lt;Directory "/var/www/html/mythweb"&gt;.&nbsp; I didn't really find
anything else that looked like it needed to be changed. Did I overlook
something?<br>
<br>
I then commented out any reference I had to mythweb in
/etc/httpd/conf/httpd.conf and restarted the httpd service.<br>
<br>
I cleared my browser cache and reloaded the mythweb page:<br>
<br>
Access forbidden!
<br>
You don't have permission to access the requested directory. There is
either no index document or the directory is read-protected. <br>
If you think this is a server error, please contact
the <a href="mailto:root@shuttle">webmaster</a>.
<br>
Error 403
<br>
<a href="http://pvr/">pvr</a><br>
<span>Apache/2.2.14 (Mandriva Linux/PREFORK-1.5mdv2010.0)</span>
<br>
<br>
Is there anything else I should have done because the error log
indicates I'm still hammering at /var/www/mythweb?!<br>
<br>
# tail -n 1 /var/log/httpd/error_log<br>
[Tue Aug 24 04:17:04 2010] [error] [client 192.168.1.106] client denied
by server configuration: /var/www/mythweb<br>
</body>
</html>