Server Side Javascript On Apache Server

五迷三道 提交于 2021-01-27 06:51:51

问题


We intend to use Apache server for web development. For serverside scripting we wish to use server side javascript.

What is needed to make serverside javascript work on Apache server? Is SSJS recommended to use for serverside scripting? Where can we get any information and samples about SSJS in Apache server?

Any help and information will be kindly appreciated.


回答1:


What is needed to make serverside javascript work on Apache server?

You include mod_js in your httpd.conf and then write JavaScript

check this article to get started

Where can we get any information and samples about SSJS in Apache server?

This is a good answer on SO which talk about running nodejs on apache



来源:https://stackoverflow.com/questions/34529348/server-side-javascript-on-apache-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!