1 Dec
2009
1 Dec
'09
9:19 p.m.
2009/12/2 Demas, Christopher D <cddemas@northeaststate.edu>:
Hi Eric
The sudo ln –s .. command was successful and the ‘koha’ file is in the /sites-available/. I was looking at the apache2 documentation and it says the a2ensite command creates symlinks in sites-enabled, but doesn’t mention sites-available.
I’m confused.
It creates a symlink from sites-available to sites-enabled. If you do cat /etc/apache/sites-available/koha ... does it print out the config file for you? If not, then the symlink you created in there is pointing to the wrong place. Hence the error when you run a2ensite Chris