Configuring Apache to run Ez4file as a separate web site

Apche can be configured to run as signle or multipul domains/hostnames:

  • Apche is configured to run as signle domain/hostname:

    • Change following blocky in the httpd.conf

      <Directory "D:/Program Files/Apache Group/Apache2/htdocs">

      to

      <Directory "C:\Program Files\Ez4file\web-root">

    • Change following block in the httpd.conf

      ScriptAlias /cgi-bin/ "D:/Program Files/Apache Group/Apache2/cgi-bin/"

      to

      ScriptAlias /cgi-bin/ "C:\Program Files\Ez4file\bin/"

  • Apche is configured to run as multipul domains/hostnames:

    • Add following virtual host block into the end of httpd.conf

      <VirtualHost *:80>
          ServerName ef.yourdomain.com
          ServerAdmin yourName@yourdomain.com
          DocumentRoot "C:\Program Files\Ez4file\web-root"
          ScriptAlias /cgi-bin/ "C:\Program Files\Ez4file\bin/"
      </VirtualHost>

  • Click on Testing under Configuring Web Server on left pan to test the configured web site.


 Copyright © 2005   D.M.F. Systems, Corporation.   All rights reserved. User's Guide 1.0