Install Linux: Difference between revisions

From MyLVS
Jump to navigation Jump to search
No edit summary
No edit summary
Line 17: Line 17:
==MySQL==
==MySQL==
  apt-get install mysql-server-5.5
  apt-get install mysql-server-5.5
==Perl and CGI==
==Perl Core==
List of required perl modules
List of required perl modules
  apt-get install libnet-snmp-perl libxml-simple-perl
  apt-get install libnet-snmp-perl libxml-simple-perl
Line 24: Line 24:




I*nstall Apache CGI
==Apache Perl CGI==
  apt-get install libapache2-mod-fcgid libcgi-fast-perl  
  apt-get install libapache2-mod-fcgid libcgi-fast-perl  
  apt-get install libcgi-pm-perl libcgi-session-perl  
  apt-get install libcgi-pm-perl libcgi-session-perl  
Line 30: Line 30:




*Enable CGI
===Enable CGI===
  a2enmod cgi
  a2enmod cgi


Get Perl modules
===Apache additional===
  apt-get install libnet-snmp-perl libxml-simple-perl
  apt-get install libnet-snmp-perl libxml-simple-perl



Revision as of 22:39, 13 June 2015


Install

Sample for Debian 8:

  • Default installation
    • Choose package Web server
    • Choose package SSh server

Packages

MySQL

apt-get install mysql-server-5.5

Perl Core

List of required perl modules

apt-get install libnet-snmp-perl libxml-simple-perl



Apache Perl CGI

apt-get install libapache2-mod-fcgid libcgi-fast-perl 
apt-get install libcgi-pm-perl libcgi-session-perl 
apt-get install libfcgi-perl libfcgi0ldbl


Enable CGI

a2enmod cgi

Apache additional

apt-get install libnet-snmp-perl libxml-simple-perl



apt-get install sudo