News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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!