views:

13

answers:

0

Hi all, Am Running apache as a frontend to mongrel ,but i would like apche to server one more application that is based on php ,i would like to access tham at different time all my php pages are put in one folder ,so how do i achieve it this is how am running apache frontend to mongrel

ServerName www.src.com

DocumentRoot  E:/smruti_v0.1/src/public

ProxyPass / http://192.168.211.24:3000/

ProxyPassReverse / http://192.168.211.24:3000

ProxyPass /images !

ProxyPass /stylesheets !

ProxyPass /javascripts ! 

ProxyPass /favicon.ico !

ProxyPass /favicon.ico !