Search results for query: httpd restart

  1. F

    httpd stopped, cannot restart

    Need some help to get my server back up. It was failing with a domain having a bad httpd.conf file, so I deleted that domain after trying to rebuild apache and failing. Rebooted the server. Now what I'm getting are these errors for every domain: Sep 10 07:47:41 host1.hostkabob.com named[2018]...
  2. M

    cloudlinux php selector + litespeed

    hey there . after installing directadmin + cloudlinux + litespeed , now users cant change php version from php selector in DA panel. all of the users are in cageFS. when they change php version from cloudlinux php selector nothing happend on http conf file ( normally it must change some line in...
  3. vahid07

    LScache problem with Joomla site

    Hi, my webserver was Apache+nginx and recently i changed it to OLS for increase websites page load. for use of lscase i changed httpd-lscache.conf to this: module cache { ls_enabled 1 checkPrivateCache 1 checkPublicCache 1 maxCacheObjSize 10000000 maxStaleAge 200...
  4. Ch3vr0n

    Latest update killed my admin credentials

    More problems. This apparently has killed the httpd service. Trying to restart the service yields error: /usr/bin/systemctl start httpd.service 2>&1
  5. Y

    How to: PHP 5 CLI to PHP 5 CGI + suPHP

    ...webapps webapps SetEnv PHP_INI_SCAN_DIR </IfModule> That should be the lot, make sure Apache is restarted. Code: service httpd restart Hopefully everything is working! Notes ----- If a customer wants to use cronjobs they need to add the php.ini in the cron command: Code...
  6. A

    Apache's failing because of FollowSymlinks in 2.4.48

    Had to do the: sed -i '/|UNIT_PROXY|/d' /usr/local/directadmin/data/users/*/httpd.conf again today after server update.. Tried everything, rebuilding using info in this topic, but the problem came back. After this command systemctl restart httpd and all is good again. Is there a real true...
  7. S

    Adding mod_evasive to custombuild/apache

    yes, then adjust a bit the settings in http.conf, by default it's too aggressive
  8. T

    Adding mod_evasive to custombuild/apache

    Yes I tried epel too, but it did't work So this is what you did? APACHE v2.4 Extract this archive Run $APACHE_ROOT/bin/apxs -i -a -c mod_evasive24.c The module will be built and installed into $APACHE_ROOT/modules, and loaded into your httpd.conf Restart Apache
  9. Arieh

    Help ASAP

    Generally it's not recommended to run different panels or webservers in combination with DA. DA installs apache, thus conflicting with any other webserver that you had running. I don't know what you expect what would happen? You could try this: go to Service monitor (url /admin/services in DA)...
  10. keramatifar

    php and apache is down after i updated (all) with custom build

    i have updated (all) with custombuild and my server apache and php-fpm(s) has same error when i run ./build rewrite_confs > service directadmin restart Redirecting to /bin/systemctl restart directadmin.service > ./build rewrite_confs Checking to ensure /etc/httpd/conf/ssl.crt/server.ca is set...
  11. keramatifar

    Apache wan't start

    i have updated (all) with custombuild and my server apache and php-fpm(s) has same error when i run ./build rewrite_confs > service directadmin restart Redirecting to /bin/systemctl restart directadmin.service > ./build rewrite_confs Checking to ensure /etc/httpd/conf/ssl.crt/server.ca is...
  12. castris

    passwd admin not work

    Hi. A lot of thanks for positive help. - After you say me, I've checked other logs Oh.. this morning this server get not space on device /var/log/httpd/error_log <== [Wed Jun 30 13:24:31.936919 2021] [log_config:warn] [pid 3718:tid 140255428572928] (28)No space left on device: [client...
  13. bluesteam

    Initial Server Response on a simple "Hello World" PHP file behaving erratically.

    Does this still apply if we are running MySQL and not MariaDB? [root@***** /]# php -v PHP 7.4.20 (cli) (built: Jun 17 2021 13:01:33) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies [root@***** /]# httpd -V | grep 'MPM' Server MPM: worker [root@***** /]#
  14. smtalk

    Apache's failing because of FollowSymlinks in 2.4.48

    You are missing this step before rewrite_confs: /usr/local/directadmin/directadmin p
  15. bibiugly

    Apache's failing because of FollowSymlinks in 2.4.48

    I'm using the latest version of DirectAdmin, and this is the result when I followed your instructions: [root@hv10 ~]# /usr/local/directadmin/directadmin v Version: DirectAdmin v.1.62.2 [root@hv10 ~]# /usr/local/directadmin/custombuild/build rewrite_confs Checking to ensure...
  16. K

    Apache's failing because of FollowSymlinks in 2.4.48

    Same issue here ... i have updated the server and have same versions as sirwiz ... it's on a CentOS 8 box ... This: solved the problem but is not a permanent option... So is it possible to fix this?
  17. S

    Apache's failing because of FollowSymlinks in 2.4.48

    After cd /usr/local/directadmin/custombuild ./build update ./build rewrite_confs ./build update apache root@t800 custombuild]# ./build version 2.0.0 (rev: 2723) [root@t800 custombuild]# /usr/local/directadmin/directadmin v Version: DirectAdmin v.1.62.2 I still have to do sed -i...
  18. A

    Apache's failing because of FollowSymlinks in 2.4.48

    Me too, had to use: sed -i '/|UNIT_PROXY|/d' /usr/local/directadmin/data/users/*/httpd.conf systemctl restart httpd
  19. bibiugly

    Apache's failing because of FollowSymlinks in 2.4.48

    Hello John, This doesn't work on my server: I was forced to use the old way again:
  20. T

    After upgrade httpd wont start

    Hello all, today i updated with custombuild... after finished httpd wont start PLEASE HELP! CB wersion: 2.0.0 (rev: 2722) after apache restart Restarting apache. Job for httpd.service failed because the control process exited with error code. this is the output Jun 17 18:09:06 systemd[1]...
Back
Top