It is also very important that mailman was set up correctly when it was installed. During the ./configure phase, the cgi gid must be specified and it should match the gid that the web server runs as, especially if it runs as something other than the defaults. (Some web servers run as apache for instance.)

Here's a clip from the INSTALL file from mailman:

       --with-cgi-gid=<group-or-groups>
            Specify an alternative group for running
            scripts via the CGI wrapper.  <group-or-groups>
            can be a list of one or more integer group ids 
            or symbolic group names.  The first value in 
            the list that resolves to an existing group is 
            used.  By default, the value is the the list 
            `www www-data nobody'.

~~
naChoZ


In reply to Re: suid perl by naChoZ
in thread suid perl by devslashneil

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.