Re: Apache Webserver

2002-04-07 Thread Keith Morse
On Sat, 6 Apr 2002, Bill Crawford wrote: > On Fri, 5 Apr 2002, Keith Morse wrote: > > > I did see this when reviewing the apache documentation. In this case the > > scripts are part of a package called tsmon (terminal server monitor) so > > re-writing or renaming the scripts is not an option.

Re: Apache Webserver

2002-04-06 Thread Bill Crawford
On Fri, 5 Apr 2002, Keith Morse wrote: > I did see this when reviewing the apache documentation. In this case the > scripts are part of a package called tsmon (terminal server monitor) so > re-writing or renaming the scripts is not an option. In which case you need to turn on CGI handling for

Re: Apache Webserver

2002-04-05 Thread Keith Morse
On Sat, 6 Apr 2002, Bill Crawford wrote: > Look for this part: > > # > # AddHandler allows you to map certain file extensions to "handlers", > # actions unrelated to filetype. These can be either built into the server > # or added with the Action command (see below) > # >

Re: Apache Webserver

2002-04-05 Thread Bill Crawford
On Fri, 5 Apr 2002, Keith Morse wrote: > If I may ask a favour, how does one permit cgi scripts to work in user > home directories. I've been reading the docs and links I can find on > search engines and have not come across the magic incantations, waving of > chicken's feet, and other items

Re: Apache Webserver

2002-04-05 Thread Keith Morse
On Sat, 6 Apr 2002, Bill Crawford wrote: > On Fri, 5 Apr 2002, Greg Robertson wrote: > > > Im running Red hat 7.2 and I have apache set up for my main site. I am > > trying to configure apache to give each user a publi_html folder and > > Cgi-bin, that can be accessed by > > > > http://hostnam

Re: Apache Webserver

2002-04-05 Thread Bill Crawford
On Fri, 5 Apr 2002, Greg Robertson wrote: > Im running Red hat 7.2 and I have apache set up for my main site. I am > trying to configure apache to give each user a publi_html folder and > Cgi-bin, that can be accessed by > > http://hostname/~user/ > > However I cant get it working anyone got a