<div dir="ltr">/etc/conf.d/apache2 is not a Fedora path:<div><br></div><div><div># dnf whatprovides /etc/conf.d/apache2</div><div>Last metadata expiration check: 1 day, 0:30:45 ago on Wed Nov 16 13:12:30 2016.</div><div>Error: No Matches found</div></div><div><br></div><div>The error message you are getting is probably Ubuntu-specific.</div><div><br></div><div>I'm no expert on any of this, but if you have the php package installed, you should have /etc/httpd/conf.modules.d/10-php.conf</div><div><br></div><div><div>#</div><div># PHP is an HTML-embedded scripting language which attempts to make it</div><div># easy for developers to write dynamically generated webpages.</div><div>#</div><div><IfModule prefork.c></div><div>  LoadModule php5_module modules/libphp5.so</div><div></IfModule></div><div><br></div><div><IfModule !prefork.c></div><div>  LoadModule php5_module modules/libphp5-zts.so</div><div></IfModule></div></div><div><br></div><div>That would seem to be what gets httpd (apache) to load the PHP module.</div><div><br></div><div>--Greg</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 17, 2016 at 11:21 AM, Rick <span dir="ltr"><<a href="mailto:rick@laity.ca" target="_blank">rick@laity.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 11/17/2016 12:51 PM, Greg Woods wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
<br>
On Thu, Nov 17, 2016 at 8:17 AM, Rick <<a href="mailto:rick@laity.ca" target="_blank">rick@laity.ca</a><br></span><span class="">
<mailto:<a href="mailto:rick@laity.ca" target="_blank">rick@laity.ca</a>>> wrote:<br>
<br>
    What file in Fedora do you place -D PHP5 in order to get mythweb to<br>
    work? There is no /etc/conf.d/apache2.<br>
<br>
<br>
The config files for Apache in Fedora are under /etc/httpd, but I do not<br>
see this string anywhere in any of mine and mythweb works fine on my<br>
Fedora 24 system. Files under httpd that reference PHP are:<br>
<br>
conf.d/mythweb.conf<br>
conf.d/php.conf<br>
conf.d/ssl.conf<br>
conf.modules.d/10-php.conf<br>
<br>
--Greg<br>
</span></blockquote>
<br>
Not so on my F24 install.  I get the error this refers to.<br>
<br>
quote<br>
Apache won't start: "Invalid command 'php_value'"<br>
<br>
If Apache fails to start after installing MythWeb, giving the error:<br>
<br>
Syntax error on line 113 of /etc/apache2/modules.d/mythweb<wbr>.conf:<br>
Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration<br>
<br>
Double check that the PHP5 module is being loaded.<br>
<br>
/etc/conf.d/apache2:<br>
<br>
APACHE2_OPTS= "..."  (add "-D PHP5" to the list)<br>
unquote<br>
<br>
I've done this before to fix the problem but can't for the life of me remember what I did.<div class="HOEnZb"><div class="h5"><br>
<br>
rick<br>
______________________________<wbr>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/mailma<wbr>n/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/Mailing<wbr>_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a><br>
</div></div></blockquote></div><br></div>