送交者: slashdot 于 2005-4-15, 22:08:30:
回答: 请教一下Server Side Include的问题 由 7forks 于 2005-4-14, 10:59:39:
1. I'm not aware any editor changes file permission on saving. Not VI at least. But editor does change time stamps(last access and modification). But you don't have to launch an editor to change time stamps(this is probably why chmod alone doesnt work for you): use 'touch'.
2. Try the following to enable SSI for CGI scripts:
Directory /my/cgi
Options +ExecCGI +Includes
/Directory