Hello, For App Engine, the webserver is usually setup for you depending on what runtime you use, so you would not need Apache for Python. You can setup redirects within your code, I found this guide with a sample that might be helpful to you [1]. If you want to port your application as is, it might be easier to use Compute Engine as you use the stack you are already using [2].
If you experience any issues with your code when setting up, I suggest posting a detailed question on Stackoverflow as it will have more visibility within the community. [1] https://realpython.com/django-redirects/#django-redirects-a-super-simple-example [2] https://cloud.google.com/community/tutorials/setting-up-lamp -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/b7fbbbae-7a97-4ec5-a8ea-3dab01f918d8%40googlegroups.com.
