Performance & Security Factors of Symbolic Links

Posted by Stoosh on Server Fault See other posts from Server Fault or by Stoosh
Published on 2011-06-23T06:00:19Z Indexed on 2011/06/23 8:23 UTC
Read the original article Hit count: 182

Filed under:
|
|
|

I am thinking about rolling out a very stripped down version of release management for some PHP apps I have running.

Essentially the plan is to store each release in /home/release/1.x etc (exported from a tag in SVN) and then do a symlink to /live_folder and change the document root in the apache config.

I don't have a problem with setting all this up (I've actually got it working at the moment), however I'm a developer with just basic knowledge of the server admin side of things.

Is there anything I need to be aware of from a security or performance perspective when using this method of release management?

Thanks

© Server Fault or respective owner

Related posts about apache

Related posts about ubuntu