.htaccess Allow IP-range
September 12th, 2009
No comments
Easy and fast, using chkconfig linux command.
To configure your system to start Apache at boot time:
chkconfig --levels 235 httpd on
for manual start apache:
/etc/init.d/httpd start
create the system startup links for Proftpd and start it:
chkconfig --levels 235 proftpd on
/etc/init.d/proftpd start
Chkconfig provides a ...
Edit httpd.conf
replace:
CustomLog /var/log/httpd/access_log combined
ErrorLog /var/log/httpd/error_log
with
CustomLog /dev/null combined
ErrorLog /dev/null
Restart httpd with command:
./apachectl restart
(don't do service httpd restart, use apachectl )
New Six-Core AMD Opteron Processor Delivers Up to Thirty-Four Percent More Performance/Watt in Exact Same Platform
Available five months ahead of schedule, Istanbul is an industry game-changer
AMD today announced availability of the world’s first six-core server processor with Direct Connect Architecture ...
Sa nu va mire treaba ca mai apar probleme / erori pe cateva bloguri d'ale mele. Motivul este schimbarea/transferul domeniilor de pe unul din serverele de la godaddy la un server nou (AMD 64 Phenomenon Quad/4G RAM/250G RAID/5000G Trafic) , ...
Linux - for mysql tunning use MySQLTuner script. MySQLTuner is a script written in perl that will assist you with your MySQL configuration & make recommendations for increased performance and stability.
Download the latest MySQLTuner version in plain text to your ...
Install xcache - 3 linux commands:
zypper sa -r http://download.opensuse.org/repositories/server:/php:/extensions/openSUSE_11.0/server:php:extensions.repo
zypper ref
zypper in php5-xcache
this is for OpenSuse version 11.0; For other version, change openSUSE_11.0 with desire version, ex: openSUSE_10.3