Apache and Mod_Perl

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Apache and Mod_Perl

Post by Takuma »

Do you know how these 2 could work each other?
I've read the tutorials and manuals I found but none of it is really understandable and could anyone tell me how to use Open SSL as well?
Geschi
Forum Newbie
Posts: 21
Joined: Wed Jul 10, 2002 3:21 am
Location: Germany

What do you mean by "could work each other"?

Post by Geschi »

mod_perl provides the possibility to write your own Apache modules using Perl. It also makes the scripts load faster in Apache. If you want to see an example, look in your cgi-bin folder.
OpenSSL is the basically the crypto algorithm used to secure websites with SSL. In order to use that you need a SSL supporting webserver like ApacheSSL.
You can get OpenSSL and its docs here:http://www.openssl.org
Apache and its docs here:http://www.apache-ssl.org
Or do you have questions how to configure this?
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Thanks

Post by Takuma »

Thanks very much I will try them out!
Post Reply