Error in 1.3.90 documentation
"Barry K. Nathan" <[email protected]>
| Newsgroups | gmane.network.up2date.current.devel |
|---|---|
| Message-ID | <[email protected]> |
In the installation.txt file, there's this little section: * You must make sure that all the files apache/current needs when * running are readable by the apache user. Since most people run cadmin as root, [root@server current]$ chmod -R ugo+rx $current_dir OR [root@server current]$ chown -R ugo+rx $current_dir is needed. Which is better/safer depends greatly on your site. I use the first. Naturally, you should replace $current_dir with whatever value you specified in current.conf Anyone notice something wrong with that chown command? Is that supposed to be: [root@server current]$ chown -R apache $current_dir ? -Barry K. Nathan <[email protected]>