I was doing some testing and had apache shut down but was still able to run my web app. This is on my local machine using port 8080.
Didn’t know you could do that.
I was doing some testing and had apache shut down but was still able to run my web app. This is on my local machine using port 8080.
Didn’t know you could do that.
Standalone app? It acts as its own web server, no apache needed
These are cgi, not standalone though.
Are you sure about that? Usually if you specify a port, you’re building as standalone. FWIW, if you do a debug run of a project that’s configured for cgi, the debug run is still standalone.
When you say “run”, you mean inside the IDE ? Then it is running standalone and does not use Apache. The reason why your URL ends with :8080.
Sorry it took so long to get back. It is in the IDE so that would explain it, correct?
Correct. When running from the IDE, it runs in Standalone mode.