best performence for my Apache servers

That depends on who installed DirectAdmin, lots of admins implement custom settings, which of course should also be fine if they're doing their job.

I've just checked, and Hetzner doesn't appear to offer DirectAdmin, but rather bare servers, Windows, Plesk, or cPanel. Who installed your DirectAdmin software?

If you, did you use the defaults, or did you make any changes?

If the default settings were used, then they're probably okay for typical shared server use, but if you've gotten your own server to host just your own domain, then it depends a lot on what kind of traffic you're getting.

Jeff
 
I'd rather add, that not only traffic makes difference, and also how good PHP scripts are (is caching enabled on software side? PHP accelerator installed?), and how heavy MySQL queries will be executed. One-two joined selects without indexes against Gbs of data stored in MyISAM table might make your server to feel very bad if it'll be running for concurrent 450 users (which are set by default).
 
Back
Top