Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache 1.3 SSI

Status
Not open for further replies.

mountainbiker

Programmer
Aug 21, 2002
122
GB
I have configured our Apache 2.0 servers for (shtml) SSI, and they are working as desired. :) Did the same with our Apache 1.3 server (upgrading is not an option this week). The test .shtml page is sucking in the HTML include file; however, the complete page is rendering as text. All the HTML tags, SSI, etc. are all visible but not as a HTML page. I am using Unix and Netscape 4.7. The Apache 2.0 servers are also Unix and Netscape 4.7.
 
Resolved it. The server was goofy and had two sets of conf files, and yes I was modified the wrong one.
 
Hi mate,

The server is not "goofy" because it has 2 conf files, both of those are supposed to be there.

You should have

1) httpd.conf
2) httpd.default.conf

The second is a backup copy so that if you make an error with the config, you can restore the section from that.

Hope this helps Wullie

sales@freshlookdesign.co.uk

The pessimist complains about the wind. The optimist expects it to change. The leader adjusts the sails. - John Maxwell
 
goofy = mulitple copies of apache, one apache load using http.conf of another directory and symbolic links to the nth degree.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top