Drupal is an open-source, database-backed CMS written in PHP by a worldwide community. More information is available at the project's official homepage at http://drupal.org.
1
vote
0answers
47 views
MySQL errors with Drupal and MediaTemple
I have been having intermitant issues between drupal 7.14 and MediaTemple. Specifically I am getting this error:
PDOException: SQLSTATE[HY000]: General error: 1205 Lock wait timeout
exceeded; ...
0
votes
1answer
81 views
Drupal Commons using sendmail with Gmail SMTP smart host: Account suspended for abuse
I have a Linux VPS with two Drupal sites, one of them using Drupal Commons. Both installations are told to send mail via sendmail, which in turn is configured to relay mail to the Gmail SMTP server ...
0
votes
1answer
75 views
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 ...
0
votes
1answer
30 views
centos linux log messages filling up with page not found
We have experienced some instability on our server lately. Checking log/messages there is a lot of messages like this
Apr 25 20:27:17 lillevinkel2 drupal: ...
-1
votes
1answer
69 views
Optimized LAMP/LEMP stack scripts
In the "let's try not to reinvent the wheel" perspective, I've been looking for a packaged LAMP (or LEMP) stack for some time now, not only the basic Mysql, Apache , PHP etc... but ideally stuff like ...
1
vote
2answers
43 views
php security on a system with only known php software (or: need alternative non-PHP CMS)
I have a deep antipathy for PHP due to its security record and the way the project handles security in general. Unfortunately I have to deploy a CMS and I need a modern theme for it. So far I have ...
0
votes
2answers
100 views
Site resolves fine without “www”, “www” creates database error
Working with BOA ( Barracuda / Octopus / Aegir ) , I've installed a few Drupal sites without any problems and following the same process for all.
BOA is running on Nginx. All sites are going thru ...
0
votes
0answers
79 views
NGINX AEGIR DRUPAL permissions 403 forbidden
New to nginx
Installed on mac os for use with aegir & drupal
It's running great, but I have a problem with permissions
My hostmaster installation is here : /var/aegir/hostmaster-6.x-1.7/
The ...
0
votes
1answer
34 views
LAMP server being used to send SPAM [closed]
Possible Duplicate:
My server's been hacked EMERGENCY
I have a LAMP server running that has suddenly started trying to send out spam email. I wonder would anyone have any suggestion to ...
0
votes
2answers
72 views
Serve empty 404 page with mod_rewrite
I have a Drupal website which contains the below default mod_rewrite rules
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
...
0
votes
1answer
46 views
Maintaining a static website in the Drupal root
I have a virtual host setup to host a Drupal website. This is replacing our center's old website. However, a portion of that website (which is completely static) needs to still live on and have the ...
0
votes
0answers
31 views
Website got hacked [closed]
Possible Duplicate:
My server's been hacked EMERGENCY
Today, my website (drupal site) got hacked(Sorry that I could not disclose my site to you guys). The cause is found that the hacker ...
4
votes
2answers
211 views
How to investigate a memory leak with Apache and PHP?
We're running a heavy Drupal website that performs financial modeling. We seem to be running into some sort of memory leak given the fact that overtime the memory used by apache grows while the number ...
1
vote
2answers
76 views
Setup htpasswd for a specific URL
I have a htpasswd file, works fine - in my htaccess I have:
<Limit GET POST>
require valid-user
</Limit>
Which works, login/passwd shows up fine when you reach the root of website. ...
2
votes
1answer
29 views
Any particular vacuum policy to increase performance using Drupal with PostgreSQL?
I'm running Drupal 7 with PostgreSQL as a Q&A (with a lot of nodes inserts/updates and several contrib modules). Do you, dba admins, recommand any particular pgsql vacuum policy on particular ...
1
vote
1answer
120 views
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 ...
1
vote
1answer
118 views
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 ...
0
votes
0answers
27 views
jquery ? Javascript Performance issues for looped timeouts? [closed]
We have we have map with jquery animations on site home page and using jquery timeout for showing rotating alt tips on map. Does it make any impact on performance? Map on Homepage of ...
0
votes
3answers
410 views
Best my.cnf configuration for a 8GB MySQL server with MyISAM use only
I am preparing a large Drupal 6.x based installation and have setup a dedicated MySQL server with 8GB of RAM. Drupal 6.x uses only MyISAM engine and there will be around 500 concurrent users using the ...
0
votes
5answers
110 views
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 ...
2
votes
3answers
91 views
“Mom and Pop” shop looking for advise on hosting an e-commerce site
I am not very technical, and I don't know if this is the right place to post this question. Sorry in advance.
Anyways, hiring someone to do the e-commerce site can be futile, so I tried to do it ...
1
vote
0answers
84 views
No XHProf runs specified in the URL
I have configured XHProf on linux server but on accessing xhprof_html/index.php, instead of displaying logged slow queries, it just displays this "No XHProf runs specified in the URL." What does this ...
0
votes
2answers
76 views
Memcache warnings
I have installed memcache on a Dreamhost VPS (Debian GNU/Linux 5.0.9 (lenny) / memcached 1.4.10 ) for a Drupal site .
If for some reason the server needs rebooting, memcache is not restarted and ...
0
votes
0answers
59 views
Want to deploy two sites unig a linux/centos server
Hello I want to deploy two sites. One called drupal, and another site called drupal-gh. Currently, I can only make one site only work at a time - but I need both. This is because when I deploy a site, ...
0
votes
1answer
30 views
Drupal File System
In order to try & improve load time , I'm thinking of creating a specific subdomain for the files folder in a Drupal site. Further improvement could be for instance to have that specific subdomain ...
0
votes
2answers
92 views
Error during drupal installation
I am facing a problem while installing drupal on my Linux (Fedora 15) machine.
I have downloaded the drupal package from drupal.org website and copied the package to my web directory /var/www/html/DP
...
1
vote
3answers
66 views
google sites on a private cloud
Can google sites/apps be installed on your own infrastructure say the way Drupal or Wordpress could?
I can't seem to find resources pointing me towards the way to do this. Appreciate any pointers.
0
votes
2answers
98 views
What email service would work best in this scenario? [closed]
Possible Duplicate:
Recommended SMTP Relay Service
I am using a VPS server at Linode to host a few Drupal websites.
For web I am using Nginx, and all email is hosted with Google Apps.
I ...
3
votes
4answers
463 views
Load balanced Drupal servers: a good way to share data among the servers?
I'm trying to get an overview of how i would go about creating a load balanced web server setup. Setting up the actual load balancer and adding two or more web servers seems fair enough. However, I ...
0
votes
0answers
68 views
Nginx path rewrite drupal
I'm having a bit of a trouble with nginx and rewriting.
Searching on the internet only shows results for rewriting domains or changing request_uri's, but I'm trying to rewrite part of the uri.
...
1
vote
1answer
491 views
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 ...
1
vote
3answers
451 views
How to troubleshoot a big memory issue with Apache and mySQL
I've read a lot of this website to optimize my server but nothing has really helped me :( Im having a memory trouble I think , I have just one website (Drupal) with 860K page views month but when the ...
0
votes
1answer
73 views
MySQL running but not connecting to Drupal Database.
Our School Drupal site died after upgrade. MySQL is running but cannot connect to database. MyphpAdmin returns Error 2002.![Screenshot of MySQL activity.][1] Drupal 6.22 (after attempted upgrade) with ...
-1
votes
2answers
58 views
How do you manage drupal's cron when spread on multiple servers?
What's the best way to stop the machines fighting, while keeping them identical to keep things simple and reduce single points of failure?
0
votes
0answers
66 views
Drupal generated URLs for images and JavaScripts all have weird query string
All URLs for Javascript files and CSS files included from theme / module directories are appended with query strings like ?H or ?0.
However compressed CSS file does not have that query string ...
0
votes
0answers
24 views
Drupal 7 blocking host ip during its adminmistrative use
i have installed the drupal 7 on shared hosting. installed successfuly but when i am administrating the drupal like add or modifying content or module it block the host ip. Hosting provider told me ...
0
votes
0answers
168 views
drupal error The website encountered an unexpected error. Please try again later.
We have a server installed in Drupal. A few days ago, the manager of Drupal,wher he is enabling several modules, the web caused the following error:
The website encountered an unexpected error. ...
1
vote
0answers
114 views
nested drupal site clean urls
I have a main drupal7 site and a drupal6 site that "lives" within the main drupal7 site. The urls look like this: example_d7.com and example_d7.com/dir/example_d6. Each of these sites are served out ...
0
votes
1answer
52 views
Drupal Multisite installation is not working for me
I have two websites sourcecodezone.com and iloveforwards.com
sourcecodezone.com has drupal 7
i want to have iloveforwards also in the same drupal installation.
I have done the following steps so ...
1
vote
0answers
261 views
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 ...
1
vote
1answer
278 views
All PHP sites stopped working on IIS7, internal server error 500
I installed multiple drupal 7 sites using the Web Platform Installer on Windows Server 2008.
Until know they worked without any problems, but recently internal server error 500 started to show up ...
0
votes
1answer
125 views
Drupal/pressflow VPS set-up
I'm about to port a high traffic website to Drupal v6.x (maybe 7.x) on a VPS.
I have a bit of experience with Linux in the name of Ubuntu. Of course I can relay on a managed VPS package. How ever I ...
0
votes
0answers
53 views
Setting Up Sphinx On Snow Leopard - drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL) error
I have a Apache, MySQL, and PHP running drupal on my Mac 10.6.8. I am trying to install Sphinx as well, but I am getting an error when running the php indexing scripts. I am pretty sure that the ...
0
votes
1answer
108 views
Mounting NFS directory causes creating Zero byte files
I have two Servers, Server X (IP 192.168.1.1) and Server Y (IP 192.168.1.2), both of them are ubuntu 9.1
i have created varnish load balancer on them for my drupal website (pressflow 6.22)
I have ...
0
votes
0answers
129 views
Configuring mod_rewrite on a server with Drupal and Codeigniter
I am building a visualization webpage to show some graphs and information and am ready to move it on to our dev server from my local machine.
The dev server is centOS and has drupal installed in the ...
1
vote
2answers
207 views
PCI Compliance for average e-commerce website in the cloud
I am creating an "average" e-commerce website (using drupal and ubercart if that matters). I've read about pci compliance in the past, and that's why I'm wondering how I can see what applies to my ...
1
vote
1answer
92 views
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 ...
0
votes
0answers
100 views
drupal7 installation on ubuntu ec2 being not successful
i installed drupal 7 on ubuntu 10.4 ec2. After installation i am getting the following mesage
Forbidden
You don't have permission to access / on this server
as my index page while the url is ...
1
vote
3answers
255 views
Drupal site off-line: connection refused
I've got a local Drupal 6 instance that was working just fine yesterday. Today, though, I try to visit my site, let's call it http://testsite.local. On every page, including ...
0
votes
1answer
60 views
Create new git repos from exist git cloned project
I have some repos cloned from http://drupal.org/project/
For work behind firewall, I want to import these cloned project to my local git server. How can I do that?