Hi Everyone.
I'm trying to Cosign a folder on my new OS X Server. I'm running
Apache/1.3.33 (Darwin) mod_fastcgi/2.4.2 mod_ssl/2.8.24 OpenSSL/
0.9.7l PHP/4.4.4. I've set up Zope behind Apache/FastCGI and am
already using Cosign authentication to access it.
Outside of Zope, I've also created an SSL-protected virtual host on a
different port with a different document root. The server starts up
okay, and I can authorize through Cosign, but then I get an "Internal
Server Error":
[Wed Jun 27 08:55:10 2007] [crit] [client 141.212.xxx.xxx]
configuration error: couldn't check access. No groups file?: /
I've included my configuration below. Can anyone see what I'm doing
wrong?
Thank you for your time!
--
Chris Africa
Web Project Manager
Department of Mechanical Engineering
University of Michigan
734-764-8482
Fridays: 734-355-6577
AIM/iChat/Skype ID: baiewola
<VirtualHost 141.212.xxx.xxx:1111>
ServerName someserver.umich.edu
ServerAdmin [EMAIL PROTECTED]
DocumentRoot "/Library/WebServer/otherdirectory"
DirectoryIndex index.html index.php
CustomLog "/var/log/httpd/access_log" "%h %l %u %t \"%r\" %>s %b"
ErrorLog "/var/log/httpd/error_log"
ErrorDocument 404 /error.html
CosignProtected On
CosignHostname weblogin.umich.edu
CosignRedirect https://weblogin.umich.edu/
CosignPostErrorRedirect https://weblogin.umich.edu/post_error.html
CosignService someserver
CosignCrypto /etc/httpd/ssl_key/server.key /etc/httpd/ssl_key/
someserver_umich_edu.crt /usr/local/etc/apache/certs
<IfModule mod_ssl.c>
SSLEngine On
SSLLog "/var/log/httpd/ssl_engine_log"
SSLCertificateFile "/etc/certificates/someserver.umich.edu.crt"
SSLCertificateKeyFile
"/etc/certificates/someserver.umich.edu.key"
SSLCipherSuite "ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:!SSLv2:+EXP:
+eNULL"
SSLCertificateChainFile
"/etc/certificates/someserver.umich.edu.chcrt"
</IfModule>
<IfModule mod_dav.c>
DAVLockDB "/var/run/davlocks/.davlock100"
DAVMinTimeout 600
</IfModule>
AccessFileName .htaccess
<Directory "/Library/WebServer/otherdirectory">
AllowOverride AuthConfig Limit
AuthType Cosign
Options All -Indexes +ExecCGI +Includes +MultiViews
Require user cafrica
</Directory>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]
</IfModule>
<IfModule mod_alias.c>
</IfModule>
LogLevel warn
</VirtualHost>
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]