[Rx] Local Development – Speed Up LocalHost

These are some things that I changed in UniServer to speed up working with localhost.

Edit Core > Apache2 > conf > http.conf

ServerName 127.0.0.1:4001

I use 4001 as my localhost port.

Also disable the loading of the CGI module by commenting # this line:

#LoadModule cgi_module modules/mod_cgi.so

I think it runs faster… maybe.

I’ll update this if I make any other changes.

Square3_thumb