Search through our group's posts (events, discussions, jobs, etc.) and their comments here. Results are displayed in order of post date. Use the pager below to browse results.
Why do I get "Your submission has triggered the spam filter and will not be accepted."?
This is the third time this has happened ...
I try to post a new discussion @ this group, and it gets blocked:
"Your submission has triggered the spam filter and will not be accepted."
with absolutely no explanation.
How can I get some insight as to what the problem is?
Read moreApache/PHP Memory allocation
I want to clarify how php and apache work together. If I had an 10GB RAM app server with apache and php, and MySQL on its own dedicated server, how do I determine the maxclients. If I understand correctly, if I set the max_memory in the php.ini to say 128M, and maxclients = 200, there is the potential to try and consume 25GB of memory. Plus, if Apache uses 20M per process, that's another 4GB, so the potential is around 29GB. I know that it is unlikely that all php scripts would use all 128M, so I'm wondering what is a good rule of thumb to start with.
Read moreNginx and ESI
Hi,
I use Perusio's Nginx config (https://github.com/perusio/drupal-with-nginx), there is any way to use it with ESI module? (http://drupal.org/project/esi)
Or there is no real advantages to use ESI over http://drupal.org/project/cache_warmer? Installation of Cache Warmer looks too complicated, ESI must be easier.
Thanks!
Read moreConfiguration of Redis for Drupal 6
Hi,
Right now I use http://drupal.org/project/cache_backport + http://drupal.org/project/redis
In my settings.php I put:
$conf['cache_inc'] = 'sites/all/modules/cache_backport/cache.inc';
$conf['redis_client_interface'] = 'PhpRedis';
$conf['cache_backends'][] = 'sites/all/modules/redis/redis.autoload.inc';
$conf['cache_default_class'] = 'Redis_Cache';
$conf['cache_prefix'] = 'prt_';It is OK? Or I can make it better?
Thanks
Read moreVarnish and CDN but which one first?
I am working on a site, which will eventually use both varnish and a CDN and I am going to implement both of these solutions.
What I am unsure about is which one first. The server at the moment can handle the load that it is getting, so my thoughts are which will get the page into the hands of the user quickest.
I am sure that this could be argued either way, but do people have guidelines or weighing factors as to which way round these should be implemented.
Read moreDrupal Performance on IIS7 vs Apache
I've been doing a bunch of performance testing for one of my Drupal sites Trailforks.com and decided to compare IIS7 vs Apache 2.4. I host several Drupal websites on Windows Web Server 2008 with IIS7 and love it. I've read more and more articles that show IIS outperforms Apache and other web servers in many situations. But I wanted to make sure I wasn't loosing possible performance by hosting my site with IIS compared to Apache.
Read moreNeed some help with PHP-FPM optimization
I need some help with PHP-FPM optimization for 4 core (8 with HT) server with 16GB.
Because some times I get "The connection was reset" with the heavy scripts (for example modules updates check).
My php-fpm.conf:
;;;;;;;;;;;;;;;;;;;;;
; FPM Configuration ;
;;;;;;;;;;;;;;;;;;;;;
; All relative paths in this configuration file are relative to PHP's install
; prefix (/usr). This prefix can be dynamicaly changed by using the
; '-p' argument from the command line.
; Include one or more files. If glob(3) exists, it is used to include a bunch of
Read moreCache Warmer Customizations
Hi, we are using "cache_warmer" module to make HTTP requests to some (a lot of) pages
so BOOST cache files are created and our cache is always fresh and warm.
We use only the HUB PAGES file.
We are having problems trying to crawl pages in PARALLEL mode, but not in SINGLE mode.
-
Problem_1
In our site, we redirect all anonymous users to a Welcome page if they don't have a "saw_welcome" Cookie (which is set after visiting that page). -
Problem_2
We have some paths we want to crawl that use parameters in the URL like the following examples:
Getting PHP-FPM to talk to syslog on Ubuntu
I'm working on a couple of applications that will deploy on EC2, and we're having a hell of a time getting error output (calls to error_log(), php errors, etc.) sent to anything but a text error log.
Any ideas as to what the issue is here? Is this even possible right now with php5-fpm and nginx????
Here's what I've tried.
Going to a text log is easy enough if we put
error_log = /some/damn/path/error.loginto a pool configuration for php5-fpm on Ubuntu (11.10 at the moment).
So if I do
<?php
Any busy sites actually using mysql in master-master mode?
I work for a company that installed drupal about a year ago.
We provide content management services for a particular market niche.
We're currently doing OK mysql wise with a master feeding a slave backup server. However, we're growing pretty quickly and we may need a higher performance architecture in a year or so.
We're also very keen for the system to be very robust, and the time required for failover to the backup db server gives us some heartburn.
Sooo.....
Read more

