It all depends on how you want to do it. In CGI, the script do it for you but in SSI, you will have to define your own directives if no such directives are available in default.do most folks use apache ssi's to generate these? or do they use cgi's and such?
Yes, you are. To get SSI to parse documents for you, you need the above four enabled. I've never used Webmin for it so I do not know how but if you are willing to edit httpd.conf, add them to your httpd.conf file. There you will see the commented sections so it's easy to find. If not, they are usually lay out after <Directory> directives.-webmin says that mod_include is enabled, however the line Option +Includes isn't in my httpd.conf, i'm confused where to put it in httpd.conf and a line similar to *'AddType text/html .shtml AddHandler server-parsed .shtml' needs to go in httpd.conf in order to get ssi's to work. *hopefully, i'm going about this the right way...
Is your document name ( web page ) is shtml??when i try to put an ssi tag in one of my pages like
<!--#echo var="DATE_LOCAL" -->
it doesn't seem to work. *am i going about this the right way?
Is there a space between ! and - ??
Yes, there is. You can set the XBi tHack bit to either on or Full. But it still required you to enable mod_ssi and AddType stuff. And also, you must set all the documents that you want to parse to excute bit with chmod. But as far as my experience is concerned, XBi tHack runs faster in bigger sites with more dynamic contents since it do not have to check and parse all requested files but only the documents that X bit is set.please let me know if there's a better way to get ssi's going...
HTH ....


Reply With Quote
Bookmarks