| 
    
   | 
   | 
  
     
    
    
    
      :HELLO MGR.APACHE,SECURE  
      :XEQ SH.HPBIN.SYS -L  
      $ cd /APACHE/SECURE  
      $ cp JHTTPDS.sample JHTTPDS  
      Edit the newly created JHTTPDS job stream file to specify
          the proper TZ timezone value for your location as well as
          any other customizations appropriate for your site:
 
 !job jhttpds,mgr.apache,secure;outclass=,2
 !setvar TZ 'PST8PDT'
 !xeq sh.hpbin.sys "-c 'umask 007; ./HTTPDS -DSSL -f conf/httpd.conf'"
 !comment replace this line with your server key pass phrase (if any)
 !eoj
 
           
      $ cd conf  
      $ cp access.conf.sample access.conf  
      $ cp httpd.conf.sample httpd.conf  
      $ cp magic.sample magic  
      $ cp mime.types.sample mime.types  
      $ cp srm.conf.sample srm.conf  
      Edit the newly created httpd.conf file and replace all
          occurrences of the fictional "www.zaicorp.com" host name
          with the actual host name of your e3000. You may also want to change
          the default listening ports of 8080 (non-secure http; standard is 80)
          and 8443 (secure https; standard is 443). Change the ServerAdmin
          directive to specify the e-mail address of the person responsible for
          HP WebWise MPE/iX Secure Web Server. Perform other local
          customizations appropriate for your site.  
     
    
     
    
     
   |