[Mailman-Users] Installation help--Dumb Apache problem

Dan Ray me at danray.net
Mon Jun 7 17:15:31 CEST 2004


Morning!

I want to install the Mailman CGIs in a virtualhost under Apache, and it
won't go. The v-host gives me a 500 on a "Hello World" Perl script in
both the Mailman ScriptAlias directory as well as the cgi-bin.

Setting a ScriptAlias to the $dir/mailman/cgi-bin in the main host on
the server works great. So it's something bad about my virtual server
config, but damned if I can see what.


Expurgated section of httpd.conf follows:

<VirtualHost xxx.xxx.xxx.xxx:80>
    SSLDisable
    User           username
    Group          mailman
    ServerName     my.domain.com
    ServerAdmin    me at my.domain.com
    DocumentRoot   /home/username/www/le
    Options        FollowSymlinks Indexes
    ScriptAlias    /mailman/  "/usr/local/mailman/cgi-bin/"
    ScriptAlias    /cgi-bin/ "/home/username/www/cgi-bin/"
    <Directory /home/username/www/cgi-bin>
        AllowOverride None
        Options None
        Order allow,deny
        Allow from all
    </Directory>
   <Directory /usr/local/mailman/cgi-bin>
        AllowOverride None
        Options None
        Order allow,deny
        Allow from all
    </Directory>
    CustomLog     
/usr/local/apache/logs/username/my.domain.com-access_log combined
    ErrorLog      
/usr/local/apache/logs/username/my.domain.com-error_log
</VirtualHost>

Thanks for any help you can offer!

-- 
"Do or do not. There is no try."
           --Yoda





More information about the Mailman-Users mailing list