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
0 answers

Drupal / nginx redirect domain without changing URL with proxy_pass

We have a Drupal 8 website which runs about 18 languages, but only the Chinese one has a separate domain. We want this domain, which for testing purposes is testchinese.com to redirect in the background to drupalwebsite.com/zh-hans, where zh-hans is…
Illes Peter
  • 51
  • 1
  • 8
2
votes
1 answer

drupal and remote database

I get error "Failed to connect to your database server. The server reports the following message: SQLSTATE[HY000] [2003] Can't connect to MySQL server on '192.168.0.20' (13)." while installing drupal. credentials are correct. on webserver: mysql -u…
2
votes
2 answers

Data take on with Drupal 6

We are migrating our current intranet to Drupal 6 and there is a lot of data within the current system which can be classified into: List data, general lists of fields. Common use is phone list of the employees phone numbers. Document repository.…
Robert MacLean
  • 2,186
  • 6
  • 28
  • 45
2
votes
1 answer

Add www to subdomain

A client is looking to prefix all my subdomains with www. E.g. www.subdomain.domain.com I could do it through DNS but the problem is that the sub domains are user generated and it would be a pain to setup a new CNAME everytime a user signs up. Is…
digital
  • 345
  • 6
  • 13
2
votes
3 answers

Can you explain why I shouldn't serve PHP off Gluster?

There's a good chance that I'll end up running Drupal on several front-end nodes over the next six months, and I'd like to know if there is a good reason not to have a single instance of Drupal stored on Gluster. We'll be using APC, so presumably…
jj_aa
  • 35
  • 1
  • 1
  • 6
2
votes
1 answer

NGINX + Drupal installed in subfolder on linux server

I'm trying to configure the server like this have this accessible addresses: domain.com/webmail (webmail app) domain.com/app (node.js app) domain.com/mailadmin (mail administration app) domain.com/site (drupal website) My Root diretory is…
2
votes
2 answers

Setting SSL redirect ONLY for the frontpage on Drupal?

I want users that visit my site to be redirected to the SSL version when they access it like this www.mysite.com But when they access other urls, such as... www.mysite.com/some www.mysite.com/other www.mysite.com/links That it goes to the normal…
rockstardev
  • 127
  • 3
  • 14
2
votes
1 answer

index.php 403 in Drupal on centos 7 with SELinux enabled

i tried to install drupal on centos, i have configure my server (install httpd, mysql, php, etc) everything looks good until the last part: hit the url to install drupal the problem here is once i hit the url/ip addr it return me 403 forbidden. but…
AnD
  • 171
  • 2
  • 11
2
votes
1 answer

Secure permissions setup for Drupal website with multiple maintainers

For several Drupal sites a colleague of mine and I (for demonstration purposes alice and bob) are responsible for maintaining these installations. We both have an SSH account to log into the server (with ID file, no password). However, we are not…
Paul
  • 121
  • 3
2
votes
0 answers

LXC containers act differently on difrent servers

I have two physical servers A and B. I wanted to upgrade them from Ubuntu 12.04 to 14.04. Here is my current setup (if I'm left out any info here, let me know and I'll add it): Server A: Ubuntu 12.04 ext4 on RAID and LVM lxc 0.75 Server…
zidarsk8
  • 394
  • 1
  • 3
  • 12
2
votes
1 answer

PHP 5.3 Apache 2.2 MySQL 5.5 Drupal 6

We are running Drupal 6.26, PHP 5.3 on Apache 2.2 mysql5.5. The Prod webserver has loadbalancer running with two PROD appservers. The Prod Webserver went down with httpd.exe using 100% CPU. Below is the extract of the crash dump. This is the thread…
Bhavna
  • 21
  • 2
2
votes
0 answers

Configuring mod_auth_sspi to find remote user

I have been trying for a while now to get mod_auth_sspi up and running to help run a Drupal Intranet. The Drupal LDAP modul and the Drupal SSO instructions https://drupal.org/node/1371478 have been followed. I am running a Uniform Server 8.12 -…
gdhp
  • 41
  • 2
  • 5
2
votes
1 answer

Nginx downloading php files - Possible cause: regular expressions

Problem I'm trying to deny access to two files in my web root, update.php, install.php and require authentication for apc.php (also webroot). I think I've successfully denied access but on opening the file it's downloaded instead of being run. For…
split_account
  • 169
  • 4
  • 11
2
votes
1 answer

some funky redirecting on Drupal server

I have a drupal instance on a linux server located at var/www/html I created a indepent html file called index.html in the following directory var/www/html/special_project/index.html I am able to see "special_project/index.html" by typing…
2
votes
3 answers

How do I improve the performance of my Drupal site with a lot of concurrent users?

I have a Drupal site that may receive a very high hit rate on launch. We've rented a very beefy server for the initial launch, after which we'll downscale. The server has a Xeon E5-2670 8 core processor @ 2.6ghz and 30gb of RAM. MySQL has been given…
George
  • 123
  • 3
1 2
3
17 18