mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-30 16:50:06 +02:00
Add new Templating section.
This commit is contained in:
8
_posts/12-04-01-Shared-Servers.md
Normal file
8
_posts/12-04-01-Shared-Servers.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
isChild: true
|
||||
anchor: shared_servers
|
||||
---
|
||||
|
||||
## Shared Servers {#shared_servers_title}
|
||||
|
||||
PHP has shared servers to thank for its popularity. It is hard to find a host without PHP installed, but be sure it's the latest version. Shared servers allow you and other developers to deploy websites to a single machine. The upside to this is that it has become a cheap commodity. The downside is that you never know what kind of a ruckus your neighboring tenants are going to create; loading down the server or opening up security holes are the main concerns. If your project's budget can afford to avoid shared servers you should.
|
Reference in New Issue
Block a user