Compdigitec Labs

Archive for November, 2010

Converting between int and std::string in C++

Saturday, November 20th, 2010

Correcting IP address of PHP behind a reverse proxy

Sunday, November 14th, 2010

As described in our previous post, normally the PHP REMOTE_HOST variable only appears as the address of the trusted proxy server. As was also described in the past, this messes up all of the PHP scripts not explicitly designed to work with REMOTE_HOST. But now we have a solution for this – the apache mod_rpaf. […]