Duy Dinh - 2015-09-16
  1. change file /etc/apache2/ports.conf

Close port 80 and open another port

NameVirtualHost *:8000

Listen 80

Listen 8000

  1. change /etc/apache2/site-available
    Modify the virtual host port to 8000
    <VirtualHost *:8000="">

  2. restart apache2
    sudo service apache2 restart

  3. deploy laravel project on port 80