Questions tagged [drupal]

Drupal is an open-source, database-backed CMS written in PHP. It is maintained and supported by a worldwide community. Questions about installing and maintaining Drupal belong on Drupal.SE

Drupal is an open-source, database-backed CMS written in PHP by a worldwide community.

Resources:

270 questions
2
votes
3 answers

How can use mod_rewrite to redirect a multiple specific URLs containing multiple query strings?

we recently migrated a site from a custom CMS to drupal. In an effort to preserve some links that our users bookmarked (we have about 120 redirects) we would like to forward the original URLs to a new URL. I have been searching for a couple days,…
2
votes
1 answer

Drupal + Zen - not proper layout/no graphics

I installed Drupal (both using Fantastico, then started over from scratch) and Drupal works great except when I setup the Zen theme (following the instructions on the website and in the readme-first.txt) the theme does not show up properly. it has…
Luma
  • 1,460
  • 4
  • 19
  • 31
2
votes
3 answers

load balancing two web servers each on two different isp's?

I have two ISP's that provide me hosting via apache / php / mysql. I am running drupal on them. On occasion the mysql server will go away (crash), so I was hoping to find a reasonable way to have a fail over, if server A SQL is down, all traffic…
Scott Szretter
  • 1,882
  • 11
  • 43
  • 66
2
votes
3 answers

Webserver optimization

I have a website hosted on a VPS (512Mb - minimum guranteed memory, 510Mhz proccessor, Debian 5.0 Lenny, Apache 2.2.9 with nginx 0.7.65 as a frontend to serve static content, MySQL 5.1.44, PHP 5.3.2 with APC caching). I'm a web developer, so I'm not…
user38484
  • 313
  • 2
  • 5
  • 10
2
votes
2 answers

Drupal modules for ticketing system

We are looking at implementing a ticketing system at our work place. We intially tried OS Ticket which was fine. But management are hoping to integrate it into out intranet. (which will be done in Drupal) The Ticketing system will be used for the IT…
freddy6
  • 115
  • 2
  • 3
  • 10
1
vote
0 answers

Best Way to Achieve Solr Resilience for Drupal With Two Solr Nodes Available?

I'm trying to figure out the best way to deploy solr (6.6.6) on two nodes in conjunction with Drupal 7 to provide some kind of resilience. The first problem is that Drupal only supports the concept of a single solr instance. So even if multiple…
P Burke
  • 183
  • 3
  • 12
1
vote
1 answer

Drupal clean urls on IIS6 with IIRF having different subfolder AND root websites

HI! I have IIS6 on win 2003 server with one website at www.example-one.com. I have enabled IIRF and everything works very well (also thanks to Drupal clean URL on IIS) On the same server I also have a website at www.example-two.com/mysite. but I…
user29185
  • 21
  • 4
1
vote
1 answer

leader_only is not working in Elastic Beanstalk

We are doing CI/CD for drupal site using Jenkins. Now, we need to run drush commands which we should run only in single instance. For this, we have created elastic beanstalk config script with parameter leader_only as true but it still runs drush…
1
vote
0 answers

Add a fake subdirectory to uri

When installing drupal 8 with composer, the default installation moves to the subdirectory /web. When visiting the root at http://example.com apache 2.3 serves a 403, but when visiting http://example.com/web and corresponding subpages everything…
glaux
  • 671
  • 5
  • 7
1
vote
1 answer

How to configure .htaccess to bypass specific subdirectories?

I have three directories, Dir1,Dir2 & Dir3 in the root of my Drupal installation. I want to bypass these directories. I have tried the below in .htaccess and its not working (Allowing subdirectories). RewriteCond %{REQUEST_URI} "/Dir1/"…
1
vote
1 answer

Civicrm - Add SPF Record, All Emails are going to spam,

All of my civicrm email's are going to spam. do i have to add SPF records for it? and if yes what it would be? For more details: https://www.screencast.com/t/hG2xCuBuE
Tle
1
vote
1 answer

Apache rewrite mod breaking apache

I am setting up Drupal Open Atrium, and halfway through the configuration receive an error: Clean Urls must be available and enabled to use OpenAtrium. https://www.drupal.org/docs/7/configuring-clean-urls/enable-clean-urls tells me to run sudo…
1
vote
1 answer

PHP Apache windows upload limit with Drupal

I am running php 5 with apache on windows 2003. I have changed the the upload_max_filesize to 50mb. I have saved the file and restarted apache. When I try a file upload in Drupalit says the maximum file size is set at 8mb allowed by php (this is…
Ryan
1
vote
1 answer

drupal install module

I have a couple of drupal modules that I would like to install on my Ubuntu LAMP stack. However, I am running into a bit of a problem. I installed drupal using Synaptic, and I cannot find the folder where I am supposed to drop in the unzipped…
George IV
  • 375
  • 3
  • 11
1
vote
1 answer

Nginx limit_conn inheritance

I am trying to protect Drupal running on Nginx from simple DDoS with limit_conn and limit_req. But I encountered some strange behavior with inheritance of limit_conn directive which I cannot explain. I have reduced my nginx (1.8.0) config to this…