This will be part2 of my setting up apache2 on feisty[ part1 here ]. As I remember to enable ssl on apache first we need to run 'apache2-ssl-certificate' to create certificate file. But apache2-ssl-certificate is not come with apache2 package in feisty so the procedure need little change. First, create 'ssl' dir in '/etc/apache2' and create cert. file with 'make-ssl-cert'. pnix@pnix-a7n:~$ sudo mkdir /etc/apache2/ssl Password: pnix@pnix-a7n:~$ sudo make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/apache2/ssl/apache2.pem pnix@pnix-a7n:~$ Enable ssl module. pnix@pnix-a7n:~$ sudo a2enmod ssl Module ssl installed; run /etc/init.d/apache2 force-reload to enable. pnix@pnix-a7n:~$ Add "Listen 443" to /etc/apache2/ports.conf. pnix@pnix-a7n:~$ echo "Listen 443" | sudo tee -a /etc/apache2/ports.conf Listen 443 pnix@pnix-a7n:~$ Create ssl site pnix@pnix-a7n:~$ sudo cp /etc/apache2/sites-available/default /etc/apache2/sites-available/ssl pnix@pn...
*nix, tech, solana, android, football and watches All comments are welcome.