Stephen, Sorry for being late on this thread. And thanks for your support of Rev On Rockets initiative.
The error you're having is a permission error. You must be sure you set the correct permissions on the file and also the correct user and group with chown command. chown user:group filename suEXEC needs the correct user and group. Just log in by SSH to your dreamhost account and do a ls -l to see which user and group is being used on your account (they are not standard, they are unique to each dreamhost account). You can enable Shell Access on your Dreamhost account by going into the accounts setup in the control panel. They have something like: "Full access" which you need to enable so you can use shell access. There you'll see the user and group for your given www user. Then you need to set the rest of the files to the same user and group or Dreamhost suEXEC will complain and refuse to run. Try that and get back to me. Cheers andre On Sat, Dec 6, 2008 at 3:47 PM, Stephen Barncard <[EMAIL PROTECTED]> wrote: > Thanks Richard. That's good to know. > > Yes, I've been looking at the logs and I always get this error: > >> suexec policy violation: see suexec log for more details, referer: >> http://cms3.mitchmarcusmusic.com/ > > I have no suexec log. > > the only other error is the error for not having the error page! > I've sent a support ticket to the Dreamhost techs, they're pretty good about > things. > > You're idea for the send script to and return logs is a good one. I'll > incorporate that into my future cgi sandbox. > > By the way, doesn't FTP in Rev send passwords in plain text? How do you work > around that? > > sqb > >> I run Rev CGIs on Dreamhost daily. Once you find the culprit you'll have >> a great time. >> >> Have you checked your error.log from the server's logs folder? >> >> I write my CGIs in a simple stack I made for doing so, which has a button >> to upload the script so I take care of several small steps in one click. >> >> A few weeks ago I had trouble debugging a script's execution on the >> server, and added another button that downloads my error.log file and >> displays its contents - total time-saver, well worth the five minutes to set >> it up. >> >> >> The truth is out there - you just need to find where it's being reported. >> :) >> >> -- >> Richard Gaskin > > -- > > > stephen barncard > s a n f r a n c i s c o > - - - - - - - - - - - - > > > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > -- http://www.andregarzia.com All We Do Is Code. _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
