Close port 80 and open another port
NameVirtualHost *:8000
Listen 8000
change /etc/apache2/site-available Modify the virtual host port to 8000 <VirtualHost *:8000="">
restart apache2 sudo service apache2 restart
deploy laravel project on port 80
Log in to post a comment.
Close port 80 and open another port
NameVirtualHost *:8000
Listen 80
Listen 8000
change /etc/apache2/site-available
Modify the virtual host port to 8000
<VirtualHost *:8000="">
restart apache2
sudo service apache2 restart
deploy laravel project on port 80