Difference between revisions of "Mengaktifkan https di Apache"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 23: | Line 23: | ||
# /etc/init.d/apache2 restart | # /etc/init.d/apache2 restart | ||
+ | ==Referensi== | ||
− | + | * http://httpd.apache.org/docs/ - dokumentasi apache | |
− | |||
− | |||
==Pranala Menarik== | ==Pranala Menarik== | ||
* [[Instalasi Apache]] | * [[Instalasi Apache]] | ||
+ | * [[Konfigurasi Sederhana Virtual Host di Apache]] | ||
* [[Linux Howto]] | * [[Linux Howto]] | ||
+ | |||
+ | [[Category: Linux]] |
Latest revision as of 10:13, 15 September 2010
Instalasi Apache dan fasilitas SSL
# apt-get install apache2
Aktifkan site & mods SSL
# a2ensite default-ssl # a2enmod ssl
Membuat Self-Signed Certificate
Bila anda ingin membuat self-signed certificate yang baru dapat menggunakan perintah
# make-ssl-cert generate-default-snakeoil --force-overwrite
Restart Apache Web Server
Restart Apache
# /etc/init.d/apache2 restart
Referensi
- http://httpd.apache.org/docs/ - dokumentasi apache