| | 1 | = Twisted Web - Frequently Asked Questions = |
| | 2 | |
| | 3 | Also see the main FrequentlyAskedQuestions page for more information about Twisted. |
| | 4 | |
| | 5 | == Can Twisted Web do PHP? == |
| | 6 | |
| | 7 | Yes. It works out-of-the-box, so long as you've got the standalone PHP interpreter installed. |
| | 8 | |
| | 9 | == Can Twisted Web do virtual hosting? == |
| | 10 | |
| | 11 | You can decide to go with one big process for all of them, a front server and a seperate server for each virtual host (for example, for permission reasons), and you can even mix-and-match between Apache and Twisted (for example, put Apache in the front and have Twisted handle some subset of the virtual host). |