You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2020/01/25 04:53:16 UTC

[GitHub] [incubator-pagespeed-mod] adrianTNT opened a new issue #1976: Apache log shows local IP instead of visitor IP

adrianTNT opened a new issue #1976: Apache log shows local IP instead of visitor IP
URL: https://github.com/apache/incubator-pagespeed-mod/issues/1976
 
 
   With pagespeed enabled I get the local ip in apache logs, I think it is not for all requests, is it normal ?
   
   ```
   192.168.1.71 - - [25/Jan/2020:04:49:18 +0000] "GET /thumbs/lanci-thesis-acidentata-17996-1.jpg?1382006911 HTTP/1.1" 200 2739 "https://www.site.tld/lancia/thesis" "Serf/1.3.9 (mod_pagespeed/1.13.35.2-0)"
   192.168.1.71 - - [25/Jan/2020:04:49:18 +0000] "GET /thumbs/lancia-thesis-vand-sau-schimb-25300-1.jpg?1393576311 HTTP/1.1" 200 38743 "https://www.example.ro/lancia/thesis" "Serf/1.3.9 (mod_pagespeed/1.13.35.2-0)"
   192.168.1.71 - - [25/Jan/2020:04:49:18 +0000] "GET /thumbs/lancia-thesis-2-4i-gpl-6996-1.jpg?1375351567 HTTP/1.1" 200 16164 "https://www.site.tld/lancia/thesis" "Serf/1.3.9 (mod_pagespeed/1.13.35.2-0)"
   66.249.68.XX - - [25/Jan/2020:04:49:18 +0000] "GET /small/casa-doua-camere-si-teren-de-5000-metri-runcu-jud-15747-1.jpg HTTP/1.1" 200 68314 "-" "Googlebot-Image/1.0"
   192.168.1.71 - - [25/Jan/2020:04:49:13 +0000] "GET /scripts/ref/js.php HTTP/1.1" 200 - "https://www.site.tld/settings?previous_url=%2Fsettings%3Fprevious_url%3D%252Fsettings%253Fprevious_url%253D%25252Fsettings%25253Fprevious_url%252525253D%25252525252Fad%25252525252Fvand-geanta-casual" "Serf/1.3.9 (mod_pagespeed/1.13.35.2-0)"
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-pagespeed-mod] oschaaf commented on issue #1976: Apache log shows local IP instead of visitor IP

Posted by GitBox <gi...@apache.org>.
oschaaf commented on issue #1976: Apache log shows local IP instead of visitor IP
URL: https://github.com/apache/incubator-pagespeed-mod/issues/1976#issuecomment-582612842
 
 
   This is expected behavior, closing this

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #1976: Apache log shows local IP instead of visitor IP

Posted by GitBox <gi...@apache.org>.
Lofesa commented on issue #1976: Apache log shows local IP instead of visitor IP
URL: https://github.com/apache/incubator-pagespeed-mod/issues/1976#issuecomment-579138232
 
 
   You talk about the 192.168.1.71 IP?
   If yes, it´s normal behaviour, as far as you has configured pagespeed to fecht resources by http request.
   In this way, pagespeed makes a request to the resource from your local IP. As you can see the User agent for this request is `Serf/1.3.9 (mod_pagespeed/1.13.35.2-0` and thi´s the pagespeed user agent.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-pagespeed-mod] oschaaf closed issue #1976: Apache log shows local IP instead of visitor IP

Posted by GitBox <gi...@apache.org>.
oschaaf closed issue #1976: Apache log shows local IP instead of visitor IP
URL: https://github.com/apache/incubator-pagespeed-mod/issues/1976
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-pagespeed-mod] adrianTNT commented on issue #1976: Apache log shows local IP instead of visitor IP

Posted by GitBox <gi...@apache.org>.
adrianTNT commented on issue #1976: Apache log shows local IP instead of visitor IP
URL: https://github.com/apache/incubator-pagespeed-mod/issues/1976#issuecomment-580022951
 
 
   Thanks, yes, I was referring to these requests made by `192.168.1.71`. 
   There is another normal IP there, I left it there to show that there are normal requests too, besides these local ones.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services