I have a very large website, that is mainly a gallery. Is it possible to host the gallery on while server, and link to the images on another server? Thanks!
Sorry, nope, not supported.
Any hacks or mods? I heard this works in 4Images, so is that my only option?
Also, I am severly desperate, this gallery houses about 1/4 million pictures.
i think it can because i test before but it's a large hack so i can do it with some fee if you like.
And how much would that fee be?
it depend on what you want, i think about 30 - 100$.
Then I think i'll use 4Images...
it's your choice.
I would have liked to do it, but $100 is too much for me at the moment!!!
i know, my site has 11000 pics +
i would try to solve this by simple NFS-mounts...
For example having 4 Servers:
- webserver with apache, php, gd2, firewall.... and two network-cards (one with public IP 100mbit, one gigabit with internal like 10.0.0.1)
- server with mysqld (10.0.0.2) &gigabit-ethernet
- fileserver A (10.0.0.3 &gigabit-ethernet) with nfs-share "A"
- fileserver B (10.0.0.4 &gigabit-ethernet) with nfs-share "B"
...and one gigabit-switch.
now simply mount the nfs-share A and B under the gallery/albums/ directory of the webserver.....