Serveur EPP : Différence entre versions

De Wiki NCad
Aller à : navigation, rechercher
(Installation module Whois)
(Installation module Whois pour Apache)
Ligne 7 : Ligne 7 :
 
cd mod_whois<br />
 
cd mod_whois<br />
 
apxs -c -i mod_whois.c }}
 
apxs -c -i mod_whois.c }}
 +
 +
=== Installation du module EPP pour Apache ===
 +
 +
{{ Box Console | objet=wget http://downloads.sourceforge.net/project/aepps/mod_epp/1.9/mod_epp-1.9.tar.gz<br />
 +
tar -zxvf mod_epp-1.9.tar.gz<br />
 +
cd mod_epp-1.9<br />
 +
apxs -c -i mod_epp.c }}
 +
 +
=== Compilation des méthodes EPP ===
 +
 +
{{ Box Console | objet=perl -MCPAN -e 'install File::Type'<br />
 +
perl -MCPAN -e 'install HTML::Template'<br />
 +
perl -MCPAN -e 'install MIME::Lite'<br />
 +
perl -MCPAN -e 'install Net::DNS'<br />
 +
perl -MCPAN -e 'install Net::SSLeay'<br />
 +
perl -MCPAN -e 'install Net::EPP'<br />
 +
perl -MCPAN -e 'install XML::Writer'<br />
 +
perl -MCPAN -e 'install XML::Writer::String'<br />
 +
perl -MCPAN -e 'install XML::XPath'<br />
 +
perl -MCPAN -e 'install XML::Parser'<br />
 +
perl -MCPAN -e 'install MIME::Base64'<br />
 +
perl -MCPAN -e 'install Authen::SASL'<br />
 +
perl -MCPAN -e 'install Email::Valid'<br />
 +
perl -MCPAN -e 'install CGI::Session'<br />
 +
perl -MCPAN -e 'install Net::XWhois'
 +
}}

Version du 26 décembre 2012 à 12:49

Installation module Whois pour Apache

ICON Terminal.png

apt-get install apache2-prefork-dev
wget http://downloads.sourceforge.net/project/modwhois/mod_whois/0.1/mod_whois-0.1.tar.gz
tar -zxvf mod_whois-0.1.tar.gz
cd mod_whois
apxs -c -i mod_whois.c

Installation du module EPP pour Apache

ICON Terminal.png

wget http://downloads.sourceforge.net/project/aepps/mod_epp/1.9/mod_epp-1.9.tar.gz
tar -zxvf mod_epp-1.9.tar.gz
cd mod_epp-1.9
apxs -c -i mod_epp.c

Compilation des méthodes EPP

ICON Terminal.png

perl -MCPAN -e 'install File::Type'
perl -MCPAN -e 'install HTML::Template'
perl -MCPAN -e 'install MIME::Lite'
perl -MCPAN -e 'install Net::DNS'
perl -MCPAN -e 'install Net::SSLeay'
perl -MCPAN -e 'install Net::EPP'
perl -MCPAN -e 'install XML::Writer'
perl -MCPAN -e 'install XML::Writer::String'
perl -MCPAN -e 'install XML::XPath'
perl -MCPAN -e 'install XML::Parser'
perl -MCPAN -e 'install MIME::Base64'
perl -MCPAN -e 'install Authen::SASL'
perl -MCPAN -e 'install Email::Valid'
perl -MCPAN -e 'install CGI::Session'
perl -MCPAN -e 'install Net::XWhois'