I'd like to use it to serve images from /forum/albums*, /forum/customavatars, /forum/customprofilepics too - is that doable?
Also what format are album images stored in? looking at the dir I see "1631.picture" etc listed not 1631.jpg etc listed
Thanks in advance
--------------- Added [DATE]1233617274[/DATE] at [TIME]1233617274[/TIME] ---------------
I'm going to use:
Code:
server.document-root = "/opt/httpd/htdocs/forum/"
then
Code:
ProxyRequests Off
ProxyPreserveHost On
ProxyPass /forum/images http://localhost/images:2747/
ProxyPassReverse /forum/images http://localhost/images:2747/
ProxyPass /forum/customavatars http://localhost/customavatars:2747/
ProxyPassReverse /forum/customavatars http://localhost/customavatars:2747/
see how it goes on my less busy board:erm:
I'll edit this again when I get it working properly