[Webcalendar] Having trouble installing
Tim DeBoer
tdeboer a t gmail.com
Sun, 26 Mar 2006 15:04:10 -0700
Hi everyone, looks like my first help request didn't show up on the list?
At any rate, I'm having trouble making sense out of some of the
install instructions,
I've managed to complete the following from the main install page:
1. gzip -dc webCal-version.tgz | tar xvf -
2. cd webCal*.*.*
3. Read and Edit the file install.pl, make sure all
directory names and URL's are correct.
4. run 'perl install.pl'
I've decided to go with the apache/mod_perl setup, since I already
have it installed on the machine, and I've added the following to
httpd.conf.
#==webcal==Bgn==
#
<IfModule mod_perl.c>
Alias /y/ /var/www/webcal/bin/
<Location /y>
AllowOverride All
SetHandler perl-script
PerlHandler Apache::Registry
PerlSendHeader On
PerlRequire "/var/www/webcal/bin/startup.pl"
Options +ExecCGI
</Location>
</IfModule>
Alias /i/ "/var/www/webcal/webcal_icons/"
<Directory "/var/www/webcal/webcal_icons">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
#
#==webcal==End==
Not to be stupid, but I don't know what to do next.
Any help would be greatly appreciated.
Thanks.
--
Tim DeBoer
http://www.freebsd-geek.com
Just once, I'd like it if someone called me "Sir".
Without adding "You're creating a scene".