Search results for query: httpd restart

  1. ericovk

    IPv6 not being written in httpd.conf

    I had a VPS with DA that I cloned. Changed ipv4. Everything went fine for month. Now I've added ipv6 and things get messed up. When I open a hosted app from one of the users, I get the message: "This IP is being shared among many domains. To view the domain you are looking for, simply enter...
  2. scriptkitty

    Unable to start httpd and ./build update

    Can you check vm.overcommit_memory and apache Rlimit settings? For vm.overcommit_memory: sysctl -a | grep overcommit
  3. L

    Headers High Availability IP (x_forwarded_from_ip), how to?

    Also tried and didn't work: https://forum.directadmin.com/threads/cb2-0-nginx_apache-how-to-get-real-ip.49641/#post-255474 I'm actually thinking if this is a directadmin thing or apache thing. Afraid it's apache, but if anyone can help me understand this better it's highly appreciated :) #...
  4. itcms

    Block wp-login and xmlrpc brute force attacks with CSF / DirectAdmin

    xmlrpc wp-login are common attacks for WordPress installations, with CSF firewall we can block them. First we define in CUSTOMx_LOG the log directory from which CSF will be able to search for wp-login.php and xmlrpc.php requests. Edit your /etc/csf/csf.conf like bellow: CUSTOM1_LOG =...
  5. D

    Unable to start httpd and ./build update

    Hello, We have unable to restart httpd and ./build update .We have faced time out error. Please check and error log . -- The start-up result is done. Nov 20 03:44:01 foam.whitelabelcp.com CROND[15197]: (root) CMD (/usr/local/directadmin/dataskq) Nov 20 03:44:01 foam.whitelabelcp.com...
  6. LawsHosting

    My site Is Not Opening

    To restart those, go to the Service Monitor section in Directadmin, then beside httpd click the + then restart...... Do the same with the php-fpmxx entry.....
  7. S

    Disable/hide apache version in headers?

    Hi, I have same issue and solution I have seen higher just don't work. I checked where serversignature mentioned and it's here So, it set off in httpd-default. I also checked of roucse /usr/local/directadmin/data/templates/httpd.conf - I have changed it to off and restart apache, but same- no...
  8. N

    error upgrade apache

    || kernel: Firewall: *TCP_IN Blocked* IN=eth0 OUT= MAC=02:00:00:7b:6d:dc:6c:31:0e:21:a2:47:08:00 SRC=94.102.51.28 DST=54.37.195.56 LEN=40 TOS=0x00 PREC=0x00 TTL=243 ID=56597 PROTO=TCP> || kernel: Firewall: *TCP_IN Blocked* IN=eth0 OUT= MAC=02:00:00:7b:6d:dc:6c:31:0e:21:a2:47:08:00...
  9. J

    Modsec on specific Domain

    I have try with this step from DirectAdmin. Admin - Custom HTTPD Configurations - .. select domain After that,.. I insert this code. And Save, and back, and klik button BUILD REWRITE CONF, and go to Service Monitor, Restart Httpd. But it does not work.
  10. S

    The service 'directadmin' on server yourdomain.com is currently down

    First of all: Apache was still running just fine .. .. As it seemed .. .. Read until the end, you may solve it in 3 lines .. .. I went a different route. It is difficult to use directadmin to solve problems if you cannot login. And then, diagnosing the problem using SSH0 is as well challenging...
  11. I

    Need a simple How-To for adding PHP-FPM Status

    Server Setup: FreeBSD 11.2, Apache 2.4.37, PHP-FPM 5.3.29 and PHP-FPM 7.2.12, DirectAdmin 1.61.3 (latest) Entries made on server: 1. Edit: /usr/local/php53/etc/php-fpm.conf and uncomment: "pm.status_path = /status" 2. In the control panel at the admin level click on Custom HTTPD...
  12. Wanabo

    Mod_security enable and disable in panel

    Add at the bottom of RESPONSE-999-EXCLUSION-RULES-AFTER-CRS.conf: (rename RESPONSE-999-EXCLUSION-RULES-AFTER-CRS.conf.extra or with ending .example to RESPONSE-999-EXCLUSION-RULES-AFTER-CRS.conf) SecRuleRemoveById 212320 Restart httpd and/or nginx. Check if they are running. If not undo changes.
  13. C

    Problem parsing html as php since setting php-fpm instead of mod_php

    ...by default - and you do not need all the nonsense extensions, in fact they are probably dangerous.. change it to 'security.limit_extensions = .php .htm' <- note the semi colon is now removed. then restart apache/(or nginx) and restart php-fpm # service php-fpm restart # service httpd restart
  14. m.shagerdi

    All sites offline after running set_permissions.sh all :-(

    I can't start my web services after running set_permissions.sh all: [root@33936 ~]# service httpd start Starting httpd: Warning: DocumentRoot [/domains/m.shagerdi.me/public_html] does not exist Warning: DocumentRoot [/domains/m.shagerdi.me/private_html] does not exist Warning: DocumentRoot...
  15. epadicom

    503 Service Unavaliable after rebuild nginx_apache web server

    Previously I used openlitespeed on the server using the directadmin 1.61.3. But for some reason, then I changed the web server to nginx_apache. After successfully installing and rebuilding nginx_apache using custombuild, my website became an error "503 Service Unavaliable" The following...
  16. V

    multiple things not running smooth

    ...my usual way(openvz image of CentOS 7), all updates done and installed directadmin, websites appear to fail at times requiring httpd restart, the ipv6 linking does not update DNS records for adding all records to the linked ip to an aaaa record, it also does not update the virtualhosts on...
  17. MaXi32

    mod_security does not enable when using custombuild? nginx_apache

    I use nginx_apache for my server and I install mod_security using this guide: https://malware.expert/howto/install-modsecurity-directadmin-custombuild-2-x/ but I use only comodo rule In this file, /etc/httpd/conf/extra/httpd-modsecurity.conf I got the following commented LoadFile and LoadModule...
  18. floyd

    Passenger error #2 Apache

    for i in $(ipcs -s | grep apache | awk '{print $2}'); do ipcrm sem $i; done && service httpd restart Oh yeah I have a cron job that runs it every 10 minutes.
  19. josephh

    Passenger error #2 Apache

    ...140156086737088] (28)No space left on device: AH00023: Couldn't create the ssl-cache mutex AH00016: Configuration Failed "This is a common apache issue and I've fixed it with this command:" for i in $(ipcs -s | grep apache | awk '{print $2}'); do ipcrm sem $i; done && service httpd restart
  20. K

    Reverse_proxy multidomain

    Yep, and I have tried to put the same |?DOCROOT=/home/user/domains/domain.com/public_html/| Then restart nginx and httpd but no luck.
Back
Top