Web Hosting Talk







View Full Version : CGI Write Access Not Working... HELP!


popdirt
08-16-2002, 05:51 AM
For some reason, the server I got out of the box from Nocster has some sort of problem with getting write access for CGI files to work. The CGI's are reading correctly though. I have the user permissions and group permissions matching in my virt user and actual files. Have execcgi enabled. Have the correct permissions... but still no write access.

Anyone ever have a problem like this? Ideas?

Chas
08-16-2002, 09:39 AM
Hi popdirt,

What are the file and directory permissions? Can you post the erros from your log?

Regards,
Charlie

Joey
08-16-2002, 10:06 AM
If you've got "no write access", you probably need to chmod 777 <the files that need write access>.

Do what Chas said, look through your error_logs. :)

dandanfirema
08-16-2002, 10:26 AM
suexec will not allow the files to run if they are 777. Please review the suexec log file.

popdirt
08-16-2002, 05:04 PM
hmm.. well after I disabled suexec and re-enabled it, things seem to be working now... even when files are chmod 777