[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] [RaQ3i]Fixing warnings in httpd error log
- Subject: [cobalt-users] [RaQ3i]Fixing warnings in httpd error log
- From: "David Hall" <dhall@xxxxxxxxxxxxxx>
- Date: Thu Apr 20 17:15:17 2000
When you call your cgi program from your HTML file use this:
http://www.yourdomain.comcgiwrapDir/cgiwrap/mmstdod.cgi
or this
/cgiwrapDir/cgiwrap/mmstdod.cgi
it will elminate the error messages.
DH