The basic gist of it is I modified some stuff in conf/httpd.conf
.
If you don’t care about where it is installed, just move the Apache24
folder to your root directory (e.g. C:/Apache24
)
However, I install it at %USERPROFILE%/AppData/Local/
so it’s a bit more complicated!
Basically, you just need to edit the SRVROOT
variable to wherever Apache24 is installed if it isn’t installed at your root directory.
If you need to use a different port, just type netstat -an
and look for a LISTENING
port with a local address starting with 127.0.0.1
.
That’s pretty much it. It’s a lot simpler than I thought it was as I was encountering a bunch of error messages.