By alexmoreno, 16 February, 2013 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: apache howto vhost
By alexmoreno, 27 January, 2013 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 masterThat's it :-) git howto