I am still having problems with my first Mailman installation. I have a successful build of MM version 2.1.2. I have cofig'd a virtual host with the following httpd.conf entry:
<VirtualHost 10.10.40.22> ServerName mailman.skybuilders.com DocumentRoot /usr/local/mailman/ ScriptAlias /mailman/ /usr/local/mailman/cgi-bin/ # Alias /images/ /usr/local/mailman/htdocs/images/ Options Indexes FollowSymLinks ServerAdmin [EMAIL PROTECTED] ServerSignature email DirectoryIndex index.php index.html index.shtml index.pl AddType application/x-httpd-php .php .php4 .php3 .phtml .html .xml .py AddHandler cgi-script cgi pl py </VirtualHost>
I dropped a test page (index.html) at /usr/local/mailman/ to make sure the site resolves correctly. But when I browse to http://.../mailman/admin I get the "Mailman CGI error!!!" error page. I have set ownership down the /usr/local/mailman tree to be for apache:mailman. I have also run:
./configure --with-cgi-gid=apache, which hasn't help me sort out the permissions issue.
Any suggestions? Thanks.
--
Jesse Burkhardt, Cambridge MA [EMAIL PROTECTED] (w) 617-876-5680 [EMAIL PROTECTED] (h) 617-354-5523
------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org