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

How to build a Drupal-supporting EC2 instance?

After trying to retrofit an existing Ubuntu Raring Amazon EC2 node to support Drupal (see PHP5 is installed, but Apache is displaying PHP as uninterpreted text. How can I get it to process it as PHP?), I decided to start with a fresh start and use…
Christos Hayward
  • 1,162
  • 3
  • 16
  • 35
0
votes
1 answer

How can I take a server with several Apache VirtualHosts, and add Drupal from Ubuntu "aptitude install drupal7"?

I have a server that has several Apache VirtualHosts, and I want to add Drupal. I see that my installing drupal7 (under Ubuntu Raring on an EC2 host) let Drupal set up camp in /usr/share/drupal7. What I'm not as sure of is how to add a VirtualHost…
Christos Hayward
  • 1,162
  • 3
  • 16
  • 35
0
votes
1 answer

How can I configure mail for Drupal 7 on an Ubuntu Raring EC2 node?

I have installed apache2, php5, mysql5, php5-mysql and other supporting packages on an EC2 server, and when I started to install drupal7, it pulled in several packages including mail support, and presented me with a screen: Package…
Christos Hayward
  • 1,162
  • 3
  • 16
  • 35
0
votes
1 answer

Vsftpd access to /var/www

I'm trying to get ftp running locally to update a drupal install. I just need the FTP user to have full access to a directory and all subdirectories. I have done /usr/sbin/setsebool -P ftp_home_dir 1 and then restarted vsftpd I have chowned all…
0
votes
3 answers

The Apache mod rewrite module doesn't work when using the IP

I've got a Drupal setup locally. When I access the homepage using my IP everything works. When I try any "re-written" url (such as 10.0.150.4/user) I get a not found. When I replace my IP with an alias (and put that in my hosts) all urls work.…
0
votes
3 answers

Server OOM crash nightly caused by multiple malicious POST requests?

So it appears that every night at around midnight some server from China attempts to access my drupal site. From the looks of the logs it keeps making the same request every 61 seconds (so as to avoid being flagged by the firewall probably). This…
Pooch
  • 161
  • 2
0
votes
4 answers

Extremely huge nodes in Drupal. Should I do this?

I'm making a website in Drupal, which allows users to add walkthroughs for games. However, those walkthroughs can contain over 500,000 words. Should I do this? Can both Drupal and MySQL handle that much of characters? If not, what can I use…
user42235
0
votes
1 answer

Apache virtual hosts for Drupal and fixed websites

I have two websites server1.mydomain.com and server2.mydomain.com. Server1 is part of a multi host Drupal installation located in dupal-7.2/, Server2 is a static website located in htdocs/myserver2. How do I configure Apache to prevent it…
0
votes
1 answer

Drupal installation. GD and PDO issue on ubuntu amazon EC2

sorry if this has been answered already, but my searches brought me to nowhere. I have just installed LAMP environment on Amazon EC2 instance. It runs on: Ubuntu precise 12.04 amd64 server PHP Version 5.3.10-1ubuntu3.4 MySQL 5.5.28 Apache/2.2.22…
MAXIM
  • 111
  • 5
0
votes
1 answer

Running drupal as root in order for it to run bash scripts

I store a website on redhat and using drupal. There is a button on the site that activates a php script and that php script use exec to activate bash script on the server. Right now the script is not being run, i guess because of permission reason -…
ilansch
  • 179
  • 2
  • 13
0
votes
1 answer

Alias for Drupal "Sites" folder with Apache on Windows Server 2008

I'm having to move a number of sites from a LAMP stack to a WAMP one, provided by Zend, and I've hit a problem. Our architecture is a number of loadbalanced web servers which have their own local webapp drives which are kept in sync with one server…
sgtbeano
  • 340
  • 5
  • 14
0
votes
1 answer

310 too many redirects after moving drupal site to fast-cgi

Here is trouble: When i follow this link - http://znak.net.ua it rewrites to http://znak.net.ua/ru/ru/ru/ru/ru/ and i got Error 310 (net::ERR_TOO_MANY_REDIRECTS) This happend when i start using fast-cgi insteed of mod_php Here is my…
Jaels
  • 67
  • 1
  • 11
0
votes
1 answer

Drupal & nginx : a sound "general purpose" configuration?

After a bit back and forth with configuring Drupal and nginx to work together, I've come up with the below configuration for a site. It works well, both with private and public file systems. However, as I am fairly new to nginx I'd like to hear if…
sbrattla
  • 1,578
  • 4
  • 28
  • 52
0
votes
1 answer

Is it safe/wise to run Drupal alongside bespoke business web apps in production?

I'm interested to know the general community feeling about the safety of running Drupal alongside bespoke, business critial ASP.NET MVC apps on a production server. Previously my employer's Drupal based 'visitor website' was hosted as a managed…
Vaze
  • 3
  • 2
0
votes
1 answer

Solr, sort same weigthing results alphebetically

I'm working in a project that uses Drupal Solr module and I'm facing a problem plus I'm a complete rookie on Solr config. The issue is that same weigthing results does not appear ordered alphabetically. Is that possible? What sould I…
razor7
  • 135
  • 10