В файле httpd.conf найдите
Listen 80
и ниже, что пишут
Listen 8060
Затем перейдите на httpd-vhosts.conf
<VirtualHost *:8060>
ServerAdmin webmaster@dummy-host2.example.com
DocumentRoot "C:/apache/htdocs/halamooz/public"
ServerName dummy-host2.example.com
ErrorLog "logs/dummy-host2.example.com-error.log"
CustomLog "logs/dummy-host2.example.com-access.log" common
</VirtualHost>
Замените DocumentRoot на ваш путь к проекту. Надеюсь, это поможет вам