[modwsgi] Trouble accessing static files via url in browser

2022-12-22 Thread Bob Floyd
I put the google search HTML file (for ownership verification) in static/content: ~/WWWsiteServer/static/content$ ls -l total 244 -rw-rw-r-- 1 nuvroot nuvroot 21748 Dec 6 23:53 BSIM-5-Stage-Inverter.JPG -rw-rw-r-- 1 nuvroot nuvroot 89457 Dec 6 23:53 Lease.pdf -rw-rw-r-- 1 nuvroot nuvroot 1078

Re: [modwsgi] Trouble accessing static files via url in browser

2022-12-22 Thread Bob Floyd
Hi Graham, $ ls -lasd /home/nuvroot 4 drwxr-xr-x 6 nuvroot nuvroot 4096 Dec 22 15:54 /home/nuvroot What I tried didn't work, however I'm also bit confused about your use of /home/google6821620603f54cd0.html on the Alias line. As that is the target should the google file also be located there?

Re: [modwsgi] Trouble accessing static files via url in browser

2022-12-22 Thread Graham Dumpleton
You use "/home/google6821620603f54cd0.html" as the target of the URL path where it should be: Alias /google6821620603f54cd0.html /home/nuvroot/WWWsiteServer/static/content/google6821620603f54cd0.html based on what directory you said it was in. If that still doesn't work then the issue may

Re: [modwsgi] Trouble accessing static files via url in browser

2022-12-22 Thread Graham Dumpleton
Did you try with: Alias /google6821620603f54cd0.html /home/nuvroot/WWWsiteServer/static/content/google6821620603f54cd0.html or not? I wasn't using "/home/google6821620603f54cd0.html" on the Alias line, you were, and I was telling you to change it to the live above. It should look similar