Multiple apps on win32 with apache and mongrel

Hi everyone,

I used the following receipe to deploy my app on a win32
enviroment(http://www.paolocorti.net/public/wordpress/index.php/2007/11/15/ruby-on-rails-applications-with-mongrel-cluster-and-apache-url-rewriting-on-windows/)
Now i am trying to deploy a second app on the same server using the same
approach but is seams that it points to the same app. Any one managed to
deploy more than one app on win32 with apache?

I created a new Proxy balancer section, and a new Virtual host section
for each app. When i hit the port http://hostname:3005/my_secon_app it
works.
What am I missing??!

I’m a newby on deployments(…and in my ignorance i considered
development the difficult part and deployment a … well not a whole
lot) so any input is greatly appreciated.