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