Eileen Orbell <[EMAIL PROTECTED]> wrote: >I need a little help with apache and setting up the following code to >run. At this moment it is contained in my .hmtl file and nothing happens >other than the other html code I have in there > ><!--#exec cgi="http://hostname/cgi-bin/count.cgi"--> > >I have 3 files in my /etc/apache directory >httpd.conf >srm.conf >access.conf > >If this helps any I can run .cgi files in the cgi-bin directory fine...
You don't have the IncludesNOEXEC option set for the location containing your .html file, do you? If so, change it to just Includes. (BTW, <!--#include virtual="/cgi-bin/count.cgi" --> is preferable to #exec cgi.) -- Colin Watson [EMAIL PROTECTED]