Miscellaneous


Where can I find Perl, and which versions are available?
Perl scripts usually have a special first line that specifies the path to the Perl interpreter. The correct paths on our system are:
#!/usr/bin/perl4
...for Perl 4, and:
#!/usr/local/bin/perl
...for Perl 5.

For a list of the specific version numbers of perl we support refer here.
If you want to run Perl from the Telnet command line, perl4 will run 4, and perl5 will run 5.
 

Which Perl modules do you support? Where can I find sendmail?
Under FreeBSD, sendmail is not in /usr/lib. The correct path to sendmail is:
/usr/sbin/sendmail
For accounts that have been upgraded to qmail the correct path is:
/var/qmail/bin/qmail-inject
or
/usr/sbin/sendmail will also still work
Cron Jobs (Automated Job Processing) If at any time you would like to change your cron jobs, just edit your fle, and rerun the crontab command as shown above.
MIME TYPES (Adding New Ones) WIRELESS MARKUP LANGIAGE (WML)
Some cell phones and pagers now have the ability to read website documents on them.  This technology is widely becoming a recognized standard as many websites create special content for such devices.  To that end, WEBster Computing Services fully supports use of the Wireless Markup Language (WML) for Wireless Application Protocol (WAP).

The WAP gateway retrieves WML pages from a webserver via normal HTTP.  The only difference is, you have to configure your webservers to map the following extensions to the appropriate mime types as follows:

# MIME Types for WAP
AddType text/vnd.wap.wml .wml
AddType image/vnd.wap.wbmp .wbmp
AddType application/vnd.wap.wmlc .wmlc
AddType text/vnd.wap.wmlscript .wmls
AddType application/vnd.wap.wmlscriptc .wmlsc

You should naturally also name your WML web files with these extensions to make this work.  These mime types are currently scheduled for installation on our servers.  If they are not already present on your server refer directly above to the MIME ADDITION section.  Mime types such as these can be added at any time into your account by you.

For more information on WML and WAP please visit TheWirelessFaq