Tornike Shavishvili
Tornike Shavishvili

Reputation: 1354

Server Side Javascript On Apache Server

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.

Upvotes: 8

Views: 24203

Answers (1)

gurvinder372
gurvinder372

Reputation: 68443

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

Upvotes: 8

Related Questions