8

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.

3
  • The question is very broad. Can you explain what you tryed allready? Commented Dec 30, 2015 at 12:14
  • Unfortunately, we are new about SSJS. We wish to explore SSJS and compare it to other serverside languages like php. Commented Dec 30, 2015 at 12:19
  • See: en.wikipedia.org/wiki/… Commented Dec 30, 2015 at 12:20

1 Answer 1

8

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

Sign up to request clarification or add additional context in comments.

8 Comments

How is it possible to setup reverse proxy on Apache Tomcat 9? I can not find httpd.conf file in tomcat installation - CATALINA_HOME directory.
@blindprogrammer I think you are confusing between Apache web server and Apache tomcat. You need to download Apache web server to setup proxies.
@blindProgrammer okay, which link did you used to download apache server?
apachelounge.com/download/win64/binaries/httpd-2.2.31-win64.zip This one, above link is located here: apachelounge.com/download/win64 As i understand, Apache wants that we compile server for windows ourselves. I installed the download and it seems to work.
@blindProgrammer this seems to be fine. What is the issue now?
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.