DrupalProxy

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

Configurar Drupal para ejecutarlo en un Docker con un proxypass por delante.

Buenas.

Tengo en un servidor ejecutándose un docker, que escucha en localhost:8082, pero para acceder a esto uso proxypass de Apache, el problema es que Drupal en vez de escribir la ruta correcta escribe la ruta de docker:

http://localhost:8082/sites/default/files/.... 

Este es mi virtualhost:

<

pre>

ServerAdmin xxxx@xxxx
ServerName project.dev.domain.com
ProxyPass "/" "http://localhost:8082/"
ProxyPassReverse "/" "http://localhost:8082/"
ErrorLog ${APACHE_LOG_DIR}/project.dev.error.log

Read more
@James's picture

International Bible System

I have been created a website two years ago, Considered the sensitive of this kind of website in my country, I purchased a Java Shared Hosting in Godaddy, It has very good performance, even in China, We can connect it very fast seems like in a locale server.

Read more
rolf vreijdenberger's picture

amfserver, a new module that integrates actionscript clients (flash, flex, air) with D7 services

Hi all,

we're in the process of releasing the amfserver, a new Drupal 7 services module that integrates with actionscript based clients.
This means it's usable for flex, flash and air applications.
It's amf handling capabilities rely on the zend amf engine from the zend framework.

At the moment of writing it is complete, tested and features all you can wish for:

Read more
rolf vreijdenberger's picture

download of presentation and code from a session on integrating flash and drupal at the adobe usergroup xl event

Hi guys,

yesterday I spoke on the dutch adobe usergroup XL event, an annual event in the netherlands for the adobe platform, on using drupal as a content management system for your flash, flex and air applications with the help of our opensource package. I've made all the presentation files available online.

Read more
rolf vreijdenberger's picture

about to release DrupalProxy an as3/drupal proxy, what to do?

Hey all,

I am about to release on our blog our DrupalProxy flash/flex as3 class under the MIT license provided by our company's open source package that enables you to talk with your drupal backend via the amf services via a flash or flex client.

It is the replacement of our highly successful DrupalService implementation (which you can read about here: http://www.dpdk.nl/opensource/drupalservice-as-a-bridge-between-flash-an...)

Read more
Subscribe with RSS Syndicate content