Re: [Mailman-Users] Changing the path of cgi-bin

2005-07-13 Thread Forrest Aldrich
I received a few private messages about this, so I'll summarize the simple answer here. I moved ~mailman/cgi-bin to ~mailman/anothername, changed all references to this in the httpd.conf and also added a ScriptAlias for that path as for the former /mailman/->~mailman/cgi-bin directive. Seems t

Re: [Mailman-Users] Changing the path of cgi-bin

2005-07-13 Thread Forrest Aldrich
Are there any hard-coded dependencies upon the ~mailman/cgi-bin struct. John Dennis wrote: >On Wed, 2005-07-13 at 14:42 -0400, Forrest Aldrich wrote: > > >>Right, exactly. But what' the best way to do this with Mailman. >> >> > >Pick a new location of your chosing, move the cgi-bin dir

Re: [Mailman-Users] Changing the path of cgi-bin

2005-07-13 Thread John Dennis
On Wed, 2005-07-13 at 14:42 -0400, Forrest Aldrich wrote: > Right, exactly. But what' the best way to do this with Mailman. Pick a new location of your chosing, move the cgi-bin directory to it, then edit your httpd ScriptAlias entry for mailman. -- John Dennis <[EMAIL PROTECTED]> ---

Re: [Mailman-Users] Changing the path of cgi-bin

2005-07-13 Thread Forrest Aldrich
Right, exactly. But what' the best way to do this with Mailman. Poster wrote: >Forrest Aldrich said: > > >>I've been asked to change the path from ~mailman/cgi-bin to >>~mailman/something-else, the claim being security (and avoiding skript >>kiddies).Though, with the directory aliasing

Re: [Mailman-Users] Changing the path of cgi-bin

2005-07-13 Thread Poster
Forrest Aldrich said: > I've been asked to change the path from ~mailman/cgi-bin to > ~mailman/something-else, the claim being security (and avoiding skript > kiddies).Though, with the directory aliasing, I don't see where > that > makes a bit of difference. I think what they're trying to avo

[Mailman-Users] Changing the path of cgi-bin

2005-07-13 Thread Forrest Aldrich
I've been asked to change the path from ~mailman/cgi-bin to ~mailman/something-else, the claim being security (and avoiding skript kiddies).Though, with the directory aliasing, I don't see where that makes a bit of difference. In my application, the httpd.conf is "embedded" such that it's r