TWiki has a few important configuration files. They are listed and discussed here in further detail. While TWiki uses version control to track everything done in the wiki, the configuration files are not part of that tracking system, so we keep those config files in our subversion serverfiles project. Thus, the latest copies of all these files should be in the SVN serverfiles directory. Whenever you make a change, please update the SVN repository.
SVN serverfiles Repository
serverfiles repository link:
http://acc.csueastbay.edu:50100/svn/ahat/serverfiles/
- The latest copies of all these files should be in the SVN serverfiles directory
- Each server should have it's own files archived here. Click on the link and you'll see.
- If you make a change to a config file on a server, update the SVN with your latest file!
- Don't know how to use SVN? Look here: SvN?
the configuration files:
- /etc/httpd/conf.d/twiki.conf -- put all the apache configuration directives for twiki here
- twiki/lib/LocalSite.cfg -- the main one, where you enable plugins, etc.
- twiki/bin/LocalLib.cfg -- auxiliary
- twiki/tools/mod_perl_startup.pl -- used for mod perl preloading, called from twiki.conf