<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Apache2 + ssl in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/apache2-ssl/m-p/4055913#M29709</link>
    <description>No, you don't want that URL.&lt;BR /&gt;&lt;BR /&gt;mod_ssl has been incorporated into the Apache2 source tree.&lt;BR /&gt;&lt;BR /&gt;As you didn't compile it when you compiled the rest of Apache, you'll need the source tree you compiled against to be still available to manually compile the mod_ssl module.&lt;BR /&gt;&lt;BR /&gt;It's a bit of a pain to do, and is probably easier just to recompile the entire thing again, copying just the binaries and modules over.&lt;BR /&gt;&lt;BR /&gt;Or better yet, use a pre-packaged distribution that has it all there and ready to use.</description>
    <pubDate>Fri, 17 Aug 2007 06:51:03 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2007-08-17T06:51:03Z</dc:date>
    <item>
      <title>Apache2 + ssl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache2-ssl/m-p/4055908#M29704</link>
      <description>Hi there&lt;BR /&gt;I was instaling apache2.&lt;BR /&gt;I did this:&lt;BR /&gt;&lt;BR /&gt;wget &lt;A href="http://apache.rmplc.co.uk/httpd/httpd-2.2.4.tar.gz" target="_blank"&gt;http://apache.rmplc.co.uk/httpd/httpd-2.2.4.tar.gz&lt;/A&gt;&lt;BR /&gt;tar xvfz httpd-2.2.4.tar.gz&lt;BR /&gt;cd httpd-2.2.4/&lt;BR /&gt;./configure --prefix=/usr/local/apache2 --enable-mods-shared=all --enable-deflate --enable-proxy --enable-proxy-balancer --enable-proxy-http &lt;BR /&gt;make&lt;BR /&gt;make install&lt;BR /&gt;/usr/local/apache2/bin/apachectl start&lt;BR /&gt;&lt;BR /&gt;Now I need to anable mod_ssl but its not available in: /usr/local/apache2/modules/&lt;BR /&gt;&lt;BR /&gt;ls -la /usr/local/apache2/modules/&lt;BR /&gt;&lt;BR /&gt;root@webserver1:/home/madmin/src/httpd-2.2.4# ls -la /usr/local/apache2/modules/&lt;BR /&gt;total 2804&lt;BR /&gt;drwxr-xr-x  2 root root   4096 2007-08-10 12:09 .&lt;BR /&gt;drwxr-xr-x 15 root root   4096 2007-08-10 12:10 ..&lt;BR /&gt;-rw-r--r--  1 root root   8951 2007-08-10 12:06 httpd.exp&lt;BR /&gt;-rwxr-xr-x  1 root root  24897 2007-08-10 12:09 mod_actions.so&lt;BR /&gt;-rwxr-xr-x  1 root root  32731 2007-08-10 12:09 mod_alias.so&lt;BR /&gt;-rwxr-xr-x  1 root root  23257 2007-08-10 12:09 mod_asis.so&lt;BR /&gt;-rwxr-xr-x  1 root root  26632 2007-08-10 12:09 mod_auth_basic.so&lt;BR /&gt;-rwxr-xr-x  1 root root  59901 2007-08-10 12:09 mod_auth_digest.so&lt;BR /&gt;-rwxr-xr-x  1 root root  23502 2007-08-10 12:09 mod_authn_anon.so&lt;BR /&gt;-rwxr-xr-x  1 root root  24973 2007-08-10 12:09 mod_authn_dbd.so&lt;BR /&gt;-rwxr-xr-x  1 root root  24413 2007-08-10 12:09 mod_authn_dbm.so&lt;BR /&gt;-rwxr-xr-x  1 root root  22005 2007-08-10 12:09 mod_authn_default.so&lt;BR /&gt;-rwxr-xr-x  1 root root  23948 2007-08-10 12:09 mod_authn_file.so&lt;BR /&gt;-rwxr-xr-x  1 root root  26924 2007-08-10 12:09 mod_authz_dbm.so&lt;BR /&gt;-rwxr-xr-x  1 root root  21821 2007-08-10 12:09 mod_authz_default.so&lt;BR /&gt;-rwxr-xr-x  1 root root  27531 2007-08-10 12:09 mod_authz_groupfile.so&lt;BR /&gt;-rwxr-xr-x  1 root root  26442 2007-08-10 12:09 mod_authz_host.so&lt;BR /&gt;-rwxr-xr-x  1 root root  24322 2007-08-10 12:09 mod_authz_owner.so&lt;BR /&gt;-rwxr-xr-x  1 root root  22526 2007-08-10 12:09 mod_authz_user.so&lt;BR /&gt;-rwxr-xr-x  1 root root  71263 2007-08-10 12:09 mod_autoindex.so&lt;BR /&gt;-rwxr-xr-x  1 root root  26645 2007-08-10 12:09 mod_cern_meta.so&lt;BR /&gt;-rwxr-xr-x  1 root root  56442 2007-08-10 12:09 mod_cgi.so&lt;BR /&gt;-rwxr-xr-x  1 root root 140412 2007-08-10 12:09 mod_dav_fs.so&lt;BR /&gt;-rwxr-xr-x  1 root root 268062 2007-08-10 12:09 mod_dav.so&lt;BR /&gt;-rwxr-xr-x  1 root root  37916 2007-08-10 12:09 mod_dbd.so&lt;BR /&gt;-rwxr-xr-x  1 root root 104771 2007-08-10 12:09 mod_deflate.so&lt;BR /&gt;-rwxr-xr-x  1 root root  25102 2007-08-10 12:09 mod_dir.so&lt;BR /&gt;-rwxr-xr-x  1 root root  27054 2007-08-10 12:09 mod_dumpio.so&lt;BR /&gt;-rwxr-xr-x  1 root root  24171 2007-08-10 12:09 mod_env.so&lt;BR /&gt;-rwxr-xr-x  1 root root  30525 2007-08-10 12:09 mod_expires.so&lt;BR /&gt;-rwxr-xr-x  1 root root  46878 2007-08-10 12:09 mod_ext_filter.so&lt;BR /&gt;-rwxr-xr-x  1 root root  37871 2007-08-10 12:09 mod_filter.so&lt;BR /&gt;-rwxr-xr-x  1 root root  39968 2007-08-10 12:09 mod_headers.so&lt;BR /&gt;-rwxr-xr-x  1 root root  27986 2007-08-10 12:09 mod_ident.so&lt;BR /&gt;-rwxr-xr-x  1 root root  38314 2007-08-10 12:09 mod_imagemap.so&lt;BR /&gt;-rwxr-xr-x  1 root root  94059 2007-08-10 12:09 mod_include.so&lt;BR /&gt;-rwxr-xr-x  1 root root  40911 2007-08-10 12:09 mod_info.so&lt;BR /&gt;-rwxr-xr-x  1 root root  57840 2007-08-10 12:09 mod_log_config.so&lt;BR /&gt;-rwxr-xr-x  1 root root  28337 2007-08-10 12:09 mod_log_forensic.so&lt;BR /&gt;-rwxr-xr-x  1 root root  24775 2007-08-10 12:09 mod_logio.so&lt;BR /&gt;-rwxr-xr-x  1 root root  56295 2007-08-10 12:09 mod_mime_magic.so&lt;BR /&gt;-rwxr-xr-x  1 root root  40327 2007-08-10 12:09 mod_mime.so&lt;BR /&gt;-rwxr-xr-x  1 root root  76977 2007-08-10 12:09 mod_negotiation.so&lt;BR /&gt;-rwxr-xr-x  1 root root  92107 2007-08-10 12:09 mod_proxy_ajp.so&lt;BR /&gt;-rwxr-xr-x  1 root root  53721 2007-08-10 12:09 mod_proxy_balancer.so&lt;BR /&gt;-rwxr-xr-x  1 root root  30523 2007-08-10 12:09 mod_proxy_connect.so&lt;BR /&gt;-rwxr-xr-x  1 root root  70430 2007-08-10 12:09 mod_proxy_ftp.so&lt;BR /&gt;-rwxr-xr-x  1 root root  63633 2007-08-10 12:09 mod_proxy_http.so&lt;BR /&gt;-rwxr-xr-x  1 root root 147916 2007-08-10 12:09 mod_proxy.so&lt;BR /&gt;-rwxr-xr-x  1 root root 119525 2007-08-10 12:09 mod_rewrite.so&lt;BR /&gt;-rwxr-xr-x  1 root root  31719 2007-08-10 12:09 mod_setenvif.so&lt;BR /&gt;-rwxr-xr-x  1 root root  31085 2007-08-10 12:09 mod_speling.so&lt;BR /&gt;-rwxr-xr-x  1 root root  46488 2007-08-10 12:09 mod_status.so&lt;BR /&gt;-rwxr-xr-x  1 root root  26670 2007-08-10 12:09 mod_unique_id.so&lt;BR /&gt;-rwxr-xr-x  1 root root  26378 2007-08-10 12:09 mod_userdir.so&lt;BR /&gt;-rwxr-xr-x  1 root root  31140 2007-08-10 12:09 mod_usertrack.so&lt;BR /&gt;-rwxr-xr-x  1 root root  19515 2007-08-10 12:09 mod_version.so&lt;BR /&gt;-rwxr-xr-x  1 root root  30195 2007-08-10 12:09 mod_vhost_alias.so&lt;BR /&gt;&lt;BR /&gt;Is there any chance to install/add this module now ?&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Fri, 17 Aug 2007 04:52:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache2-ssl/m-p/4055908#M29704</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-08-17T04:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Apache2 + ssl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache2-ssl/m-p/4055909#M29705</link>
      <description>Check this link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ornl.gov/~jar/Apache/SSL_in_Apache_2.html" target="_blank"&gt;http://www.ornl.gov/~jar/Apache/SSL_in_Apache_2.html&lt;/A&gt;</description>
      <pubDate>Fri, 17 Aug 2007 05:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache2-ssl/m-p/4055909#M29705</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-08-17T05:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Apache2 + ssl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache2-ssl/m-p/4055910#M29706</link>
      <description>I dont want to install Apache again or just add the modul using LoadModule mod_ssl.so.&lt;BR /&gt;&lt;BR /&gt;My problem is that I don't have this module in the system.&lt;BR /&gt;&lt;BR /&gt;I've found thet there is a mod_ssl.c file in my sysytem. What can I do? How to install mod_ssl to /usr/local/apache2/modules/ ?&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Fri, 17 Aug 2007 05:37:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache2-ssl/m-p/4055910#M29706</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-08-17T05:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Apache2 + ssl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache2-ssl/m-p/4055911#M29707</link>
      <description>&lt;A href="http://www.modssl.org/" target="_blank"&gt;http://www.modssl.org/&lt;/A&gt;</description>
      <pubDate>Fri, 17 Aug 2007 06:07:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache2-ssl/m-p/4055911#M29707</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-08-17T06:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Apache2 + ssl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache2-ssl/m-p/4055912#M29708</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You can add the module.&lt;BR /&gt;&lt;BR /&gt;First you need to get the thing. The modssl link above is one good place. Make sure you get for apache 2.2. You might find it just a bit easier to reinstall apache from a distribution that includes mod_ssl.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://httpd.apache.org" target="_blank"&gt;http://httpd.apache.org&lt;/A&gt; has good documentation on how to proceed.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 17 Aug 2007 06:50:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache2-ssl/m-p/4055912#M29708</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-08-17T06:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Apache2 + ssl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache2-ssl/m-p/4055913#M29709</link>
      <description>No, you don't want that URL.&lt;BR /&gt;&lt;BR /&gt;mod_ssl has been incorporated into the Apache2 source tree.&lt;BR /&gt;&lt;BR /&gt;As you didn't compile it when you compiled the rest of Apache, you'll need the source tree you compiled against to be still available to manually compile the mod_ssl module.&lt;BR /&gt;&lt;BR /&gt;It's a bit of a pain to do, and is probably easier just to recompile the entire thing again, copying just the binaries and modules over.&lt;BR /&gt;&lt;BR /&gt;Or better yet, use a pre-packaged distribution that has it all there and ready to use.</description>
      <pubDate>Fri, 17 Aug 2007 06:51:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache2-ssl/m-p/4055913#M29709</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-08-17T06:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Apache2 + ssl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache2-ssl/m-p/4055914#M29710</link>
      <description>Apache is already installed.&lt;BR /&gt;&lt;BR /&gt;I did:&lt;BR /&gt;&lt;BR /&gt;./configure --prefix=/usr/local/apache2 --enable-mods-shared=all --enable-deflate --enable-proxy --enable-proxy-balancer --enable-proxy-http --enable-ssl&lt;BR /&gt;&lt;BR /&gt;and iI get this:&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;checking for APR-util... yes&lt;BR /&gt;configure: error: Cannot use an external APR-util with the bundled APR&lt;BR /&gt;&lt;BR /&gt;What's up ?</description>
      <pubDate>Fri, 17 Aug 2007 08:08:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache2-ssl/m-p/4055914#M29710</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-08-17T08:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Apache2 + ssl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache2-ssl/m-p/4055915#M29711</link>
      <description>Working :)&lt;BR /&gt;&lt;BR /&gt;1) apt-get install openssl libssl-dev&lt;BR /&gt;&lt;BR /&gt;2) ./configure --prefix=/usr/local/apache2 --enable-so --with-included-apr --enable-mods-shared=all --enable-deflate --enable-proxy --enable-proxy-balancer --enable-proxy-http --enable-ssl</description>
      <pubDate>Fri, 17 Aug 2007 09:44:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache2-ssl/m-p/4055915#M29711</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-08-17T09:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Apache2 + ssl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache2-ssl/m-p/4055916#M29712</link>
      <description>Just wondeirng, why didn't you just 'apt-get install apache2'?</description>
      <pubDate>Fri, 17 Aug 2007 17:30:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache2-ssl/m-p/4055916#M29712</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-08-17T17:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Apache2 + ssl</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache2-ssl/m-p/4055917#M29713</link>
      <description>Beacause in Ubuntu 6.6 it installs apache 2.0 which does not have proxy_balancer module in it :(&lt;BR /&gt;&lt;BR /&gt;I was trying several tricks but nothing wored.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Aug 2007 06:12:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache2-ssl/m-p/4055917#M29713</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2007-08-22T06:12:14Z</dc:date>
    </item>
  </channel>
</rss>

