<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 08/27/2010 01:30 AM, Mark Adams wrote:
<blockquote cite="mid:BLU0-SMTP13846E0D8FE8AE632AC1353EB860@phx.gbl"
 type="cite"><br>
&nbsp;On 8/26/2010 4:56 PM, Jonathan Larson wrote:
  <br>
  <blockquote type="cite">-----Original Message-----
    <br>
From: <a class="moz-txt-link-abbreviated" href="mailto:mythtv-users-bounces@mythtv.org">mythtv-users-bounces@mythtv.org</a>
[<a class="moz-txt-link-freetext" href="mailto:mythtv-users-bounces@mythtv.org">mailto:mythtv-users-bounces@mythtv.org</a>] On Behalf Of Mark Adams
    <br>
Sent: Wednesday, August 25, 2010 7:53 AM
    <br>
To: Discussion about MythTV
    <br>
Subject: Re: [mythtv-users] Webmin is borked
    <br>
    <br>
    <br>
Apache is responsible for this, I just have no idea what the problem
    <br>
is.&nbsp;&nbsp; However, I am getting the impression from clues like this:
    <br>
    <br>
# httpd -S
    <br>
Syntax error on line 107 of /etc/httpd/conf.d/mythweb.conf:
    <br>
Invalid command 'php_value', perhaps misspelled or defined by a module
not included in the server configuration
    <br>
    <br>
That mod_php5 may have something to do with it, but I may be totally
wrong. The php_value (and php_flag) stuff may have nothing to do with
mythweb not working.
    <br>
    <br>
Mark
    <br>
    <br>
    <br>
    <br>
Did you double-check that your php5 and auth_basic / auth_digest
modules are being loaded by apache?
    <br>
    <br>
Jon
    <br>
_______________________________________________
    <br>
mythtv-users mailing list
    <br>
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
    <br>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
    <br>
  </blockquote>
  <br>
Okay, spent some time tonight figuring some of this stuff out.&nbsp; Here is
a list of modules loaded according to (I believe)
  <br>
"http -l -D MODULES_DUMP"
  <br>
  <br>
Loaded Modules:
  <br>
&nbsp;core_module (static)
  <br>
&nbsp;mpm_prefork_module (static)
  <br>
&nbsp;http_module (static)
  <br>
&nbsp;so_module (static)
  <br>
&nbsp;authn_file_module (shared)
  <br>
&nbsp;authn_anon_module (shared)
  <br>
&nbsp;authn_default_module (shared)
  <br>
&nbsp;authn_alias_module (shared)
  <br>
&nbsp;authz_host_module (shared)
  <br>
&nbsp;authz_groupfile_module (shared)
  <br>
&nbsp;authz_user_module (shared)
  <br>
&nbsp;authz_dbm_module (shared)
  <br>
&nbsp;authz_owner_module (shared)
  <br>
&nbsp;authz_default_module (shared)
  <br>
&nbsp;auth_basic_module (shared) &lt;----------Okay
  <br>
&nbsp;auth_digest_module (shared) &lt;-----------Okay
  <br>
&nbsp;include_module (shared)
  <br>
&nbsp;filter_module (shared)
  <br>
&nbsp;substitute_module (shared)
  <br>
&nbsp;log_config_module (shared)
  <br>
&nbsp;env_module (shared)
  <br>
&nbsp;mime_magic_module (shared)
  <br>
&nbsp;expires_module (shared)
  <br>
&nbsp;headers_module (shared)
  <br>
&nbsp;usertrack_module (shared)
  <br>
&nbsp;unique_id_module (shared)
  <br>
&nbsp;setenvif_module (shared)
  <br>
&nbsp;version_module (shared)
  <br>
&nbsp;mime_module (shared)
  <br>
&nbsp;status_module (shared)
  <br>
&nbsp;autoindex_module (shared)
  <br>
&nbsp;info_module (shared)
  <br>
&nbsp;cgi_module (shared)
  <br>
&nbsp;vhost_alias_module (shared)
  <br>
&nbsp;negotiation_module (shared)
  <br>
&nbsp;dir_module (shared)
  <br>
&nbsp;imagemap_module (shared)
  <br>
&nbsp;actions_module (shared)
  <br>
&nbsp;alias_module (shared)
  <br>
&nbsp;rewrite_module (shared)
  <br>
  <br>
Php5 module does not appear to be loading.&nbsp; Kind of begs the question
how does PhpMyAdmin work if no pop module is loading.&nbsp; Huh.
  <br>
  <br>
Mark
  <br>
</blockquote>
<br>
I set a line to manually load the php5 module:<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp; LoadModule php5_module&nbsp;&nbsp;&nbsp; extramodules/mod_php5.so<br>
<br>
This does load modphp5 and seemed to clean up some of the issues I was
seeing when I did "httpd -S" but I'm still getting:<br>
<br>
<b>Warning</b> at
/var/www/html/mythweb/modules/_shared/tmpl/_errors/db_vars_error.php,
line 23:<br>
require(modules/_shared/tmpl/tmpl/header.php) [<a
 href="http://pvr/mythweb/function.require">function.require</a>]:
failed to open stream: No such file or directory<br>
<br>
When I try to start Mythweb.&nbsp; <br>
<br>
I'm googling as much as I can, and this error is documented in a lot of
places.&nbsp; Trouble is, I can't find any solution.<br>
<br>
You folks have any suggestions?<br>
<br>
Thanks.<br>
<br>
Mark<br>
</body>
</html>