sites-available vs sites-enabled
What is the difference of these two directories? when configuring free radius, should I make change to files under site-enabled, not site-available? Thanks Jim
On Thu, Jan 22, 2015 at 10:49:19AM -0800, Jim Shi wrote:
What is the difference of these two directories? when configuring free radius, should I make change to files under site-enabled, not site-available?
sites-enabled contains symlinks to files in sites-available. So edit the files in sites-available, then create symlinks for the configurations you want to use. It makes it easier to add and remove configurations from the server. Matthew -- Matthew Newton, Ph.D. <mcn4@le.ac.uk> Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk>
Sites-available is the 'storage area' for virtual servers. Sites-enabled is the live directory that the server users. Just like with eg Apache on debian. How you operate with this schema is really down to you but best practice is to store/edit files in sites-available and symlink them from sites-enabled alan
participants (3)
-
Alan Buxey -
Jim Shi -
Matthew Newton