[Webcalendar] Cannot get WebCalendar to work

Bob Puff bob a t nleaudio.com
Mon, 29 Aug 2005 20:08:53 -0400


Hi Clive,

You need the apache2 configuration, which I also had to figure out.  Hopefully
the webcal install docs will be updated.  Here's what I use:

#for Webcal:
<IfModule mod_perl.c>
  Alias /y/ /var/www/webcal/bin/
    PerlRequire "/var/www/webcal/bin/startup.pl"
  <Location /y>
    AllowOverride All
    SetHandler perl-script
    PerlHandler ModPerl::Registry
    PerlSendHeader On
    Options +ExecCGI
    Order allow,deny
    Allow from all
  </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>


---------- Original Message -----------
From: Clive Anderson <africantiger a t yahoo.com>
To: webcalendar a t math.utexas.edu
Sent: Mon, 29 Aug 2005 05:09:25 -0700 (PDT)
Subject: [Webcalendar] Cannot get WebCalendar to work

> I have Apache (2.0.52) and mod_perl (1.99_16) running.
> I have followed the webcalendar installation
> instructions but after restarting httpd I am getting
> the following error:
> yntax error on line 999 of /etc/httpd/conf/httpd.conf:
> PerlRequire directive not allowed in a <Directory>
> block
> 
> What am I doing wrong?
> 
> Clive...
> 
> 		
> ____________________________________________________
> Start your day with Yahoo! - make it your home page 
> http://www.yahoo.com/r/hs
> 
> _______________________________________________
> Webcalendar mailing list
> Webcalendar a t www.math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/webcalendar
------- End of Original Message -------