I use subversion and don't want to check out over 1 GB of images onto each developers desktop so how can I just have one central image server and have apache push 404's just from *.jpg for example to this other server
I use subversion and don't want to check out over 1 GB of images onto each developers desktop so how can I just have one central image server and have apache push 404's just from *.jpg for example to this other server
This could be done with either rewrite rules, or if you just have a single folder of images, configure Apache as a reverse proxy.
I agree with just reverse-proxing the image directory, but what's so bad about an extra 2GB (that you subversion overhead)?
Any attempt to partition the data just leaves more chances for code error.