gertiebeth
03-05-2001, 04:58 PM
Just signed up w/ rackshack.net. I asked if they supported SSI's with the extension .HTML and they said yes. I just went to the Colbalt page to look up how to do this and this is what it said:
------------------------
These instructions refer to the RaQ ONLY!
Do not attempt to use these instructions with other products
QuestionNum: 444
Product: RaQ
Category Software
Creation Date: Wed Feb 10 00:00:00 1999 PST
Question
How do I enable server side includes (SSI) on the RaQ?
Response
NOTE: UNSUPPORTED. The following information is outside the scope of Cobalt Networks Technical Support, and could potentially void your warranty. Cobalt Networks does provide Professional Services to aid you with the implementation of unsupported solutions. Please go to http://www.cobalt.com/support.services/index.html for more information about our Professional Services.
To enable SSI on your RaQ and have .shtml extension available for your base page you need to telnet to your RaQ and login as root using the admin password.
1. Edit the /etc/httpd/conf/srm.conf file and un-comment(by removing the #) the following lines:
#AddType text/html .shtml
#AddHandler server-parsed .shtml
2. Edit the /etc/httpd/conf/access.conf and under the directory heading for your directory, add Options Includes. This example will enable SSI for your home directory:
Options Indexes SymLinksIfOwnerMatch Includes
AllowOverride All
3. To enable .shtml mapping for the default page, edit /etc/httpd/conf/srm.conf, add index.shtml and home.shtml at the end of this line:
DirectoryIndex index.html index.htm home.html home.htm index.shtml home.shtml
4. Now you will need to restart your Web server for the changes to take effect you can do this by typing:
kill -1 `cat /var/run/httpd.pid`
**NOTE: the ` encasing the cat command is the tick on the ~(tilde) key, not a quotation mark.
---------------------
OK, I don't know how to "telnet" and it doesn't say how to change the extensions to .HTML. Can any kind soul out there help me out? <sheepish grin> (I'll reward you with the URL to one of my sites that is going dedicated: http://efanguide.com/~charlize ) ;)
------------------------
These instructions refer to the RaQ ONLY!
Do not attempt to use these instructions with other products
QuestionNum: 444
Product: RaQ
Category Software
Creation Date: Wed Feb 10 00:00:00 1999 PST
Question
How do I enable server side includes (SSI) on the RaQ?
Response
NOTE: UNSUPPORTED. The following information is outside the scope of Cobalt Networks Technical Support, and could potentially void your warranty. Cobalt Networks does provide Professional Services to aid you with the implementation of unsupported solutions. Please go to http://www.cobalt.com/support.services/index.html for more information about our Professional Services.
To enable SSI on your RaQ and have .shtml extension available for your base page you need to telnet to your RaQ and login as root using the admin password.
1. Edit the /etc/httpd/conf/srm.conf file and un-comment(by removing the #) the following lines:
#AddType text/html .shtml
#AddHandler server-parsed .shtml
2. Edit the /etc/httpd/conf/access.conf and under the directory heading for your directory, add Options Includes. This example will enable SSI for your home directory:
Options Indexes SymLinksIfOwnerMatch Includes
AllowOverride All
3. To enable .shtml mapping for the default page, edit /etc/httpd/conf/srm.conf, add index.shtml and home.shtml at the end of this line:
DirectoryIndex index.html index.htm home.html home.htm index.shtml home.shtml
4. Now you will need to restart your Web server for the changes to take effect you can do this by typing:
kill -1 `cat /var/run/httpd.pid`
**NOTE: the ` encasing the cat command is the tick on the ~(tilde) key, not a quotation mark.
---------------------
OK, I don't know how to "telnet" and it doesn't say how to change the extensions to .HTML. Can any kind soul out there help me out? <sheepish grin> (I'll reward you with the URL to one of my sites that is going dedicated: http://efanguide.com/~charlize ) ;)
