I use phpGroupware.  It's a little quirky, but works well.

As for your problems, you need to make sure that you have the following
line somewhere in your httpd.conf:

AddHandler cgi-script .pl

In addition, in the directory configuration you will need

Options +ExecCGI

For your directory listings to work, I think you need

Options +Indexes

But I could be wrong on that one.  In addition, if it needs mod_perl
(rather than just perl executing as a CGI), you'll need even more
configuraiton.

Jon

On Thu, 17 Jul 2003, Mark Haney wrote:

> Has anyone ever setup/used CyberCalendar?  I'm really looking for a good Web-based 
> Calendar for our website.  I followed the install instructions for CyberCalendar, 
> but I can't get any of the perl scripts to execute.  I must have apache configured 
> wrong, but I can't figure out what's not right about it.  Instead of executing the 
> script, I get the source code.  The admin.pl script is supposed to bring up a login 
> page so I can login to configure additional options for the Calendar.
>
> Also, I'm getting an Access Denied error on the directories where the calendar 
> resides, even though I chmod the folder to world readable.  Any ideas what's going 
> on?  Or, any suggestions on a Web Calendar program that anyone else uses and likes?
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list
>


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to