CGI-BIN on zimbra apache

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
APerillo
Posts: 3
Joined: Mon Jun 24, 2019 2:18 pm

CGI-BIN on zimbra apache

Post by APerillo »

Greetings,

I'm trying to integrate GNU mailman to zimbra. Everything looks fine during the installation but when I enter the URL to the mailman admin page it downloads the cgi-bin file instead of run it. I run the bins via console and it shows an html text (in other words, a browser page):

Code: Select all

Content-type: text/html

<head>
<title>Mailman CGI error!!!</title>
</head><body>
<h1>Mailman CGI error!!!</h1>
The Mailman CGI wrapper encountered a fatal error. This entry is being stored in your syslog:
<pre>
Group mismatch error. Mailman expected the CGI wrapper script to be
executed as one of the following groups:
[apache],
but the system's web server executed the CGI script as group: "root".
Try tweaking the web server to run the script as one of these groups:
[apache],
or re-run configure providing the command line option:
'--with-cgi-gid=root'.</pre>
(The shown error is because i'm running the bin as root and my root is not in the apache group)
The question is:

¿What can I do to activate or install cgi-bin module on the zimbra apache?

I have ZCS 8.6 on CentOS 7.

Thanks and best regards.
imanudin11
Outstanding Member
Outstanding Member
Posts: 304
Joined: Sat Sep 13, 2014 2:23 am
ZCS/ZD Version: Release 8.8.15.GA.3829.UBUNTU16.64
Contact:

Re: CGI-BIN on zimbra apache

Post by imanudin11 »

Hello,
Please try workaround from this link: https://imanudin.com/2014/07/09/solved- ... -zimbra-8/
Post Reply