Encore Apache (mod-perl) debian

Encore Apache (mod-perl) debian - Linux et OS Alternatifs

Marsh Posté le 07-05-2002 à 21:46:53    

Bon déjà j'aimerais savoir la différence entre l'execution des scripts cgi en mod_perl et execution des cgi tout court (en terme de performance et securité)
 
Ensuite un truc que je capte pas:
j'ai installer un forum en cgi en mod "cgi" ca marche sans problème
 
Je voulais essayer de faire marche ce meme forum en mod perl.
Avec apt-get bla bla j'ai installé libapache-mod-perl, déjà dans httpd.conf mod-perl n'était pas activé, je l'active, je lance le forum avec ce mod_perl et il me resort l'erreur: mes paths ne sont pas corrects il trouve pas les bons fichiers (l'enfoiré)
Ok je vérifie, tout est bon  
Je restart apache ca remarche, après 3 refreches, encore le meme problème et chaque fois que je restart l'apache il remarche :fou:
 
c'est quoi ce délire?!!

 

[jfdsdjhfuetppo]--Message édité par xtress le 07-05-2002 à 21:53:28--[/jfdsdjhfuetppo]

Reply

Marsh Posté le 07-05-2002 à 21:46:53   

Reply

Marsh Posté le 08-05-2002 à 09:04:35    

The Apache/Perl integration project brings together the full power of the Perl programming language and the Apache HTTP server. With mod_perl it is possible to write Apache modules entirely in Perl, letting you easily do things that are more difficult or impossible in regular CGI programs, such as running sub requests. In addition, the persistent Perl interpreter embedded in the server saves the overhead of starting an external interpreter, i.e. the penalty of Perl start-up time. And not the least important feature is code caching, where modules and scripts are loaded and compiled only once, and for the rest of the server's life they are served from the cache. Thus the server spends its time only running already loaded and compiled code, which is very fast.
 
etc...
 
http://perl.apache.org/guide/intro.html
 
[:impulse]

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed