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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Include CGI script

Status
Not open for further replies.

zvrcvm

Programmer
Aug 1, 2002
23
MX
Hi,
I have a Linux debian 3.01 server with Apache 1.36 installed on it.
I have html pages with the CGI inclusion:
<!--#exec cgi=&quot;/cgi-bin/myscript.cgi&quot; -->
and this script does not work.
The same include code appears in the source code of the page, read from the browser.

Apache server is configured with cgi include mime mime_magic headers and all other basic modules.

In the httpd.conf I have the
Options Include and ExecCGI
for DocumentRoot
and I tried also to force the same in a .htaccess directly in the cgi-bin directory.

What can I do more?

Thanks

D.




Life is not 10101100 only ...
It's also 01010011
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top