My name is Francesco Levorato, I am 23 and passionate developer from Italy. I also love cooking cakes, singing and playing my guitar and make people happier than they were before they met me (Read more about my story)
I am someone you wish you had met before. If you feel like you are special persone, drop me a line and introduce yourself! The sooner, the better!
Tonight I activated a shared hosting account at Crucial Paradigm. The process was fast and smooth and you get to pay only 1$ for the first month of service. I must say they have a very brilliant and responsive contact service, which balances the fact they have very poor documentation and knowledge base articles. In fact it took me 2 hours from filling the first sign-up to have a working account with SSH enabled and a problem resolved by their support staff. This is quite valuable if you realize that also enabling SSH requires opening a ticket with tech support. So I’m simply reposting the reply I got from the tech guy at Crucial Paradigm in case someone in the future needs this info. 500 internal server errorHello Francesco, Permission of files were incorrect which caused the issue. We corrected it. Now domain is loading fine from our end. Please verify it from your end. As a security measure, our shared servers are php-suexec. I will give more description on this matter. When PHP runs as an Apache Module it executes as the user/group of the webserver which is usually “nobody”. Under this mode, files or directories that you require your php scripts to write to need to have 777 permissions (read/write/execute at user/group/world level). This is not very secure because besides allowing the webserver to write to the file it also allows anyone else to read or write to the file. With PHP running as CGI with suexec enabled your php scripts now execute under your user/group level. Files or directories that you require your php scripts to write to no longer need to have 777 permissions. Your scripts and directories can have a maximum of 755 permissions (read/write/execute by you, read/execute by everyone else). PHP running as CGI/suexec is much more secure than the older Apache module method. But there are 4 rules for php to work fine on phpsuexec enabled servers. They are 1. .htaccess should not contain any php config values. Such php values should be specified in php.ini. |
|||

Technorati Tags:
Kopi Tribulusdynamic
Post new comment