Paths for script calls
PERL:
#!/usr/bin/perl
Leave ONE BLANK line AFTER path
Sendmail:
/usr/lib/sendmail
Use .cgi or .pl extensions, either will work.
Email set-up:
Use the username and password for EACH email address. I.E. your account login
won't work. I have a box named client@cyberiot.com with password of CLIent7.
when I set it up, it asked for a password (mail mgr.). When I configure an email
client such as MS Outlook, I use 'client' for the name and 'CLIent7' for my
password.
Server Version
Apache/1.3.12 (Unix) ApacheJServ/1.1.2 Rewrit/1.1a FrontPage/4.0.4.3
PHP/4.0.3pl1
Testing
The MasterPreInstaller.cgi is a very cool script from Will Masters Series. Go
to their site and retrieve it for free. Here's the address to the site:
http://cyberiot.com/a/master.html
This script will list a lot of important variables, specific to your domain.
Online network tool.
When you load this page, it will display the IP# you are connected from.
http://network-tools.com/
Accessing pages securely
Place files to be accessed securely in /home/$user/$domain-www
[files are handled by the secure server by using the secure protocol, https://]
For accounts with their own certificates:
Call the file from within your html pages, scripts or browser using:
https://$domain.com/file.html
To call file in personal cgi-bin:
https://$domain.com/cgi-bin/file.html
|