[EMAIL PROTECTED] File Upload Fails in HTTPS Mode

2007-04-17 Thread Anil Dighade
I am currently using Apache2.0.58 on unix box. File upload fails at first time when tried and then displays Page Cannot be found error message. If you refresh the same page and try it again it goes smoothely. This happens only under https mode. For normal http mode it works properly. Can any o

[EMAIL PROTECTED] Proxy server received an invalid response from an upstream server

2007-02-26 Thread Anil Dighade
Hi All, I am receiving below error for certain user only. This error doesn't appear for every user. This is very intermittent. Could someone please shed light, why this error comes and what are possible reasons and possible fixes for this error. I am using Apache2.0.55(with reverse proxy)

RE: [EMAIL PROTECTED] Reverse SSL Proxy on multiple ports

2006-09-01 Thread Anil Dighade
Are you trying this in ssl.conf file? You can write Vhost in httpd.conf file and not in ssl.conf -Original Message- From: Richard de Vries [mailto:[EMAIL PROTECTED] Sent: Friday, September 01, 2006 10:34 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Reverse SSL Proxy on multip

RE: [EMAIL PROTECTED] I'm not able to compile apache with mod_rewrite

2006-06-30 Thread Anil Dighade
Mak, I think you did not configure correctly, Follow below steps. its very important what do specify at the time of configuration see below example. "prefix" is the path where you wish to build the apache executables. You can also build the modules for dynamic linking replace static word by dynam

RE: [EMAIL PROTECTED] SSL and reverse proxying

2006-06-29 Thread Anil Dighade
Hi Steve, I tried the same few months back and had prepared one document for support team and future developers, see if it is useful for you. Copy pasting only how toinstall and configure apache with ssl part of this document. How to Compile and Install apache with mod_ssl: Steps below would desc

RE: [EMAIL PROTECTED] redirect with virtual directory

2006-06-22 Thread Anil Dighade
Use ProxyPass and ProxyPassReverse directive as below, for that you need Mod-Proxy ProxyPass \admin http://IISdomain.com/IISadmin ProxyPassReverse \admin http://IISdomain.com/IISadmin D Anil -Original Message- From: Muhammad Rizwan [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 3:

RE: [EMAIL PROTECTED] Need clarification

2006-06-21 Thread Anil Dighade
Shiva,   I didn’t get this error, Whilst installation I installed openssl first and then Apache(with mod_ssl ). Before installation check the both the path variable(LD_LIBRARY_PATH and PATH) have path of the installed openssl. Also I had copied the respective openssl installed files to my

RE: [EMAIL PROTECTED] Switching between HTTP and HTTPS

2006-06-20 Thread Anil Dighade
ROTECTED] Sent: Tuesday, June 20, 2006 2:19 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Switching between HTTP and HTTPS > -Original Message- > From: Anil Dighade [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 20, 2006 10:28 [EMAIL PROTECTED] > To: users@htt

RE: [EMAIL PROTECTED] Switching between HTTP and HTTPS

2006-06-20 Thread Anil Dighade
--Original Message- From: Matus UHLAR - fantomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 1:16 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Switching between HTTP and HTTPS On 19.06.06 19:19, Anil Dighade wrote: > Can anybody tell me how to implement switching bet

[EMAIL PROTECTED] RE: Switching between HTTP and HTTPS

2006-06-19 Thread Anil Dighade
n, Jun 19, 2006 at 07:19:14PM +0530, Anil Dighade wrote: > http://localhost:7333/docrypt.jsp then I should be forwarded to > https://localhost:7334/docrypt.jsp Not tested, but RedirectMatch permanent ^/docrypt.jsp$ https://localhost:73

[EMAIL PROTECTED] Switching between HTTP and HTTPS

2006-06-19 Thread Anil Dighade
Hi All, Can anybody tell me how to implement switching between HTTP and HTTPS. As read from various sources, this should be done using qualified URL from code. But is it possible in Apache to configure such switching depending on URL string. For eg. if I enter "crypt" word in my url, then on iden

RE: [EMAIL PROTECTED] Switching between HTTP and HTTPS using Rewrite Module, where Mod Proxy used for other purpose.

2006-06-15 Thread Anil Dighade
HTTP and HTTPS using Rewrite Module, where Mod Proxy used for other purpose. Hello, On 6/15/06, Anil Dighade <[EMAIL PROTECTED]> wrote: > I am trying to Switch protocol between HTTP and HTTPS using Rewrite Module. Little background before I start problem. I use Apache as web sever(on 182.2

RE: [EMAIL PROTECTED] Switching between HTTP and HTTPS using Rewrite Module, where Mod Proxy used for other purpose.

2006-06-15 Thread Anil Dighade
0530, Anil Dighade wrote: > http://182.24.116.157:7333/godzilla/iscmypage should be rewritten as > https://182.24.116.157:7334/godzilla/iscmypage I simply use RedirectMatch permanent: ServerName webmail.sokoll.com ErrorLog /var/log/httpd/webmail_error_log CustomLog /var/log/httpd/webmail_

[EMAIL PROTECTED] Switching between HTTP and HTTPS using Rewrite Module, where Mod Proxy used for other purpose.

2006-06-15 Thread Anil Dighade
Hi All, I am trying to Switch protocol between HTTP and HTTPS using Rewrite Module. Little background before I start problem. I use Apache as web sever(on 182.24.116.157)  and Weblogic(on 182.24.226.59)  as application sever. So all my code deployed in weblogic server. Apache simply redire

RE: [EMAIL PROTECTED] apache installation history file

2006-01-18 Thread Anil Dighade
Hi Sri You can check this by executing $./apachectl -l You can check run time dependency by executing $ldd httpd   Regards, Anil D. +91-20-56018100 Extn:7091 "I can accept failure but I can't accept not trying." - Michael Jordan     -Original Message-From: Sri [mailto:[EM

RE: [EMAIL PROTECTED] Revrse Proxy Query errors

2006-01-03 Thread Anil Dighade
Isha, Try this       DocumentRoot /data2/app/apache/apachessl/htdocs    ServerName 172.24.6.57 ProxyRequests off  order deny,allow Allow from all  ProxyBadHeader Ignore Alias /app/ "/data2/app/apache/apachessl/htdocs" Alias /app "/data2/app/apache/apachessl/htdocs" ProxyPass /app/ http://1

[EMAIL PROTECTED] Problem Compiling Apache 2.0.54 on Solaris 8

2005-12-30 Thread Anil Dighade
Hi All, I am getting below error while compiling the apache 2.0.54 on solaris Unix box. I saw the same message posted by earlier user. So tried to disable EXPAT. But it didnt work. Error message I received reads as below. In subsequent execution of make command error changed which is also m