Results 1 to 4 of 4

Thread: Enabling apache-SSL

  1. #1
    Member registered user
    Join Date
    Jan 2003
    Location
    NY
    Posts
    86

    Enabling apache-SSL

    What files need to be edited to enable apache to work in SSL mode (https), port 443?

    thanks in advance,
    Jim

  2. #2
    Junior Member registered user
    Join Date
    Jan 2003
    Location
    Rotterdam, Netherlands
    Posts
    10
    hi,

    the mod_ssl module is loaded in /etc/apache/httpd.conf so it should be enabled.
    other modules, like PHP, server-info & server-status also work fine ...
    only problem is that the httpd.conf is write-proteced (linked), so i copied it to alt.conf, edited that file and enabled the modules i wanted and used "apache -f /etc/apache/alt.conf"

    i searched around a bit and found this :
    http://ist.uwaterloo.ca/security/lib.../howto/ssleay/
    it seems you need to install a certificate to enable SSL ??

    Goner

  3. #3
    Guest
    Quote Originally Posted by Goner
    hi,

    the mod_ssl module is loaded in /etc/apache/httpd.conf so it should be enabled.
    other modules, like PHP, server-info & server-status also work fine ...
    only problem is that the httpd.conf is write-proteced (linked), so i copied it to alt.conf, edited that file and enabled the modules i wanted and used "apache -f /etc/apache/alt.conf"

    i searched around a bit and found this :
    http://ist.uwaterloo.ca/security/lib.../howto/ssleay/
    it seems you need to install a certificate to enable SSL ??

    Goner
    I tried various other things, including creating a certificate, was not able to get it to work on port 443 using SSL yet.

    Jim

  4. #4
    Junior Member
    Join Date
    Jan 2004
    Posts
    1
    Ok,

    I got it working after this:

    I used the (installed) libapache-mod-ssl package to create certificates.
    Go to /usr/share/doc/libapache-mod-ssl/examples
    Unzip gid-mkcert.sh.gz and run it.
    Fill out all the fields, and a bunch of server.* and ca.* files will be created in the current directory.
    (remember the pass phrases you use).

    Copy the .key files (ca.key and server.key) to /etc/apache/ssl.key
    Copy the .crt files (ca.crt and server.crt) to /etc/apache/ssl.crt
    Copy the .crs files (ca.crs and server.crs) to /etc/apache/ssl.crs

    Add the following to /etc/apache/httpd.conf:

    Code:
    Listen 80
    Listen 443
    And:

    Code:
    <VirtualHost _default_:443>
         DocumentRoot /var/www
         ServerName My.server.com
         ServerAdmin webmaster@my.server.com
         ErrorLog /var/log/apache/ssl_error_log
         TransferLog /var/log/apache/ssl_access_log
         SSLEngine On
         SSLCertificateFile /etc/apache/conf/ssl.crt/server.crt
         SSLCertificateKeyFile /etc/apache/conf/ssl.key/server.key
        <Files ~ "\.(cgi|shtml|php)$">
          SSLOptions +StdEnvVars
        </Files>
        <Directory "/cgi-bin">
          SSLOptions +StdEnvVars
        </Directory>
        SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
        CustomLog /var/log/apache/ssl_request_log \
          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
    </VirtualHost>
    Restart the httpd server:

    Code:
    /etc/init.d/apache restart
    You will be asked for the RSA pass phrase.

    Regards,

    IKK

Similar Threads

  1. enabling 3d in knoppix 3.6 hd install
    By helios17 in forum General Support
    Replies: 1
    Last Post: 11-21-2004, 01:11 AM
  2. patch for enabling k3b for user mode ?
    By cul971 in forum General Support
    Replies: 2
    Last Post: 11-05-2003, 02:05 PM
  3. Enabling X-Servers connection
    By blackshadow in forum General Support
    Replies: 1
    Last Post: 06-10-2003, 04:11 PM
  4. Enabling static IP configuration
    By dafne in forum Customising & Remastering
    Replies: 1
    Last Post: 05-23-2003, 12:05 PM
  5. Enabling 3D Support
    By Cyber in forum Customising & Remastering
    Replies: 0
    Last Post: 12-18-2002, 03:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Dell OptiPlex 3060 MICRO DESKTOP PC COMPUTER I5 8TH GEN UP TO 32GB UP TO 2TB M.2 picture

Dell OptiPlex 3060 MICRO DESKTOP PC COMPUTER I5 8TH GEN UP TO 32GB UP TO 2TB M.2

$315.00



Intel Nuc NUC8i7BEH i7-8559U Windows 11 Pro Mini PC 250GB SSD 16GB RAM HDMI WiFi picture

Intel Nuc NUC8i7BEH i7-8559U Windows 11 Pro Mini PC 250GB SSD 16GB RAM HDMI WiFi

$179.00



HP ProDesk 600 G4 SFF (Core i5-8500 @3.0GHz, 8GB RAM 256GB SSD) Desktop NO OS picture

HP ProDesk 600 G4 SFF (Core i5-8500 @3.0GHz, 8GB RAM 256GB SSD) Desktop NO OS

$84.99



Dell XPS 8940 i5-11400 8GB Ram 1TB HDD DVDRW HDMI DP Windows 10 Pro Desktop picture

Dell XPS 8940 i5-11400 8GB Ram 1TB HDD DVDRW HDMI DP Windows 10 Pro Desktop

$315.00



AMD Ryzen 7 9700X 8-Core 16-Thread Desktop Processor - 8 Core And 16 Thread - Up picture

AMD Ryzen 7 9700X 8-Core 16-Thread Desktop Processor - 8 Core And 16 Thread - Up

$349.99



Intel Core i9-12900K Unlocked Desktop Processor - 16 Cores (8P+8E) & 24 Threads picture

Intel Core i9-12900K Unlocked Desktop Processor - 16 Cores (8P+8E) & 24 Threads

$299.99



Intel Xeon E5-2667 V2 LGA 2011 3.3GHz 8 Core 130W 25MB 8GT/s CPU Processor picture

Intel Xeon E5-2667 V2 LGA 2011 3.3GHz 8 Core 130W 25MB 8GT/s CPU Processor

$14.69



Intel Core i7-13700K Unlocked Desktop Processor - 16 Cores (8P+8P) & 24 Threads picture

Intel Core i7-13700K Unlocked Desktop Processor - 16 Cores (8P+8P) & 24 Threads

$329.99



đŸ”¥Intel NUC Mini Pc Core i5, Up to 32GB RAM, 2TB SSD Windows 10 Pre Install picture

đŸ”¥Intel NUC Mini Pc Core i5, Up to 32GB RAM, 2TB SSD Windows 10 Pre Install

$269.00



HP EliteBook 830 G8 13.3

HP EliteBook 830 G8 13.3" FHD TS Laptop Intel i7-1185G7 3 GHz 32GB 512GB W11P

$371.99