<?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: apache with SSL in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-with-ssl/m-p/5277823#M474056</link>
    <description>Build? As in "compile"?&lt;BR /&gt;&lt;BR /&gt;If you want to use HTTPS, you cannot remove the http_core.c module from the compile-time configuration. HTTPS is essentially HTTP + SSL, so the http_core.c is used with HTTPS too.&lt;BR /&gt;&lt;BR /&gt;If you compile Apache from source code, there *is* a configuration option --disable-http, but it removes the entire http+https functionality: you would use this only to use Apache as a framework for some custom protocol, which would be a pretty advanced project.&lt;BR /&gt;&lt;BR /&gt;But you can *configure* Apache to accept only HTTPS connections rather easily. Add this line to your main Apache server configuration:&lt;BR /&gt;&lt;BR /&gt;SSLEngine on&lt;BR /&gt;&lt;BR /&gt;Then check all Port and Listen directives in your configuration to make sure Apache is listening on appropriate port(s) only: for SSL, the standard port is 443, although you can use other ports too if you wish. (It is possible to set up HTTPS service in port 80 too, but it would confuse your users needlessly...)&lt;BR /&gt;&lt;BR /&gt;Also make sure you don't specify "SSLEngine off" anywhere in your Apache configuration.&lt;BR /&gt;&lt;BR /&gt;Of course, you must also set up appropriate SSL certificate(s) for your HTTPS service(s). If your service is for internal use only, you can probably use a self-signed certificate (or perhaps the installation process generated one automatically for you), but if you're setting up a public service, you may need an official certificate so that your users won't have to see warnings about the unreliability of your site's certificate.&lt;BR /&gt;&lt;BR /&gt;The complete Apache web server documentation is available on the web:&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/2.0/" target="_blank"&gt;http://httpd.apache.org/docs/2.0/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Sun, 27 Mar 2011 20:38:29 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2011-03-27T20:38:29Z</dc:date>
    <item>
      <title>apache with SSL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-with-ssl/m-p/5277822#M474055</link>
      <description>Hello&lt;BR /&gt;any document to build Apache with only HTTPS.&lt;BR /&gt;&lt;BR /&gt;system info:&lt;BR /&gt;============&lt;BR /&gt;1- HP-UX server B.11.31 U ia64 0958112782 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;2- httpd -l&lt;BR /&gt;Compiled in modules:&lt;BR /&gt;  core.c&lt;BR /&gt;  worker.c&lt;BR /&gt;  http_core.c&lt;BR /&gt;  mod_so.c&lt;BR /&gt;&lt;BR /&gt;3- httpd -v&lt;BR /&gt;Server version: Apache/2.0.59  HP-UX_Apache-based_Web_Server&lt;BR /&gt;Server built:   Apr 17 2009 20:45:10&lt;BR /&gt;&lt;BR /&gt;THANKS</description>
      <pubDate>Sun, 27 Mar 2011 12:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-with-ssl/m-p/5277822#M474055</guid>
      <dc:creator>kemo</dc:creator>
      <dc:date>2011-03-27T12:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: apache with SSL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-with-ssl/m-p/5277823#M474056</link>
      <description>Build? As in "compile"?&lt;BR /&gt;&lt;BR /&gt;If you want to use HTTPS, you cannot remove the http_core.c module from the compile-time configuration. HTTPS is essentially HTTP + SSL, so the http_core.c is used with HTTPS too.&lt;BR /&gt;&lt;BR /&gt;If you compile Apache from source code, there *is* a configuration option --disable-http, but it removes the entire http+https functionality: you would use this only to use Apache as a framework for some custom protocol, which would be a pretty advanced project.&lt;BR /&gt;&lt;BR /&gt;But you can *configure* Apache to accept only HTTPS connections rather easily. Add this line to your main Apache server configuration:&lt;BR /&gt;&lt;BR /&gt;SSLEngine on&lt;BR /&gt;&lt;BR /&gt;Then check all Port and Listen directives in your configuration to make sure Apache is listening on appropriate port(s) only: for SSL, the standard port is 443, although you can use other ports too if you wish. (It is possible to set up HTTPS service in port 80 too, but it would confuse your users needlessly...)&lt;BR /&gt;&lt;BR /&gt;Also make sure you don't specify "SSLEngine off" anywhere in your Apache configuration.&lt;BR /&gt;&lt;BR /&gt;Of course, you must also set up appropriate SSL certificate(s) for your HTTPS service(s). If your service is for internal use only, you can probably use a self-signed certificate (or perhaps the installation process generated one automatically for you), but if you're setting up a public service, you may need an official certificate so that your users won't have to see warnings about the unreliability of your site's certificate.&lt;BR /&gt;&lt;BR /&gt;The complete Apache web server documentation is available on the web:&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/2.0/" target="_blank"&gt;http://httpd.apache.org/docs/2.0/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sun, 27 Mar 2011 20:38:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-with-ssl/m-p/5277823#M474056</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-03-27T20:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: apache with SSL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-with-ssl/m-p/5277824#M474057</link>
      <description>mod_ssl.c is not installed, or not enabled. how would i configure https without this module,&lt;BR /&gt;any suggestion on how to enable or add this module. i don't want to reinstall the webserver.</description>
      <pubDate>Mon, 28 Mar 2011 04:41:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-with-ssl/m-p/5277824#M474057</guid>
      <dc:creator>kemo</dc:creator>
      <dc:date>2011-03-28T04:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: apache with SSL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-with-ssl/m-p/5277825#M474058</link>
      <description>i meant by "build apache" --&amp;gt; have it work with SSL.&lt;BR /&gt;Sorry my mistake. i should have chosen different word than BUILD .</description>
      <pubDate>Mon, 28 Mar 2011 04:50:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-with-ssl/m-p/5277825#M474058</guid>
      <dc:creator>kemo</dc:creator>
      <dc:date>2011-03-28T04:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: apache with SSL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-with-ssl/m-p/5277826#M474059</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;In your httpd.conf file :&lt;BR /&gt;&lt;BR /&gt;&lt;IFDEFINE ssl=""&gt;&lt;BR /&gt;LoadModule ssl_module modules/mod_ssl.so&lt;BR /&gt;&lt;/IFDEFINE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IFMODULE mod_ssl.c=""&gt;&lt;BR /&gt;    Include conf/ssl.conf&lt;BR /&gt;&lt;/IFMODULE&gt;&lt;BR /&gt;&lt;BR /&gt;for configuring Apache with SSL see this link :&lt;BR /&gt;&lt;A href="http://onlamp.com/pub/a/onlamp/2008/03/04/step-by-step-configuring-ssl-under-apache.html" target="_blank"&gt;http://onlamp.com/pub/a/onlamp/2008/03/04/step-by-step-configuring-ssl-under-apache.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To start the HP-UX Apache-based Web Server with SSL capability (hpux 11.11):&lt;BR /&gt;/opt/hpws/apache/bin/apachectl startssl&lt;BR /&gt;&lt;BR /&gt;Joel</description>
      <pubDate>Mon, 28 Mar 2011 06:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-with-ssl/m-p/5277826#M474059</guid>
      <dc:creator>Joel Girot</dc:creator>
      <dc:date>2011-03-28T06:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: apache with SSL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-with-ssl/m-p/5277827#M474060</link>
      <description>thanks</description>
      <pubDate>Mon, 28 Mar 2011 06:30:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-with-ssl/m-p/5277827#M474060</guid>
      <dc:creator>kemo</dc:creator>
      <dc:date>2011-03-28T06:30:04Z</dc:date>
    </item>
  </channel>
</rss>

