[EMAIL PROTECTED] SSL with Apache and IE

2006-08-16 Thread rajesh.gannarapu
Hi Friends,   I have an application, which should be allowed to access through https only.  But when I try to open the application with IE I found below error page   The page cannot be displayed   The page you are lookin

RE: [EMAIL PROTECTED] Httpd.conf configuration problem

2006-08-16 Thread rajesh.gannarapu
Thanks Boyle, My problem resolved in some other way. Any way thanks for your help. -Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: Friday, August 11, 2006 12:34 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Httpd.conf configuration problem > -Ori

RE: [EMAIL PROTECTED] Httpd.conf configuration problem

2006-08-10 Thread rajesh.gannarapu
Hi, I tried in all ways, but facing the same error SSLRequire %{REQUEST_URI} !~ m\/abc\/qwert/ Starting httpd: Syntax error on line 1066 of /etc/httpd/conf/httpd.conf: SSLRequire: parse error -- Gannarapu -Original Message- From: SOPRO [mailto:[EMAIL PROTECTED] Sent: Thur

RE: [EMAIL PROTECTED] mod_ssl with Httpd2.2

2006-08-10 Thread rajesh.gannarapu
mod_ssl.so is not available at modules directory. -Original Message- From: Ashutosh Mohanty [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 3:48 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_ssl with Httpd2.2 Hi, [EMAIL PROTECTED] wrote: > Here is the err

RE: [EMAIL PROTECTED] mod_ssl with Httpd2.2

2006-08-10 Thread rajesh.gannarapu
Here is the error: Starting httpd: httpd: Syntax error on line 98 of /etc/httpd/conf/httpd.conf: Ca nnot load /usr/lib/httpd/modules/mod_ssl.so into server: /usr/lib/httpd/modules/ mod_ssl.so: cannot open shared object file: No such file or directory

RE: [EMAIL PROTECTED] mod_ssl with Httpd2.2

2006-08-10 Thread rajesh.gannarapu
Thanks for your Prompt response Boyle, I need to install http2.2 in my server for that I downloaded below rpms and installed. apr-1.2.1-1.i386.rpm apr-util-1.2.1-1.i386.rpm httpd-2.2.3-1.i386.rpm But I could not able to start the server. Do I need to install any rpm apa

[EMAIL PROTECTED] mod_ssl with Httpd2.2

2006-08-10 Thread rajesh.gannarapu
Hi Friends, I want to upgrade to http2.2 from http2.0. I downloaded below rpms apr-1.2.1-1.i386.rpm apr-util-1.2.1-1.i386.rpm httpd-2.2.3-1.i386.rpm But I could not able to download the compatible version of mod_ssl rpm. Please let me where I can download the mod_ssl r

RE: [EMAIL PROTECTED] Httpd.conf configuration problem

2006-08-10 Thread rajesh.gannarapu
Hi boyle, SSLRequire %{REQUEST_URI} !~ m/\/bam\/qwert I just pasted the line from the httpd.conf file. Could you found some thing wrong in the expression? -- Gannarapu -Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 12:40 PM To: Rajesh G

RE: [EMAIL PROTECTED] Httpd.conf configuration problem

2006-08-09 Thread rajesh.gannarapu
Hi Boyle, When I use the below expression %{REQUEST_URI} !~ m/\/abc\/qwert/ I got below error Starting httpd: Syntax error on line 1066 of /etc/httpd/conf/httpd.conf: SSLRequire: Failed to compile regular expression. Please suggest me the suitable configuration Thanks in advance,

[EMAIL PROTECTED] Httpd.conf configuration problem

2006-08-03 Thread rajesh.gannarapu
Hi,     I have a problem with the configuration of apache web server.  I used “SSLRequireSSL” directive for the URLS which are only allowed with Https to my application.  But now my client doesn’t want to allow any URL patterns except “/abc/qwert” with Http. I have configured httpd.

[EMAIL PROTECTED] Location directive

2006-07-20 Thread rajesh.gannarapu
  Hi All,   I have a doubt on Location directive usage of httpd 2.0.52.   My current httpd.conf looks like   SSLRequireSSL   SSLRequireSSL     So web server does not allow http requests, it only allows https request only.    But now I need to allow only one url patter

RE: FW: [EMAIL PROTECTED] how to prevent directory listing

2006-07-03 Thread rajesh.gannarapu
Hi, I need to configure the workers.properties for the tomcat ip address. --Rajesh -Original Message- From: Pid [mailto:[EMAIL PROTECTED] Sent: Monday, July 03, 2006 3:28 PM To: users@httpd.apache.org Subject: Re: FW: [EMAIL PROTECTED] how to prevent directory listing How have you got

RE: FW: [EMAIL PROTECTED] how to prevent directory listing

2006-07-03 Thread rajesh.gannarapu
  Hi,   My application set up is: Client (Brower) -> http server <-(mod_jk)-> Tomcat   In tomcat/webapps/app1 contains below folders  Images  Js  Style  WEB-INF     http://ip:port/app1 will provide the application login page  But http://ip:port/app1/images/ should not display

FW: [EMAIL PROTECTED] how to prevent directory listing

2006-07-03 Thread rajesh.gannarapu
Hi, Thanks for your response, But what ever Jaqui said is not working. Is there any thing I missed? Regards, Rajesh -Original Message- From: Jaqui Greenlees [mailto:[EMAIL PROTECTED] Sent: Monday, July 03, 2006 12:28 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] how to

[EMAIL PROTECTED] how to prevent directory listing

2006-07-02 Thread rajesh.gannarapu
Hi,   How can I prevent directory listings of my server? What configurations required at http server and tomcat?     Thanks in advance,     Regards, Rajesh Gannarapu       The information contained in this electronic message and any attachments to this message are inten

RE: [EMAIL PROTECTED] requestbody size limitation with apache

2006-04-03 Thread rajesh.gannarapu
Hi Nick, We are able to upload not more than 12kb data. Thanks and Regards, Rajesh Gannarapu -Original Message- From: Nick Kew [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 28, 2006 9:04 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] requestbody size limitation with apach

RE: [EMAIL PROTECTED] requestbody size limitation with apache

2006-03-28 Thread rajesh.gannarapu
Hi Nick, I can able to send 12287 length of String (XML file). If I tried to post more than specified size, partial string is missing. -- Rajesh Gannarapu -Original Message- From: Nick Kew [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 28, 2006 9:04 PM To: users@httpd.apache.org Subje

[EMAIL PROTECTED] requestbody size limitation with apache

2006-03-27 Thread rajesh.gannarapu
  Hi Friends,   I have a problem with http server.   I am trying to send a big xml file to tomcat through http server .   But I am not able receive the total xml file at Tomcat.   Some of the xml body is missing, but I am not able find any logs at http server.     Is there any l