Re: CGI help

new topic     » goto parent     » topic index » view thread      » older message » newer message

Well, this is the url of the page that calls /cgi/cgitest.exw

C:\AcuTrackWebDevelopment\CBSI\acu-track.com\web\home.html

Here is a clip of httpd.conf

ScriptAlias /cgi/ "C:/AcuTrackWebDevelopment/CBSI/acu-track.com/cgi/"

</IfModule>

<IfModule cgid_module>

  1. #
  2. ScriptSock: On threaded servers, designate the path to the UNIX
  3. socket used to communicate with the CGI daemon of mod_cgid.
  4. #
  5. Scriptsock logs/cgisock </IfModule>
  1. #
  2. "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin" should be changed to whatever your ScriptAliased
  3. CGI directory exists, if you have that configured.
  4. #

<Directory "C:/AcuTrackWebDevelopment/CBSI/acu-track.com/cgi"> Options FollowSymLinks +ExecCGI AllowOverride None Order allow,deny allow from all </Directory>

See anything here that is wrong?

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu