Gallery on one server, Pictures on another. Is this possible? Gallery on one server, Pictures on another. Is this possible?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Gallery on one server, Pictures on another. Is this possible?

Started by itisonlyatest, March 16, 2005, 03:46:41 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

itisonlyatest

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!

Tranz


itisonlyatest

Any hacks or mods? I heard this works in 4Images, so is that my only option?

itisonlyatest

Also, I am severly desperate, this gallery houses about 1/4 million pictures.

foulu

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.

itisonlyatest


foulu


itisonlyatest


foulu


itisonlyatest

I would have liked to do it, but $100 is too much for me at the moment!!!

foulu


validom

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.....