httpd

:: Cannot create SSLMutex

:: Apache error logs
No space left on device: Cannot create SSLMutex Configuration Failed
sysadmin.id
15 sec read

:: 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...
sysadmin.id
1 min read

:: apxs / apxs2 not found

:: Error if you cannot found apxs / apxs2 after install Apache on Debian System   :: How to fix #...
sysadmin.id
5 sec read

:: get visitors ip using php

:: how to get ip address using php # vi ip.php Your IP :: <?php echo $_SERVER; ?> :: view your...
sysadmin.id
6 sec read

:: nginx reverse proxy with apache

:: how to installing nginx on linux debian # aptitude install nginx :: configure nginx as reverse proxy + create reverse...
sysadmin.id
51 sec read

:: enable fastcgi php on lighttpd

:: how to enable php-cgi on lighttpd + configure lighttpd for php fast cgi # vi /etc/lighttpd/lighttpd.conf ### add some line...
sysadmin.id
14 sec read

:: virtual host on lighttpd

:: how to setup ligttpd vhost on linux debian + create directory for vhost website # mkdir -p /var/www/vhost/blackonsole.org/{http,logs} # mkdir...
sysadmin.id
28 sec read