Hey
I moved into a new server, now on homepage I get 500 internal server error.
In error logs it shows:
Premature end of script headers: index.cgi
All .cgi chmod to 755 already.
How to fix this?
Thanks.
XFileSharing Pro - Server move, now 500 internal server error?
Server move, now 500 internal server error?
Last edited by awaisuk on May 02, 2011 7:14 pm, edited 1 time in total.
-
- Posts: 91
- Joined: May 13, 2010 6:46 pm
Make sure all permissions are set correctly:
Code: Select all
'logs.txt' => 0666,
'ipn_log.txt' => 0666,
'fs.cgi' => 0755,
'index.cgi' => 0755,
'ipn.cgi' => 0755,
'cron.pl' => 0755,
'dl.cgi' => 0755,
'up.cgi' => 0755,
'uu.cgi' => 0755,
'upload.cgi' => 0755,
'api.cgi' => 0755,
'XFileConfig.pm' => 0666,
'XFSConfig.pm' => 0666,
'text-link-ads.xml' => 0666,
'Templates/text-link-ads.html' => 0666,
'Templates/news_last.html' => 0666,
'temp' => 0777,
'uploads' => 0777,
"$c->{site_path}/files" => 0777,
"$c->{site_path}/i" => 0777,
"$c->{site_path}/captchas" => 0777,
"$c->{site_path}/tmp" => 0777,
"$c->{site_path}/catalogue.rss" => 0666,
"$c->{site_path}/sitemap.txt" => 0666,
"$c->{site_path}/sitemap.txt.gz" => 0666,
-
- Posts: 7
- Joined: May 03, 2011 9:59 am
-
- Posts: 91
- Joined: May 13, 2010 6:46 pm