Hi I have installed the Apache http server 2.2 and configured it on Port 80. I also have tomcat running on the same port. I need to change it in such a way that the my existing live page is not affected and make it run on Apache http server. I tried changing the port numbers. It worked but only for the homepage, all the other redirections doesnt work. I need to direct all my php files to apache 2.2 and all other files to the existing tomcat 5.5. How can I accomplish this? Any help is appreciated. Thanks