|
From: Kris D. <kd...@vi...> - 2006-12-04 22:27:35
|
Vernon wrote: > In case anyone else ever asks, I have been fighting with this mailman > issue and the solution is simple if one is willing to run Apache with > suEXEC enabled. Simple find and rename the suexec binary, restart Apache > and it works. Now my only question is, any one have any ideas why I > shouldn't run Apache like that? If you don't mind most CGI scripts running as whichever user Apache runs as (IIRC you're on Debian - so www-data), you should be fine. I've run into similar troubles trying to run some webscripting myself; the difference was I *wanted* to run as the webserver user instead of my own account. <g> (Among other issues.) -kgd |