Navigation

    ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. httpd
    Log in to post

    • Kibana Wazuh - No login page option
      IT Discussion • wazuh httpd wazuh-manger • • DustinB3403  

      14
      0
      Votes
      14
      Posts
      303
      Views

      This is how you change the password.
    • SOLVED Tracking Down an Apache & WordPress Memory Leak
      IT Discussion • linux ubuntu wordpress apache httpd ubuntu 19.04 prefork • • scottalanmiller  

      5
      1
      Votes
      5
      Posts
      321
      Views

      We got it. Had to open the Nginx logs and noticed too many "posts" in the error log. Dug in and it was three ranges overseas all hitting with a "post timeout attack." It was a light DDoS where sessions were being opened and held causing nginx to wait on a timeout. This caused Apache to just increment forever. Once we blocked those ranges, the Apache thread count started to drop for the first time, and memory started to release. And the continuous flood of nginx error logs ceased. If you are looking at nginx error logs, this is what you look for: upstream timed out (110: Connection timed out) while reading response header from upstream, client: You can use this command to collect the offending IP addresses: grep "upstream timed out" error.log | cut -d' ' -f20 Then use your firewall to shut them down. We are all good now! Woot.
    • Fedora 30 LAMP Web Server Varnish Cache Broken After Update
      IT Discussion • linux fedora nginx apache web server fedora 30 lamp httpd varnish cache • • scottalanmiller  

      10
      1
      Votes
      10
      Posts
      219
      Views

      Worth noting that the issue comes back when you upgrade to Fedora 31 as well. Same fix still applies.
    • Fedora 29 Apache HTTPD Keeps Adding ssl.conf
      IT Discussion • linux fedora ssl apache fedora 29 httpd • • scottalanmiller  

      13
      0
      Votes
      13
      Posts
      453
      Views

      @dafyre said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf: Have you tried creating a blank ssl.conf file and then chmod +i ssl.conf ? I've not, but that's such a hockie way of doing it, I was hoping not to.
    • CentOS7 Server Apache Disable old TLS for higher versions
      IT Discussion • apache tls httpd tls 1.2 tls 1.0 • • DustinB3403  

      12
      3
      Votes
      12
      Posts
      1077
      Views

      @coliver said in CentOS7 Server Apache Disable old TLS for higher versions: @jaredbusch said in CentOS7 Server Apache Disable old TLS for higher versions: @coliver said in CentOS7 Server Apache Disable old TLS for higher versions: @DustinB3403 I really like this site for information on securing various web servers. https://cipherli.st/ I just implemented their Nginx setting but getting back that TLSv1 was accepted? https://www.ssllabs.com/ssltest/analyze.html?d=naggaroth.daerma.com First line should read TLS1.2 if you don't have a version of Nginx that supports 1.3. Correct. That is the only change I made to their config. I even reran dhparam
    • HTTPD Fails To Start On Reboot Fedora
      IT Discussion • fedora 27 httpd • • NashBrydges  

      11
      0
      Votes
      11
      Posts
      1196
      Views

      @jaredbusch said in HTTPD Fails To Start On Reboot Fedora: @nashbrydges said in HTTPD Fails To Start On Reboot Fedora: @black3dynamite said in HTTPD Fails To Start On Reboot Fedora: Was bookstack working before the reboot? It was working. Only after reboot did it screw up. @black3dynamite he probably has not rebooted since the first install which he did prior to me fixing the log file error. Yup. You are correct.
    • Apache Struts - Critical Security Flaw
      News • apache breach vulnerability httpd equifax struts millions • • DustinB3403  

      21
      0
      Votes
      21
      Posts
      2312
      Views

      @jaredbusch said in Apache Struts - Critical Security Flaw: Was the Eqifax breech because of the march strus flaw or a more recent one? Just making sure the actual facts are known. The one from March.
    • Using SaltStack to Install High Performance LAMP on Fedora 25
      IT Discussion • linux saltstack apache salt mariadb php lamp httpd php 7 • • scottalanmiller  

      12
      1
      Votes
      12
      Posts
      2304
      Views

      C

      @scottalanmiller How are you liking Salt Stack?
    • Configure a Basic Apache HTTP Virtual Host for Most Linux
      IT Discussion • linux centos fedora rhel apache korora httpd webserver virtualhost • • scottalanmiller  

      5
      2
      Votes
      5
      Posts
      1474
      Views

      @scottalanmiller Also, using just using the root domain name for the conf file name is potentially confusing depending on how much you are hosting. Even for my gaming website, I have a bunch of sub domains setup. www.daerma.com.conf goes to the root and www. oc.daerma.com.conf is owncloud obelisk.daerma.com.conf is my nodeBB forum That does not even get into what do you do about the ones that you have multiple TLD names for such as .it, .com, .org, etc.
    • Installing a Basic LAMP Stack on CentOS 7
      IT Discussion • linux centos centos 7 rhel mysql apache mariadb php rhel 7 lamp httpd • • scottalanmiller  

      20
      4
      Votes
      20
      Posts
      3745
      Views

      @scottalanmiller said in Installing a Basic LAMP Stack on CentOS 7: @NashBrydges said in Installing a Basic LAMP Stack on CentOS 7: @scottalanmiller I haven't yet. About to give it a try. Stuck to legacy since that was what I was reading everywhere. Where is everywhere? Technet says to not use legacy. https://technet.microsoft.com/en-us/windows-server-docs/compute/hyper-v/supported-centos-and-red-hat-enterprise-linux-virtual-machines-on-hyper-v Legacy is a fallback driver that you never want to use, it's low performance and high overhead. If you needed that for CentOS, it would make Hyper-V a silly, non-production ready platform. But Hyper-V is a good, solid performer. Not only that, but I install all of my CentOS 7 VM's as Generation 2 when on Hyper-V they work perfectly with default settings for everything except secure boot. Uncheck secure boot. Everything else is 100% default settings.
    • Improving Elastix 2 Memory Usage
      IT Discussion • linux apache elastix httpd elastix 2 elastix 2.4 elastix 2.5 swappiness elastix 2.3 • • scottalanmiller  

      1
      2
      Votes
      1
      Posts
      1004
      Views

      No one has replied

    • Elastix login page gives error HTTP ERROR 500 when login
      IT Discussion • linux centos freepbx voip centos 7 pbx elastix apache httpd elastix 4 • • Gaurav Bmotra  

      24
      1
      Votes
      24
      Posts
      8698
      Views

      @scottalanmiller said in Elastix login page gives error HTTP ERROR 500 when login: @dbeato said in Elastix login page gives error HTTP ERROR 500 when login: @denny said in Elastix login page gives error HTTP ERROR 500 when login: systemctl stop firewalld disable selinux find /var/www/html/var/ -type d -exec chmod 755 {} ; find /var/www/html/var/ -type f -exec chmod 755 {} ; Way to necro a post, security and firewall ar of the upmost importance. No system ever needs to be setup open this way.... I think that he was being tongue in cheek. Okay, I didn't get it LOL
    • ownCloud 8.2.4 to 9.0.2 upgrade problem
      IT Discussion • owncloud apache upgrade error httpd owncloud 8.2 owncloud 9 • • JaredBusch  

      5
      0
      Votes
      5
      Posts
      2505
      Views

      @scottalanmiller said in ownCloud 8.2.4 to 9.0.2 upgrade problem: have you tested yet? I have more systems that I can upgrade, but I have not done so yet.
    • SOLVED Apache not starting on CentOS 7
      IT Discussion • centos centos 7 apache httpd • • JaredBusch  

      17
      1
      Votes
      17
      Posts
      5394
      Views

      @scottalanmiller said: Nothing scarier than things that fix themselves Seriously upset about this. I will be rebooting the machine a few times today trying to make it do it again.