How To Install Apache Solr In Ubuntu

Apache Solr Solr is a search engine platform based on Apache Lucene. It is written in Java and uses the Lucene library to implement indexing. If you want to install Solr the easy way, you should use this steps. Solr doesn’t work alone; it needs a Java servlet container such as Tomcat or Jetty. To […]

See More

Install Varnish with Apache on Ubuntu 12.04

 Varnish Varnish is an HTTP accelerator and a useful tool for speeding up a server, especially during a times when there is high traffic to a site. It works by redirecting visitors to static pages whenever possible and only drawing on the virtual private server itself if there is a need for an active process. […]

See More

Install php soap on the linux plesk server

How to install php soap on the linux plesk server(centos 5 -i386) ? Ans : You can easily installed php soap by using the rpm rpm -ivh http://www6.atomicorp.com/channels/atomic/centos/5/i386/RPMS/php-soap-5.2.13-1.el5.art.i386.rpm Then check it by using the command php -m | grep soap soap Done

See More