Re: Nginx Front End

2008-06-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephen, Stephen Nelson-Smith wrote: |> If Nginx can do HTTP proxying, you can use that instead of ajp13 if you |> wish. | | It certainly can - and very fast indeed. So would I then be | reconfiguring Tomcat to use its own http server? At present a

Re: Nginx Front End

2008-06-24 Thread Stephen Nelson-Smith
Hi, > If Nginx can do HTTP proxying, you can use that instead of ajp13 if you > wish. It certainly can - and very fast indeed. So would I then be reconfiguring Tomcat to use its own http server? At present apache serves http and passes the ajp stuff to tomcat. S. -

Re: Nginx Front End

2008-06-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephen, Stephen Nelson-Smith wrote: | I'm considering looking at nginx as Apache seems somewhat resource | intensive. Has anyone on the list tried this? Does nginx support (or | need to support) ajp13? If Nginx can do HTTP proxying, you can use t

Nginx Front End

2008-06-23 Thread Stephen Nelson-Smith
Hello, I'm currently using Apache 2.2 and mod_proxy_ajp to load balance across 3 tomcat servers. I'm considering looking at nginx as Apache seems somewhat resource intensive. Has anyone on the list tried this? Does nginx support (or need to support) ajp13? S. -