Search results for query: httpd restart

  1. floyd

    Failed to restart httpd.service: Unit httpd.service not found - OpenLightSpeed

    Perhaps you mean OpenLiteSpeed. The service you need to restart is lsws not httpd.
  2. Y

    Failed to restart httpd.service: Unit httpd.service not found - OpenLightSpeed

    [root@srv4234 custombuild]# ./build rewrite_confs Checking to ensure /usr/local/lsws/ssl.crt/server.ca is set. 2024/04/13 01:08:19 info executing task task=action=rewrite&value=openlitespeed 2024/04/13 01:08:20 info executing task task=action=rewrite&value=ips Using...
  3. fianbiasa

    Solved Websites often cannot be accessed suddenly.

    I have tried this method, but the logs still appear in my DirectAdmin. 37.148.212.176 - - [18/Mar/2024:21:17:13 +0700] "POST /xmlrpc.php HTTP/1.0" 404 814 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36" 87.248.153.52 - -...
  4. Richard G

    Solved Websites often cannot be accessed suddenly.

    No. Mostly this is because some user's quota failed, user is over quota. However I don't know how to fix as it looks as if this is root or admin. Let's call in some help. @Zhenyapan or @jamgames2 any clue on where he should look in this case? Can't guarantee if this works, but I found this one...
  5. Richard G

    Solved Websites often cannot be accessed suddenly.

    Oke these are attacks and those can cause some servers to get a very high load. Which might cause the timeout. If you restart httpd, then those connections are gone too, but can get back again. The tips you're pointing to are probably not usefull as they are checking timeout connections, while...
  6. fianbiasa

    Solved Websites often cannot be accessed suddenly.

    ...0 after 676.531239 seconds from start [18-Mar-2024 03:20:27] NOTICE: [pool kosmdn] child 228412 started and currently, the website cannot be accessed again. there is an error 502 bad gateway. now when I restart the httpd service, service httpd restart the website returns to normal. please...
  7. fianbiasa

    Solved Websites often cannot be accessed suddenly.

    hi everyone, I ask for help, I use a Dedicated Server. Direct Admin Panel runs smoothly without any problems, very quickly accessed. but, sometimes the website can't be accessed suddenly. It's like the web server is dead, when I restart httpd all the websites can be accessed normally again...
  8. Richard G

    how to restart php-fpm and web server?

    For people interested, when using SSH as root and when I have to restart the services, I have multiple php-fpm versions like most here. So as root I use a script from @zEitEr which looks like this: #!/bin/bash # PHP-FPM is not restarted after an user import # so here we restart it restart_fpm()...
  9. S

    Remove FQDN da.direct installed by default

    Hy guys, i can't figure out how to remove hostname set by default from DA. Tried to follow a lot of posts here, like this: https://forum.directadmin.com/threads/sll-for-hostname-still-getting-old-hostname.69119/#post-365800 I checked all files involved after that, and all seems to be fine, but...
  10. H

    HSTS failing on hostname after change

    Hi all, I'm in the process of moving to DA from 20 long years with WHM & cPanel. I'm sick of their proposterous pricing increases. Long story short, I'm trying to wrap my head around HSTS. I've setup a server with DA, installed it fine, it gacve me a hostname on da.direct, which I then changed...
  11. S

    DirectAdmin 1.659

    Hi @fln I'm a bit dissapointed with the new release. We are still having issues when removing old libraries, mostly with libiconv. When rebuilding the packages, multiple restarts of Apache and php-fpm are triggered. Until they have been rebuild, the restart will fail, causing unnecessary and...
  12. Cartitarul

    ModSecurity Comodo Protection Wizard Error

    Hi, when I try to update my setting with the wizard or any setting on the ModSecurity Comodo WAF 2.24.5 i get this error, anyone has any ideea ? ERROR! can not restart httpd, delete domain exclude list
  13. D

    Letsencrypt error for hostname

    Hello I follow https://help.directadmin.com/item.php?id=629 to install ssl for my hostname but for some reason it is not working for DA on port 2222... https://www.sslshopper.com/ssl-checker.html#hostname=s3.drewnianysklep.pl:2222 SSL that is used is still some legacy ecommerce cert from...
  14. D

    Install letsencrypt error for hostname

    Hello, As I have the same problem and answers above did not help me, I would like to ask for some assistance: Steps I have taken: firewall disable root@s3:/home/debian# cd /usr/local/directadmin/scripts root@s3:/usr/local/directadmin/scripts# ./letsencrypt.sh request_single `hostname -f` 4096...
  15. Richard G

    Solved Change url roundcube to webmail

    Probably not. I've seen this happening on new installs lately too. Check your /etc/httpd/conf/extra/httpd-alias.conf if DA has set this line into this file: Alias /webmail /var/www/html/roundcube if not, add it manually and restart the httpd service. Es dat neet werrek daan loat meh wete. :)
  16. V

    Sll for hostname still getting old hostname

    Thank you, I had a good start to the day! From all the advice, I did not understand where to place the certificate. But letsencrypt.sh itself put everything on the shelves. cd /usr/local/directadmin/scripts ./letsencrypt.sh request_single [my domain] 4096 Setting up certificate for a hostname...
  17. Tomy666

    Solved php-fpm82 is currently down.

    Hi:) I changed php to 8.2. However, it cannot compile correctly. I try to reinstall php in fpm mode, same error I have php1 - 8.2 - not compile and install php2 - 7.2 - install and compile good ! Please how to fix it?
  18. T

    email return problem

    hi, thanks for your reply. I will try to do it. Setting up certificate for a hostname: mactt.hkpower.com 2023/11/17 09:29:43 [INFO] [server-103-1-14-227.da.direct] acme: Obtaining SAN certificate 2023/11/17 09:29:44 [INFO] [server-103-1-14-227.da.direct] AuthURL...
  19. D

    httpd keeps getting stopped | Websites no longer accessible.

    Hello! I have a question. For the past 2 days I have been experiencing serious problems with my customers' websites being down because the HTTPD is going crazy or overloaded. I literally can't find anything in the logs where this comes from. If I restart the web server everything works again...
  20. T

    How Can I Disable ModSecurity SecRequestBodyLimit

    I have a site that needs to have large file uploads (10GB), but I get an error "Request body (Content-Length) is larger than the configured limit (134217728)". SecRequestBodyLimitAction has a hard upper limit of 1GB, and that's not enough for what my site needs, so changing it to a higher value...
Back
Top