[EMAIL PROTECTED] encoded slashes in the url with AllowEncodedSlashes

2008-07-03 Thread Zac Hansen
I have AllowEncodedSlashes in my conf. I am calling https://myserver.com/foo.cgi/a/b%2fc/d In the docs for AllowEncodedSlashes, it says it doesn't mean they will be decoded. My cgi script simply prints $ENV{PATH_INFO} and it sees /foo.cgi/a/b/c/d instead of /foo.cgi/a/b%2fc/d What I'm trying

Re: [EMAIL PROTECTED] trouble with vhosts and 2.2.8

2008-07-03 Thread Eric Covener
On Wed, Jul 2, 2008 at 11:14 PM, Eben [EMAIL PROTECTED] wrote: (13)Permission denied: access to / denied That is OS security, not Apache access control. http://wiki.apache.org/httpd/13PermissionDenied -- Eric Covener [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] trouble with vhosts and 2.2.8

2008-07-03 Thread Eben
j k wrote: On Wed, Jul 2, 2008 at 8:14 PM, Eben [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I just setup a new Fedora Core 9 box, running apache 2.2.8. http://2.2.8. I then setup a basic virtual host config using NameVirtualHost *:80 My only virtual host looks like:

[EMAIL PROTECTED] erros... Apache 1.3 e Tomcat 4.1

2008-07-03 Thread Tan, Liao
Folks, We´ve been trying to make apache and tomcat communicate between them, and when started tomcat, it leads to the following error, the problem is in mod_jk.sl, (or in anywhere else?). The mod_jk.sl we copied from apache 2.0...of course this is not the correct way, but, anyway of getting

[EMAIL PROTECTED] Running a cluster of Apache

2008-07-03 Thread Jorge Medina
Hi, I want to run an application in a cluster of apache servers, all of them accessible at the same URL. I also want to use SSL. Is it possible to use the same ServerName for all the servers in my cluster? Would SSL work? Or Do I need to define a VirtualHost and put the certificate

RE: [EMAIL PROTECTED] Running a cluster of Apache

2008-07-03 Thread Jorge Medina
I think I should add more details: Lets assume that I have a cluster of machines running Apache: webapp0.eng.mydomain.com webapp1.eng.mydomain.com webapp2.eng.mydomain.com ... webappN.eng.mydomain.com All of those instances of Apache are front-ended by a

Re: [EMAIL PROTECTED] Running a cluster of Apache

2008-07-03 Thread Carlos Eduardo Maiolino
Hey, how are you Jorge ? I think that the Round Robin, is a good idea to solve your problem, but it's configurate in the DNS entrys of this domain: Look: http://en.wikipedia.org/wiki/Round_robin_DNS Is a good Idea that the nodes on the web cluster access de same files, for example, a storage,