Recent content by supportex

  1. S

    Samba linux file sharing

    Yes. And what is the question?
  2. S

    which lighweight server to use?

    For such amount of users you can go with nginx and have no troubles.
  3. S

    SAS 15k drives vs SATA RAiD 10 ?

    SAS15k will be faster then Raid10 SATA, but it depends for what you will use the server as well as 512 MB for Windows, it is not enough.
  4. S

    my.cnf optimizations

    Try article Innodb Performance Optimization Basics Also check output mysqltuner, mysqlreport and slow logs.
  5. S

    mysql hotcopy scripst

    As a variant you need change server with RAID 10 or SSD. It is much improve disk I/O. With bases of this size is a significant improvement.
  6. S

    mysql hotcopy scripst

    Base 20 GB requires a special approach to support and storaging. Maybe you can reduce size your database. But in any case it is better to use storage engine with fewer locks, such as InnoDB.
  7. S

    Mail Outgoing

    You can find out email addresses from the mail logs. You can also check the integrity server data and availability of third-party scripts.
  8. S

    PHP Book You'd Recommend

    Programming PHP(Rasmus Lerdorf, Kevin Tatroe, Peter MacIntyre)
  9. S

    Security

    Unfortunately very often the programmers do not check the incoming data. This allows an attacker to pass on their variables to execution. When on yours server lot of developers and you can not control quality of their code, but you need to keep security on the server. The best solution is to...
  10. S

    SSL Checker

    You can check SSL certificate installation for your site. http://www.sslshopper.com/ssl-checker.html
  11. S

    Security

    If you really want to raise security of your server then you need to disable use of following php functions: eval, exec, passthru, shell_exec, system, proc_open, popen, parse_ini_file, show_source, getmyuid, posix_getpwuid, posix_getgrgid, fileowner|filegroup, apache_note, apache_setenv...
  12. S

    How to install nginx

    Good advice, loss part of a botnet is strong enough kick at the attacker.
  13. S

    YUM package list

    You can see list yum list >> yum.list ; less yum.list Also you always can see full list of installed packages rpm -qa | sort | less
  14. S

    blank page after installing APC

    Are there any errors in the error log?
Back
Top