|
|
|
|
|
by smsm42
3362 days ago
|
|
There are degrees of complexity, there's a kind of spectrum even. If you want a full-blown business logic that requires language like PHP or Go, it's insane to try and make Apache do it. If you need a set of simple rules that are within what Apache (including there all the module ecosystem) can and is designed to do, it would be a big mistake, costing a lot of scalability, to deploy high-level language instead. Right tool for the job, always. |
|
> a set of simple rules that are within what Apache (including there all the module ecosystem) can and is designed to do