Oracle HTTP Server (Apache) - How does oracle extend the Apache Web Server?
posted by Babu Kunwar
How does oracle extend the Apache Web Server?
For extending the Apache Web Server Oracle provide various plugins which is use
to extend Apache Web Server:
mod_auth - This module allows the use of HTTP Basic
Authentication to restrict access by looking up users in plain text password
and group files
mod_perl - mod_perl is a terrific fusion of the Apache Web
server and the Perl language that embeds a copy of the Perl interpreter inside
Apache, allowing you to not only speed up existing CGI scripts
mod_ssl - The module provides strong cryptography for the
Apache 1.3 webserver via SSL and TLS protocols, it was developed using OpenSSL.
mod_cgi - used for execution of CGI scripts.
More links
Define subquery. Explain with an example
What is correlated query? Explain its uses.
What are Set Operators? Explain union and union all with an example for
each............
|