Hi,
I've installed webcal on my redhat server at work, but I'm having trouble with 
configuring calendars due to password authentication issues. The webcal readme 
states to have the following:
<Directory /opt/httpd/cgi-bin/webcal>
AllowOverride AuthConfig
Options ExecCGI
</Directory>

in the httpd.conf file. I have that, except using /var/www/cgi-bin/webcal as 
the directory since that is where the webcal cgi scripts are installed.
The webcal readme states "A lot of people have had password problems at first, 
but every one has turned out to be an error in configuration on their 
webserver!" So I must be doing something wrong.

There was another <Directory> section in my httpd.conf file,
<Directory /var/www/cgi-bin>
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
</Directory>

that I changed to
<Directory /var/www/cgi-bin>
AllowOverride AuthConfig
Options ExecCGI
Order allow,deny
Allow from all
</Directory>

but that made no difference. I'm a newbie with config opptions in Apache, so 
I'm at a loss for figerring out what the problem is. An clueful folks care to 
enlighten me?

Regards,
Tim



_______________________________________________
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users

Reply via email to