Re: [EMAIL PROTECTED] Is this a know issue

2008-05-13 Thread Tracy12
ince filtered(_db_lookup_)". > In other words your handler should lookup the supplied POST credentials in > db saving the data retrieved from the db (perhaps last login, email > address ...) to a new session, and only then send the redirect (302) > > Sent from my BlackBerry® w

[EMAIL PROTECTED] Is this a know issue

2008-05-13 Thread Tracy12
Hi, We have Apache Auth handler writting in mod_perl, after success full authentication (after the execution of auth handler). The request parameter came as POST data is lost, but if I send the same parameters with GET those are available. What is the reason for this, and how to preserve the po

[EMAIL PROTECTED] How to log httpd request with all the headers

2008-05-13 Thread Tracy12
What is the log format to log all the request and response headers? Can I have a sample? -- View this message in context: http://www.nabble.com/How-to-log-httpd-request-with-all-the-headers-tp17220742p17220742.html Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com. -

[EMAIL PROTECTED] Stripping off headers

2008-05-12 Thread Tracy12
Hi All, We got apache httpd server 2.2.6, we also got mod_perl 2.0.2, We wrote a authentication handler, Everything works fine, but we have a strage behaviour that all the custom headers in the request before it goes through the auth handler and stripped off when it goes to the destination. Is

[EMAIL PROTECTED] mod_jk HOW to

2007-02-15 Thread Tracy12
Hi, Can somebody point out a documentation to install mod_jk on apache 2.2. What are the dependencies? and pre requists that I should have Thanks -- View this message in context: http://www.nabble.com/mod_jk-HOW-to-tf3237806.html#a8999232 Sent from the Apache HTTP Server - Users mailing lis

[EMAIL PROTECTED] RE: Enable SSL

2007-01-29 Thread Tracy12
in the Apache Error logs? > Can we see your ssl.conf file? > > -Original Message- > From: Tracy12 [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 28, 2007 5:55 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Enable SSL > > > Hi, > > I am t

[EMAIL PROTECTED] Enable SSL

2007-01-28 Thread Tracy12
Hi, I am trying to get the SSL working on Apache 2.2 We are using Fedora core 5, followed the steps to enable SSL but when I hit a url as follows https://localhost it gives the following error localhost has received an incorrect or unexpected message. Error Code : -12227 Currently all th

Re: [EMAIL PROTECTED] Why many redirects

2007-01-28 Thread Tracy12
www.sfu.ca/acs/cas/Install_SFU_mod_cas.html > > On 1/24/07, Tracy12 <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I have a Apache Authentication module defines as follows also I have >> directoryIndex such that >> >> if http://localhost/test will be redire

Re: [EMAIL PROTECTED] Why many redirects

2007-01-28 Thread Tracy12
thentication. > > Reference source: http://www.sfu.ca/acs/cas/Install_SFU_mod_cas.html > > On 1/24/07, Tracy12 <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I have a Apache Authentication module defines as follows also I have >> directoryIndex such that >

[EMAIL PROTECTED] Why many redirects

2007-01-24 Thread Tracy12
Hi, I have a Apache Authentication module defines as follows also I have directoryIndex such that if http://localhost/test will be redirected to http://localhost/test/index.html as everyboy knows also have the following block, but the problem is when I hit http://localhost/test it hits the