<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><font size="2">Hello, I'm still experiencing problems with apache
        2.4 and php 8.2 fpm under Ventura.</font></p>
    <p><font size="2">I've made several settings to get it work, like
        running apache and php as from my username and staff group,</font></p>
    <p><font size="2">but the php pages remain cached somehow, I don't
        know why, even if I set the headers like this in the php
        scripts.<br>
      </font></p>
    <p><font size="2">    header("Cache-Control: no-store, no-cache,
        must-revalidate, max-age=0");<br>
            header("Cache-Control: post-check=0, pre-check=0", false);<br>
            header("Pragma: no-cache");<br>
      </font></p>
    <p><font size="2">I'm forced during the web development to clear
        cache for these pages, if not I get the last result of a given
        script.</font></p>
    <p><font size="2">I tried with php-opcache installed and without.<br>
      </font></p>
    <p><font size="2">If someone could help with this, I'll be grateful.<br>
      </font></p>
    <p><font size="2">Regards,</font></p>
    <p><font size="2">Fabien<br>
      </font></p>
  </body>
</html>