いつもお世話になっております。
今回、さくらレンタルサーバーを借りて、専用環境にて、PHPファイルを動かそうとしてますが、
レンタルサーバーの仕様上、初期設定だとPHPファイルが動かないらしく、悪戦苦闘しております。。。
さくらのレンタルサーバのプランは、スタンダードです。
解決策として、
ドキュメントルート(/home/アカウント名/www)以下に、
・php.cgi
・.htaccess
を配置する。という手法があることは理解したのですが、
上記2ファイルに具体でなにを記載すればよいのか。が、わからず、教えて頂けますでしょうか。
現在、下記の記述をしており、500エラーとなってます。
php.cgi
#!/bin/php exec /home/rs/php/7.2/bin/php-cgi
.htaccess
Action myphp-script /php.cgi AddHandler myphp-script .php .html
ページに表示されているエラー文言
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator at support@sakura.ad.jp to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
エラーログ
[cgi:error] [pid 82840] [client 180.131.156.30:0] AH01215: suexec policy violation: see suexec log for more details: /home/アカウント名/www/php.cgi
[cgi:error] [pid 82840] [client 180.131.156.30:0] End of script output before headers: php.cgi
ご回答のほど、よろしくお願い致します。