Also, it was not clear as to what exactly was upgraded - the SUSE OS, Apache
or PHP? I assumed PHP since I experienced issues going from 5 to 7. mod_php
with PHP 5 and ZTS worked fine but everything broke with PHP 7. It turns out
PHP7 ZTS is broken. Once I transitioned to PHP-FPM, everything worked
flawlessly.
Jerry Martinez
Owner & Lead Developer
JM Web Services, Inc
786.412.1660 | www.jmweb.net
-----Original Message-----
From: Jerry Martinez [mailto:jerry@xxxxxxxxx]
Sent: Sunday, September 30, 2018 2:47 PM
To: 'users@xxxxxxxxxxxxxxxx'
Subject: RE: 403 error upon upgrade
I am running PHP 7.2.10 on SUSE Linux Enterprise 12 SP2 via PHP-FPM. I have
a hunch your issues are PHP-FPM related. When PHP5 was working for you were
you running mod_php or PHP-FPM? If your PHP7 install is set to use PHP-FPM,
I do not see anywhere in your config that ties each Apache Vhost to a
PHP-FPM pool. This explains your path issues and PHP unable to parse your
PHP files.
This is a good resource to follow: https://wiki.apache.org/httpd/PHP-FPM
Jerry Martinez
-----Original Message-----
From: Richard [mailto:lists-apache@xxxxxxxxxxxxxxxxxxxxx]
Sent: Sunday, September 30, 2018 2:14 PM
To: users@xxxxxxxxxxxxxxxx
Subject: Re: 403 error upon upgrade
> Date: Sunday, September 30, 2018 10:44:28 -0700
> From: "Jack M. Nilles" <jnilles@xxxxxxxx>
>
> Basically the same as before:
>
> [Sun Sep 30 10:29:05.708882 2018] [autoindex:error] [pid 3663] [client
> 220.181.51.119:50416] AH01276: Cannot serve directory
> /home/data/site1/htdocs/: No matching DirectoryIndex
> (index.html,index.html.var) found, and server-generated directory
> index forbidden by Options directive
The "index.html.var" directoryindex option is part of the (default) global
setting. I would suggest searching your config file(s) for "DirectoryIndex"
to locate all the instance(s) of "index.html.var".
That will help you get a sense of context and what is and isn't being read
as you would expect.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx