Can I serve PHP and python on a single project in app engine? for example /php/* will run php code, but the root / will run python code.
Asked
Active
Viewed 68 times
0
-
3You can use modules: duplicate: http://stackoverflow.com/questions/18382955/using-both-java-and-python-with-the-new-module-feature-on-appengine – voscausa Mar 12 '14 at 22:51
1 Answers
0
You can (and many do) use a front-end like nginx or Apache that handles and forwards different paths differently. I do not see why you would want your application engine to be "bilingual" though.

Ben
- 2,422
- 2
- 16
- 23