More info on this: I added a symlink under "DocumentRoot" (which is specified as /var/www/html on my system), so the link is "/var/www/html/*mailman-cgi-bin*" , and added a ScriptAlias in httpd.conf to point there:
ScriptAlias /*mailman*/ "/var/www/html/*mailman-cgi-bin*/" After adding the alias, I restarted apache: "apachectl restart" Still no luck. When I attempt to access the ~/*mailman*/listinfo page, I still get the "InternalAccessError" and this line in suexec_log: "command listinfo not in docroot (10005)" What could I being doing wrong here? On Sat, Nov 28, 2015 at 11:30 AM, Dave Arndt <[email protected]> wrote: > After installing mailman (with yum), I get an error when attempting to > access the listinfo page: > > "Internal Server Error" > > > Inspecting the logs in httpd, I see this in suexec-log: > > command listinfo not in docroot (10005) > > I do NOT have the option of disabling suexec. > > After considerable time spent looking into this, it seems that I need to > have mailman installed under "DocumentRoot", which on my host appears to be > /var/www/html > > Further reading indicates that i cannot use the "installroot" option on > yum to change the installation root directory, UNLESS I've created my own > custom RPM. That rules that out. > > So now, I'm resorting to 100% manual installation... > > My questions are: > > 1) Am I taking the right approach in solving this problem? That is, by > installing under docroot, will it address the Apache suexec problem we're > seeing? > > 2) If docroot is /var/www/html, do i create the mailman directory > *directly* beneath the /var/www.html folder? i.e. - /var/www.html/mailman > (that just doesn't seem right...?) > > Is there some other way to solve this problem? (Very difficult package to > get installed and running, unless your a huge linux/mailman guru, I > guess...) > > Thanks, > > - da > > > > ------------------------------------------------------ Mailman-Users mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
