On 5/21/06, <b class="gmail_sendername">Steven L Owens</b> <<a href="mailto:slonocode@abac.com">slonocode@abac.com</a>> 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;">
Ok I spent the better part of yesterday fiddling with this and I can't<br>seem to get mythweb working. It's the same error that others have<br>written about where it shows the directory listing and clicking on<br>mythweb.php
gives database errors. I'll try to be thorough in<br>explaining what I've done and hopefully someone can help me. I just<br>don't know if I would run mythtv without mythweb.<br><br>This is ubuntu breezy fresh install using the
0.19 deb packages from<br><a href="http://hunter.ws">hunter.ws</a>. and following hyam's great guide.<br><br>I added this to my /etc/apache2/apache2.conf<br><br><Directory /var/www/mythweb><br> Options FollowSymLinks
<br> AllowOverride All<br></Directory><br><br><br>I verified the db variables in /etc/mythtv/mythweb-htaccess.conf.<br>I used both the plain password and the funky one that ubuntu uses(like it's hashed or something).
<br><br> setenv db_server "correct_ip_address"<br> setenv db_name "mythconverg"<br> setenv db_login "mythtv"<br> setenv db_password "correct_password"
<br><br>I made sure that the user www-data owned the data directory<br><br> chmod -R www-data /var/www/mythweb/data<br> chmod g+rw /var/www/mythweb/data<br><br><br><br>I wasn't sure I understood where I am supposed to run the following command from
<br><br>cp -r . /var/www/mythweb<br><br>I'm also not sure if I know how to get mod_env and mod_rewrite enabled.<br>I also didn't see another place in /etc/apache2/apache2.conf to change override to all like I saw in other threads.
<br><br><br>So can anyone help me get mythweb running? Please!?<br><br><br><br><br><br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org
</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a></blockquote><div><br>Not that this is really any help but I had the same exact problem and never could get it to work right. I don't know if this messed you up but I didn't put my sources right in
sources.list and had a bunch of little problems like that. After hours of trying to find it I ended up reloading before I went much further because of all the small problems. If I couldn't have reloaded I probably would have uninstalled everything to do with apache2 and reinstalled to try and fix it. I know that isn't the kind of help you want but thought I would throw it out there.
<br><br>Allan<br></div><br></div>