You are not logged in.

#1 2008-04-08 12:03:47

elderis
Member
From: Stockholm, Sweden
Registered: 2008-04-08
Posts: 5

Mythweb 0.21 problem

Hello archers!
I'm happy with mythtv 0.21. HDTV is working now. Before my cpu was loaded to 100% not any longer:)
Ok - but now to my problem mythweb.
I only see the directory listings.If i put

<Directory "/home/httpd/html/mythweb">
   AllowOverride Options FileInfo
   php_admin_value allow_url_fopen On
   Options Indexes FollowSymLinks
   Allow from all
</Directory>

in httpd.conf apache won't start. But if I comment out "php_admin_value allow_url_fopen On" apache starts but then I only see the directory listings.
And another thing in "Mythweb howto" at arch wiki it said that I have to comment out "LoadModule php5_module             modules/libphp5.so" httpd.conf but the line is not there and if I manually insert it apache wont'start.
With mythweb 0.20 I had no problem - what todo!

Cheers Elderis!

Offline

#2 2008-04-10 17:55:36

elderis
Member
From: Stockholm, Sweden
Registered: 2008-04-08
Posts: 5

Re: Mythweb 0.21 problem

Hello again!
Problem solved:)
I made a new clean installation of arch and LAMP and mythtv.
After a little fiddling everything worked as a charm.
Then I copied over php.ini, httpd.conf and mythweb.conf to my old installation.
I think something was wrong in my old php.ini but I could not be shure.

Cheers!

Offline

#3 2008-05-28 20:14:10

jeremyrainman
Member
Registered: 2007-06-15
Posts: 34

Re: Mythweb 0.21 problem

damnit, that's hardly a solution. That's nearly a day of work to clean install your entire box. I have this same problem, anyone have a real solution?

Offline

#4 2008-06-02 19:57:17

raz0rskyl1n3
Member
Registered: 2008-06-02
Posts: 5

Re: Mythweb 0.21 problem

Same Problem here, seems like its failing to interpret php. Clicking on mythweb.php just shows the code itself. Ive tried various guides from all sorts of wikis. Now this sounds liked ive borked the confs. However Before i try reconfiguring. I removed them pacman -Rd apache php. rm'd the configs. And reinstalled. So im not sure what to do anyone have a solution.

Offline

#5 2008-06-20 01:08:53

jeremyrainman
Member
Registered: 2007-06-15
Posts: 34

Re: Mythweb 0.21 problem

Anyone have solutions for this? This problem persists. I can no longer even find a populated mythweb directory when I remove and re-install it.

Offline

#6 2008-12-03 14:27:06

arkay
Member
Registered: 2008-05-23
Posts: 79

Re: Mythweb 0.21 problem

Thread is a bit old but noticed there was no solution.  After digging google over for an hour this is what did it for me:

In httpd.conf in the block, "<IfModule mime_module>" insert the following:

<IfModule php5_module>
      Include conf/extra/php5_module.conf
</IfModule>
..
..
..
</IfModule> # ends the mime_module

Cheers,

Arkay.

Last edited by arkay (2008-12-03 14:34:18)

Offline

#7 2009-06-27 03:12:17

Alethos
Member
Registered: 2006-01-05
Posts: 84

Re: Mythweb 0.21 problem

Followed the wiki (twice) and the above poster's suggestion...it's still just showing the index. Anyone?

Offline

Board footer

Powered by FluxBB