Re: [mythtv-users] MythWeb Gentoo

2005-06-29 Thread Mathew Mrosko
On Tuesday 28 June 2005 10:01 pm, Daniel Segel wrote:
 I think portage installs it into /usr/share/webapps/mythweb; I just cp'd
 it from there to /var/www/localhost/htdocs/mythweb and it works fine.
The e-build I use (it's kind of old... it sits in my overlay directory) 
automatically copies them to /var/www/localhost/htdocs/mythweb   The only 
things you will have to configure are the conf/config.php files and getting 
apache to have php_mod working.  To do that in gentoo, all you need to do is 
add APACHE2_OPTS=-D PHP4 or APACHE2_OPTS=-D PHP5 (depending on your 
version of mod_php) in /etc/conf.d/apache2.

Mat
--
mythtv [at] matmrosko [dot] com
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] MythWeb Gentoo

2005-06-29 Thread Simon Kenyon
On Wednesday 29 June 2005 03:54, Drew Tomlinson wrote:
 I used portage and built MythWeb but can't for the life of me, figure
 out what files were installed where.  I am familiar with configuring
 Apache and assume I need to set up Apache to point the the php files
 that make MythWeb.  Can anyone point me in the right direction?

 Thanks,

 Drew

you need to do something like:

webapp-config -I -h localhost -d myth mythweb 0.18

then mythweb will be in http://localhost/myth

regards
-- 
simon
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] MythWeb Gentoo

2005-06-29 Thread Drew Tomlinson

On 6/29/2005 7:10 AM Simon Kenyon wrote:


On Wednesday 29 June 2005 03:54, Drew Tomlinson wrote:
 


I used portage and built MythWeb but can't for the life of me, figure
out what files were installed where.  I am familiar with configuring
Apache and assume I need to set up Apache to point the the php files
that make MythWeb.  Can anyone point me in the right direction?

Thanks,

Drew
   

Thank you all for your replies.  You have given me the information I 
need to get going again.  I'll check out all of your suggestions and 
post my results.


Thanks,

Drew

--
Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books,  More!

http://www.alchemistswarehouse.com

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[Re: [mythtv-users] MythWeb Gentoo]

2005-06-29 Thread Drew Tomlinson

On 6/29/2005 7:10 AM Simon Kenyon wrote:

On Wednesday 29 June 2005 03:54, Drew Tomlinson wrote:

I used portage and built MythWeb but can't for the life of me, figure
out what files were installed where. I am familiar with configuring
Apache and assume I need to set up Apache to point the the php files
that make MythWeb. Can anyone point me in the right direction?

Thanks,

Drew


Thank you all for your replies. You have given me enough information to 
get going again. I'll check out all of your suggestions and

post my results.

Thanks,

Drew

--
Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books,  More!

http://www.alchemistswarehouse.com

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] MythWeb Gentoo

2005-06-29 Thread chris
On Tue, Jun 28, 2005 at 08:54:18PM -0700, Drew Tomlinson wrote:
 I used portage and built MythWeb but can't for the life of me, figure 
 out what files were installed where.  I am familiar with configuring 
 Apache and assume I need to set up Apache to point the the php files 
 that make MythWeb.  Can anyone point me in the right direction?

Point is the operative word.  On Debian the mythweb package installs 
the php scripts in /usr/share/mythtv/mythweb so all I had to do was 
make a symlink /var/www/mythweb that pointed to the installation 
directory and make sure the /var/www directory had Options 
FollowSymLinks enabled in the apache config file.

If your apache server is visible from outside your LAN then make sure
you are familiar with how to use .htaccess to control who can configure
your recording schedule.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] MythWeb Gentoo

2005-06-28 Thread Drew Tomlinson
I used portage and built MythWeb but can't for the life of me, figure 
out what files were installed where.  I am familiar with configuring 
Apache and assume I need to set up Apache to point the the php files 
that make MythWeb.  Can anyone point me in the right direction?


Thanks,

Drew

--
Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books,  More!

http://www.alchemistswarehouse.com

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] MythWeb Gentoo

2005-06-28 Thread Chad
Depends on what version, but I think with 0.18 they moved the files to
/var/www/localhost/mythweb

From there I assume you can work your magic with apache ;)  If not,
I'll be happy to post up my apache config's.

Cool

On 6/28/05, Drew Tomlinson [EMAIL PROTECTED] wrote:
 I used portage and built MythWeb but can't for the life of me, figure
 out what files were installed where.  I am familiar with configuring
 Apache and assume I need to set up Apache to point the the php files
 that make MythWeb.  Can anyone point me in the right direction?
 
 Thanks,
 
 Drew
 
 --
 Visit The Alchemist's Warehouse
 Magic Tricks, DVDs, Videos, Books,  More!
 
 http://www.alchemistswarehouse.com
 
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] MythWeb Gentoo

2005-06-28 Thread Daniel Segel
I think portage installs it into /usr/share/webapps/mythweb; I just cp'd 
it from there to /var/www/localhost/htdocs/mythweb and it works fine. 
You can also put the mythweb contents in the root directory of your web 
server if that's all it will be serving up.


Daniel

Drew Tomlinson wrote:

I used portage and built MythWeb but can't for the life of me, figure 
out what files were installed where.  I am familiar with configuring 
Apache and assume I need to set up Apache to point the the php files 
that make MythWeb.  Can anyone point me in the right direction?


Thanks,

Drew



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users