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

2010-09-13 Thread aparna aryan
The error that i receive : [Tue Sep 14 08:48:01 2010] [error] Can't load '/opt/pgm/perl/5.10.0/lib/site_perl/5.10.0/sun4-solaris-thread-multi/auto/ARS/ARS.so' for module ARS: ld.so.1: httpd: fatal: libicuucbmc.so.32: open failed: No such file or directory at /usr/perl5/5.8.4/lib/sun4-solaris-64int

Re: [us...@httpd] Apache Tomcat Load Balancing with mod_proxy not working

2010-09-13 Thread Joost de Heer
> >    Allow From All >    ProxyPass balancer://tomcatservers/* stickysession=JSESSIONID > nofailover=off > Don't use the wildcards: Allow From All ProxyPass balancer://tomcatservers stickysession=JSESSIONID nofailover=off Or use the simpler ProxyPass / balancer://tomcatservers stic

Re: [us...@httpd] Apache Tomcat Load Balancing with mod_proxy not working

2010-09-13 Thread Amol Puglia
Hello Eric, I have tested my virtual host configuration using command apachectl -S and it's saying syntax OK. bash-3.00# ./apachectl -S VirtualHost configuration: Syntax OK bash-3.00# I have added same proxy configuration outside virtual host and it is not working there as well. kindly guide

Re: [us...@httpd] Which version of OpenSSL should be used to build Apache 2.2.16?

2010-09-13 Thread Robert Christian
Yes, I can build the source against either branch. Just didn't know if there was a preferred branch, ie perhaps one that is better tested. Sounds like it's fine to go with the latest version, 1.0.0a? Sent from my iPhone On Sep 13, 2010, at 5:43 PM, Sander Temme wrote: > > On Sep 13, 2010,

Re: [us...@httpd] Which version of OpenSSL should be used to build Apache 2.2.16?

2010-09-13 Thread William A. Rowe Jr.
On 9/13/2010 7:43 PM, Sander Temme wrote: > > On Sep 13, 2010, at 4:25 PM, Robert Christian wrote: > >> Apache 2.2.16 is currently the "best available version" of the HTTP Server. >> I made some changes to the source and need to recompile with OpenSSL. My >> question is, should I use OpenSSL 0.

Re: [us...@httpd] Which version of OpenSSL should be used to build Apache 2.2.16?

2010-09-13 Thread Sander Temme
On Sep 13, 2010, at 4:25 PM, Robert Christian wrote: > Apache 2.2.16 is currently the "best available version" of the HTTP Server. I > made some changes to the source and need to recompile with OpenSSL. My > question is, should I use OpenSSL 0.9.8o or OpenSSL 1.0.0a? The latter is a > more rec

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

2010-09-13 Thread Pablo Garcia Melga
Paras, have you checked the OS counters ?, is this completely CPU bound ? would you post a "vmstat 2" run during the ab testing ? Regards, Pablo On Mon, Sep 13, 2010 at 7:28 PM, Paras pradhan wrote: > I got almost the same result as yours with a small test php script. But with > the login page o

[us...@httpd] Which version of OpenSSL should be used to build Apache 2.2.16?

2010-09-13 Thread Robert Christian
*Apache 2.2.16 is currently the "best available version" of the HTTP Server. I made some changes to the source and need to recompile with OpenSSL. My question is, should I use OpenSSL 0.9.8o or OpenSSL 1.0.0a? The latter is a more recent, major release, but Apache couples HTTPD 2.2.16 with OpenSSL

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

2010-09-13 Thread Sander Temme
On Sep 13, 2010, at 10:57 AM, Mike Schleif wrote: > Does NOT work: > > > DOES work: > > > Actually, the former works with IE, but does NOT work with Firefox. Editing > the former to the latter, the latter works with both IE and Firefox. > > Is this the type of problem that the HTML and/or X

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

2010-09-13 Thread Mike Schleif
On 9/13/2010 1:13 PM, Joost de Heer wrote: >> Does NOT work: >> >> >> DOES work: >> > > These are two different URL's. A \ isn't the same as a /. > > Joost Immediately below the examples, I noted: "Editing the former to the latter, the latter works with both IE and Firefox." Point is, the "

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

2010-09-13 Thread Paras pradhan
I got almost the same result as yours with a small test php script. But with the login page of horde, I am getting a small number of requests processed. I am assuming my tuned apache is fine and its the bulky horde php scripts that are hitting me. But still looking around the solution.. I have memc

[us...@httpd] Performance Question - ExpiresByType, Files, FilesMatch

2010-09-13 Thread David Favor
If someone knows which of these is the faster method of matching files types, let me know. Thanks. -- Love feeling your best ever, all day, every day? Click http://RadicalHealth.com for the easy way! - The official User-To-User

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

2010-09-13 Thread John List
On 09/13/2010 12:41 PM, Paras pradhan wrote: John, I am testing to support 300 requests / second. concurrent parameter in ab does test number of Established tcp session per second if I am not mistaken. Thanks Paras. Sorry again, Paras. This time I erred in two ways: I said you were testin

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

2010-09-13 Thread Joost de Heer
Does NOT work: DOES work: These are two different URL's. A \ isn't the same as a /. Joost - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more inf

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

2010-09-13 Thread Mike Schleif
On 9/11/2010 9:58 AM, Rainer Jung wrote: > On 11.09.2010 04:12, Mike Schleif wrote: >> >> On 9/10/2010 3:19 PM, Mike Schleif wrote: >> > >> > On 9/10/2010 12:07 PM, Sander Temme wrote: >> > > >> > > On Sep 10, 2010, at 5:23 AM, Mike Schleif wrote: >> > > >> > >> SSL: move all SSL to the new front

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

2010-09-13 Thread Paras pradhan
John, I am testing to support 300 requests / second. concurrent parameter in ab does test number of Established tcp session per second if I am not mistaken. Thanks Paras. On Fri, Sep 10, 2010 at 5:34 PM, John List wrote: > On 09/10/2010 06:09 PM, Paras pradhan wrote: > > > On Fri, Sep 10, 201

[us...@httpd] Problems with 2.2.16 and local openssl (newbie)

2010-09-13 Thread Ricardo Stella
This is an older RHEL3 32bit system. We have problems compiling a local apache 2.2.16 with openssl 0.9.8o. We had no problems with 2.2.15 (or at least it worked) openssl is installed in /usr/local/ssl - Note RHEL3 has it's own openssl 0.97a, but we want to use the latest. We are using this:

[us...@httpd] denying access to SSI fragments

2010-09-13 Thread Jason Vas Dias
Sorry if this question has been answered somewhere else before, but searches of your site and google yielded nothing relevant. How can I deny access to fragments that are included with server-side-includes (SSI) , ie. I want to be able to include a fragment: ' in an html page, but I don't want

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

2010-09-13 Thread aparna aryan
We are relocating our application from old servers to new servers. We have freshly installed apache and perl. but ars related *.so and lib files are copied as it is from old server, then we are receiving these errors. I guess we are just missing some soft link to where the modules are present.

Re: [us...@httpd] Apache Tomcat Load Balancing with mod_proxy not working

2010-09-13 Thread Eric Covener
On Mon, Sep 13, 2010 at 7:30 AM, Amol Puglia wrote: > > Hello Eric, > > Thanks for the response. > > I have now mentioned the different route. > > > > > > My problem is i am trying to acheive load balancing with mod_proxy module. > > When i am trying to access http URL,it's not gettign redirecte

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

2010-09-13 Thread Nick Kew
On Mon, 13 Sep 2010 17:27:57 +0530 aparna aryan wrote: > There are many paths where libicuucbmc.so.32 is defined. How do i know if > the ARS.so is using a file from which location. > I have tried adding LD_LIBRARY_PATH but stil it gave me errors. > Thanks for your help in advance... I've no ide

Re: [us...@httpd] Apache mod-jk log rotate issue

2010-09-13 Thread Joost de Heer
On Mon, September 13, 2010 14:28, Garg, Saman wrote: > Thanks Jeff for your reply. > Is apache expected to not create new mod-jk log right on restart? Apache no longer creates the logfile, that's now left to rotatelogs. And rotatelogs only creates the file when there's data. Joost --

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

2010-09-13 Thread Antonio Vidal Ferrer
Try ldd ARS.so Best, Antonio Vidal Ferrer On 09/13/2010 01:57 PM, aparna aryan wrote: > From this error : > [Mon Sep 13 13:56:05 2010] [error] Can't load > '/opt/pgm/perl/5.10.0/lib/site_perl/5.10.0/sun4-solaris-thread-multi/auto/ARS/ARS.so' > for modul > e ARS: ld.so.1: httpd: fatal: libicuuc

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

2010-09-13 Thread Antonio Vidal Ferrer
Verify if you have two or more copies of the library. Also check (a common issue in solaris) that you have only one php installed (many installations has two versions: Default installed with solaris, and Installed, generally compiled by sysadmin/developer. User running apache, and user testing php

Re: [us...@httpd] Apache mod-jk log rotate issue

2010-09-13 Thread Jeff Trawick
On Mon, Sep 13, 2010 at 8:28 AM, Garg, Saman wrote: > Thanks Jeff for your reply. > Is apache expected to not create new mod-jk log right on restart? Shouldn't > it create file with 0 bytes on restart even if there is nothing to write at > restart? > that's not how rotatelogs works e.g., if you

Re: [us...@httpd] Apache mod-jk log rotate issue

2010-09-13 Thread Garg, Saman
Thanks Jeff for your reply. Is apache expected to not create new mod-jk log right on restart? Shouldn't it create file with 0 bytes on restart even if there is nothing to write at restart? Regarding request being used to update mod jk with error, I had tried with loglevel set to INFO, I could s

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

2010-09-13 Thread aparna aryan
>From this error : [Mon Sep 13 13:56:05 2010] [error] Can't load '/opt/pgm/perl/5.10.0/lib/site_perl/5.10.0/sun4-solaris-thread-multi/auto/ARS/ARS.so' for modul e ARS: ld.so.1: httpd: fatal: libicuucbmc.so.32: open failed: No such file or directory at /usr/perl5/5.8.4/lib/sun4-solaris-64int/DynaLoa

Re: [us...@httpd] Apache mod-jk log rotate issue

2010-09-13 Thread Jeff Trawick
On Mon, Sep 13, 2010 at 7:14 AM, Garg, Saman wrote: > Hi All, > > I am trying to implement apache mod-jk logrotate using apache > "rotatelogs" program. Below is the entry that I have made in mod-jk > config file where and values are correctly > specified. > > > JkLo

Re: [us...@httpd] Apache Tomcat Load Balancing with mod_proxy not working

2010-09-13 Thread Amol Puglia
Hello Eric, Thanks for the response. I have now mentioned the different route. > My problem is i am trying to acheive load balancing with mod_proxy module. When i am trying to access http URL,it's not gettign redirected to tomcat servers and just giving apache home page.  and When i am tr

[us...@httpd] Apache mod-jk log rotate issue

2010-09-13 Thread Garg, Saman
Hi All, I am trying to implement apache mod-jk logrotate using apache "rotatelogs" program. Below is the entry that I have made in mod-jk config file where and values are correctly specified. JkLogFile "|//bin/rotatelogs //mod_jk.log.%Y-%m-%d-%H_%M_%S 86400" JkLogLe

Re: [us...@httpd] Apache Tomcat Load Balancing with mod_proxy not working

2010-09-13 Thread Eric Covener
On Mon, Sep 13, 2010 at 5:35 AM, Amol Puglia wrote: > > shouldn't the routes differ? You never actually mentioned how your server "doesn't work". -- Eric Covener cove...@gmail.com - The official User-To-User support forum of

[us...@httpd] Apache Tomcat Load Balancing with mod_proxy not working

2010-09-13 Thread Amol Puglia
Hello Team, I am trying to achieve load balancing with proxies modules. Following are the configuration of proxy module. LoadModule proxy_ajp_module modules/mod_proxy_ajp.so LoadModule proxy_balancer_module modules/mod_proxy_balancer.so    Listen server_name:443      BalancerM

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

2010-09-13 Thread aparna aryan
after adding the LD_LIBRARY_PATH : I am receiving the following error : ld.so.1: httpd: fatal: relocation error: file /opt/pgm/perl/5.10.0/lib/site_perl/5.10.0/sun4-solaris-thread-multi/auto/ARS/ARS.so: symbol Per l_Gthr_key_ptr: referenced symbol not found On Mon, Sep 13, 2010 at 2:35 PM, Ant

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

2010-09-13 Thread Antonio Vidal Ferrer
Hi, Seems that apache is starting without the LD_LIBRARY_PATH correctly set. (look that the problem is that your ARS.so needs a library libicuucbmc.so.32 and it is not able to find it. To solve, check what your LD_LIBRARY_PATH is in your command line (where your .pl works) and then Add/Modify the

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

2010-09-13 Thread aparna aryan
and when i add the path of the lib where the libicuucbmc.so.32 is located. I receive the following error : ld.so.1: httpd: fatal: relocation error: file /opt/pgm/perl/5.10.0/lib/site_perl/5.10.0/sun4-solaris-thread-multi/auto/ARS/ARS.so: symbol Per l_Gthr_key_ptr: referenced symbol not found On Mo

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

2010-09-13 Thread aparna aryan
Hello, After adding the path in @INC, I am not receiving the file not found errors, How every I have started receiving the following error : [Mon Sep 13 09:44:06 2010] [error] Can't load '/opt/pgm/perl/5.10.0/lib/site_perl/5.10.0/sun4-solaris-thread-multi/auto/ARS/ARS.so' for modul e ARS: ld.so.1