mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
14 lines
682 B
Plaintext
14 lines
682 B
Plaintext
mod_perl brings together the full power of the Perl programming language
|
|
and the Apache HTTP server. You can use Perl to manage Apache, respond to
|
|
requests for web pages and much more.
|
|
|
|
mod_perl gives you a persistent Perl interpreter embedded in your web
|
|
server. This lets you avoid the overhead of starting an external interpreter
|
|
and avoids the penalty of Perl start-up time, giving you super-fast
|
|
dynamic content.
|
|
|
|
As you'd expect from the Perl community, there are hundreds of modules
|
|
written for mod_perl, everything from persistent database connections, to
|
|
templating sytems, to complete XML content delivery systems. Web sites like
|
|
Slashdot and Wired Magazine use mod_perl.
|