Re: Euphoria MVC updates

new topic     » goto parent     » topic index » view thread      » older message » newer message

logs/access.log containes:

127.0.0.1 127.0.0.1 - [09/Nov/2021:10:57:19 +0100] "GET /index HTTP/1.1" 200 18 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0" 

logs/lighttpd.errors contains:

2021-11-09 10:57:18: (request.c.445) fd: 8 request-len: 461 \nGET /index HTTP/1.1\r\nHost: 127.0.0.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0\r\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8\r\nAccept-Language: fr,fr-FR;q=0.8,en-US;q=0.5,en;q=0.3\r\nAccept-Encoding: gzip, deflate\r\nConnection: keep-alive\r\nUpgrade-Insecure-Requests: 1\r\nSec-Fetch-Dest: document\r\nSec-Fetch-Mode: navigate\r\nSec-Fetch-Site: none\r\nSec-Fetch-User: ?1\r\n\r\n  
2021-11-09 10:57:18: (response.c.388) -- splitting Request-URI  
2021-11-09 10:57:18: (response.c.389) Request-URI     :  /index  
2021-11-09 10:57:18: (response.c.390) URI-scheme      :  http  
2021-11-09 10:57:18: (response.c.391) URI-authority   :  127.0.0.1  
2021-11-09 10:57:18: (response.c.392) URI-path (raw)  :  /index  
2021-11-09 10:57:18: (response.c.393) URI-path (clean):  /index  
2021-11-09 10:57:18: (response.c.394) URI-query       :    
2021-11-09 10:57:18: (mod_access.c.159) -- mod_access_uri_handler called  
2021-11-09 10:57:18: (response.c.532) -- before doc_root  
2021-11-09 10:57:18: (response.c.533) Doc-Root     : D:/Data/Euphoria/testMVC/www  
2021-11-09 10:57:18: (response.c.534) Rel-Path     : /index  
2021-11-09 10:57:18: (response.c.535) Path         :   
2021-11-09 10:57:18: (response.c.587) -- after doc_root  
2021-11-09 10:57:18: (response.c.588) Doc-Root     : D:/Data/Euphoria/testMVC/www  
2021-11-09 10:57:18: (response.c.589) Rel-Path     : /index  
2021-11-09 10:57:18: (response.c.590) Path         : D:/Data/Euphoria/testMVC/www/index  
2021-11-09 10:57:18: (response.c.388) -- splitting Request-URI  
2021-11-09 10:57:18: (response.c.389) Request-URI     :  index.esp//index  
2021-11-09 10:57:18: (response.c.390) URI-scheme      :  http  
2021-11-09 10:57:18: (response.c.391) URI-authority   :  127.0.0.1  
2021-11-09 10:57:18: (response.c.392) URI-path (raw)  :  index.esp//index  
2021-11-09 10:57:18: (response.c.393) URI-path (clean):  /index.esp/index  
2021-11-09 10:57:18: (response.c.394) URI-query       :    
2021-11-09 10:57:18: (mod_access.c.159) -- mod_access_uri_handler called  
2021-11-09 10:57:18: (response.c.532) -- before doc_root  
2021-11-09 10:57:18: (response.c.533) Doc-Root     : D:/Data/Euphoria/testMVC/www  
2021-11-09 10:57:18: (response.c.534) Rel-Path     : /index.esp/index  
2021-11-09 10:57:18: (response.c.535) Path         :   
2021-11-09 10:57:18: (response.c.587) -- after doc_root  
2021-11-09 10:57:18: (response.c.588) Doc-Root     : D:/Data/Euphoria/testMVC/www  
2021-11-09 10:57:18: (response.c.589) Rel-Path     : /index.esp/index  
2021-11-09 10:57:18: (response.c.590) Path         : D:/Data/Euphoria/testMVC/www/index.esp/index  
2021-11-09 10:57:18: (response.c.607) -- logical -> physical  
2021-11-09 10:57:18: (response.c.608) Doc-Root     : D:/Data/Euphoria/testMVC/www  
2021-11-09 10:57:18: (response.c.609) Basedir      : D:/Data/Euphoria/testMVC/www  
2021-11-09 10:57:18: (response.c.610) Rel-Path     : /index.esp/index  
2021-11-09 10:57:18: (response.c.611) Path         : D:/Data/Euphoria/testMVC/www/index.esp/index  
2021-11-09 10:57:18: (response.c.623) -- handling physical path  
2021-11-09 10:57:18: (response.c.624) Path         : D:/Data/Euphoria/testMVC/www/index.esp/index  
2021-11-09 10:57:18: (response.c.631) -- handling subrequest  
2021-11-09 10:57:18: (response.c.632) Path         : D:/Data/Euphoria/testMVC/www/index.esp  
2021-11-09 10:57:18: (response.c.633) URI          : /index.esp  
2021-11-09 10:57:18: (response.c.634) Pathinfo     : /index  
2021-11-09 10:57:18: (mod_access.c.159) -- mod_access_uri_handler called  
2021-11-09 10:57:19: (response.c.122) Response-Header: \nHTTP/1.1 200 OK\r\nContent-Type: text/html\r\r\nContent-Length: 113\r\r\nDate: Tue, 09 Nov 2021 09:57:19 GMT\r\nServer: lighttpd/1.4.49\r\n\r\n  
2021-11-09 10:57:25: (server.c.1879) connection closed - keep-alive timeout: 8  

Jean-Marc

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu