:: Awstats on CentOS
Posted by blackonsole on November 7th, 2011 03:18 PM | No Comment
:: What is Awstats
AWStats is an open source Web analytics reporting tool, suitable for analyzing data from Internet services such as web, streaming media, mail and FTP servers. AWStats parses and analyzes server log files, producing HTML reports. Data is visually presented within reports by tables and bar graphs. Static reports can be created through a command line interface, and on-demand reporting is supported through a web browser CGI program. - wikipedia
:: Disable Welcome Test Apache on CentOS
Posted by blackonsole on October 17th, 2011 02:51 PM | 1 Comment
:: How to disable welcome test page apache on Linux CentOS
+ editing wecome.conf
vi /etc/httpd/conf.d/welcome.conf
:: Cannot create SSLMutex
Posted by blackonsole on September 15th, 2011 09:06 AM | No Comment
:: Apache error logs
No space left on device: Cannot create SSLMutex Configuration Failed
:: Setup SSL in Apache
Posted by blackonsole on August 13th, 2011 08:15 AM | No Comment
:: 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
:: apxs / apxs2 not found
Posted by blackonsole on August 6th, 2011 07:34 AM | No Comment
:: Error
if you cannot found apxs / apxs2 after install Apache on Debian System
:: How to fix
:: Link
+ Google
+ HowToForge
:: nginx reverse proxy with apache
Posted by blackonsole on May 13th, 2011 08:00 AM | 5 Comments
:: how to installing nginx on linux debian
:: configure nginx as reverse proxy
+ create reverse proxy setup file
+ setup proxy_pass on vhost / nginx.conf
:: testing and restarting nginx
:: installing apache and rpaf module
:: configure apache to use nginx proxy
+ change ...