You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1995/11/19 21:36:41 UTC

exectype negotiation

Had a brainstorm...

I would like to implement exectype negotiation in much the
same way as language negotiation.  I would appreciate some
feedback about this.

Creating an execution type config for the server:

Exectype	sunos_4

This would allow you to have:

index.sunos_4.cgi
index.netbsd.cgi

You could then share/mirror document trees between different architectures.

Should I hang this in mod_negotiation.c?