php-fpm

  1. superdanglyde

    CodeIgniter 4 not working on FreeBSD with PHP, PHP-FPM, Apache, and MySQL

    I have uploaded a CodeIgniter 4 website that's working perfectly fine on web hosting and local server into a FreeBSD server running with PHP, PHP-FPM, Apache, and MySQL. The virtual hosts has been set up to use the 'public' directory as the root. But when accessing the website via the domain...
  2. GoNeFast_01

    PHP7.4 , Php-FPM, and Multiple Vhosts_Sites

    I am having a very difficult time setting up vhosts aka multiple tld, multiple domains under the same VM/Static IP under Freebsd for an app I am currently working. The CORE site/ site1 works no problem, and is accessible (can login/front gui works, etc) ... Problem is with secondary, third...
  3. H

    file_get_contents command does not work

    Hello everyone, first of all, I apologize to everyone for translation errors I started doing research to extract data from websites and found some documents and run them on my local host, then I uploaded the code to my server, but the data did not come pkgs: nginx-1.20.0_1,2 php80-8.0.6 my...
  4. kel

    new article on nginx, php-fpm, and mysql 8 on FreeBSD 12 for Wordpress hosting

    Hi fellow enthusiasts, I wrote a short article on securing a FreeBSD 12 web server with nginx, php-fpm and mysql 8 by focusing on website isolation. Specifically, the goal was to create different php-fpm pools for each nginx virtual server, with them sharing a unique socket for each website. In...
  5. Rob215x

    PHP fsockopen causes 100% CPU and GATEWAY TIMEOUT on all web sites

    I thought I'd post here first because I've always seen great responses in this forum and I wanted to see if any of you had some insight. I don't know if this is: (1) a PHP bug, (2) a vulnerability, (3) something I haven't configured properly (very possible lol), or (4) something else. I am...
  6. blodan

    HOWTO: Stop nginx + php-fpm from truncating your stack trace/error message

    This one took me quite a while to figure out so hopefully someone will have use of this post. As you are here, you have probably already figured out that your stack traces/error messages are being truncated at 1024 characters/bytes and that the nginx recompile solution out there does not help...
  7. S

    High interrupt rate!

    Hi, We've been using FreeBSD-10 for video streaming website where FreeBSD serves static content (mp4, jpg) over Nginx+php-fpm & performs FFmpeg encoding for users uploaded videos. Server is utilizing 2Gbps realtime port (2 x 1Gbps LACP) and under load we examined bit high percentage of...
  8. J

    Solved Moving web server to FreeBSD - MediaWiki shows blank page

    Hello folks, The past couple of weeks I spend converting from being a Linux guy to becoming a FreeBSD guy. After I've had a really nice time with FreeBSD I felt that it's finally time to stop playing around and moving one of my web servers from an Ubuntu server to a FreeBSD server. I setup...
Back
Top