Power, speed, and reliability..
- What are all the files and directories in my home directory?
- How do I run my own cgi programs?
- How do I run cgiemail, Formmail and graphical counters?
- How do I use the anonymous ftp site?
- How do I create email aliases, and how do I redirect them?
- How do I use the infobots?
- How do I see who is using my infobots?
- How do I create a Majordomo mailing list?
- How do I use Real Audio?
- How do I change my login password?
- How do I check the web usage stats for my domain?
- I need to configure my mail reading program so I can access my emails.
- What is the correct path to perl(and other programs)?
- How do I create my own "404 Not found" error page?
- How do I use the secure server for my order page?
- How do I use the Mail list directory?
- Boutique Shop Cart
- Basic Frontpage configuration
- Basic Msql2 info
- Common Problems
- Basic Frontpage configuration
What are all the files and directories in my home directory?
www................This is your web directory. Place all your web files in there.
infobots..........This is where you will need to put all your infobot text files. More Info
anonftp...........This is your anonymous ftp directory. More Info
.redirect..........This is the configuration file for mail aliases. More Info
How do I run my own CGI programs?
Put your CGI programs in the cgi-bin directory.
- The cgi-bin will automatically change the permissions to chmod 755 for you
- It's important, because of the apache wrapper being run, that scripts and their directories be chmod 755. Chmod 777 will not work.
A special note - this does not apply to frontpage webs, follow normal cgi instructions
How do I use cgiemail, Formmail and the graphical counters?
CGIemail:This is a program that will email you the forms filled out from the web.
Here's an example -
Create a text file called "example" in the main web directory.
This is the content of the file:
To: joe@blue.com Subject: example
This is a test message. This is a test message. name: [name] phone: [phone]
That is the file that will be sent to joe@blue.com.
Now, cgiemail will automatically replace [name], [phone], anything
in the brackets with the corresponding user supplied info from the web
form. Also, you MUST have the To: and the Subject: line followed by
the blank line. Those three lines MUST be on the FIRST THREE lines. You
cannot change the From: address.
Here is a part of the web form page called "example.html"
Earth first
We will LINK the other Planets later
We will LINK the other Planets later


