PHP (Laravel) sivusto tuottaa 500 internal error

Sivusto on varsin yksinkertainen, mutta jostain kumman syystä sivusto tuottaa pelkkää 500 Internal erroria.

Error.log kertoo tälläistä:

mod_fcgid: error reading data from FastCGI server
mod_fcgid: ap_pass_brigade failed in handle_request_ipc function

Ajamalla php5-cgi index.php sivuston html-koodi tulostuu nätisti, mutta viimeisenä on kuitenkin:

Segmentation fault

Stracella:

    setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0
    --- SIGSEGV (Segmentation fault) @ 0 (0) ---
    +++ killed by SIGSEGV +++
    Segmentation fault

Mikäli kokeilen php5 index.php, seg faultia ei tule.

Edit: Ilmeisesti vika lienee XCachessa. .user.iniin xcache.Cacher = Off ja sivusto latautuu. Selvitys kuitenkin jatkuu, ilman XCachea sivusto on varsin hidas.

rice's avatar
71
rice
asked 2014-09-26 02:07:05 +0300, updated 2014-09-27 00:54:52 +0300
edit flag offensive 0 remove flag close merge delete

Comments

Kiitos vinkistä, pähkäilin itsekin tänään samaa ja xcachecacher-option asetus off-tilaan auttoi! :)

ppuo's avatar ppuo (2014-10-12 19:44:34 +0300) edit
add a comment see more comments