Changes between Version 12 and Version 13 of HostingServerSetupRecommendations
- Timestamp:
- Aug 30, 2010, 4:33:28 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HostingServerSetupRecommendations
v12 v13 77 77 [[Image(hssr-php-1-dso.jpg)]] 78 78 79 This setup works fast because web-server don't need to load PHP interpreter each time, it works as part of web-server. You can even speedup it by installing opcode cache extensions for PHP, we recommend [http://eaccelerator.net/ eAccelerator], because you can get advantage of shared memory cache which offer eAccelerator since Dolphin 7.0.3.79 This setup works fast because web-server don't need to load PHP interpreter each time, it works as part of web-server. You can even speedup it by installing opcode cache extensions for PHP, we recommend [http://eaccelerator.net/ eAccelerator], because you can get advantage of shared memory cache since Dolphin 7.0.3 which offer eAccelerator. 80 80 81 81 The problem maybe on shared hosting, because PHP scripts are executing under the same web-user (nobody or apache as usual) and one account owner can get access to nobody files of other account on the server, but it can be properly configured with correct "base_path" restriction to disable such access from PHP script. If you have VPS or dedicated server this is not a problem, since all sites on the server are yours. 82 82 83 This setup considered to be secured, because of in case of thehacking attempt it is possible to upload files to nobody directory only and modify nobody files only, no risk to overwrite or modify index.php file for example (if it has correct permissions)83 This setup considered to be secured, because in case of hacking attempt it is possible to upload files to nobody directory only and modify nobody files only, no risk to overwrite or modify index.php file for example (if it has correct permissions) 84 84 85 85 '''Advantages:'''