The purpose of this document is to provide answers to common questions regarding hosting your website with MTT.

  1. What web server is MTT using?
  2. What operating system is MTT's web server running on?
  3. Is MTT's web server Year 2000 compliant?
  4. Can I get shell (telnet) access to my site?
  5. Can I use CGI on my website?
  6. Does MTT provide CGI scripts?
  7. My CGI scripts are not working!
  8. What languages can I use for my CGI scripts?
  9. Where is Perl located on the web server?
  10. Where is Sendmail located on the web server?
  11. Where is the date command located on the web server?
  12. Where is my directory actually located on the web server?
  13. Can I use imagemaps on my website?
  14. Can I protect parts of my site with passwords?
  15. How do I protect parts of my site with passwords once an ACL has been enabled?
  16. How can I generate encrpyted passwords for my ACL?
  17. Can I use FrontPage extensions on my site?
  18. Can I use Server Side Includes on my site?
  19. Are there stats available for my site?
  20. If I have NetTracker access, how do I update my stats?
  21. Are databases available for use on the web server?
  22. Is anonymous FTP available for use on the web server?
  23. Why can't I establish a FTP connection with the web server?
  24. How can I find out about upcoming outages?
  25. When was this FAQ last updated?

  1. What web server is MTT using?
    MTT is running the
    Apache web server, version 1.3.12.

  2. What operating system is MTT's web server running on?
    MTT's web server is running Solaris 2.5.1.

  3. Is MTT's web server Year 2000 compliant?
    MTT's web server is Year 2000 compliant. The Apache web server is Year 2000 compliant, as
    explained on the Apache website.

    The server which the web server is running on has been appropriately patched. For details on the patches, please review the results of the SunScan 2000 survey.

  4. Can I get shell (telnet) access to my site?
    For security reasons, we can only provide FTP access to your website.

  5. Can I use CGI on my website?
    Prior to December 3, 1999, CGI was not automatically enabled on your website by default. It is available, however, by
    emailing the webmaster and asking for it to be enabled. Any accounts created after December 3, 2025 have CGI enabled automatically.

  6. Does MTT provide CGI scripts?
    Since MTT does not assist customers with the content of their website, we cannot provide CGI scripts. However, we can direct you to some sites where you can find free CGI scripts:

  7. My CGI scripts are not working!
    There are several reasons why your CGI script is not working:

    1. Your script is generating an error. In this case, you must check the error log. Please visit The Error Log Utility to see any errors that your site is generating.
    2. You do not have CGI enabled for your site. Please see the question Can I use CGI on my website?
    3. You have uploaded your CGI script in BINARY mode. Please use ASCII mode when uploading your CGI scripts.
    4. Your file permisions on your script have not been set. You must change the file permissions on any CGI programs to be world-readable and world-executable. Your FTP client most likely has an option to change the file permissions (or CHMOD). Just set the permissions on that file to 755, or Owner Read & Execute, Group Read & Execute, and World Read & Execute.

  8. What languages can I use for my CGI scripts?
    Perl and Shell Scripting are available for CGI scripting. You can learn more about Perl by visiting the
    Perl website. We also recommend trying PerlBuilder for working on Perl CGI scripts on your PC.

  9. Where is Perl located on the web server?
    Perl 5.004_04 can be found as /usr/local/bin/perl.

  10. Where is Sendmail located on the web server?
    Sendmail 8.8.7 can be found as /usr/lib/sendmail

  11. Where is the date command located on the web server?
    date can be found as /bin/date

  12. Where is my directory actually located on the web server?
    Your home directory is /var/spool/www-docs/customer, where customer is your home directory name.

  13. Can I use imagemaps on my website?
    Yes you can. Please refer to the
    Imagemaps Under Apache tutorial for more information.

  14. Can I protect parts of my site with passwords?
    Access control lists, or password protection, is not automatically enabled on your website by default. It is available, however, by
    emailing the webmaster and asking for it to be enabled.

    Please note that this option may become limited in the future.

  15. How do I protect parts of my site with passwords once an ACL has been enabled?
    Please read the
    How to Implement Access Control Lists tutorial. It will detail what files you must create in order to implement ACL. You do not need Unix access to implement these files - simply use the Password Encryption tool to generate the encrypted passwords (instead of htpasswd -c)

  16. How can I generate encrpyted passwords for my ACL?
    There is a
    Password Encrypting Tool available for your use.

  17. Can I use FrontPage extensions on my site?
    Due to security concerns, we cannot offer FrontPage extensions on our web server. Making them available poses a serious security threat to the content of every site on our server. You can still use Microsoft FrontPage to design your site, but you can't use the extensions. The features that the extensions offer can still be accomplished through the use of CGI.

  18. Can I use Server Side Includes on my site?
    Server Side Includes (SSI) are not automatically enabled on your website by default. It is available, however, by
    emailing the webmaster and asking for it to be enabled. Once enabled, an HTML file must be given the extension .shtml for the HTML to be parsed.

    Please note that this option may become limited in the future.

  19. Are there stats available for my site?
    Some customer have a package that includes NetTracker access. Others have to pay for this service separately. Please contact your account manager to see which situation you are in. For a demo of NetTracker, please
    visit the manufacturer's online demo.

    If your package includes NetTracker, please note that it is not automatically set up. In order for your NetTracker to be set up, please email the webmaster and ask for NetTracker to be set up. Please note that there is a one-week turnaround on this request.

  20. If I have NetTracker access, how do I update my stats?
    We have a tutorial that takes you step by step through the process of updating your NetTracker stats.
    Check out the tutorial. It is your responsibility to update your stats on a regular basis.

  21. Are databases available for use on the web server?
    At this time, databases are not available for use on the web server. Please contact your sales representative for Aliant alternatives.

  22. Is anonymous FTP available for use on the web server?
    Anonymous FTP is not available for your website. We ask that you please use HTTP instead of FTP to provide files to the public, if necessary.

  23. Why can't I establish a FTP connection with the web server?
    One problem may be that your hostname (i.e. pc5488.acme.com) and your IP address (10.1.1.1) don't match. Check out the
    Forward/Reverse Lookup Utility.

  24. How can I find out about upcoming outages?
    A mailing list is available for you to subscribe to. This mailing list provides MTT with the means of sending out notifications to web service stakeholders of any new options or upcoming outages. You can subscribe to this mailing list via the
    Subscription Page.

  25. When was this FAQ last updated?
    This FAQ was last updated on August 2, 2000.