How to setup SSL secure pages
On Linux install packageyum install mod_sslopenssl genrsa -out ca.key 1024openssl req -new -key ca.key -out ca.csropenssl x509 -req -days 365 -in ca.csr -signkey ca.key -out ca.crtSubject: Apache
View ArticleHow to Improve Web Performance and Scalability using Varnish
Varnish CacheVarnish is a state-of-the-art, high-performance HTTP accelerator. It uses the advanced features in Linux 2.6. Varnish supports Edge Side Includes, ESI. Edge side includes allow you to...
View ArticleVarnish commands
Setting up VarnishVarnish has a set of command line tools and utilities to monitor and administer Varnish. These are:varnishncsa: Displays the varnishd shared memory logs in Apache / NCSA combined log...
View ArticleLucene Search Setup
Download and install Search Lucene Module for Drupal6Note: this requires you have php-mbstring installed in apache.I like to add some stop words like the following:and all also am an any as ask at be...
View ArticleNSS_Initialize failed when starting Apache httpd
I got the following error in /var/log/httpd/error_log when trying to start httpd on Fedora11 64 bit:NSS_Initialize failed. Certificate database: /etc/httpd/alias.SSL Library Error: -8038...
View ArticleSpeed up web site
What is Google Page Speed?Page Speed is an open-source Firefox/Firebug Add-on. Webmasters and web developers can use Page Speed to evaluate the performance of their web pages and to get suggestions on...
View ArticleApache Log File Tools
AWStats Logfile AnalyzerI wanted to report on basic activity on my web server so I found and installed AWstats, which I really like.Importing Apache logs into SQLLater I wanted to see more details so I...
View ArticleHowto: Install Apache Solr 1.4.1 on CentOS / Drupal 6
See Also:Multi-Site Solr for Drupal 6 Search on Tomcat 6 / CentOS 6This ArticleSetup Single Core Solr on CentOS Upgrade Javayum remove java yum install java-1.6.0-openjdk yum install...
View ArticleInstall Tomcat on Fedora or CentOS
To install tomcat5 (or tomcat 6) on Fedora 14 or CentOS,Run yum install tomcat5 tomcat5-webapps tomcat5-admin-webapps (or to install tomcat6 run yum install tomcat6 tomcat6-webapps...
View ArticleCentos 7.3 How to install Apache 2.4, PHP 7.1 and MySQL (MariaDB)
Enable NetworkDisplay network status# nmcli dStart network manager# nmtuiEdit the connection to Automatically connectMake GUI DefaultCentos 7# yum group install "GNOME Desktop""Graphical Administration...
View Article