I have a program that I am hosting with Apache that uses JS as a server side script. It just straight up does not work. I tried googling/searching for it, but most of the results were either 5+ years old or irrelevant. Is there some module that I have to enable within Apache that enables server side Javascript?
Asked
Active
Viewed 240 times
0
-
Have you seen this? https://stackoverflow.com/questions/34529348/server-side-javascript-on-apache-server – Navid K Jul 24 '20 at 03:17
-
@NavidKhalili i saw it, but I couldn't find the mod_js module and it was not there in conf file – icantusecomputers Jul 24 '20 at 03:23
-
I suggest searching on Node.JS articles like https://redstapler.co/run-node-js-apache-server/ – Navid K Jul 24 '20 at 03:46