The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
42 views

Whats the bare minimum modules required by Apache to run Drupal

As part of improving performance of my website I am reducing the memory footprint of Apache. Currently I have the following modules enabled lrwxrwxrwx 1 root root 28 Aug 31 2012 alias.conf -> ...
0
votes
0answers
31 views

Separating application and web server for a Drupal 7 installation

I have been asked to separate the web server from the application server for Drupal 7 site running on XAMPP. Basically, the Web server should be on one box, with the application server running on ...
0
votes
0answers
18 views

Creating Entityhub in Apache Stanbol

We have an Apache Stanbol installation, along with Drupal 7 configured with the Stanbol Search API extension. We've created a new EntityHub entry via Apache Felix, and it appears in Stanbol, but when ...
1
vote
2answers
60 views

How to sync the databases of a load-balanced drupal site

I have a production environment setup where my drupal site is hosted on two servers, mapped to the same domain, each with a copy of code and database, running on XAMPP. So basically, they are two ...
0
votes
2answers
22 views

Redirect url's using RewriteRule

I had a site, say example.com/drupal running on xampp I have since changed the DocumentRoot in httpd.conf to /drupal/, so that I could access my site using example.com But Google has already crawled ...
3
votes
1answer
60 views

Is Amazon s3 required if am using Cloudfront for files

I am planning to host a website in Amazon Ec2 instant. I got some basics from the docs. But I have few confusions. If am using cloudfront for CDN, do i really need to server files from s3? The site ...
0
votes
2answers
2k views

Why is Varnish not caching?

I am troubleshooting the setup of Varnish 3.x on my Ubuntu server. I'm running Drupal 7 on two sites set up on the box, via named-based vhosts. Before trying to get Varnish to play nice with Drupal ...
2
votes
2answers
116 views

What are these zero-length files created by Apache in the tmp directory?

Any ideas on why apache (httpd) creates these files in /tmp? I'm on Redhat 5.5 and Apache 2.2, mpm-prefork. -rw-------. 1 apache apache 0 Aug 14 12:46 filec1puD5 -rw-------. 1 apache apache ...
0
votes
0answers
136 views

Drupal + nginx and my own website

I'm having a nightmare. Been trying to set up Drupal to work from a subdirectory from within my ngingx config. Currently I have my own personal site set up which is using Zend Framework. The ...
2
votes
3answers
478 views

How to speed up Drupal 7 with remote DB (not DNS resolving)

we have Drupal 7 on Ubuntu LTS virtual machine (VMWare) with MySQL 5.1 server on the same physical server, but on a different virtual machine. The Drupal website is currently under development, ...