Elxis CMS Forum

Support => Technical support => Topic started by: regi168 on January 23, 2011, 10:57:22

Title: homepage error in IE, http error 500
Post by: regi168 on January 23, 2011, 10:57:22
www.regi168.com 

In IE  shows " http 500 inside server error

In mozilla , shows nothing , it's complete blank

could somebody help me ? 
Title: Re: homepage error in IE, http error 500
Post by: datahell on January 23, 2011, 10:59:14
Such errors are usually generated by wrong file permissions on SUPHP, or by wrong htaccess file.
Title: Re: homepage error in IE, http error 500
Post by: regi168 on January 23, 2011, 11:14:02
I didnot touch the  .htaccess files.
I only rewrite some languages files.
How do I solve this problem.?


 
Title: Re: homepage error in IE, http error 500
Post by: ks-net on January 23, 2011, 19:57:51
check first your server's error logs...

then come back here and tell us what errors you found !
Title: Re: homepage error in IE, http error 500
Post by: regi168 on January 24, 2011, 06:20:29
msg as flows:

[Mon Jan 24 08:59:24 2011] [error] [client 61.224.218.217] File does not exist: /raid/vhost/regi168.com/www/favicon.ico
[Mon Jan 24 08:59:27 2011] [error] [client 61.224.218.217] File does not exist: /raid/vhost/regi168.com/www/favicon.ico
[Mon Jan 24 09:13:30 2011] [error] [client 61.224.218.217] File does not exist: /raid/vhost/regi168.com/www/favicon.ico
[Mon Jan 24 09:14:08 2011] [error] [client 61.224.218.217] File does not exist: /raid/vhost/regi168.com/www/favicon.ico
[Mon Jan 24 09:15:16 2011] [error] [client 61.224.218.217] mod_security: Warning. Pattern match "<.+>" at POST_PAYLOAD [msg "XSS attack"] [severity "EMERGENCY"] [hostname "www.regi168.com"] [uri "/administrator/index3.php"]
[Mon Jan 24 09:15:29 2011] [error] [client 61.224.218.217] mod_security: Warning. Pattern match "<.+>" at POST_PAYLOAD [msg "XSS attack"] [severity "EMERGENCY"] [hostname "www.regi168.com"] [uri "/administrator/index3.php"]
[Mon Jan 24 09:15:44 2011] [error] [client 61.224.218.217] mod_security: Warning. Pattern match "<.+>" at POST_PAYLOAD [msg "XSS attack"] [severity "EMERGENCY"] [hostname "www.regi168.com"] [uri "/administrator/index3.php"]
[Mon Jan 24 09:31:35 2011] [error] [client 61.224.218.217] mod_security: Warning. Pattern match "<.+>" at POST_PAYLOAD [msg "XSS attack"] [severity "EMERGENCY"] [hostname "www.regi168.com"] [uri "/administrator/index3.php"]
[Mon Jan 24 09:31:35 2011] [error] [client 61.224.218.217] mod_security: Warning. Pattern match "style[[:space:]]*=" at POST_PAYLOAD [msg "XSS attack"] [severity "EMERGENCY"] [hostname "www.regi168.com"] [uri "/administrator/index3.php"]
[Mon Jan 24 09:31:35 2011] [error] [client 61.224.218.217] mod_security: Warning. Pattern match "<div" at POST_PAYLOAD [msg "XSS attack"] [severity "EMERGENCY"] [hostname "www.regi168.com"] [uri "/administrator/index3.php"]
[Mon Jan 24 09:43:07 2011] [error] [client 61.224.218.217] File does not exist: /raid/vhost/regi168.com/www/components/com_reservations/images/flags/chinese_traditional.png, referer: http://www.regi168.com/administrator/index2.php?option=com_reservations&task=edithotel&hid=5&hidemainmenu=1
[Mon Jan 24 09:44:41 2011] [error] [client 61.224.218.217] File does not exist: /raid/vhost/regi168.com/www/components/com_reservations/images/flags/english.png, referer: http://www.regi168.com/administrator/index3.php?option=com_reservations&task=edittranslation&id=25&type=fachotel
[Mon Jan 24 09:45:37 2011] [error] [client 61.224.218.217] mod_security: Warning. Pattern match "<.+>" at POST_PAYLOAD [msg "XSS attack"] [severity "EMERGENCY"] [hostname "www.regi168.com"] [uri "/administrator/index3.php"]
[Mon Jan 24 09:45:37 2011] [error] [client 61.224.218.217] mod_security: Warning. Pattern match "style[[:space:]]*=" at POST_PAYLOAD [msg "XSS attack"] [severity "EMERGENCY"] [hostname "www.regi168.com"] [uri "/administrator/index3.php"]

what happened?
Title: Re: homepage error in IE, http error 500
Post by: Davide on January 24, 2011, 07:05:02
XSS -> http://en.wikipedia.org/wiki/Cross-site_scripting
seems to be an attack... :o
Title: Re: homepage error in IE, http error 500
Post by: ks-net on January 24, 2011, 12:50:48
Quote
I only rewrite some languages files.
this might explain this ->
[Mon Jan 24 09:43:07 2011] [error] [client 61.224.218.217] File does not exist: /raid/vhost/xxxxxx.com/www/components/com_reservations/images/flags/chinese_traditional.png,,,,,,,,,,,,,,,,,,,,,,
[Mon Jan 24 09:44:41 2011] [error] [client 61.224.218.217] File does not exist: /raid/vhost/xxxxxx.com/www/components/com_reservations/images/flags/english.png,,,,,,,,,

as for the error500  we must investigate from inside...
mod_security maybe causing this(?)

if you want you can give me  access to the server to give  it a look...