[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Server Side Includes and my being a total spaz



Hi,

I think that your server isn't actually parsing that HTML file.

You've restarted apache after making the changes, correct?


Yes, restarted Apache and eventually the entire server.

Try using exec instead of virtual.

<!--#exec cgi="file.cgi"-->

And put like

#!/usr/bin/perl
print "Test";

in the file.cgi and chmod it to 755


I tried this and it produces the same lack of any result.

I certain it is not parsing as the directive is left in the html file which
is delivered.
-k


_______________________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
http://list.cobalt.com/mailman/listinfo/cobalt-users