Search results

  1. V

    subdomain (with changed docroot) still uses main domain config

    Hi, I made a subdomain for a domain in the GUI of DirectAdmin and changed the docroot in the GUI to a subdirectory. Normally this would be working as intended but for whatever reason when I browse to the subdomain, it still gives me my main domains content instead of what should be displayed...
  2. V

    tcp accept queue overflow/drops + tcp syn queue cookies full

    Since I have netdata installed, every time I have a traffic spike on the server, due to a site sending out +50k of push notifications, netdata sends some e-mails with the following contents: 1m tcp syn queue cookies = 452.6 cookies 1m tcp syn queue cookies (was critical for 1 minute and 21...
  3. V

    Error writing Rspamd log

    Since I installed Rspamd through custom build the daily log rotate fails with the following message: error: Compressing program wrote following message to stderr when compressing log /var/log/rspamd/rspamd.log-20200228: gzip: stdin: file size changed while zipping Haven't find anything about it...
  4. V

    Connecting to sock failed 11: Resource temporarily unavailable

    Today I started seeing continues error in a domains Nginx error log: 2020/02/05 18:50:59 [error] 5227#0: *8848958 connect() to unix:/usr/local/php73/sockets/domain.sock failed (11: Resource temporarily unavailable) while connecting to upstream, client: 116.2.77.205, server: domain.com, request...
  5. V

    missing dependencies libmodsecurity 3.0.4

    Custombuild notified me from an update LibModSecurity 3.0.3 to 3.0.4 update is available. But when updating it was failing because of missing dependencies (Centos 7 with Nginx). Following this link: https://github.com/SpiderLabs/ModSecurity/wiki/Compilation-recipes-for-v3.x the following...
  6. V

    ModSecurity Comodo rules aren't applied?

    After installing ModSecurity with: ./build modsecurity ./build modsecurity_rules first issue I ran into was in this topic. After fixing that I tried to test if the rules are applied and see if the WAF does its work. I followed the example of the Comodo knowledgebase. But if I test it, it still...
  7. V

    Php systemctl issue after firmware update And kernel patch

    After the kernel patches released by CentOS, serious issues rose with systemctl and php. Initial issues described in this thread: http://forum.directadmin.com/showthread.php?t=55775&p=285648#post285648 I had to manually start the process from command line (/usr/local/php72/sbin/php-fpm72) to...
  8. V

    Apache protected directories under Wordpress and Joomla don't work: 404 not found

    When you password protect a directory of the backend area of a CMS (Joomla and/or wordpress), the backend returns a 404 not found error. For example when you have a joomla installation, the backend interface to manage the site is in a directory called 'administrator'. When you password protect...
  9. V

    Apache error log shows html of other sites on server

    Normaly the error log would only show errors but the last few weeks i notice that every line contains a bunch of html code of the users website but also from other websites on the server. Example line [Sun Aug 31 16:32:53.295347 2014] [proxy_fcgi:error] [pid 14369:tid 140408115898112] [client...
  10. 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...
  11. 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...
  12. 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...
Back
Top