XsltProcessor is Off, you should install XsltProcessor DirectAdmin
OS CentOS yum install libxml2-devel libxslt-devel libgcrypt-devel OS Debian aptitude install libxslt1.1 libxslt1-dev libgcrypt11-dev libxml2 libxml2-d..
How to disable mod_cgi in directadmin custombuild
Edit configure.apache Custombuild
vim /usr/local/directadmin/custombuild/configure/ap2/configure.apache
add this below
"--disable-cgid" \
"--disable-cgi"
compile apache again
cd /usr/local/directadmin/custombuild/
./build apache
recheck mod_cgi
httpd -l
more choice
create .htaccess in folder user
Options +ExecCGI
AddHandler cgi-script .cgi
August 7, 2009
Blog | #Command #DirectAdmin
OS CentOS yum install libxml2-devel libxslt-devel libgcrypt-devel OS Debian aptitude install libxslt1.1 libxslt1-dev libgcrypt11-dev libxml2 libxml2-d..
find mysqld.log/mysql.log & slowly log file in DirectAdmin(Debian) 1.Login mysql command mysql -u dbuser -p 2.Query mysql variables mysql> show variab..
วิธีการติดตั้ง php 5.3.x ให้ใช้งานได้บน server ที่ลง 5.2.x เดิมอยู่แล้ว โดยใช้ทริคที่ว่าให้ระบบมอง php5.3 เป็น php6 โดยมีขั้นตอนตามนี้ *This trick wil..
mod_ruid จัดการให้ php-cli ไม่ต้องมา chmod 777 เองให้วุ่นวาย ฟีลเหมือนใช้โฮส cPanel install mod_ruid2 cd /tmp apt-get update aptitude install libcap2-..
What versions of the OpenSSL are affected? Status of different versions: - OpenSSL 1.0.1 through 1.0.1f (inclusive) are vulnerable - OpenSSL 1.0.1g is..
step 1 : https://www.taxze.com/how-to-upgrade-php-with-directadmin/ step 2 : install openssl first https://www.taxze.com/update-openssl-debian-directa..