<div dir="ltr">You could always fire up an Ubuntu Docker instance that mounts the /var/www/html/ folder and runs Apache to see if you can replicate the issue.<div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="monospace">$ docker container run \</font></div></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="monospace">-d \</font></div></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="monospace">-p 5100:80 \</font></div></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="monospace">--name apache2 \</font></div></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="monospace">-v /var/www/html/:/var/www/html/ \</font></div></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="monospace">ubuntu/apache2</font></div></blockquote></blockquote><br><div>Then connect to <a href="http://localhost:5100">http://localhost:5100</a></div><div><br></div><div>It's not an LTS Ubuntu, but that's ok.</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="monospace">$ docker container exec apache2 grep ^PRE /etc/os-release</font></div><div><font face="monospace">PRETTY_NAME="Ubuntu 22.10"</font></div></blockquote><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Nov 2, 2022 at 8:03 PM Grand Rapids Linux Users Group <<a href="mailto:grlug@grlug.org">grlug@grlug.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div>
    <p>Apache access log only indicates "404."</p>
    <p>Nothing in the Apache error log for today.</p>
    <p>It's probably one of those mysteries I have to live with.</p>
    <p>Thanks anyway.<br>
    </p>
    <div>On 11/2/22 19:45, Grand Rapids Linux
      Users Group wrote:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">What web server: nginx, apache, other?
        <div>What do the logs say?</div>
        <div><br>
        </div>
        <div><br>
        </div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Wed, Nov 2, 2022 at 4:43 PM
          Grand Rapids Linux Users Group <<a href="mailto:grlug@grlug.org" target="_blank">grlug@grlug.org</a>> wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div>
            <p>It's not permissions. Nearly all are 777 for some reason
              and the inconsistent behavior also happens with the few
              that are 553 or 533.</p>
            <p>It's not ownership. All are owned by "Me."</p>
            <p>Web-server is clearly listening on localhost. Is there
              any reason it would have to listen on 127.0.0.1 for just
              certain files (which are coded exactly like the others)?
              How would subnet restrictions or re-writes affect some of
              the files in /var/www/html but not others?</p>
            <p>In any case, why would opening them from the file
              directory then make it possible to open from the
              webbrowser?<br>
            </p>
            <p><br>
            </p>
            <div>On 11/2/22 18:00, Grand Rapids Linux Users Group wrote:<br>
            </div>
            <blockquote type="cite">
              <div dir="ltr">Could be many things.. file permissions,
                file ownership (www-data).  Also could be, depending
                upon the type of web-server, maybe it's only listening
                on localhost? 127.0.0.1? or maybe there are subnet
                restrictions or re-writes in the config file?</div>
              <br>
              <div class="gmail_quote">
                <div dir="ltr" class="gmail_attr">On Wed, Nov 2, 2022 at
                  5:49 PM Grand Rapids Linux Users Group <<a href="mailto:grlug@grlug.org" target="_blank">grlug@grlug.org</a>>
                  wrote:<br>
                </div>
                <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
                  <div>
                    <p>I've got a new computer with Ubuntu 20.04. <br>
                    </p>
                    <p>Some of the files in my /var/www/html directory
                      behave funny. Many open fine in response to
                      localhost/file.html or to
                      localhost/ericbeversluis, where ericbeversluis is,
                      eg, a WP site on my computer.</p>
                    <p>But some of the individual files behave
                      strangely. When I try to open them I get a 404,
                      "Requested URL was not found on this server." <br>
                    </p>
                    <p>I can't tell any difference between those that
                      open and those that don't. To further confuse me,
                      when I click on the file in the file browser, they
                      open nicely in Firefox--as <a>file:///var/www/html/file.html</a>.
                      After that happens some then open nicely in
                      response to localhost/file.html.</p>
                    <p>Many of the file have traveled from an old Fedora
                      box to the webserver on a Macbook Pro to this new
                      box. But that history doesn't seem to correlate
                      with the different behaviors.<br>
                    </p>
                    <p>Any insight into what's going on here?<br>
                    </p>
                    <div>-- <br>
                      Eric Beversluis <a href="http://www.ericbeversluis.com" target="_blank">www.ericbeversluis.com</a>
                      Forthcoming: <i>For Love of a Father</i></div>
                  </div>
                  -- <br>
                  grlug mailing list<br>
                  <a href="mailto:grlug@grlug.org" target="_blank">grlug@grlug.org</a><br>
                  <a href="https://shinobu.grlug.org/mailman/listinfo/grlug" rel="noreferrer" target="_blank">https://shinobu.grlug.org/mailman/listinfo/grlug</a><br>
                </blockquote>
              </div>
              <br>
              <fieldset></fieldset>
            </blockquote>
            <div>-- <br>
              Eric Beversluis <a href="http://www.ericbeversluis.com" target="_blank">www.ericbeversluis.com</a>
              Forthcoming: <i>For Love of a Father</i></div>
          </div>
          -- <br>
          grlug mailing list<br>
          <a href="mailto:grlug@grlug.org" target="_blank">grlug@grlug.org</a><br>
          <a href="https://shinobu.grlug.org/mailman/listinfo/grlug" rel="noreferrer" target="_blank">https://shinobu.grlug.org/mailman/listinfo/grlug</a><br>
        </blockquote>
      </div>
      <br>
      <fieldset></fieldset>
    </blockquote>
    <div>-- <br>
      Eric Beversluis
      <a href="http://www.ericbeversluis.com" target="_blank">www.ericbeversluis.com</a>
      Forthcoming: <i>For Love of a Father</i></div>
  </div>

-- <br>
grlug mailing list<br>
<a href="mailto:grlug@grlug.org" target="_blank">grlug@grlug.org</a><br>
<a href="https://shinobu.grlug.org/mailman/listinfo/grlug" rel="noreferrer" target="_blank">https://shinobu.grlug.org/mailman/listinfo/grlug</a><br>
</blockquote></div>