Re: [cgiwrap-users] Argh.... File not found!
Brought to you by:
nneul
From: Ralph H. <rj...@mo...> - 2000-08-23 18:06:19
|
> > ScriptAlias /cgiGlobal/ /home/sites/cgi-global/ > > > > to get a "CGIwrap Error: script dir not found" error. > > > > Can anybody offer any suggestions? Pretty please? :-) > > > Funny you mention this. I was just talking to someone about it. > ScriptAlias seems to be useless if your using cgiwrap. Hmmm... I use a ScriptAlias for each virtualhost. It looks like this: ScriptAlias /cgi-bin/ /apache/cgi-bin/cgiwrap/username/ which works like a charm and no one has to change how they call a script. |