This is a cry out for help to anybody who has any idea what could have happened to our store. This morning (~until 10:10am) our customers were able to place orders without any issues. At 1:00pm we have received reports of customers not being able to access our store. When I went to our storefront, all I could see was a 403 Forbidden error which stated:
"You don't have permission to access /mm5/merchant.mvc on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
I had absolutely no idea what could have happened during that time frame. We didn't run any updates, absoultely nothing was done to the back end, except for usual daily customer interaction operations.
I have filed a ticket with our host - Dreamhost. Here is what they came back with:
"The error.log shows:
[Mon Nov 17 16:36:40 2008] [error] [client 66.33.206.8] (13)Permission
denied: file permissions deny server access:
/.../mm5/merchant.mvc
So the permissions for the file merchant.mvc are set to 600 - rw-------
(owner read/write only, but the file does not exist to anyone else).
It probably should match paypal_1.mvc - 644 rw-r--r-- (owner read/write,
group and everyone else read only).
I chmoded merchant.mvc to 644 and it is no longer forbidding me. (It is
asking me to download a file, but that may be what you want.)"
Can you believe this?! Now, when I go to our storefront, I get garbage!
Here is the link:
http://store.cbridge.com/
What's even worse, if I put a full path to merchant.mvc, IT IS asking me to download a file, thanks to a very helful support person at Dreamhost!!!
If somebody has any idea, I would really appreciate it at this moment!
Thank you!
"You don't have permission to access /mm5/merchant.mvc on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
I had absolutely no idea what could have happened during that time frame. We didn't run any updates, absoultely nothing was done to the back end, except for usual daily customer interaction operations.
I have filed a ticket with our host - Dreamhost. Here is what they came back with:
"The error.log shows:
[Mon Nov 17 16:36:40 2008] [error] [client 66.33.206.8] (13)Permission
denied: file permissions deny server access:
/.../mm5/merchant.mvc
So the permissions for the file merchant.mvc are set to 600 - rw-------
(owner read/write only, but the file does not exist to anyone else).
It probably should match paypal_1.mvc - 644 rw-r--r-- (owner read/write,
group and everyone else read only).
I chmoded merchant.mvc to 644 and it is no longer forbidding me. (It is
asking me to download a file, but that may be what you want.)"
Can you believe this?! Now, when I go to our storefront, I get garbage!
Here is the link:
http://store.cbridge.com/
What's even worse, if I put a full path to merchant.mvc, IT IS asking me to download a file, thanks to a very helful support person at Dreamhost!!!
If somebody has any idea, I would really appreciate it at this moment!
Thank you!
Comment