ispCP - Board - Support
Got error 500 with Filenames containing points - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Got error 500 with Filenames containing points (/thread-15532.html)



Got error 500 with Filenames containing points - par0noid - 11-10-2011 09:35 PM

Hey guys,

i got a problem with ISPCP.
Checked this on four different machines and got the same problem every time.

The problem: If a filename contains a point, for example: my.class.php, my apache server returns error 500.

I checked apache config, fcgi and so on but i cant find the problem.

Any idea?

Tested on: Debian Squeeze x64, Ouarcore, 8gb DDR3.

Thanks


RE: Got error 500 with Filenames containing points - ephigenie - 11-10-2011 09:45 PM

Hi
did you checked the logs ? (apache error log, suexec log and so on) ?


RE: Got error 500 with Filenames containing points - par0noid - 11-10-2011 10:03 PM

sure^^ forgot to post it:

suexec.log Wrote:[2011-11-10 11:59:46]: uid: (2007/vu2007) gid: (2007/vu2007) cmd: _ts3admin.class.php.html
[2011-11-10 11:59:46]: (8)Exec format error: exec failed (_ts3admin.class.php.html)

default-error.log Wrote:[Thu Nov 10 12:58:12 2011] [warn] [client xx.xx.xx.xx] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server, referer: http://xxxxxx.info/manual/li_txxxdmin.html
[Thu Nov 10 12:58:12 2011] [error] [client xx.xx.xx.xx] Premature end of script headers: _ts3admin.class.php.html, referer: http://xxxx.info/manual/li_tsxxxin.html

thanks


RE: Got error 500 with Filenames containing points - ephigenie - 11-13-2011 03:43 PM

To be honest judging from your default-error.log it seems as if there's maybe also a problem with your typo3 rewrite rules ?

Premature end of script headers points to a failure on executing the file ( syntax error or something like that ? ) ...

Please make a test and remove your rewrite rules completely, then place a simple test.test.test.php file with <? phpinfo(); ?> in it in your directory root and try to open it via webbrowser. Send the log then pls as well.


RE: Got error 500 with Filenames containing points - par0noid - 11-16-2011 01:39 AM

Hey ephigenie,

how can i remove my rewrite rules btw. what do i have to do exactly?

In addition: it's a html file that couldn't be opened.

Thanks

par0noid


RE: Got error 500 with Filenames containing points - joximu - 11-16-2011 10:18 PM

Normally those rewrite rules for typo3 are in a .htaccess file in the document root

If you do not use realurl or simulate static - you can rename this file (as it is by default).

/J


RE: Got error 500 with Filenames containing points - par0noid - 11-17-2011 04:38 AM

I can't dig it.

I'm not using typo3. Thought typo3 is a open source cms, isn't it?

-par0noid


RE: Got error 500 with Filenames containing points - joximu - 11-17-2011 07:46 AM

ok, sorry - the filename loked very similar.

You don't have any .htaccess files in the web folders?

/J


RE: Got error 500 with Filenames containing points - par0noid - 04-24-2012 07:19 AM

No, there're no htaccess files in webfolder.

Filename that doesn't work is: _ts3admin.class.php.html

If a place a file on my webfolder i'll always get a error 500.