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

Re: [cobalt-users] Failure to conform to CGI standards ???



On Mon, 4 Dec 2000, Michael D. Schleif wrote:
> 
> flash22@xxxxxxx wrote:
[snipped most]
> 
> Any other ideas?  Without Tera-Byte's cooperation, is there anyway for
> me to prove Root Cause as Apache configuration or CGIWrap?  That is what
> I really need . . .

yes, you can disable cgiwrap in user web space via .htaccess (depending on
machine) and you don't have to modify system-wide config

put this in a .htaccess file on main site and user sub site..it bypasses
cgiwrapper by fooling the server into using mime handlers , you might need
to alias scriptdir tho...offhand i forget if ScriptAlias works in
.htaccess

---
#put in .htaccess
AddType application/x-httpd-cgi .cgx
---
rename your cgi to something.cgx (for testing)

> 
> Also, thank you, for humoring an ol' geek ;>

heh, well, i've had this argument with the server doing directory->cgi
translations already...