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

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

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.. Directory /var/www/mysite Options Indexes FollowSymlinks ExecCGI AuthType Digest AuthName private AuthUserFile /etc/httpd/passwd/digest Require valid-user

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

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