Closed (fixed)
Project:
CDN
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
11 Oct 2010 at 21:25 UTC
Updated:
26 Oct 2010 at 10:10 UTC
Jump to comment: Most recent file
Inspired by #750788: Make URL Assignment Balanced, rather than based on File Type. Is possible by using cdn_pick_server(), hence this is a documentation issue.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 938638.patch | 1.35 KB | wim leers |
| #1 | 938638.patch | 1.35 KB | wim leers |
Comments
Comment #1
wim leersUpdated README.txt to explain how to achieve this. Patch attached & committed: http://drupal.org/cvs?commit=434676.
Comment #2
wim leersUpdated README.txt to explain how to achieve this. Patch attached & committed: http://drupal.org/cvs?commit=434676.
Comment #3
wim leers(Drupal.org messed up there.)
This is also necessary for #933942: Merge Parallel and CDN modules: migration path.
Comment #4
mikeytown2 commentedSuggestion: Take a play from the computed field module and allow one to paste in php code or run it from code
http://drupalcontrib.org/api/function/_computed_field_compute_value/6
Thoughts?
Comment #5
wim leersInteresting! This would indeed lower the barrier even further! I created a new issue for this: #939086: Allow cdn_pick_server() to be an actual function *or* some eval()'d PHP code.