I installed Learning Locker on a server with Apache, FastCGI and PHP, but could not send learning statements until I added the following to .htaccess
# php-cgi under Apache does not pass HTTP Basic user/pass to PHP by default
RewriteCond %{HTTP:Authorization} ^(.+)$
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]