Mailman - Error 500 internal server error

vousys

Verified User
Joined
Oct 25, 2008
Messages
6
Guys i need help.
I've installed mailman ans the post said, everything perfect.
i've check /bin/check_perm ....
'ive reconfigure it with `--with-cgi-gid=apache' and with `--with-cgi-gid=root'
but i still get the error.

When i execute from terminal /usr/local/mailman/cgi-bin/listinfo
i recibe the html perfectly, but when y try to execute it from browser, ive get allways Error 500. internal server error.

i've got this lines in my http.conf . (im in Centos with directadmin)


ServerName www.mailman.domain
ServerAlias www.mailman.domain domain
ServerAdmin webmaster@domain
DocumentRoot /usr/local/mailman
ScriptAlias /mailman/ /usr/local/mailman/cgi-bin/

UseCanonicalName OFF

User apache
Group apache

CustomLog /var/log/httpd/domains/mailman.domain.bytes bytes
CustomLog /var/log/httpd/domains/mailman.domain.log combined
ErrorLog /var/log/httpd/domains/mailman.domain.error.log

<Directory /usr/local/mailman/cgi-bin/>
AllowOverride All
Options ExecCGI
Order allow,deny
Allow from all
</Directory>

Alias /pipermail/ /usr/local/mailman/archives/public/
<Directory /usr/local/mailman/archives/public>
Options Indexes MultiViews FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHos



HELPPPPPPPPPPPP PLEASEEEEEEEEEEE:eek:
 
Back
Top