Archive for the ‘perl’ Category

List of Different web servers on GNU Linux

Friday, September 19th, 2008

Today we have different web servers available on the GNU/Linux platform.Here i am listing only the web servers that can be used for a mainstream web hosting environment
The web servers can be classified basically into 2
1. Process based webserver - In a process based web server each new connection is handled by a new web [...]

howto reinitialize CPAN configuration

Wednesday, August 27th, 2008

To reinitialize your CPAN configuration type the following from your cpan shell
=========
cpan> o conf init
=========