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
0
votes
1 answer

Integrating Web Application Firewall into this architecture

I need some help figuring out how to implement a Web Application Firewall (WAF) in my existing architecture. Currently I have 2 HAproxy servers clustered using keepalived which are responsible for the following: Load Balancing SSL…
m3ta
  • 1
  • 2
0
votes
0 answers

Drupal on Apache: Consecutive PHP errors "Maximum execution time of 240 seconds exeeded"

This Apache/MySQL server (Debian 8) running a Drupal site shows a strange behaviour: There's always one Apache process running with 100% CPU utilization (according to htop). Every four minutes (~240 seconds), the process terminates and immediately…
flight
  • 394
  • 4
  • 14
0
votes
1 answer

Where to place the .htaccess file on OpenShift for Drupal?

I would like to redirect to https and add this code to a .htaccess file for Drupal. Where should I place this file? RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST} ^www.domainname\.com* RewriteRule ^(.*)$ https://domainname.com/$1…
user24957
  • 101
  • 1
0
votes
1 answer

Drupal 8.0.5 and FreeBSD 10.2 Issues

I am running a FreeBSD 10.2 server with Apache 2.4.18, php56-, and SQL 57. I am trying to install Drupal 8.0.5, but I am stuck. I got the PHP stuff working, as well as the clean URL things that drupal requires. But I have hit a snag in that I can't…
0
votes
1 answer

How to show/include originating domain/application in Postfix logs

I have a server which hosts a number of applications mostly built with Drupal. These applications are configured to send mails and Postfix is my MTA. Is it possible to have the applications and/or Postfix configured to identify in its log [maillog]…
pi.
  • 249
  • 3
  • 9
0
votes
1 answer

Trying to get property of non-object in advagg_font_admin_settings_form()

I enabled the module Advanced CSS/JS Aggregation (advagg) 7.x-2.17 on Drupal 7 and now in my admin page admin/config/development/performance/advagg/font I see a warning: Trying to get property of non-object in advagg_font_admin_settings_form() (line…
Nemo
  • 259
  • 1
  • 13
0
votes
1 answer

Should I use Drupal with Nginx or Apache?

I'm currently running my own built server, where I host my own coded website, as well as websites I have built for local businesses. Currently it's running Ubuntu server edition, with Nginx. I already have the virtual hosts configured to correctly…
AviTapp
  • 3
  • 1
0
votes
1 answer

How to resize a root persistent disk of a Drupal/Debian instance on Google Compute Engine

It's about a Drupal 7 site running on a debian 7 virtual machine instance on Google Compute Engine, deployed by this tutoriel Actually noting is running because boot/root disk full, MySQL crash ... root@drpl-gce:/# df -h Filesystem …
0
votes
0 answers

Prevent Drupal modules listing

Is there any way to prevent drupal modules to be enumerated by eventual attackers accessing know file locations ie: http://mysyte.io/sites/all/modules/extlink/README.txt
gpilotino
  • 285
  • 3
  • 9
0
votes
4 answers

Improving on server configuration

I am trying to improve the performance of a Drupal (6) installation under load. One web server, one db server (MySQL5) both are Single Socket Quad Core Intel Xeon 2.5GHz with 16GB RAM. On the web server, I am running APC to improve PHP's…
rrlange
  • 1
  • 1
0
votes
1 answer

Server denied check_authentication after migration of Drupal

I just moved a drupal website from one server to another. On the original server the site was set up directly in apache. On the new server, i have a docker layer in between: The machine runs a debian system with docker, and the (currently only)…
0
votes
0 answers

apache refuses to start when apc.shm_size is greater than 76M

I'm just setting up a new faster server for our Drupal site and was setting up APC and tried to set the apc.shm_size up to 128M however after restarting apache and reloading the APC Admin page Apache Simply goes away and returns no requests so I…
CHP
  • 1
  • 1
0
votes
0 answers

How do I accomplish Drupal "double gzip" prevention in Nginx?

There is this section of the default .htaccess that Drupal ships with: # Serve correct content types, and prevent mod_deflate double gzip. RewriteRule \.css\.gz$ - [T=text/css,E=no-gzip:1] RewriteRule \.js\.gz$ - [T=text/javascript,E=no-gzip:1] I…
Chris
  • 1
0
votes
1 answer

Should Varnish Hits Touch PHP?

I have a reasonably large Drupal site sitting being Varnish on a box with 4GB of memory. I had thought (hoped? assumed?) that standing Varnish up in front of Nginx/PHP-FPM would take the load off of PHP, but PHP still seems very active and I get…
Rob Wilkerson
  • 1,465
  • 4
  • 17
  • 25
0
votes
1 answer

Drupal 7 Multi-site Sub-folders nginx configuration

I'm using perusio configuration for drupal but I think that is only designed for single web site. php does not work in subfolders. I want to create a structure as follows: Main site…
kLezer
  • 101
  • 1