mdedens Posted July 18, 2004 Posted July 18, 2004 Hi, This is kind of a long shot, but wondering if anybody has any ideas or has heard of this before: I installed soupermail on one of my domains. And it works great. I copied the files to a new domain's space, and changed the 2 neccessary variables in the soupermail.pl file, but for some reason I keep getting an Internal Server Error when I try to execute the script. Still works great on the other server, this one it doesn't. Here's what my error log says, but I don't know what it means: [2004-07-18 03:02:59]: error: file is writable by others: (/home/uncleal/public_html/cgi-bin/soupermail.pl) [sun Jul 18 03:02:59 2004] [error] [client 68.203.174.205] File does not exist: /home/uncleal/public_html/500.shtml [sun Jul 18 03:02:59 2004] [error] [client 68.203.174.205] Premature end of script headers: /home/uncleal/public_html/cgi-bin/soupermail.pl All my CHMOD settings are identical...everything is identical, except for the admin email address, and my root path. But those are correct. Anyway, any help is much appreciated! thanks. ~Mike Quote
LisaJill Posted July 18, 2004 Posted July 18, 2004 Did you upload it in ascii when you uploaded it? the first error is saying that it has permissions that are too much - might be 777 when you want 755. The second is saying that it can't find your internal server error page (500.shtml - probably doesn't exist, not associated with the script failing) - it's the premature end of script headers that may be the ascii issue. =) Quote
mdedens Posted July 18, 2004 Author Posted July 18, 2004 Hey! Thanks for the help! It worked! The permission on the .pl file was set to 775, instead of being 755. If Karma exists you've got plenty coming your way! =) thx! Quote
LisaJill Posted July 18, 2004 Posted July 18, 2004 'twas my pleasure. Glad it was that easy! =) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.