Menu

no css in mozilla

2002-09-10
2002-09-13
  • Tige Gibson

    Tige Gibson - 2002-09-10

    Mozilla 1.0 (2002052306) is not loading css file from the Pi3Web server. I willl get the latest build of moz and try again. Opera works.

     
    • Tige Gibson

      Tige Gibson - 2002-09-10

      Latest build 20020826 still no css.

       
    • Holger Zimmermann

      Could you post an access log fragment with the related log entries? Would be could Opera and Mozilla for comparison.
      --
      regards,
      Hzi

       
    • Tige Gibson

      Tige Gibson - 2002-09-13

      Here is a section of my log. The first part at 17:06 is Mozilla and the second part at 17:07 is Opera, both displaying the same page (tachyx.html). It is apparent to me that Mozilla is not executing the instruction @import "common.css" in tachyx.css. Mozilla will execute the @import when bypassing the server, but then the SSI is not included. This is the same problem I had earlier, only it affected all browsers before.

      127.0.0.1  - [12/Sep/2002:17:06:34 -0700] "GET /tachyx.html HTTP/1.1" 200 8435
      127.0.0.1  - [12/Sep/2002:17:06:34 -0700] "GET /tachyx.css HTTP/1.1" 304 208
      127.0.0.1  - [12/Sep/2002:17:06:34 -0700] "GET /tachyx.js HTTP/1.1" 304 208
      127.0.0.1  - [12/Sep/2002:17:06:34 -0700] "GET /google.gif HTTP/1.1" 304 321
      127.0.0.1  - [12/Sep/2002:17:06:34 -0700] "GET /mybc.gif HTTP/1.1" 304 321
      127.0.0.1  - [12/Sep/2002:17:06:34 -0700] "GET /cjbnet.gif HTTP/1.1" 304 321
      127.0.0.1  - [12/Sep/2002:17:06:35 -0700] "GET /randi.gif HTTP/1.1" 304 321
      127.0.0.1  - [12/Sep/2002:17:06:35 -0700] "GET /whitebar.gif HTTP/1.1" 304 208
      127.0.0.1  - [12/Sep/2002:17:07:55 -0700] "GET /tachyx.html HTTP/1.1" 200 8435
      127.0.0.1  - [12/Sep/2002:17:07:55 -0700] "GET /common.css HTTP/1.1" 200 7279
      127.0.0.1  - [12/Sep/2002:17:07:55 -0700] "GET /tachyx.css HTTP/1.1" 200 1413
      127.0.0.1  - [12/Sep/2002:17:07:55 -0700] "GET /google.gif HTTP/1.1" 200 1542
      127.0.0.1  - [12/Sep/2002:17:07:55 -0700] "GET /cjbnet.gif HTTP/1.1" 200 1923
      127.0.0.1  - [12/Sep/2002:17:07:55 -0700] "GET /whitebar.gif HTTP/1.1" 200 328
      127.0.0.1  - [12/Sep/2002:17:07:55 -0700] "GET /mybc.gif HTTP/1.1" 200 671
      127.0.0.1  - [12/Sep/2002:17:07:55 -0700] "GET /randi.gif HTTP/1.1" 200 1621

       
    • Tige Gibson

      Tige Gibson - 2002-09-13

      Funny this log doesn't show the SSI file or the images it contains, even though it is displayed.

       
      • Holger Zimmermann

        Don't understand the last message, because Pi3Web uses an access log format, which is compliant to the "Common log file format", a quasi-standard for this:
        http://www.w3.org/Daemon/User/Config/Logging.html#common-logfile-format

        The resource (file) paths are not contained, only the URI's the browser want to GET from or to POST to the server.

        If you like, you can create your own log format by adding one in the admin page 'Logging'. If you use e.g. the expression $f, the physical path to the file will be logged.

         

Log in to post a comment.