CircleCI-Public / php-orb

A PHP Orb for CircleCI
https://circleci.com/orbs/registry/orb/circleci/php
MIT License
4 stars 17 forks source link

Avoid Apache installation (at least start) #41

Open welcoMattic opened 1 year ago

welcoMattic commented 1 year ago

Actually, the orb install PHP and as dependency Apache2. Then Apache2 starts by default, and listen on port 80. Which avoid any application to listen on 80 too.

This is very annoying, so is there any way to provide a setting to explicitly ask for apache2 installation/start?