nginx

  1. rigoletto@

    Solved InfCloud (+ DAViCal + Nginx): can't make it work.

    Hi, I am completely lame in the web server subject. So, I have www/davical (perfectly?) working under www/nginx and I want to use InfCloud as webclient (I do not know any other indeed :rolleyes:), but I can't make that work. The InfCloud run, I can access its login page but not actually...
  2. S

    ERR_SPDY_PROTOCOL_ERROR

    Hi, We've been getting net::ERR_SPDY_PROTOCOL_ERROR on mostly chrome when serving video files. In the beginning we thought that issue is with Chrome browser but after testing it further we found that video serving working perfect on Debian but error is only occuring on Freebsd. The way we're...
  3. daBee

    passenger_root with nginx

    Hi folks. I am installing nginx with passenger module, then installed rubygem-passenger. Upon trying to start nginx, I get the following: [Tue Jul 04 11:32:09 rich@neb ~] service nginx start Performing sanity check on nginx configuration: nginx: [emerg] unknown directive "passenger_root" in...
  4. Ependi Silalahi

    Nextcloud

    I need help. I have freebsd 11, nginx, PHP 71, and mariadb all latest have installed on my server. I tried to run nextcloud 12 but it wouldnt install. I have done this on linux and no problem. I put nextcloud root on /usr/www/nextcloud and created database and user but when tried to launch...
  5. Petr Fischer

    Solved Building nginx in a jail with ssl=base (without openssl port dependency)

    Hello, I am trying to build nginx from ports, but I don't want dependency to openssl from ports. I want "base" FreeBSD openssl. Default nginx package has no dependency to external openssl package. I am building in a jail. I have this in make.conf: WRKDIRPREFIX= /var/ports DISTDIR=...
  6. S

    Sendfile(2) FreeBSD Netflix

    Hi, Hopes everybody is doing great here. My question was related to newly developed Sendfile(2) by Netflix specifically for Nginx on FreeBSD only. Is this already enabled in all FreeBSD systems or we need to recompile kernel to obtain sendfile(2) feature ? The more read is here ...
  7. T

    Recommended multi-server FBSD hosting configuration

    I'm building out a hosting environment for my customers. I typically use Linux but FreeBSD offers some features of interest to my customers. I've used FreeBSD before (version 9), but my experience is limited. The hosting architecture I'd like to setup is (focusing on two servers): Server 1...
  8. unknownuser

    Host unable to load web pages from Jail - 408

    Hello everyone. I have a Windows 10 Workstation where I run a FreeBSD 10.3 Guest server over VMWare 12. This FreeBSD VM is meant to run multiple Apache/PHP/Wordpress instances on multiple jails. The FreeBSD guest is bridged through the HOST Ethernet NIC, where the HOST has the IP...
  9. S

    Kqueue Filled !!

    Hi, We're seeing following warnings in Nginx error logs : kqueue change list is filled up while SSL handshaking Should we be worried about these warnings ? Can you please guide on how to fix it up ?
  10. IPTRACE

    nginx (or PHP?) sends wrong Location in HTTP header

    Hello! OS: FreeBSD 11-RELEASE Engine: nginx-1.10.1_2,2 App language: php70-7.0.12 CMS: Symfony 1.4 I have a problem with Location in HTTP header. Old server (Apache, PHP5) reply for all browsers: Location: http://www.my.web/ New server (nginx, PHP7) reply for all browsers: : http...
  11. S

    Slow uploading speed

    Hi, We're facing quite slow uploading speed on FreeBSD-10.X both over HTTP (NGINX) & over FTP. Hardware is quite strong with 4x1Gbps LACP / 65G RAM / 12x3TB SATA . There's not much load over HDDs so i suspect that maybe tcp tuning has some problem. Here is my sysctl.conf...
  12. D

    Troubleshooting Idrops in netstat

    I have a VPS server running FreeBSD 10.3-RELEASE-p4 and nginx so this might belong in the "Web Services" category. It contains three very low volume web sites that have been up for about three years, all listening on the same nginx server. I was tinkering with TLS and SSL ciphers on one of the...
  13. adams

    www/nginx 1.10.x "service nginx upgrade" results in "Address already in use"

    We use service nginx upgrade to do seamless restarting of NginX processes weekly due to high volume sites' having their NginX processes simply exit after a few weeks otherwise. I appreciate that this is a bandaid and shouldn't be needed, but it is. This spans dozens of machines and clients...
  14. 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...
  15. A

    Lighttpd vs. nginx

    Howdy. I'm currently thinking about moving from apache to either lighttpd or nginx in the near future. The reason for this is simple, I just need a lightweight HTTP server that can easily be configured (ie, setting up virtual hosts, user directories, directory listings and such). I also require...
  16. Moviuro

    Nginx, single IPv4, IPv6, SSL/TLS, jails, one machine

    Hi all! I'm trying to build a good webserver that can serve over HTTPS only: My blog as static HTML (Jekyll, Hugo or whatever) Nagios Transmission Possibly some other web applications So far I have no encryption (nginx is just serving on port 80) and the following constraints: Only one IPv4...
  17. 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...
  18. S

    Nginx-FreeBSD slow download!

    Hi, We've recently shifted to FreeBSD 10.1-RELEASE due to its robust asynchronous performance for big storage based on .mp4 files. Here is the server specs : 2 x Intel Xeon X5690 96GB DDR3 Memory 12 x 3TB SATA Raid-10 (HBA LSI-9211) ZFS FileSystem with 18TB usable space 2 x 1Gbps LACP (2Gbps...
  19. 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...
  20. quamenzullo

    Solved Each website in its own jail

    Hello everyone, I'm quite new to jails, have read a lot of doc and forum posts and am a bit lost wondering what is the best/easiest/safest set up to serve several websites from the same server. I would like to put each website into its own jail, and use nginx as webserver. Questions: 1. Is it...
Back
Top