apache - Best approach to set up PHP and Java application on same host -
i have 2 web applications 1 in php , 1 in java (play framework).
i want make both these applications available clients , have 1 server test environment.
what best , easy maintain approach problem?
i looking @ options of virtual hosts on apache server. best? there third party tools can me divert traffic php , java apps based on port in http request?
port nos php app 80 , java app 9000.
regards, suraj
assuming both ports forwarded correctly , apache listening traffic on port 80 , java listening on 9000 going yourip:80 should take apache , yourip:9000 should take java app
Comments
Post a Comment