Tom Joyce on Fri, 10 Dec 1999 21:02:10 -0500 (EST) |
This is set by the ISP or yourself if you are running alone. If you are a running your own box you can edit the specific lines in the httpd.conf file as root. The file is /etc/httpd/conf/httpd.conf {or maybe httpsd.conf} I believe what you want to do is add the addhandler directive. http://www.apache.org/docs/mod/mod_mime.html#addhandler Specifics I am not sure about because I use a cgi-bin with the scriptalias directive http://www.apache.org/docs/mod/mod_alias.html#scriptalias but looking on the Apache Web page you should be able to find what you need: Tom -----Original Message----- From: Charles Stack <charles@codycomp.com> To: plug@lists.nothinbut.net <plug@lists.nothinbut.net> Date: Friday, December 10, 1999 5:09 PM Subject: [Plug] Anybody know how... >to execute a cgi script named index.cgi that resides in the html root >directory. > >I'm running Apache 1.3.9 and can't seem to figure out what I must do to call >the cgi program when the a URL of the following type executed. I've read >the documentation but can seem to figure it out. > >http://www.mydomain.com > >I've got a perl script that needs to execute to direct a user to the >appropriate directory (i.e. we have our website in three formats: highband, >lowband, and textonly). Ultimately, the script generates a simple dynamic >document with a cookie and Location header pointing to an index.html page in >the proper directory. > >BTW, if I execute http://www.mydomain.com/index.cgi all works fine. If I >execute http://www.mydomain.com, I get the text of my script. > >Thanks, > >Charles > > >_______________________________________________ >Plug maillist - Plug@lists.nothinbut.net >http://lists.nothinbut.net/mail/listinfo/plug _______________________________________________ Plug maillist - Plug@lists.nothinbut.net http://lists.nothinbut.net/mail/listinfo/plug
|
|