Friday, April 3, 2009

kobool setup issues

  • use sftp or rsync to get files from remove servers
  • use nfs to get files from local network servers
  • install CPAN ( yum install perl-CPAN.x86_64 )
  • Apache: make sure startup.pl is located in one of the @INC folders ( i.e. : /etc/httpd )
  • Apache: verify the used lib folders in use() statement in startup.pl
  • Apache: enable index.shtml as folder index document
  • Apache: enable shtml processing with htm extensions ( AddOutputFilter INCLUDES .htm )
  • Apache: check error log at /var/log/httpd/error_log
  • httpd.conf > uncomment NameVirtualHost
  • start dovecot
  • grant all on *.* to 'root'@'123.233.423.34' identified by 'passw'

No comments:

Post a Comment