configuration

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
frob's picture

Looking for Drupal 8 Configuration Management Contrib modules

I am compiling a list of Drupal 8 Configuration Management modules for a project I am working on. These would be anything from Drush modules to dev tools for D8.

Read more
lzimmerman's picture

Public Media Drupal 'Profiles'

Here's an example of a public media site setup (TTBOOK.org).

Included are some of the modules and settings used, along with documentation procedures.

How have you set up and documented your public media sites?
Do you have any recommended modules or procedures?

Read more
Brian MacKinney's picture

Different site titles for multisite?

(I'm using webenabled.net - so no install process)

With that out of the way, I created the sites/domain.subdir directory and copied/renamed default.settings.php from sites/default to the new directory and settings.php.

When I point firefox at domain/subdir, I get a new site and new login. I did that but when I tried to change the site title in configuration>site information, it changed the info for the parent site. The two sites seem to share everything which is expected. How Do I change the site title for the subdir site?

Thanks in advance

Read more
wmostrey's picture

request_filename vs try_files

Cfr http://keen.posterous.com/your-nginx-configuration-is-probably-wrong

This post describes how in certain situations using if (-f $request_filename) {} and if (!-e $request_filename) {} can lead to unwanted behavior. A proposed solution is to use try_files $uri /index.php?$args; instead.

Is this something that applies to Drupal sites as well? Is anyone experiences these issues?

Read more
jscm's picture

Open Publish - Fatal Error Adding Topin Hub Condition. Can you help me?

Hi,
I installed Open Pushish http://openpublishapp.com and I'm testing this Drupal Tailored Distro.

I tried to create my first Topin Hub, but when I add Condition 1 (Topic -> Business -> Condition 1) and after I save I get a Blank Page with this error message:

Fatal error: Class name must be a valid object or a string in /home/~/openpublish/sites/all/modules/ctools/includes/export.inc on line 905

I don't know happen it.

What I have to change to correct this problem?
Can you help me please?

Best regards

jscm
Milan (Italy)

Read more
johnathankent's picture

How to documentation for creating Drupal 7 multisite configuration

Let's create a wiki or documentation for "How to documentation for creating Drupal 7 multisite configuration".

I can help test and write the documentation. I may need some help setting mine up, too. So this would be beneficial for everyone.

Read more
perusio's picture

My Nginx config complete or sort of with an appendix on TLS/SSL

I've finally completed my Nginx config for Drupal.

Feel free to comment on it and suggest improvements.

In terms of SSL/TLS I opted for the defaults in Nginx (after 0.8.21) that limit the available protocol versions do SSLv3 or later and also cross out support for MD5 as message digest algorithm and anonymous Diffie-Hellman key exchange.

Read more
perusio's picture

Clickjacking protection through X-Frame-Options and STS

Hello everyone,

I've used extensively the configurations available at github by omega8cc and yhager. I've added a few things myself and I will share it on github soon.

One of the things I added is clickjacking protection through the X-Frame-Options header. This is supported in modern browsers and also on IE8. Mozilla Dev Center explanation of this header.

The best thing is to add in your server context:

add_header X-Frame-Options sameorigin;
Read more
Art55's picture

Drupal Jumpstart - Beginner questions

My thought is to set up an idea exchange main topic with separate responses where questions from and tips for newbies can be posted, making the answers globally available. If we handle the topics individually they will be easily scanned and accessed for new ideas.

As a "newbie" to Drupal, I've already picked up numerous useful tips about Drupal from my interaction with the members of this group. There are many general forums; what I'm thinking of here is a simple local repository for questions that have a local flavor, or are directly related to this group's activity.

Examples:

Read more
omega8cc's picture

GitHub Project - Nginx configuration for Drupal and Aegir

There are many ways to use Nginx. With Aegir and Boost compatible configuration, without all that Aegir and Boost related stuff, with subdirectory install, compatible with Purl and Spaces, and many different modules, where some specific rewrites are required.

It is always handy to have something tested and working as default setup, but there is also room for improvements, different setups, and it seems GitHub fork feature would be useful to create and maintain different configuration examples for wider audience.

Read more
Subscribe with RSS Syndicate content