:: Install Direct Admin on CentOS
:: What is DirectAdmin
DirectAdmin is a graphical web-based web hosting control panel designed to make administration of websites easier. - wikipedia
:: Disable Welcome Test Apache on CentOS
:: How to disable welcome test page apache on Linux CentOS
+ editing wecome.conf
vi /etc/httpd/conf.d/welcome.conf
:: No irq handler for vector
:: Kernel error
if you get kenel error on your CentOS Linux like:
kernel:do_IRQ: 1.92 No irq handler for vector (irq -1)
:: AutoLogin User on Centos 6
:: Issue
If you want username on your linux centos
if you want the user to automatically login without having to enter usernames and passwords on Linux Centos Desktop.
:: Setup SSL in Apache
:: What is SSL
Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols that provide communication security over the Internet. TLS and SSL encrypt the segments of network connections above the Transport Layer, using asymmetric cryptography for privacy and a keyed message authentication code for message reliability. :: wikepedia