[TYPO3] Images and other large files on remote machine

Tim Riemenschneider lists-05 at tim-riemenschneider.de
Wed Mar 1 12:21:03 CET 2006


Neil Bertram schrieb:
> Martin Rud wrote:
> 
>> Hi list,
>>
>> So we want to run the TYPO3 installation on our "low speed server" and 
>> have the large file (upload images, documents an so on) on the "high 
>> speed server".
>>
> 
> The cleanest way overall would be to run Apache in forward proxy mode on 
> the high-speed server, but once again you'd need access to the Apache 
> configuration of the high-speed host for that.
> 
> Someone else might know a better way?

A posibility that comes to mind (but not very nice...) is the following:
Configure typo3 on the low-speed-server with realurl or the like to 
"hide" the use of dynamic content (no "?" in URLS).

than use publish / a wget-cronjob or similar on it to create static 
pages, which could be uploaded to the high-speed-server.
(if you can run wget as cronjob on the hs-server, you could also do it 
there...)
of course, updates to typo3 are delayed a bit (depending on how often 
you run the cronjob....)
(this can however also be a good thing, if a change was wrong/incomplete 
you can change it before anybody notices ;-)

cu
   Tim



More information about the TYPO3-english mailing list