Re: [us...@httpd] Digest auth

2009-09-12 Thread MarkAtHarvest
I have been using mod_auth_digest.so.. and it works great.. here is how the working conf looks.. Options Indexes FollowSymlinks ExecCGI AuthType Digest AuthName "private" AuthUserFile /etc/httpd/passwd/digest Require valid-user //other settings Also

Re: [us...@httpd] Apache Mod Proxy with HTTP Post

2009-09-12 Thread MarkAtHarvest
#custom log file LogLevel debug ErrorLog /var/log/httpd/mysite.local.error.log CustomLog /var/log/httpd/mysite.local.access.log combined I will look into the packet sniffing, but not sure what to find over there.. awarnier wrote: > > MarkAtHarvest wrote: >> I have configure

[us...@httpd] Apache Mod Proxy with HTTP Post

2009-09-11 Thread MarkAtHarvest
I have configured my proxy as below ProxyRequests off Order Allow,Deny Allow from all ProxyPass /tproxy/ http://twitter.com/ ProxyPassReverse /tproxy/ http://twitter.com/ RequestHeader unset Accept-Encoding I am trying access Twitter webservice REST APIS from my client.. Everything wor