<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
My deepest apologies.&nbsp; This message was initially sent under the
incorrect subject "Webmin is borked".&nbsp; My issue has exactly nothing to
do with webmin, but I'm really tired and frustrated here.&nbsp; Again, I do
apologize.&nbsp; I am reposting under the actual subject.<br>
<br>
Okay, I was trying to get mythweb setup on my primary server (all of
the machines in question here are Mandriva 2010.0, installed from rpm)
so that I could access it from work. It was working just fine from my
htpc. I installed and setup MythTV on my server and attempted to get
the new installation to connect to the database on the httpd.&nbsp; I
couldn't get it to work, but I did manage to get Mythweb on the htpc to
stop responding. I'm getting&nbsp; error 403:<br>
<br>
Access forbidden!
<br>
You don't have permission to access the requested object. It is either
read-protected or not readable by the server. <br>
If you think this is a server error, please contact
the <a href="mailto:root@shuttle">webmaster</a>.<br>
<br>
<address> </address>
<a href="http://pvr/">pvr</a><br>
<span>Apache/2.2.14 (Mandriva Linux/PREFORK-1.5mdv2010.0)</span>
<br>
I've tried setting permissions on everything in the /var/www/mythweb
directory to 777. &nbsp; I had password authentication setup in apache. <br>
<br>
#&lt;Directory "/var/www/mythweb"&gt;<br>
#&nbsp;&nbsp;&nbsp; AllowOverride None<br>
#&nbsp;&nbsp;&nbsp; Options Indexes FollowSymLinks ExecCGI<br>
#&nbsp;&nbsp;&nbsp; AuthType Basic<br>
#&nbsp;&nbsp;&nbsp; AuthName "MythTV"<br>
#&nbsp;&nbsp;&nbsp; AuthUserFile /etc/httpd/conf/httpd-passwords<br>
#&nbsp;&nbsp;&nbsp; require valid-user<br>
#&nbsp;&nbsp;&nbsp; Order allow,deny<br>
#&nbsp;&nbsp;&nbsp; Allow from all<br>
#&lt;/Directory&gt;<br>
<br>
As you can see by the hash marks, that was the first thing to go.&nbsp; <br>
<br>
The /etc/httpd/conf/webapps.d/mythweb.conf file looks like this:<br>
<br>
Alias /mythweb /var/www/mythweb<br>
<br>
&lt;Directory /var/www/mythweb&gt;<br>
&nbsp;&nbsp;&nbsp; Order allow,deny<br>
&nbsp;&nbsp;&nbsp; Deny from all<br>
&nbsp;&nbsp;&nbsp; Allow from all<br>
&lt;/Directory&gt;<br>
<br>
There is no .htaccess file in /var/www/mythweb, though I did try
creating one at one point.&nbsp; It didn't fix the problem.<br>
<br>
I've been restarting httpd after every change and clearing browser
cache fairly regularly.&nbsp; I've rebooted the machine a couple of times.&nbsp;
Everything else on the web server works just fine. For example, I can
access phpmyadmin and dokuwiki just fine.&nbsp; At one point, I even
uninstalled mythweb and the myth backend and then reinstalled them.&nbsp;
Nothing is helping.&nbsp; What is it I don't know about this stuff?&nbsp; What am
I missing?<br>
<br>
Can anyone point me in the right direction on this?<br>
<br>
I would deeply appreciate it.<br>
<br>
Mark
</body>
</html>