Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IBM HTTP Server Configuration (httpd.conf) 

The example below is from a Zend Server 202x. installation.  *NOTE: If you are running Zend Server 9.1.x, 2018.x, or 2019.x, replace port 10100 with port 10090 (possibly 10080 or the port you have assigned for this version) and zendphp74 with zendphp7

Code Block
languagetext
titlehttpd.conf
#
Listen *:1009010100
DocumentRoot /www/zendphp7/htdocs
NameVirtualHost 10.1.1.47:1009010100
<VirtualHost 10.1.1.47:10090>10100>
   ServerName ZendVH.com
   DocumentRoot /www/zendphp7zendphp74/htdocs
  <Directory /www/zendphp7zendphp74/htdocs>
      Order Allow,Deny
      Allow From all
 </Directory>
<Location />
ProfileToken On
AuthType Basic
AuthName "IBM i OS User Profile"
Require valid-user
PasswdFile %%SYSTEM%%
order deny,allow
Allow from all
</Location>
</VirtualHost

...

Page properties
hiddentrue


Related issues