Restart vhost conf without restarting Apache
Changing your vhost.conf and working with plesk? There is no need to restart your whole Apache server and bother your users:
/usr/local/psa/admin/sbin/httpdmng --reconfigure-domain domain.com
Tip of the weekend :-)
- Read more about Restart vhost conf without restarting Apache
- Log in or register to post comments
git Mini Howto
All you need to know to start faster in Git:
- sudo git add .
- sudo git commit -m "function findFriends added"
- git push -u origin master
That's it :-)
- Read more about git Mini Howto
- Log in or register to post comments