Search results for query: httpd restart

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

    Clone Directadmin Server

    systemctl restart directadmin if it won't restart you have something in the file it doesn't like. Revert to the backup and diff the 2 files. for I would do this. cd /usr/local/directadmin/custombuild ./build update ./build all This might take an hour.
  4. smtalk

    Install Nearly Worked on Ubuntu18.04

    Wrong OS in the license. It needs to be set to Linux 64bit.
  5. O

    Install Nearly Worked on Ubuntu18.04

    After doing a fresh Unbutu18.04 OS install on my VPS, running apt-get update and apt-get upgrade, I tried to install the free DA licence from my VPS provider. I ran the suggested pre installs for Debian-10 as suggested. No errors there. Next I ran the install.sh (with the auto parameter) which...
  6. I

    The service 'httpd' on server server1.your-server.com is currently down

    OK a TIP HTTPD<> APACHE Did find https://forum.directadmin.com/threads/problem-with-apache.61135/#post-313012 Only one example ;) More: https://forum.directadmin.com/search/153142/?q=httpd+restart&o=date But for build apache directadmin there is a simple help.
  7. A

    What to do when apache crashed

    First check error logs (/var/log/httpd/error_log ) for its reason. You may also simply restart it from DA-->Admin Tools --> Service Monitor , look for httpd there, click "+" and then restart. You can also restart from terminal (assuming you have centos 7) : systemctl restart httpd If it...
  8. factor

    Can't Upload big files even after changing all settings

    How is it set in the file? as 10G or 10000M https://stackoverflow.com/questions/4614147/uploading-a-file-larger-than-2gb-using-php Looks like it could be apache as well from the post. 10 gig is a big file you did systemctl restart php-fpm72 systemctl restart httpd systemctl restart nginix...
  9. factor

    httpd server is down.

    Zhenyapan the noted post is from 2009. Its MAXpower that needs help. Nov 1, 2009 [root@server p247com]# /sbin/service httpd restart Stopping httpd: [ OK ] Starting httpd: [Sun Nov 01 19:43:28 2009] [warn] module php5_module is already loaded, skipping (98)Address already in use: make_sock...
  10. ItsOnlyMe

    Problem with apache

    ...this exact same issue also. Directadmin has triggerd ( so it seems atleast ) a ./build rewrite_configs around the same time when a license refresh has been done. Check ur system.log from directadmin and see if there is a ips.conf rewrite in there and a bit later license refresh + httpd restart
  11. Zhenyapan

    httpd server is down.

    try: lsof -p 12839
  12. J

    URGENT: All sites offline

    Is not the firewall and DA is running (but i do not have access to DA using ip:2222) systemctl status directadmin ● directadmin.service - DirectAdmin Web Control Panel Loaded: loaded (/etc/systemd/system/directadmin.service; enabled; vendor preset: disabled) Active: active (running) since...
  13. MaXi32

    Evolution Skin: Cannot change phpmyadmin URL via UI? What is route ?

    ...via terminal: echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue /usr/local/directadmin/dataskq d service httpd restart Then, I clear the browser cache, but I don't see the URL is shown for the phpMyAdmin Icon. I even restarted the server. and also I have run the...
  14. scriptkitty

    Evolution Skin: Cannot change phpmyadmin URL via UI? What is route ?

    ...beneath |CUSTOM4| Alias /pmadb /var/www/html/phpMyAdmin echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue /usr/local/directadmin/dataskq d service httpd restart Note that the link displayed in the panel for PMA may not work anymore (I haven't tested this).
  15. Aar

    Apache wil not restarting,

    The command service httpd restart wasn't working. Even after a restart of my VPS. But now it's working after a rebuild of Apache. :)
  16. O

    Apache wil not restarting,

    Can you try this.. cd /usr/local/directadmin/custombuild ./build rewrite_confs service httpd restart if doesn't work, you need to debug by yourself.
  17. Aar

    Apache wil not restarting,

    I have updated my php1_release from 5.3 to 7.3, but Apache will not restarting. When i enter the command 'service httpd restart' is takes a a lot of time, and i see this: [root@servercustombuild]# service httpd restart Redirecting to /bin/systemctl restart httpd.service Job for httpd.service...
  18. Amit

    What is safe way to change httpd.conf in directadmin

    Hi scriptkitty i followed your instructions with one modification that have made changes in httpd-includes.conf instead of pagespeed.conf for being safe from override on updates and it works! here is output of after before changing changing the .htaccess of domain.Thanks for your solution.:)(y)...
  19. scriptkitty

    What is safe way to change httpd.conf in directadmin

    Hi @Amit ! I'm not 100% certain without installing and testing for myself, but I'd try the following (make a backup of any files modified first!): nano /etc/httpd/conf/extra/pagespeed.conf Add the following *if* the <IfModule pagespeed_module> section doesn't already exist: <IfModule...
  20. Amit

    My httpd is hanging some time

    Which log should I check. Again at same time httpd got hang. I checked the system load during hang using top it was 0.9 and memory was also free. I checked httpd service in directadmin it was running but website was not opening when I do restart httpd it the start working
Back
Top