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/secure-proxy/httpd/

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

2019-08-23 Thread kishore
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 on Solaris

[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 On

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

2016-04-06 Thread kishore
​. 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
) *What I'm trying 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.comhttp://serverfault.com

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

2006-04-28 Thread Kishore Jalleda
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
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
... 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 of the scripts, I'd say that more

Re: [EMAIL PROTECTED] Apache SSL port question

2006-04-13 Thread Kishore Jalleda
port 443 on your firewall ... All in all if you do by your consultant anddecide 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 ... Kishore Jalleda http

Re: [EMAIL PROTECTED] redirect debacle

2006-04-12 Thread Kishore Jalleda
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 Constantine [EMAIL PROTECTED] wrote: I have

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 apacheand you will see that you have the new version running Kishore Jalleda http://kjalleda.googlepages.com On 4/3/06, Michael Hosrom [EMAIL PROTECTED

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 server.I see

Re: [EMAIL PROTECTED] php crashes with msyql

2006-03-21 Thread Kishore Jalleda
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 only fails when

Re: [EMAIL PROTECTED] php crashes with msyql

2006-03-21 Thread Kishore Jalleda
/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 box than the webserver.I can use the CLI

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

2006-03-20 Thread Kishore Jalleda
( 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 PROTECTED] wrote: Hi Joshua,Thanks for you reply, but i

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

2006-03-18 Thread Kishore Jalleda
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: Hi,I compiled apache 1.3.34 with mod_expires module

[EMAIL PROTECTED] Mod_Expires If-Modified-Since Problem

2006-03-17 Thread Kishore Jalleda
missing, its surprising its working as expected on the test box ... Kishore Jalleda

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 actually exist in my environment

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 [EMAIL PROTECTED

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=/Library/Apache2

[cli-users] Problems in Getting mod_aspdotnet running

2005-03-01 Thread Kishore Annavarapu
version 1.0 and it would convert my project to version 1.0 from 1.1(ASP.Net compatibility). Can any one figure out the problem? Thanks Kishore.