John, On 11/13/15 2:53 PM, Rose, John B wrote: > Let me rephrase my question. > > I understand the .conf file names can be anything. > > I may should have asked it this way, do the settings such as ... > > <FilesMatch \.php$> > SetHandler application/x-httpd-php > </FilesMatch> > > > > AddType text/html .php > > Etc, > > ...typically in the file named php.conf, matter if you do not have mod_php > loaded and are only using PHP-FPM? > > What PHP related setting would you possibly put in php.conf if you are > only using PHP-FPM? > > In other words, by using PHP-FPM, and using ProxyPassMatch, none of those > things are used. Right? > > Except "DirectoryIndex" > > Comment: It seems the default/uncommented placement of "DirectoryIndex > index.php" in php.conf would undesirably/unexpectedly replace > "DirectoryIndex index.html index.php etc." in the main body of your > httpd.conf file. If you "Include" conf.d late in your httpd.conf file. If you place <IfModule> ... <IfModule> around your PHP-related configurations, then you can safely leave your php.conf file in place even when mod_php is disabled. In that case, the configuration within the IfModule structure will be ignored when mod_php is not loaded. -chris --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx