Re: [users@httpd] Very confused about Re-negotiation request failed (and SSLInsecureRenegotiation)

2013-02-15 Thread Denis BUCHER (lists)
Dear Edward, On my side, the solution was to provide to these people a*non-SSL link *and it worked for all of them. But what's strange is that most of them told me that their browser is uptodate and that their computer was recent. The problem came mostly with people having MacOS and Safari

[users@httpd] Apache 2.4 Configure with ldap support

2013-02-15 Thread Smith, Mitchell
Hi, I am trying to configure 2.4.3 and am havinf some issues with the ldap intergration. I am trying to ultimately configuring this installation as a multi purpose (proxy and subversion with ldap) I have extracted the latest apr and apr-util releases into httpd/srclib/apr and

[users@httpd] Apache Proxy Setup issue

2013-02-15 Thread jitesh dundas
Hi Everyone, I am trying to setup the Apache HTTP Server to handle requests from my Tomcat 7 application. So for example any URL - http://sonar.it.xyz.com should actually handle requests from the application:- http://tomcat:81/sonar . I used Proxypass and ReverseProxyPass for this and it seems

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-15 Thread Riccardo Cohen
Hi Ben I'll follow your advice. I'm really grateful for your help, and wish to thank you very very much. Bye On 14/02/13 17:02, Ben Johnson wrote: On 2/14/2013 4:47 AM, Riccardo Cohen wrote: Hi Ben Do other PHP scripts function as expected when executed via mod_fcgid? Or do they all

[users@httpd] URL restriction

2013-02-15 Thread techienote . com
Hi Team, This is regarding URL restriction. We are using IBM http Server version 7 which is build on apache 2.2 All the dynamic pages are hosted on WebSphere application server. IBM http server communicate with WebSphere application server through plugin. Now on Application server I have two

Re: [users@httpd] URL restriction

2013-02-15 Thread Josh Whittaker
Hello Vidyadhar, 1) In WebSphere, you need to create a new virtual host that you will only map your admin module to. For example.. setup a virtual host in WAS called admin to listen on techienote.com on a new specific IP address and/or port. Something like admin.techienote.com. You should also

[users@httpd] How do I get fastcgi to resubmit a post to backend on failure?

2013-02-15 Thread P Fudd
Hi! I've got a perl fcgi application that has some parts that do file uploads. As the application is under development, I wrote some code that checks the modification time of all files listed by values(%INC) and FindBin::Bin/Script, and if something has changed, it sends a redirect to the

[users@httpd] Apache disk read issue

2013-02-15 Thread dbeistline2011
I hope someone can help me with this. I am running into an issue with Apache. When a source web page (the html on disk) is updated (sent via ftp or edited with vi) the old page will still display for over 5 minutes before the new page is sent. I use control F5 to force cache refresh and clear

Re: [users@httpd] Apache Proxy Setup issue

2013-02-15 Thread Igor Cicimov
On 16/02/2013 2:44 AM, jitesh dundas jbdun...@gmail.com wrote: Hi Everyone, I am trying to setup the Apache HTTP Server to handle requests from my Tomcat 7 application. So for example any URL - http://sonar.it.xyz.com should actually handle requests from the application:-

Re: [users@httpd] URL restriction

2013-02-15 Thread techienote . com
Hi Josh, As per our application architecture virtual host is not the possibility as both the pages are in single war file and developer don't want to create separate war for two modules. I am trying with rewrite module but no luck. Will give a shot to location and let you know. Regards,