Changes between Initial Version and Version 1 of Ticket #1477, comment 1
- Timestamp:
- 02/25/14 16:21:14 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1477, comment 1
initial v1 3 3 I am pretty sure this is because of the configuration of Apache (I've seen something similar before). The reason is that WSGI processes should be up and running waiting for requests, otherwise they take a while to warm up at the beginning. 4 4 5 Your apache should be configured in pre-fork edmode, something like this (depending on the RAM of your server):5 Your apache should be configured in pre-fork mode, something like this (depending on the RAM of your server): 6 6 7 7 {{{