How do I implement FrontPage Extensions?
FrontPage 3.0 extensions are preinstalled onto every machine. To turn this feature on, go
to the SiteAdminitration page http://www.yourname.com/siteadmin and navigate to the section entitled "Site Settings" then place a
check mark next to FrontPage Extensions.
Can I run CGI scripts on this machine?
Yes Scripts may be run anywhere on the machine, but remember to set the file attributes to
execute. To do this in FTP, go into the directory in which the cgi script is located; in
your FTP program locate the command line function, and type in
SITE CHMOD 755 filename.cgi where filename.cgi is
the name of your cgi script.
Where is Perl directory?
Perl 5.00404 is located in usr/bin/perl so you would type #!/usr/bin/perl
into the first line of your file.
How are website directories laid out?
The root directory is loacated under /home/sites/home/web/. Any user websites are stored
under /home/sites/home/user/<username>/web and are available by typing in
www.yourname.com/~<username>
How do you install upgrades or patches?
YiS uses specially designed *.pkg files that can be uploaded over the internet through the
browser or through the AWWM local network. This Technical support area will have these
updates as they become available.
How do I backup or restore
files remotely?
The
YiS
browser based web interface includes several tools to a assist in backups. To access the
backup and restore utility, type in http://www.yourname.com/admin and click on the
maintenance section.
Where do I put my web files
for the machine's root domain?
/home/sites/home/web/
Can I assign telnet accounts or anonymous FTP accounts?
Yes, and you can specify the number of simultaneous users you want for each account.
How do I "telnet"?
In Windows 9X, click on the start menu and select run. Type in 'telnet' and press enter,
then type in your base IP address and click connect. If you need further help, in the
telnet command line type 'help'. Note, you have full root access through telnet and you could damage the software - please be careful.
Can I compile other programs on the machine for my users
to use?
You can compile and run most any software so long as you can get the source, and the
Makefile does not rely on the kernel source being present.
What version of Sendmail does YiS use?
YiS
uses Sendmail 8.9.3
What version of CGI does YiS use?
YiS
uses cgi.pm version 2.36
Can YiS maintain an email
mailing list?
Yes, visit the
YiS site administration to set this up.
Does the machine have typical Linux/Unix applications pre-installed?
The YiS does come with the basics, such as VI, Emacs, Pico, Pine, FTP, Telnet, Nslookup,
whois and more.
Can the machine run as a secure server?
Yes, this upgrade option will so be available and will incur an extra charge monthly.
Can I access PINE email through telnet?
Yes, just type in PINE after the $ prompt.
Can I recompile the Linux kernel?
No, the source is not included with YiS.
Can I use RPMs?
While the YiS
runs RedHat Linux, most RPMs will not work unless they are precompiled to run on a MIPS
processor.