Total de visualizações de página

Mudar portas do apache

Para mudar as portas do apache de ser feito o seguinte

Problema 

Porta ocupada por outra aplicação.

Error: Apache shutdown unexpectedly.
This may be due to a blocked port, missing dependencies, improper privileges, a crash, or a shutdown by another method.
Press the Logs button to view error logs and check the Windows Event Viewer for more clues
If you need more help, copy and post this entire log window on the forums
Problem detected!
Port 443 in use by ""C:\Program Files (x86)\VMware\VMware Workstation\vmware-hostd.exe" -u "C:\ProgramData\VMware\hostd\config.xml"" with PID 3704!
Apache WILL NOT start without the configured ports free!
You need to uninstall/disable/reconfigure the blocking application or reconfigure Apache and the Control Panel to listen on a different port

Solução:
Entrar em C:\xampp\apache\conf\extra abrir o ficheiro httpd-ssl.conf e procurar pela porta 443 e mudar para 4430


Entrar em C:\xampp\apache\conf  abrir o ficheiro httpd.conf e procurar pela porta 80 e mudar para 83.


OBS: Há mais de uma ocorrência, devem ser mudadas todas.

Comandos para conectar automaticamente o firebase com o flutter.

     dart pub global activate flutterfire_cli\n    export PATH="$PATH":"$HOME/.pub-cache/bin"\n    flutterfire configu...