Changing Album Directory value Changing Album Directory value
 

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

Changing Album Directory value

Started by mitko, November 22, 2013, 09:18:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mitko

Hi guys!

I have a problems with performance at hoster. I've got some reccommendation of hoster to improve it - creation of static application pool and move static images there - see details here: http://docs.webfaction.com/software/static.html)
Is this possible to apply such changes to coppermine installation?

Many thanks for your advices!

ΑndrĂ©

If Coppermine has access to
$HOME/webapps/static-only
it should work if I understood it correctly.

This is how I'd test it:
- rename directory "albums" to "albums_test"
- create static application for path "albums"
- copy/move the content of your albums directory (albums_test) to your static directory (e.g. $HOME/webapps/static-only)
- create a symbolic link "albums" with target "$HOME/webapps/static-only"

Don't forget to make a backup before you start!