Hi there,
On Tue, 26 Nov 2024, Divan Santana wrote:
...
The css and the icons don't render right.
I'm guessing I need to split the static content and the cgi part?
I see 200 in the nginx logs, but no pictures or css is rendering.
192.168.77.6 - backuppc [25/Nov/2024:16:51:21 +0200] "GET /backuppc/ HTTP/1.1" 200 4172
"-" ...
192.168.77.6 - backuppc [25/Nov/2024:16:51:22 +0200] "GET
/backuppc/BackupPC_stnd.css HTTP/1.1" 200 4359 ...
192.168.77.6 - backuppc [25/Nov/2024:16:51:22 +0200] "GET /backuppc/sorttable.js
HTTP/1.1" 200 4309 ...
192.168.77.6 - backuppc [25/Nov/2024:16:51:22 +0200] "GET /backuppc/logo.gif
HTTP/1.1" 200 4265 ...
You're using a different Web server and a different browser, and I
usually give css problems to my wife. :/ So I don't know how much help
I can be, but I see that in response to the requests logged above your
server seems to be sending much more data than Apache does in our setup.
For example the file logo.gif on our server:
8<----------------------------------------------------------------------
$ ls -l /var/www/html/BackupPC/logo.gif
-r--r--r-- 1 backuppc backuppc 1394 Feb 12 2020 logo.gif
$ md5sum /var/www/html/BackupPC/logo.gif
8f66b2226c1fdc72d012da62d598209d logo.gif
8<----------------------------------------------------------------------
Does your version of the file 'logo.gif' resemble the one above?
Here's an extract from the log when I hit CTRL-F5:
8<----------------------------------------------------------------------
192.168.44.15 - - [26/Nov/2024:13:41:48 +0000] "GET /BackupPC/logo.gif
HTTP/1.1" 200 1681 ...
8<----------------------------------------------------------------------
Obviously there could be some compression but at this distance I still
don't really understand the very big differences.
Maybe try 'wget' to keep it simple, to see if you're actually getting
what you expect?
--
73,
Ged.
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/