This page (revision-4) was last changed on 23-Apr-2022 17:05 by Harry Metske

This page was created on 23-Apr-2022 17:05 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
4 23-Apr-2022 17:05 1 KB Harry Metske to previous
3 23-Apr-2022 17:05 1 KB Harry Metske to previous | to last
2 23-Apr-2022 17:05 877 bytes Harry Metske to previous | to last
1 23-Apr-2022 17:05 460 bytes Harry Metske to last

Page References

Incoming links Outgoing links
Mod_pagespeed...nobody

Version management

Difference between version and

At line 3 removed one line
Google's speed up module for Apache httpd (and nginx).
At line 4 added 5 lines
[{TableOfContents }]
\\Google's speed up module for Apache httpd (and nginx).
At line 9 changed one line
See [tips from Frank Denis|http://00f.net/2012/06/02/mod-pagespeed-as-a-proxy-for-your-phone/]
See [tips from Frank Denis|http://00f.net/2012/06/02/mod-pagespeed-as-a-proxy-for-your-phone/]
At line 11 changed one line
Mobile settings :
Proxy settings on Mobile is not always straightforward, it depends on the distribution, the stock ROMs often have their proxy page orphaned so you cannot get to it, unless you install something like "Proxy Settings", that provide a way to get to that page.
At line 13 changed 2 lines
* Dolphin does not properly set http headers for http/1.1 and https...more
* Firefox proxy settings via about:config.........more
On most custom ROMs you can set your proxy settings, but that doesnt mean all apps use it.
At line 16 changed one line
Settings apache module
On my (ancient) HTC HD2 : [MIUI-NDT ROM|MIUI-NDT.jpg]
At line 18 changed one line
Security settings
You can set the proxy, and that proxy is being used by the installed Dolphin browser ( make sure you stop/start the app to pick up the changes in these settings).
But this Dolphin does not properly use HTTP headers causing this when using https:
{{{
[client 10.0.0.138] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /
}}}
I ended up installing Firefox for Android, which offers setting the proxy settings in Firefox itself.
You can make these settings via the {{about:config}} URL, the following options should be set :
||Setting || Value
|network.proxy.http | ''<ip address of your proxy>''
|network.proxy.http_port| ''<port number>''
|network.proxy.ssl| ''<ip address of your proxy>''
|network.proxy.ssl_port | ''<port number>''
|network.proxy.type | 1
|network.proxy.no_proxies_on| ''<exclude list of hosts> ''
!! Security
Now you think, hey, an open proxy, SPAMMERS !
Well, I can't reveal all details here, but I took some measures to make sure I can only use the proxy myself :-)