Search results

  1. V

    Got error 'Primary script unknown\n',

    I've updated DA yesterday and tried to switchback to PHP-FPM (PHP5.0) but still ended up with "primary script unknown" in apache logs and "file not found" in the browser. Did ./build rewrite_conf and restart of fpm and apache but still no result. [Tue Jun 25 16:51:15.391771 2013]...
  2. V

    CB 2.0 with fastcgi

    I have the same issue. PHP running as cgi with mod_fcgid [Wed Apr 24 10:47:24.956681 2013] [fcgid:warn] [pid 24096:tid 140694857414400] (104)Connection reset by peer: [client 65.55.213.67:57913] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function anybody has an idea on how to solve...
  3. V

    Timeout errors - How to solve?

    Nobody? Meanwhile i tried to edit it and changed it to header=20-90 and restarted apache but this did not solve it. Again timeout after approximately 40 seconds. Even tried to disable that rule by setting header=0 body=0 but that didn't solve it rather. Anyone knows how to solve these...
  4. V

    Timeout errors - How to solve?

    Some intensive PHP scripts fail with this error in the error logs [Tue Apr 09 23:38:35.519240 2013] [proxy_fcgi:error] (70007)The timeout specified has expired: [client 81.242.224.242:57734] AH01075: Error dispatching request to : this happens after 40 seconds execution time. I checked the...
  5. V

    custombuild 2 with fastcgi problems suexec

    Thanks a lot, this solved the issue ;-)
  6. V

    custombuild 2 with fastcgi problems suexec

    couldn't edit my post anymore so minor update: reverted back to php-fpm so everything is online again... But now on some pages i get a 503 error "Service unavailable" and in the users logs: [Mon Apr 08 23:47:36.619987 2013] [proxy_fcgi:error] [pid 22705:tid 139922439513856] (70007)The timeout...
  7. V

    custombuild 2 with fastcgi problems suexec

    Hi, I use custombuild 2 for a few months now with php-fpm without much troubles. Because of a bug in apache it was not advised to use php-fpm until that bug went away and it was advised to use the fastcgi php mode. I changed the setting in options.conf and did ./build php This all went well...
  8. V

    Apache + PHP-FPM - problem with images (with solution)

    Hi, just got started with php-fpm and during testing i noticed that some sites started to serve half loaded images (half rendered images). When downloading the image, it shows like it should show up on the page. Apache error log didn't show any notices or warnings. Under mod_php there where no...
  9. V

    mod_php with ruid2 vs PHP-FPM - for shared hosting

    Great ;-) tried it again and it works like a charm now ;-) thanks for the quick reply and help!
  10. V

    mod_php with ruid2 vs PHP-FPM - for shared hosting

    Can i file a bug report? last weekend i tried to build my newly setup server with the php-fpm option so i set the option and built php. After the build process apache fails to start due to syntax error, the error message in the log states "Syntax error on line 4 of...
  11. V

    Spamassassin install failed: GET 3.3 request faild

    I had the same issue on my new server i set up last weekend. sa-update fails to get the latest spamassassin rules set so the installation fails. This is how i solved it: download the ruleset to your server through wget (get the rules from spamassassin.org), make sure you also download GPG, MD5...
Back
Top