coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: itisonlyatest on March 16, 2005, 03:46:41 AM

Title: Gallery on one server, Pictures on another. Is this possible?
Post by: itisonlyatest on March 16, 2005, 03:46:41 AM
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!
Title: Re: Gallery on one server, Pictures on another. Is this possible?
Post by: Tranz on March 16, 2005, 03:47:41 AM
Sorry, nope, not supported.
Title: Re: Gallery on one server, Pictures on another. Is this possible?
Post by: itisonlyatest on March 16, 2005, 03:49:24 AM
Any hacks or mods? I heard this works in 4Images, so is that my only option?
Title: Re: Gallery on one server, Pictures on another. Is this possible?
Post by: itisonlyatest on March 16, 2005, 03:50:59 AM
Also, I am severly desperate, this gallery houses about 1/4 million pictures.
Title: Re: Gallery on one server, Pictures on another. Is this possible?
Post by: foulu on March 16, 2005, 03:58:33 AM
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.
Title: Re: Gallery on one server, Pictures on another. Is this possible?
Post by: itisonlyatest on March 16, 2005, 04:47:30 PM
And how much would that fee be?
Title: Re: Gallery on one server, Pictures on another. Is this possible?
Post by: foulu on March 17, 2005, 01:30:04 AM
it depend on what you want, i think about 30 - 100$.
Title: Re: Gallery on one server, Pictures on another. Is this possible?
Post by: itisonlyatest on March 19, 2005, 02:04:47 AM
Then I think i'll use 4Images...
Title: Re: Gallery on one server, Pictures on another. Is this possible?
Post by: foulu on March 19, 2005, 05:47:53 AM
it's your choice.
Title: Re: Gallery on one server, Pictures on another. Is this possible?
Post by: itisonlyatest on March 19, 2005, 05:59:07 AM
I would have liked to do it, but $100 is too much for me at the moment!!!
Title: Re: Gallery on one server, Pictures on another. Is this possible?
Post by: foulu on March 19, 2005, 06:11:53 AM
i know, my site has 11000 pics +
Title: Re: Gallery on one server, Pictures on another. Is this possible?
Post by: validom on March 31, 2005, 10:51:34 AM
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.....