[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Formmail solution



Just my two cents...<which is probably only worth one cent ; )>

>
> I get the error message:
> CGIWrap Error: Execution of script not permitted
> Execution of (httpd) is not permitted for the following reason:
> User not Privlidged.

***Isn't usr httpd FrontPage? The user should match a user and owner on the
site / server from my experience. Maybe not the right terminology but if the
site is "site1" and a user on that site is "bob" you should <chown bob.site1
"script_name">

I don't know if this relates but I just finished moving half dozen sites
from an older raq and linux box to a raq3i and discovered many of my scripts
would not run that ran fine on the older raq's and a linux box I have. I
fixed this by changing..

#!/usr/bin/perl   <TO>  #!/usr/bin/perl --   <--Two dashes at end

Just a thought and I apologize if someone has already suggested these as my
mails been down all morning and this was the first cobalt list mailing I got
; )

S