Submitted by admin on Thu, 09/10/2009 - 17:56
- Never touch
/data/aegir– it is the heart of your Aegir system and you need to familiarize with Aegir documentation first before trying to update/touch there anything. - Never use core Aegir platform to create new sites, if you need basic 6.x install, there is Pressflow 6.x
- If you don’t know how to do what you want, check documentation first, and if that doesn’t help, ask for assistance.
- If you want to import existing site to Aegir, use 8 easy steps you can find above.
- Don’t try to update Aegir itself before you will create, crash and restore your first 10 sites.
Restart nginx via
Restart nginx via
/etc/init.d/nginx restartwill result in 400 Bar Request error.What is proper way of restarting the server?
It depends
If you are using VPS configured by our team, you have Pound proxy on the front, so restarting only nginx is not always enough to get it working.
Try also:
service nginx stopkillall -9 nginxservice nginx startservice pound restartservice php-fpm restartYou can also run one, handy script:
sh /var/xdrago/enableStatus