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
1
vote
1 answer

what port should I open for mysql master-master replication?

I have two servers running php5-fpm and a load balancer running nginx, the three servers share /var/www/drupal using nfs. nfs is working correctly. I replicated the two servers' database using mysql master master replication. everything was working…
Vanddel
  • 125
  • 1
  • 4
1
vote
0 answers

Is memcache impacting my performence negatively?

I am using pressflow 6 and NewRelic seems to suggest that memcache is infact hurting performance as shown below : My settings.php file : # Varnish reverse proxy on localhost $conf['reverse_proxy'] = TRUE; $conf['reverse_proxy_addresses']…
iTech
  • 355
  • 4
  • 15
1
vote
1 answer

Bitnami Drupal can't send email

I have the Bitnami Drupal AMI that is on the AWS marketplace. https://aws.amazon.com/marketplace/pp/ref=bill_eml_1?sku=5ysj40wf1vkv5qwu3jszwhefa when someone attemps to create a new account they get the following error: Unable to send e-mail. Please…
chuckboycejr
  • 531
  • 1
  • 4
  • 6
1
vote
2 answers

can't login to SSH with Bitnami Drupal AMI on AWS Marketplace

I have the Bitnami Drupal AMI that is on the AWS marketplace. https://aws.amazon.com/marketplace/pp/ref=bill_eml_1?sku=5ysj40wf1vkv5qwu3jszwhefa I can't SSH to it in EC2. Tries to use user ubuntu. Appreciate any help. Thank…
chuckboycejr
  • 531
  • 1
  • 4
  • 6
1
vote
2 answers

ngnix simple location match, what does it mean

location ~ \..*/.*\.php$ { return 403; } I am interpreting this as: case sensitive .[any character repeated 0 or more times]/[any character repeated 0 or more times].php Examples: .abc/abc.php ./.php I don't understand why I need this for…
Chris Muench
  • 487
  • 3
  • 10
  • 31
1
vote
1 answer

How to remove duplicate illegal site in apache configuration?

I've recently found a referrer in the apache log on my site. Now, I opened it out of curiosity, since my site is live, but I just started development so I didn't expect it. Anyway, the site was a pure copy of mine, and after investigation I saw that…
Zlatko
  • 1,011
  • 2
  • 11
  • 21
1
vote
1 answer

PHP displays blank white page even with all error reporting enabled

I am trying to debug a broken page in a Drupal application and am having a hard time getting PHP to spit anything useful out. I have the following set: error_reporting = E_ALL display_errors = On display_startup_errors = On log_errors = On error_log…
Andy Shinn
  • 4,211
  • 8
  • 40
  • 55
1
vote
1 answer

Nginx gives 504 Gateway Time-out once moved to live

I am planning to switch my website (drupal 6.25) from apache to nginx. i have prepared everything for nginx and tested it on port 81. it is working fine. and now i changed listen from 81 to 80 and stop apache and start nginx. the website starts…
Alaa Alomari
  • 638
  • 6
  • 19
  • 37
1
vote
2 answers

Setup htpasswd for a specific URL

I have a htpasswd file, works fine - in my htaccess I have: require valid-user Which works, login/passwd shows up fine when you reach the root of website. However I need to limit this so the login/passwd will only appear…
williamsowen
  • 1,167
  • 3
  • 16
  • 25
1
vote
1 answer

MySQL cluster for Drupal?

We have a pretty busy site based on Drupal and I was thinking of introducing some form of clustering for HA and Load balancing. However, http://drupal.org/requirements says: Drupal supports MyISAM and InnoDB table types. NDB tables (MySQL Cluster)…
Debianuser
  • 421
  • 4
  • 12
  • 29
1
vote
1 answer

Failed PCI compliance - 403 (Forbidden)

Due to a recent upgrade in the scanning done by our PCI compliance testers, we recently failed a PCI, and the suggested solution is as follows: Configure the HTTP server to specify the same error documents for both 403 (Forbidden) and 404 (Page…
1
vote
5 answers

Synching 2 remote folders

We have 2 Drupal servers that read/write to their own copy of the same folder (the sites/default/files folder for those of you who know a bit about Drupal). Those 2 folders should be in sync. I've been looking into some options and here is what I…
Max
  • 3,523
  • 16
  • 53
  • 71
1
vote
1 answer

Zend Optimizer not compatible with PHP+APC+Drupal. Can I disable it for Drupal-run domains?

I use the following set up: PHP Version 5.2.17 Apache/2 Zend Optimizer v3.3.3 Drupal 7.8 As far as I read other articles and questions, Zend Optimizer doesn't do any good neither for PHP5 nor for D7. I would like to use APC as PHP cache but…
LLub
  • 153
  • 1
  • 11
1
vote
1 answer

Clean Url problems WIth ubuntu apache , php-fpm, fastcgi

Well this is a kind of repost of this, but no one has replied to my question so far, so I am here. I am using Apache/2.2.17 (Ubuntu) mod_fastcgi with php-fpm and I can't enable clean URLs as the site returns Internal Server Errors . I think…
user80287
  • 145
  • 2
  • 7
1
vote
1 answer

Ideal technology stack for Drupal 6 in Windows Server 2008R2

My background is predominantly Linux-based servers, with which I can configure anything however I want. However, I'm building a Drupal6 site for a client, who (despite my warnings) wishes to self-host from a server in his offices -- and is running…
aendra
  • 177
  • 9