[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Failure to conform to CGI standards ???
- Subject: Re: [cobalt-users] Failure to conform to CGI standards ???
- From: flash22@xxxxxxx
- Date: Mon Dec 4 21:24:37 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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...