How to execute standard CGI-BIN programs from the Oracle HTTP Server

          

Explain how to execute standard CGI-BIN programs from the Oracle HTTP Server.


Oracle HTTP Server (Apache) - Explain how to execute standard CGI-BIN programs from the Oracle HTTP Server. posted by Babu Kunwar
<<Previous   Next>>

Explain how to execute standard CGI-BIN programs from the Oracle HTTP Server.

Oracle HTTP Server recognizes all files in a directory named as a ScriptAlias as being eligible for execution rather than processing as normal documents. This applies regardless of the file name, so scripts in a ScriptAlias directory don't need to be named "*.cgi" or "*.pl" or whatever. In other words, all files in a ScriptAlias directory are scripts, as far as Oracle HTTP Server Powered by Apache is concerned. And in order to run the file we need to edit the httpd.conf. Inside it add the following line: ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/".



Write your comment - Share Knowledge and Experience


<<Previous   Next >> 
More links
Oracle constraints

Oracle constraints - overview. What are the types of constraints avaialable in oracle
Explain Oracle "Check" constraint.
Explain Not Null constraint.
Explain primary key constraint.
Explain oracle foreign key constraint.
Explain unique Constraint.
Explain with an example how to alter oracle table constraint...........

Interview questions
Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring