Search results for query: httpd restart

  1. Trans-IX B.V.

    Apache's failing because of FollowSymlinks in 2.4.48

    You can fix the issue with '|UNIT_PROXY|' configuration error by removing the offending piece of configuration from the config files. For example: sed -i '/|UNIT_PROXY|/d' /usr/local/directadmin/data/users/*/httpd.conf systemctl restart httpd
  2. Robbus

    Apache's failing because of FollowSymlinks in 2.4.48

    Hi, I have the same issue that after updating all available updates from within Custombuild I end up with a stopped httpd and cannot restart it. I tried to build Custombuild and Apache. When doing Apache I see this error line: aclocal: warning: autoconf input should be named 'configure.ac', not...
  3. S

    Resource temporarily unavailable: AH00480: apr_thread_create: unable to create worker thread

    There is more info from systemctl status apache2: (I substitute "myserver" for the actual domain) ● apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system.control/apache2.service.d...
  4. Q

    Apache 2.4.46 and websites unavailability

    Hi, few weeks ago I have updated Apache to 2.4.46 and switched my php from 7.2, 7.3 and 7.4 to 7.3, 7.4 and 8.0. Since then I'm facing some problems with apache. After 1-2 weeks of normal work websites become unavailable, so I have to restart httpd and everythig starts to work again just fine. I...
  5. W

    Guide for installing Mailman with DirectAdmin

    I have attempted this twice now and each time I completed this and restart httpd crashes and my other server admin says things become a mess. I am quite confused and frustrated why this is not working. Seems like no one is replying anymore. I even had sent a DM to the SMTALK, perhaps he is no...
  6. D

    PHP8 pear compile issue

    I ran into this problem as well today... https://dawnbringer.net/blog/1087/Directadmin%20PHP80-fpm%20Not%20starting TLDR: remove popen from the secure_php list Step 1 # Set Settings for Disabled PHP Functions (removing popen from the default list) cd /usr/local/directadmin/custombuild echo...
  7. O

    SSL/HTTPS Not Being Served (via nginx_apache)

    that only change value for custombuild variable but issued I think it too many redirect "proxy_redirect off;" I think, you forgot " ; " ? I can't help anymore, maybe you should direct change in "/usr/local/directadmin/data/user*/...../nginx.conf" and just restart nginx
  8. DRKT

    SSL Certificat for Hostname

    ...Validations succeeded; requesting certificates 2021/05/10 11:17:07 [INFO] [xxx.yyyyy.com] Server responded with a certificate. Certificate for xxx.yyyyy.com has been created successfully! [root@XXX scripts]# service httpd restart i clear cache navigator and not work... How to fix this exactly?
  9. D

    letsencrypt(2.0.16) certificate configured on user instead server wide.

    Hi, I have the following problem, the server hostname is mail.domain.tld and exist a user account with the domain domain.tld, the user account dont have a subdomain with the name "mail", so with the last version of letsencrypt.sh when the certificate for the server hostname is requested, the...
  10. M

    OWASP ruleset need to restart Apache to skip rule

    Hi, when I switch to OWASP from CWAF then I realize the skip rule option from DA ModSecurity doesn't work until I restart httpd. It's a feature ;-) or should work correctly without restart Apache? BTW. When i use Comodo Ruleset, then works ok. I switched to OWASP because have a problem with...
  11. bijanbiria

    main domain cannot see public_html

    i solved it. in this file: /usr/local/lsws/conf/httpd-vhosts.conf my domain called and pointed to /var/www/html. this file called in /usr/local/lsws/conf/httpd_config.conf. i comment it with #, and restart openlitespeed: systemctl restart openlitespeed. problem solved :love: I explained the...
  12. S

    Disable REMOTE_ADDR Cloudflare

    iirc this is done in /etc/httpd/conf/extra/httpd-cloudflare.conf remove the config and restart apache.
  13. J

    How-to: mod_pagespeed for apache

    Hi, Is this the same procedure for Nginx + Apache ?
  14. B

    Error starting httpd process

    Dear all, I'm a little desparate, because I serve a 24/7 funeral company and my VPS is down, and my hosting provider is out for the weekend. What happened before the failure is this: I tried to upgrade the PHP-version through custombuild 2.0. I've also clicked on some other updates that I...
  15. S

    will updating the packages keep the configurations?

    I have customized the configurations of the apache, mysql and php on my server. 1. will updating these packages in directadmin panel keep the configurations? or I have to set the configurations again? 2. what about restarting each of them? for example if I run `systemctl restart httpd`, will its...
  16. H

    httpd won't restart after custombuild 2 update

    Hmmm no, I'm afraid it didn't help with the rebuild. The httpd processes are building up and I can't restart the httpd service. Any suggestions?
  17. H

    httpd won't restart after custombuild 2 update

    Hi I've updated a server with custombuild 2 from custombuild 1.2. Now I can't restart httpd. I get this error: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80 (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80 no listening...
  18. MaXi32

    webapps with SSL

    Sorry for replying on old post, you can also transform all of the above by just writing this one directive and it will enable for all subURLs without specifying one by one: <location /*> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}...
Back
Top