Re: [users@httpd] How to Proxy Requests

2013-08-25 Thread Akash Jain
We don't use htaccess file. Will rewriterules work for POST requests? On 25 Aug 2013 16:00, "Aarti Sawant" wrote: You can use htaccess to serve this purpose, use Rewrite rule for redirecting from one url to another url. Thanks, Aarti Sawant On Sun, Aug 25, 2013 at 10:47 AM, Akash Jain wro

Re: [users@httpd] Queries regarding the feasibility of achieving a use-case with HTTPD

2013-08-25 Thread Ajay Garg
Thanks Pete for the reply. One question regarding the module at http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/ :: it says that "Additionally nobody can "hack" the system by manipulating the cookie values because they are only valid for one session". Does that mean that once the user ex

Re: [users@httpd] How to Proxy Requests

2013-08-25 Thread Aarti Sawant
You can use htaccess to serve this purpose, use Rewrite rule for redirecting from one url to another url. Thanks, Aarti Sawant On Sun, Aug 25, 2013 at 10:47 AM, Akash Jain wrote: > Hi, > > Users of my website hit a AJAX POST call for validation of User ID. > > The URL formed is > http://dummy.c

Re: [users@httpd] Queries regarding the feasibility of achieving a use-case with HTTPD

2013-08-25 Thread Pete Houston
On Sat, Aug 24, 2013 at 04:44:46PM +0530, Ajay Garg wrote: > Is the above workflow possible by merely using HTTPD, or some form of > external proxy-software (like "squid") is required? Yes, this is possible with just httpd. > If it is indeed possible to achieve the above with just HTTPD, I will b