« Serveur EPP » : différence entre les versions
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 à 11:49
Installation module Whois pour Apache
|
|
Installation du module EPP pour Apache
|
|
Compilation des méthodes EPP
|
|