Search results for query: httpd restart

  1. 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...
  2. 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...
  3. W

    php-fpm81 get stuck / big load - server very slow / php-fpm: pool admin

    Hello, I have problem with php-fpm81. The pages is very slow. Also server is stuck multiple times in a week. After restarting the service system works fast but after just few seconds memory usage is very big (~1.5 GB). Also there is a lot of PIDs (processes) attached to php-fpm81. I have...
  4. jemesouviens

    Httpd just stopped working - cannot restart

    As the title suggests ... my HttPD service just stopped working, and I've tried to restart it through directadmin and through terminal, with no luck. It's telling me there is a syntax error in line 23 of httpd.conf, but I have no idea what it could be or how to correct it.
  5. B

    Unit httpd.service not found - OpenLightSpeed

    Does OpenLiteSpeed start? I always get this message too during upgrades. Failed to restart httpd.service: Unit httpd.service not found. Restarting openlitespeed. I think the correct service is Created symlink /etc/systemd/system/lshttpd.service -> /etc/systemd/system/litespeed.service Which...
  6. T

    Unit httpd.service not found - OpenLightSpeed

    Hi , We have small issue We installed openlightspeed web and since then we always get an error when restarting the server. Failed to restart httpd.service: Unit httpd.service not found. I don't know why, but it's not on the active service list. Is there any documentation to solve this...
  7. H

    Solved Hostname SSL Was Skipped Due To Unreachable /.well-known

    Thank you for your reply. I did exactly as described, and this is what I'm getting. If I'm using this script: I'm getting this output: I even tried deleting the server1.myhostname.com from the DNS Administration and created it once again, with no changes. Also tried running this command...
  8. W

    Cron Job Command for restart httpd Service ?

    I have just below code in Crone Command: echo "action=httpd&value=restart" >> /usr/local/directadmin/data/task.queue And email notice is: /bin/sh: 1: cannot create /usr/local/directadmin/data/task.queue: Permission denied
  9. C

    403 Symbolic link not allowed with https

    Thanks Richard, I copied virtual_host2_secure.conf to /usr/local/directadmin/data/templates/custom/virtual_host2_secure.conf, changed "DOCROOT" from private_html to public_html. chown'ed the new template copy to diradmin:diradmin, no idea if this is needed or not # echo...
  10. A

    Solved "PassengerUser" directive

    Hello. Can anyone suggest a better way (to the apache template /usr/local/directadmin/data/templates/custom? in /etc/httpd/conf/extra/passenger.conf? or in any other?) to add the lines: <IfModule mod_passenger.c> PassengerUser USERNAME </IfModule> (note: USERNAME is a variable denoting...
  11. Richard G

    PHP update made site not load

    Check the logfiles as to why the service is stopped. Try restarting via SSH as root service restart httpd and see if and which error that it throws. If it says something about the journalctl -xe or so, just use that command to display the errors.
  12. jemesouviens

    HTTPD is down

    [root@harvest2 custombuild]# systemctl restart httpd Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details. [root@harvest2 custombuild]#
  13. jemesouviens

    PHP update made site not load

    I now see httpd is stopped, and won't allow me to restart it via DirectAdmin. /usr/bin/systemctl restart httpd.service 2>&1
  14. H

    Unit httpd.service not found.

    root@controlpanel:/usr/local/directadmin/custombuild# Failed to restart httpd.service: Unit httpd.service not found. Failed: command not found
  15. S

    Apache High CPU Usage 100%

    Quick update, after disabling graceful restart from directadmin config httpd is working as expected. I did got apache process cpu utilization from server logs after graceful restart was called during nightly telly. I had to restart httpd to get it back to normal. Any suggestions would be...
  16. S

    Apache High CPU Usage 100%

    Thanks cjd, for your response. I kind of tracked it back to apache graceful restart called during nightly tally. I tried replicating it by running After this httpd runs at 100% or over CPU Debian Buster, directadmin all latest Memory 15GB Anyone else having similar issue, or where i should...
  17. C

    Directadmin and exim daemons not using new SSL certificate

    Hello I have updated the SSL certificate for DirectAdmin and Exim but the server is still serving the old expired certificate for these services. Here is what I have done: I followed the guide here: http://help.directadmin.com/item.php?id=15 Added the updated certificate into...
  18. Zhenyapan

    HTTPD is down

    systemctl restart httpd
  19. A

    HTTPD is down

    Restart it from console showing the following command "/usr/bin/systemctl start httpd.service 2>&1 How to run this
  20. G

    Still showing old SSL after renewing/replacing

    Finally found cause , user use same domain as da url and need to update in ssl user cert also Thank you.
Back
Top