Jump to content

Alex11

New Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Alex11

  1. To @XCalibre3 My Goal is shutdown Apache and full uninstall it. And than start PHP DEVELOPER server on port 80 instead 8000
  2. Hmmmm. Unfortunately this simple way don't working. I stop Apache, but permission to port 80 still denied . Why?
  3. Ups, Thank you, I understand place to insert 80. This is launch.json. "configurations": [ { "name": "Launch built-in server and debug", "type": "php", "request": "launch", "runtimeArgs": [ "-S", "localhost:80", "-t", "." ], "port": 9003, "serverReadyAction": { "action": "openExternally" }, "runtimeExecutable": "D:\\PhpCli7\\php.exe" }, "Why does it not work?", I don't know, I'm newbie, and Author of my program said me that start his program impossible on another port than 80.
  4. I want to click in VS Code and receive result in port 80, not in 8000. I'm not sure, is this port defined in my PHP.INI or in something another place?
  5. I'm novice in PHP and can working only with VS Code debugger. Unfortunately my current project can not working with port number, it can working only as http://localhost/folder-name and can not working as http://localhost:8000/folder-name I don't know how to force embedded PHP server working with port 80 (in order to use PHP extension for VS Code - "All-in-One PHP support - IntelliSense, Debug, Formatter, Code Lenses, Code Fixes, Linting, Refactoring, PHPUnit Tests, Web Server, and more.").
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.