|
|
|
|
|
by PeterisP
4618 days ago
|
|
How about not integrating with apache at all? With tools such as Node.JS (or Python Bottle, Haskell Yesod, etc) you simply pull your code from git, run it, and it has its own webserver included that handles routing w/o looking at a filesystem and direct execution of code instead of passing a file; which all is nice for performance. |
|