Re: [users@httpd] Crash of httpd in Endurance

2019-08-27 Thread kishore
2.4.2 9 doesn't have this issue. Is there any known memory leaks on Solaris Sparc 11.4 with latest Apache httpd versions. Thank you, Kishore On Fri, Aug 23, 2019, 23:27 kishore wrote: > Hi Dennis, > Below is the output from pstack > > core 'core' of 28253: /F6/CA/secu

Re: [users@httpd] Crash of httpd in Endurance

2019-08-23 Thread kishore
930) + 1a4 00010007d384 listener_thread (100367050, 1001e4140, 2, 1, 100194b60, 1001e3850) + 214 fff90bbe1148 _lwp_start (0, 0, 0, 0, 0, 0) ~Kishore On Fri, Aug 23, 2019 at 9:36 PM Dennis Clarke wrote: > On 8/23/19 8:51 AM, kishore wrote: > > We are running 2.4.39 with openssl 1.0.2r

[users@httpd] Crash of httpd in Endurance

2019-08-23 Thread kishore
We are running 2.4.39 with openssl 1.0.2r on Solaris sparc 64-bit, After running for 1-2 hrs we are getting core dump created and apache is crashed. Has anyone faced such issue. ~Kishore

Re: [users@httpd] unable to start httpd in SSL mode

2016-04-06 Thread kishore
t when i'm compiling on Linux 64-bit machine for 64 bit binary. Compiler: gcc version 3.4.6 20060404 (Red Hat 3.4.6-9) APR: 1.5.2 APR-UTIL: 1.5.4 PCRE: 8.38 OPENSSL: 1.0.2g OPENSSL-FIPS: 2.0.12 The versions of modules were used while compiling 64-bit httpd on linux. ~Kishore ~Kishore

[users@httpd] unable to start httpd in SSL mode

2016-04-05 Thread kishore
lp me with this​. I have checked all pre reqs and basic checks for paths, all seems to be pointing to proper libraries. Thanks in Advance, Kishore

[us...@httpd] Disable ProxyPass rules within a virtual host on apache 2? Can this be done

2009-11-10 Thread Kishore Chintoju
to do is, serve all static content (like css) using apache, while still proxying all the rest of requests to the application server.* Any help or guidance would be really appreciated. Cheers Kishore (P.S. I've already asked this question at serverfault.com<http://serverfault.com/quest

Re: [EMAIL PROTECTED] Is there a "real" maximum number of connections?

2006-04-28 Thread Kishore Jalleda
Max_Clients setting can be atmost 256, so if you plan on increasing it change the setting here in the file httpd.h on the line relating to your OS, and recompile apache , and then change the Max-Clients Setting in httpd.conf..   Kishore Jalleda  

Re: [EMAIL PROTECTED] intercept incoming requests in Apache Web Server

2006-04-27 Thread Kishore Jalleda
ure what kind of data  you want to capture from the requests to apache, but if you want to log every packet that passes in and out of apache then may be you could use Snort and you could also send all this info into MySQL. This setup may not give you the structured data you want. But you can give it a shot Just my $0.02 Kishore Jalleda http://kjalleda.googlepages.com  

Re: [EMAIL PROTECTED] How to avoid the duplication of file?

2006-04-25 Thread Kishore Jalleda
...   Just my $0.02 .......       Kishore Jalleda http://kjalleda.googlepages.com/  On 4/25/06, Arnau <[EMAIL PROTECTED]> wrote: Hi all,  I have 10 different sites written in php running on linux, each ofthem is quite big (some of them with more than 1000 scripts). Theses sites share the most part o

Re: [EMAIL PROTECTED] Apache SSL port question

2006-04-13 Thread Kishore Jalleda
in this case you would have to open up port 443 on your firewall ...   All in all if you do by your consultant and decide on running your ssl on a different port its better that you hardcode the full URL into your apps like https://www.somesite.org:1234 , or try one of the methods I suggested ...  

Re: [EMAIL PROTECTED] redirect debacle

2006-04-12 Thread Kishore Jalleda
defined.   There are two walk arounds for this 1) Go into the config section of http://csquared.stanford.edu/, and do this Redirect permanent/   http://wilkinson.stanford.edu/csquared/2) Or use Mod_Rewrite to rewrite the URL Kishore Jalleda http://kjalleda.googlepages.com On 4/12/06, Paul

Re: [EMAIL PROTECTED] Question Regarding Apache 1.3.33 Installation

2006-04-03 Thread Kishore Jalleda
from the old apache_1.3.27 dir and put it in the new apache directory) and then just run ./config.status make make install   now start apache and you will see that you have the new version running   Kishore Jalleda http://kjalleda.googlepages.com  On 4/3/06, Michael Hosrom <[EMAIL PROTEC

Re: [EMAIL PROTECTED] KeepAliveTimeout

2006-03-30 Thread Kishore Jalleda
not have to do anyhting with the keepalive setting..I have never worked on j2ee on oracle so I have no idea what that error could be...   Kishore Jalleda   On 3/30/06, Charles Li <[EMAIL PROTECTED]> wrote: We have deployed j2ee application on the Oracle App Server, which uses the Apache se

Re: [EMAIL PROTECTED] php crashes with msyql

2006-03-21 Thread Kishore Jalleda
am assuming you know the user/password which is connecting to the mysql database ( look into your php code to find out this info ) and I am sure it would work Kishore Jalleda On 3/21/06, Noah Silverman <[EMAIL PROTECTED]> wrote: Kishore,I think you are very close!!Mysql is on a different

Re: [EMAIL PROTECTED] php crashes with msyql

2006-03-21 Thread Kishore Jalleda
ee if you can find smething -- did u check mysql error logs, also do you have any tool which can monitor mysql...Kishore Jalleda On 3/21/06, Noah Silverman <[EMAIL PROTECTED]> wrote: Works fine.I can even call the SAME php file that the browser calls and IT WORKSFROM THE COMMAND LINE.  It

Re: [EMAIL PROTECTED] Mod_Expires "If-Modified-Since" Problem

2006-03-20 Thread Kishore Jalleda
the production boxes( apache 1.3.33, php 4.4.0) , but not in the test box ( apache 1.3.33, php 4.3.11), may be thats telling IE not to cache .   Any hints   Kishore Jalleda   On 3/18/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 3/18/06, Kishore Jalleda <[EMAIL PROTECT

Re: [EMAIL PROTECTED] Mod_Expires "If-Modified-Since" Problem

2006-03-18 Thread Kishore Jalleda
  mod_dir.c  mod_alias.c  mod_access.c  mod_auth.c  mod_expires.c  mod_headers.c  mod_php4.c  mod_gzip.c   Even after this IE does not want to cache any objects   Kishore Jalleda   On 3/17/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 3/17/06, Kishore Jalleda <[EMAIL PROTECTED]> wrote:>

[EMAIL PROTECTED] Mod_Expires "If-Modified-Since" Problem

2006-03-17 Thread Kishore Jalleda
  is there somehting I am missing, its surprising its working as expected on the test box ...   Kishore Jalleda

Re: [EMAIL PROTECTED] [newbie]Setting a secured apache server

2006-03-14 Thread Kishore Jalleda
yes SSL would be your best bet, with .htaccess your passwords would be travelling in plain text, so go for SSL...   Kishore Jalleda   On 3/14/06, Toto Capuccino <[EMAIL PROTECTED]> wrote: Hi everyone,I am using a monitoring tool -nagios- that is running through a web interface where y

Re: [EMAIL PROTECTED] Blocking invalid URIs?

2006-03-10 Thread Kishore Jalleda
check out Snort (http://snort.org) , it has the ability to detect many web-based attacks ...   Kishore Jalleda   On 3/10/06, John Rodenbiker <[EMAIL PROTECTED]> wrote: I'm very new to running a web server.Is there a way to have httpd drop requests to URIs that don't actu

Re: [EMAIL PROTECTED] How to Check

2006-02-27 Thread Kishore Jalleda
as suggested by Oliver, try these and if you have 64bit, it would show as below (see bold) #cat /etc/issueWelcome to SUSE LINUX Enterprise Server 9 (x86_64) - Kernel \r (\l).and if you wnat to know only the "x86_64" than#uname -px86_64  Kishore Jalleda On 2/27/06, sanjay tripathi <[EM

Re: [EMAIL PROTECTED] How to Check

2006-02-27 Thread Kishore Jalleda
I am not really sure but may be you could get some hint from these #cat /proc/cpuinfo #uname -a #arch or refer to your products documentation :) Kishore Jalleda On 2/27/06, sanjay tripathi <[EMAIL PROTECTED]> wrote: > Hey, > can you tell me any one if i want

Re: [EMAIL PROTECTED] multiple instances of apache and ssl

2006-02-24 Thread Kishore Jalleda
when you said multiple instances of apache , do you mean two different apache installs in like  /usr/local/apache, and /usr/local/apache2 or do you mean just different virtual hosts within the same instance???   Kishore Jalleda   On 2/24/06, John Beck <[EMAIL PROTECTED]> wrote: Hello,

Re: [EMAIL PROTECTED] Images / files partially loading?

2006-02-24 Thread Kishore Jalleda
Ok I might be wrong with the compile time option for php because looks like you are loading the modules (php etc)  dynamically (DSO), so did you add this line in your httpd.conf to load the php module, and did you compile php with --apache LoadModule php4_module modules/libphp4.so   Kishore

Re: [EMAIL PROTECTED] Images / files partially loading?

2006-02-24 Thread Kishore Jalleda
looking at your configuration script, did you compile apache with php support in the first place, or did you just forget to include it here,   Kishore Jalleda  On 2/24/06, Evan Platt <[EMAIL PROTECTED]> wrote: Ok, I recompiled and rebuilt apache 2.2 from scratch:./configure --prefix=/L

Re: [EMAIL PROTECTED] Apache not working after upgrading MySQL Server

2006-02-23 Thread Kishore Jalleda
netstat -a to see on what sockets the server is listening, also i would suggest doing an strace on the apache startup script to see where it is failing   Kishore Jalleda   On 2/23/06, Max Yu <[EMAIL PROTECTED]> wrote: I could not understand how the problem is related to MySQLserver.The mach

[EMAIL PROTECTED] Apache 1.3.x vs 2.0.x

2006-02-23 Thread Kishore Jalleda
the pre-forking model), I am aware that the MT may not be suitable for all configurations, we use Poweredge 2650's with Dual Xeons and HT, and also some Sparc Boxes.   Thanks all for your time Kishore Jalleda