Re: [EMAIL PROTECTED] Finding what module are installed

2006-03-11 Thread Nick Kew
On Sunday 12 March 2006 06:03, Sean Conner wrote: > It was thus said that the Great Thomas Anderson once stated: > > Hi, > > I have Apache2 installed on a debian server. I had installed several > > modules but am not sure what all I had installed. > > Is there any way I can see what all modules are

Re: [EMAIL PROTECTED] Finding what module are installed

2006-03-11 Thread Sean Conner
It was thus said that the Great Thomas Anderson once stated: > > Hi, > I have Apache2 installed on a debian server. I had installed several modules > but am not sure what all I had installed. > Is there any way I can see what all modules are present? > 'apache2 -l' does not show all the modules in

[EMAIL PROTECTED] Finding what module are installed

2006-03-11 Thread Thomas Anderson
Hi,I have Apache2 installed on a debian server. I had installed several modules but am not sure what all I had installed.Is there any way I can see what all modules are present?'apache2 -l' does not show all the modules installed it only shows the ones that were compiled in. Any ideas on this?Arch

RE: [EMAIL PROTECTED] 2 Tomcat instances on one box: stop bouncing between them?

2006-03-11 Thread Oliver.Schaudt
If you have the both JBOSS including Tomcat on two different machines than it should do nothing, but i don't know if it is going well on one machine. Another aspect: What is if you use ServerName stage.foobar.com ErrorLog logs/stage-error_log.log CustomLog logs/stage-access.log combined Pro

RE: [EMAIL PROTECTED] 2 Tomcat instances on one box: stop bouncing between them?

2006-03-11 Thread Clute, Andrew
Do you have to do this, even if the two sites are being run inside of two different tomcat instances? It looks to me like the defaultHost attribute just maps to an host listed below it. Since this is inside Jboss, it just has the default localhostbut I have two different Jboss instances runn

RE: [EMAIL PROTECTED] Blocking invalid URIs?

2006-03-11 Thread Oliver.Schaudt
The thing what you need is mod_security http://www.modsecurity.org/ which is acting as a module inside Apache. Here eare rules for it http://www.modsecurity.org/projects/rules/index.html They are snort-like mod_security block your invalid url's. bye Oliver -Ursprüngliche Nachricht-

RE: [EMAIL PROTECTED] 2 Tomcat instances on one box: stop bouncing between them?

2006-03-11 Thread Clute, Andrew
Those have not been set. I will try that now and report back. Just some information, this happens even when the instances are on different boxes. I have two different Tomcat instances on different boxes, but being handled by two virtual hosts inside the same Apache config. Doesn't matter if the

Re: [EMAIL PROTECTED] 2 Tomcat instances on one box: stop bouncing between them?

2006-03-11 Thread Oliver.Schaudt
You said you are using "default config". Most of the time the Host inside the config of the TOMCAT is "localhost". There you should insert dev.foobar.com and stage.foobar.com instead. Can you check this ? bye Oliver -Ursprüngliche Nachricht- Von: Clute, Andrew [mailto:[EMAIL PROTECTED

[EMAIL PROTECTED] What EnvVars are available?

2006-03-11 Thread SixArm
I'm trying to add server reply headers to describe the connection to Apache for tesing purposes.This is on Apache/2.0.52 on RedHat EL3.      DocumentRoot /doc_root     PassEnv SERVER_ADDR    PassEnv SERVER_PORT    PassEnv REMOTE_ADDR    PassEnv REMOTE_PORT    PassEnv PATH    Header set SERVER_ADDR

Re: [EMAIL PROTECTED] please help me!

2006-03-11 Thread Arturo Ignacio Partarrieu Ramos
Hey, I figured it out. I have changed the permission of Mambo files,  by their properties... and Voila! Now Mambo installation says writeable. Thanks for your patience. New problem, Now phpMyAdmin say something about socket #2002 - the server is not answering (or the local MySQL server socket

[EMAIL PROTECTED] LoadModule - child/parent behaviour

2006-03-11 Thread Ben van Klinken
Hi,I have written a php module that is designed to be run in apache (winnt only for now) (bear with me, this is apache related). In this module, the initialisation of the module, it connects to a server immediately (instead of waiting for the first request to be processed). At first i was using the