Penguin

Differences between version 46 and previous revision of MythTvNotes.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 46 Last edited on Saturday, April 29, 2006 3:06:11 pm by JustinHyde Revert
Older page: version 45 Last edited on Saturday, April 29, 2006 2:31:23 pm by JustinHyde Revert
@@ -160,11 +160,9 @@
 !Backend won't start 
  
 Have you run mythtv-setup? If you haven't, and it doesn't work, you might need to copy /etc/mythtv/mysql.txt to ~/.mythtv/mysql.txt so you can connect to the database. 
  
-Make sure that you have permission for the 'mythtv' user to write to the directory you have told it to store its video files in.  
-  
-You might also need to have one in /home/mythtv /.mythtv/, or else the backend will automatically try and create one. It will guess 'mythtv' as the username and password for the database, so if you set it to that, it will work without having to do this. It's very broken at the moment. 
+Make sure that you have permission for the 'mythtv' user to write to the directory you have told it to store its video files in.so neeu might alone in /ho have htv /.mythtv/, or else the backend will automatically try and create one. It will guess 'mythtv' as the username and password for the database, so if you set it to that, it will work without having to do this. It's very broken at the moment. 
  
 !!Getting guide information 
  
 Tell mythtv-setup to use the DVB grabber, and don't load anything in. 
@@ -202,6 +200,24 @@
 </pre> 
  
 You will now get guide information! 
  
+!Mythweb  
+  
+You need to install mod_rewrite:  
+  
+<pre>  
+a2enmod rewrite  
+</pre>  
+  
+and then you need to edit /etc/apache2/sites-enabled/000-default to include  
+  
+<pre>  
+<Directory /var/www/mythweb>  
+ FollowSymLinks yes  
+ AllowOveride all  
+</Directory>  
+</pre>  
+  
+Restart with <tt>/etc/init.d/apache2 force-reload</tt>.  
 ----- 
 CategoryNotes