Changes between Version 14 and Version 15 of HostingServerSetupRecommendations


Ignore:
Timestamp:
Aug 30, 2010, 5:32:51 AM (14 years ago)
Author:
AlexT
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HostingServerSetupRecommendations

    v14 v15  
    8383This 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)  
    8484 
    85 '''Advantages:''' 
     85__Advantages:__ 
    8686 * speed 
    8787 * security 
     
    9090 
    9191 
    92 '''Disadvantages:''' 
     92__Disadvantages:__ 
    9393 * maybe insecure on shared hosting 
    9494 
    95 '''Conclusion:''' if you already have such setup it is ok to leave it, but consider to install opcode cache extension.   
     95__Conclusion:__ if you already have such setup it is ok to leave it, but consider to install opcode cache extension.   
    9696 
    9797=== CGI/suPHP === 
     
    105105This is used on shared hosting to separate users from each other, so it is considered to be safe on shared hosting environment. But when attacker get access to your server - access to all files is open, any file can be modified/removed in any folder, so it maybe more dangerous result in case of hack attempt.  
    106106 
    107 '''Advantages:''' 
     107__Advantages:__ 
    108108 * all files are always handled under one owner, so you don't need to bother about files permissions 
    109109 * PHP settings can be changed without web-server reload  
    110110 
    111 '''Disadvantages:''' 
     111__Disadvantages:__ 
    112112 * slow 
    113113 * opcode cache extensions are not supported 
    114114 * insecure 
    115115 
    116 '''Conclusion:''' it is better to switch to another setup if you have VPS or dedicated server. If you are on shared hosting try to ask to move your account to another server with another setup. If you have no choice - try to lower number of accesses to webserver: you can do it by uninstalling the following modules in Dolphin (they make periodic lightweight request to web-server): messenger, simple messenger, spy and disable floating member menu. Or at least increase time between requests. 
     116__Conclusion:__ it is better to switch to another setup if you have VPS or dedicated server. If you are on shared hosting try to ask to move your account to another server with another setup. If you have no choice - try to lower number of accesses to webserver: you can do it by uninstalling the following modules in Dolphin (they make periodic lightweight request to web-server): messenger, simple messenger, spy and disable floating member menu. Or at least increase time between requests. 
    117117 
    118118=== FastCGI === 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub