Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 06-13-2002 12:12:45

jlcarrer
Member
Registered: 06-13-2002
Posts: 1

Help me with permissions

I am a novice so bear with me, but recently my hosting company upgraded the server I am on and I had to change some paths, etc.( which I finally figured out) but  .... this is the part I can't figure out....I cannot access the cart and I guess it has to do with permissions. Whenever I change the data and images to 0777, the cgi also changes. What am I doing wrong. I have never understood this part. One time you guys had to do it for me. Let me know if it is better to contact you for paid support?? Or can you help  me understand this part??? I am assuming that this is the problem with my site, or could it be something else??

Thanks. Here s the message I get:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, advancedsupport@doteasy.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log.  Apache/1.3.19 Server at wwwsilverstarparties.com Port 80

Offline

 

#2 06-17-2002 06:54:26

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19906
Website

Re: Help me with permissions

Take a look at the server log.  If you're logging in via SSH/telnet to set permissions, change them using the shell as follows:

chmod -R 777 cp
cd cp
chmod -R 755 cgi-bin
cd cgi-bin
chmod 644 *.pl


Nick Hendler

Online

 

Board footer