[users@httpd] mod proxy no response from http post

2014-04-30 Thread Smith, Mitchell
Hi, I have an application where a http post is sent to a service which returns a 202 status code. I am trying to pass this via my apache httpd server to maintain same origin, and reduce the access into the private network. What appears to happen however is: - Client sends http post - httpd

Re: [users@httpd] File download transfer fails mod_proxy

2013-07-16 Thread Smith, Mitchell
:46, Igor Cicimov icici...@gmail.com wrote: Look at the apache log. On 25/04/2013 10:23 AM, Smith, Mitchell mitchell.sm...@cwc.com wrote: Hi I have an issue where my application (tomcat hosted) servers generate a pdf report. When I access the application direct on the tomcat server the pdf

[users@httpd] Issues Implementing ldap authentication.

2013-05-01 Thread Smith, Mitchell
Hi, I am trying to implement ldap authentication into my configuration for svn running under apache2.2 (httpd2.2.24) running on Linux. I have the following configuration, but it appears that it always fails to call the ldap server. IfModule dav_svn_module Location /

[users@httpd] File download transfer fails mod_proxy

2013-04-24 Thread Smith, Mitchell
Hi I have an issue where my application (tomcat hosted) servers generate a pdf report. When I access the application direct on the tomcat server the pdf transmits to the client browser and displays without issue. However if I access via my apache2 load balancer the pdf appears to hang in a

[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] LogFormat to show Load balanced host

2013-01-14 Thread Smith, Mitchell
Hi, I have been looking through the documentation. I use apache2 as a loadbalacer for some application server. Is it possible to include the jvmRoute or other detail on the serving host in the error log (Or any log) I think adding %{jvmRoute}C would achieve this but do not currently have a

[users@httpd] connectiontimout question

2012-11-26 Thread Smith, Mitchell
Hi, Can someone please explain the implementation of connectiontimeout in a balancer member when using mod_proxy. Is it, the time for the back end server to ack the basic http connection or to respond with data? I have an backend application that generates a pdf report, depending on the size of

[users@httpd] using mod_status with multiple Virtual Hosts

2012-08-28 Thread Smith, Mitchell
Hi, I have 2 virtual IP based hosts running in httpd 2.2. I have two virtual hosts *Brightside* VirtualHost 192.168.1.1:443 # General ServerAdmin admin@myhost DocumentRoot /usr/local/apache2/htdocs ServerName brightside.mydomain ServerAlias brightside.mydomain # Logging ErrorLog