How to override php.ini:
1. On /home/user/public_html/.htacces:
suPHP_ConfigPath /home/user
2. On /home/user/php.ini:
register.globals = On
……
How to override php.ini:
1. On /home/user/public_html/.htacces:
suPHP_ConfigPath /home/user
2. On /home/user/php.ini:
register.globals = On
……
Reset root password
1. Stop mysql server
/etc/init.d/mysql stop
2. Start mysql server with safe mode and skip grant tables
#mysqld_safe –skip-grant-table
(more…)
Viewing current queue:
postqueue -p
Delete all deferred messages:
postsuper -d ALL deferred
Delete all message from admin@yahoo.com:
postqueue -p | grep admin@yahoo.com | cut -c 0-12 | tr -d [:blank:] |postsuper -d -
I just want to access my web server from my local address:
iptables -I INPUT -p tcp --dport 80 -s ! 127.0.0.1 -j DROP -m comment --comment "Only for local address"
Specifications:
Problem:
Solution:
Bad english huh? but … whatever….
Ordinary users can configure their own web directories with .htaccess (first, enable it from httpd.conf). To enable .htaccess, open /etc/httpd/conf/httpd.conf and take a look at these part:
Here are some useful things to know for managing an Exim 4 server.
Show email queue:
exim -bpc
Show detailed exim process:
exiwhat
List email queue
exim -bp
Masalah : Replikasi Database pada MySQL
Keterangan : langkah – langkah ini masih banyak kekurangan, tetapi sudah layak untuk dilakukan.
(more…)
//tmp/horde-dragon.log
Merupakan webmail yang mempunyai reabilitas yang tinggi.
(more…)
Suse nih, sering lupa kalo nggak dicatet.
Checklist:
1. apache: gd, sll
2. gcc
3. Nagios Core, nagios plugin, n\NRPE
(more…)
Powered by WordPress