Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Jserv issue ???

2010-09-08 Thread Joost de Heer
On Thu, September 9, 2010 01:45, Mike Schleif wrote: > Hi, All! > > You may have seen my posts last week about a legacy Oracle App (8.1) > running on Apache (1.3.12) under Windows. > > Trying to upgrade Apache, and we've run into a Jserv issue: > > Legacy lines from httpd.conf: > # Include the co

[us...@httpd] FW: Request to a specific URL Link on one of the web applications is returning "Bad Gateway"

2010-09-08 Thread Karthik Nanjangude
Hi Any body have any thoughts on this .. With regards Karthik From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com] Sent: Tuesday, September 07, 2010 4:27 PM To: users@httpd.apache.org Subject: [us...@httpd] Request to a specific URL Link on

[us...@httpd] Re: SSL errors

2010-09-08 Thread Yang Zhang
Adding some more info - just now saw this transient error from Chrome: "Error 126 (net::ERR_SSL_BAD_RECORD_MAC_ALERT): Unknown error." On Wed, Sep 8, 2010 at 1:03 PM, Yang Zhang wrote: > I'm running a (self-signed) SSL cert site on Apache/2.2.14 on Ubuntu > 10.04, but various browsers are giving

[us...@httpd] How deploy gzip to htdocs

2010-09-08 Thread srinivasan kumaran
Hi,I have installed apache webserver in windows.  I am new to Apache webserver. I gzipped ( .gz) all my static contents( js,html,css) and copied to htdocs folder and restarted the apache server.  static contents are not getting displayed. But when i directly copy all the static content (i.e with

[us...@httpd] Upgrade 1.3.12 -> 2.2.16: Jserv issue ???

2010-09-08 Thread Mike Schleif
Hi, All! You may have seen my posts last week about a legacy Oracle App (8.1) running on Apache (1.3.12) under Windows. Trying to upgrade Apache, and we've run into a Jserv issue: Legacy lines from httpd.conf: # Include the configuration for Apache JServ 1.1 include "C:\oracle\ora81\Apache\J

[us...@httpd] LimitRequestBody http return code

2010-09-08 Thread Mohit Anchlia
I am trying to test LimitRequestBody. It looks like it always returns Http code 500. Is this as expected? I thought it's supposed to return Http 413. Is there a way to change the return code of LimitRequestBody? - The official U

Re: [us...@httpd] High load apache

2010-09-08 Thread Christian Wittwer
I guess you can, beside from all the apache tuning, speed up your setup with two components. 1. Use a php accelerators 2. Run a http accelerator like varnish in front of the apache for all the static files 2010/9/8 luis medrano : > what this modules do? > > On Wed, Sep 8, 2010 at 1:30 PM, Paras pr

Re: [us...@httpd] High load apache

2010-09-08 Thread luis medrano
what this modules do? On Wed, Sep 8, 2010 at 1:30 PM, Paras pradhan wrote: > They are loaded: > LoadModule expires_module modules/mod_expires.so > LoadModule deflate_module modules/mod_deflate.so > > Thanks > Paras. > On Wed, Sep 8, 2010 at 3:05 PM, "Fábio Jr." wrote: >> >> Hi, >> >> Try to enab

[us...@httpd] Re: Custom message instead of HTTP error on LimitRequestBody

2010-09-08 Thread Mohit Anchlia
> Apache 2: > > Is there a way to send custom message instead of just the Error Code > when there is an upload limit set using LimitRequestBody? > > Something like "You have exceeded the size" > - The official User-To-User support

Re: [us...@httpd] High load apache

2010-09-08 Thread Paras pradhan
They are loaded: LoadModule expires_module modules/mod_expires.so LoadModule deflate_module modules/mod_deflate.so Thanks Paras. On Wed, Sep 8, 2010 at 3:05 PM, "Fábio Jr." wrote: > Hi, > > Try to enable mod_expires and mod_deflate to see if there is some > significant boost in the performanc

Re: [us...@httpd] High load apache

2010-09-08 Thread Fábio Jr.
Hi, Try to enable mod_expires and mod_deflate to see if there is some significant boost in the performance. []s. Fábio jr. Em 08-09-2010 16:42, Paras pradhan escreveu: Hi, Looking for recommendations. I need to serve 100-200+ concurrent users to provide php based webmail client (horde).

[us...@httpd] SSL errors

2010-09-08 Thread Yang Zhang
I'm running a (self-signed) SSL cert site on Apache/2.2.14 on Ubuntu 10.04, but various browsers are giving errors on half the connection attempts, and wget too: $ wget --no-check-certificate https://dev.partyondata.com/deps/ --2010-09-08 19:30:26-- https://dev.partyondata.com/deps/ Resolving dev

[us...@httpd] High load apache

2010-09-08 Thread Paras pradhan
Hi, Looking for recommendations. I need to serve 100-200+ concurrent users to provide php based webmail client (horde). I have setup memcached and php-fastcgid for this purpose. The server has four 2.2G AMD optereon cores with 8GB of memory. I am doing stress test using ab as: ab -t 36000 -c 100

Re: [us...@httpd] Unable to load perl file

2010-09-08 Thread Doug McNutt
At 12:05 +0530 9/8/10, aparna aryan wrote: > Here there are some variable missing. Please let us know if there is some > issue in defining any variable. The differences in environment variables are not your problem. It does look as though you are the root user on the new system. If you were roo

Re: [us...@httpd] Ssl front end proxy and Segmentation fault (11)

2010-09-08 Thread Jeff Trawick
On Tue, Sep 7, 2010 at 10:03 PM, Jason Pyeron wrote: > I am trying to reverse proxy client certs, here is the config snipit: > > RequestHeader set Front-End-Https "On" > CacheDisable * > SSLProxyEngine On > ProxyPass /test https://192.168.10.193/test > ProxyPassReverse /test https://192.168.10.19