Questions tagged [drupal7]
This tag is for questions regarding Drupal 7 specifically. Version tags should be used only when strictly necessary, for questions that apply to Drupal version 7 only.
32 questions
0 votes
1 answer
109 views
Base64 images not showing in drupal website after integration with cloudfront
I am receiving some issues on Drupal. I have integrated Amazon cloudfront with Drupal. The Cloudfront origin for my domain is drupal.example.com and Cnames are www.example.com and example.com. The ...
0 votes
0 answers
34 views
Cannot add a domain to existing drupal 7 site
Sorry in advance if this is a dumb question, I can't seem to figure out how to add a domain name to a D7 site, (currently using an IP). The website is hosted on digitalocean, the new domain is from ...
0 votes
0 answers
384 views
Irregular out of memory with AWS Linux AMI LAMP Stack
LAMP Server Irregular out of memory. Need help to find out what it cause. When it happen, unable SSH to the server. Restart httpd or mysqld cannot resolve the issue except fully stop the server and ...
0 votes
0 answers
373 views
Nginx server blocks + Multiple SSL Domains + Lets encrypt certificates
i have a weird situation and its getting to me, here is the situation in a nutshell. website A with domain name: webappA.com website B with domain name: webappB.com All websites are configured as ...
0 votes
1 answer
183 views
HTTP Error -5 occured when trying to download Views (WAMP)
Can anyone explain to me what HTTP error -5 is? I get this error message every time I try to update or download a module in my Drupal 7 site locally. For example: HTTP error -5 occurred when trying ...
0 votes
1 answer
105 views
ngnix SSL configuration works well with http but not https [closed]
i am running nginx(nginx/1.10.0) as my webserver behind AWS ELB with drupal 7 and using php7.1 issue is http://url works fine but same site with https://url serves only https components of the ...
12 votes
3 answers
34k views
Enable password login for SFTP while keeping authentication by SSH keys
How do I keep a password login enabled for SFTP transactions (made by Drupal, if this is important) while keeping it disabled for all other SSH key based authentications? Currently all the existing ...
0 votes
2 answers
481 views
Drupal 7 login does not work on NGINX after enabling SSL with Letsencrypt
I followed the [excellent Digital Ocean tutorial][1] and the SSL cert verifies as valid. However the Drupal login to access the admin no longer activates and the page just reloads to itself. I enabled ...
4 votes
1 answer
2k views
NginX->Varnish->PHP-FPM Blank pages
I want to put nginx in front of Varnish, which at the same time will go back to nginx to serve some PHP (Drupal). But I am only getting blank pages (from Varnish) with 200 response, but length 0. ...
0 votes
1 answer
351 views
Linux LDAP to Ldapadmin configuration issues
I'm learning how to setup and use OpenLDAP installed on an Ubuntu server. I executed sudo apt-get install slapd ldap-utils -y and set my ldap domain to test.mydomain.com. I can execute ldapadd ...
2 votes
1 answer
2k views
Backend fetch failed - varnish wont fetch drupal backend
I run a drupal 7 application(3backends) and i have 3 varnish servers continuously denying to fetch backend. I have read many similar error here but still cant solve my problem, throwing 503 varnish ...
1 vote
1 answer
12k views
How does ubuntu, mysql determine hostname?
This is the specific Q: I have apache running on ubuntu in parallels and mysql running on this VM and on the host OS X. Since I try to emulate my production environments locally I connect to the ...
0 votes
0 answers
312 views
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] ...
0 votes
1 answer
5k views
Reverse Proxy a Sub-directory to a Sub-directory with Apache
I understand proxies in concept (though have never set one up). I'm attempting to proxy Drupal, but I'm fairly sure that my problem is not related to Drupal. As I have been trying to determine the ...
2 votes
2 answers
4k views
403 Forbidden on lamp-server vhost
This is on my dev machine which is running Linux mint 16 (which is based on Ubuntu 13.10). I installed lamp via: apt install lamp-server^ and am running Apache 2.4.6 Upon installing lamp I created ...
-1 votes
1 answer
318 views
webserver on linode and database on digital ocean
Currently hosting drupal websites on linode using apache + php5 fpm+ fastcgi. Among websites one is drupal commerce(max_execution_time,memory_limit are taken care) and all others are low hitting ...
0 votes
1 answer
2k views
Redirection in varnish based on cookie value
We have varnish sitting in front of our site and it is imperative that we cache as much as possible. Recently we decided to ditch GeoIP redirection for interstate content for a more traditional '...
2 votes
0 answers
4k views
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 ...
3 votes
1 answer
19k views
File upload permissions issue on Windows Server 2008 R2 IIS 7.5 PHP 5.3 with Drupal v.7.26
I have website on Drupal version: 7.26 OS on server is Windows Server 2008 R2 Web server $_SERVER["SERVER_SOFTWARE"]: Microsoft-IIS/7.5 Server API: CGI/FastCGI Core PHP Version: 5.3.28 file_uploads: ...
0 votes
1 answer
1k views
Converting Drupal Boost .htaccess to Nginx
I'm trying to install Boost module to work with nginx. As we know Boost does not generate nginx directives just like Apache. Boost has the following directives for Apache's .htaccess: ### BOOST ...
2 votes
1 answer
848 views
Installing APC on Centos 6 package dependency issues - Which direction should I proceed
I have a CentOS 6.4 x32 VPS running NGINX and Drupal 7. To improve response I would like to install and configure APC. To do this my first attempt was to install it using PECL. To start I fired this ...
0 votes
1 answer
73 views
Set up instance of Drupal website on fresh Ubuntu server?
I am a brand new to Drupal...and web programming, for that matter. I have set up an Ubuntu 12.10 server, installed Apache, and installed Drupal 7.24 (all through bash...I am working from the server ...
1 vote
2 answers
3k views
Nginx cannot work on ports other than 80 [closed]
I had Ngxin working just fine. But now I want to change my site to another port. I tried with my Drupal site and my bare-bone php script site. Both not working. My vhost is simple. server { ...
0 votes
4 answers
3k views
Upgrade from php53 to php53u (epel to IUS repositories) - Centos 6.4
I want to upgrade my CentOS 6.4 server from php53 (epel repository) to php53u (ius repository). I already enabled the ius repository, but am hesitant to just play around because there are production ...
1 vote
2 answers
1k views
Sendmail - exim4, postfix, Drupal SMTP - none working
I want to send emails from my Debian 6 server. I only want to send. I've followed every set of instructions I can find for Sendmail, Exim4 and Postfix and can not get any working. I tried the SMTP ...
0 votes
1 answer
1k 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 -> .....
2 votes
2 answers
3k 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
2 answers
71 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 ...
4 votes
1 answer
185 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 ...
4 votes
2 answers
17k 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 I'...
3 votes
2 answers
1k 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 ...
2 votes
5 answers
2k 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, ...