<!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>
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. 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. Here is
a list of modules loaded according to (I believe)
<br>
"http -l -D MODULES_DUMP"
<br>
<br>
Loaded Modules:
<br>
core_module (static)
<br>
mpm_prefork_module (static)
<br>
http_module (static)
<br>
so_module (static)
<br>
authn_file_module (shared)
<br>
authn_anon_module (shared)
<br>
authn_default_module (shared)
<br>
authn_alias_module (shared)
<br>
authz_host_module (shared)
<br>
authz_groupfile_module (shared)
<br>
authz_user_module (shared)
<br>
authz_dbm_module (shared)
<br>
authz_owner_module (shared)
<br>
authz_default_module (shared)
<br>
auth_basic_module (shared) <----------Okay
<br>
auth_digest_module (shared) <-----------Okay
<br>
include_module (shared)
<br>
filter_module (shared)
<br>
substitute_module (shared)
<br>
log_config_module (shared)
<br>
env_module (shared)
<br>
mime_magic_module (shared)
<br>
expires_module (shared)
<br>
headers_module (shared)
<br>
usertrack_module (shared)
<br>
unique_id_module (shared)
<br>
setenvif_module (shared)
<br>
version_module (shared)
<br>
mime_module (shared)
<br>
status_module (shared)
<br>
autoindex_module (shared)
<br>
info_module (shared)
<br>
cgi_module (shared)
<br>
vhost_alias_module (shared)
<br>
negotiation_module (shared)
<br>
dir_module (shared)
<br>
imagemap_module (shared)
<br>
actions_module (shared)
<br>
alias_module (shared)
<br>
rewrite_module (shared)
<br>
<br>
Php5 module does not appear to be loading. Kind of begs the question
how does PhpMyAdmin work if no pop module is loading. Huh.
<br>
<br>
Mark
<br>
</blockquote>
<br>
I set a line to manually load the php5 module:<br>
<br>
LoadModule php5_module 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. <br>
<br>
I'm googling as much as I can, and this error is documented in a lot of
places. Trouble is, I can't find any solution.<br>
<br>
You folks have any suggestions?<br>
<br>
Thanks.<br>
<br>
Mark<br>
</body>
</html>