Re: [Mailman-Users] command listinfo not in docroot (10005)

2015-11-28 Thread Stephen J. Turnbull
Mark Sapiro writes: > On 11/28/2015 08:30 AM, Dave Arndt wrote: > > 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? Which docroot? suEXEC has its own

Re: [Mailman-Users] command listinfo not in docroot (10005)

2015-11-28 Thread Mark Sapiro
On 11/28/2015 08:30 AM, Dave Arndt wrote: > > 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? Maybe. See > 2) If docro

Re: [Mailman-Users] command listinfo not in docroot (10005)

2015-11-28 Thread Laura Creighton
In a message of Sat, 28 Nov 2015 12:48:52 -0500, Dave Arndt writes: >On Sat, Nov 28, 2015 at 12:43 PM, Laura Creighton wrote: > >> selinux That eliminates a lot of hell. Good. I wish I could be of more help, but that much I do know. Laura --

Re: [Mailman-Users] command listinfo not in docroot (10005)

2015-11-28 Thread Dave Arndt
On Sat, Nov 28, 2015 at 12:43 PM, Laura Creighton wrote: > selinux Running "getenforce" returns "Disabled" -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.l

Re: [Mailman-Users] command listinfo not in docroot (10005)

2015-11-28 Thread Laura Creighton
Do you have selinux installed? It can cause a gazillion problems. Laura -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http:

Re: [Mailman-Users] command listinfo not in docroot (10005)

2015-11-28 Thread Dave Arndt
PS: The symlink does indeed point to the correct mailman cgi folder: /usr/lib/mailman/cgi-bin /var/www.html/mailman-cgi-bin Both of these folders have: admin admindb confim create edithtml listinfo options private rmlist roster subscribe On Sat, Nov 28, 2015 at 12:35 PM, Dave Arndt wrote:

Re: [Mailman-Users] command listinfo not in docroot (10005)

2015-11-28 Thread Dave Arndt
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 alia

[Mailman-Users] command listinfo not in docroot (10005)

2015-11-28 Thread Dave Arndt
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