| Author |
VirtualHost & CGI on Windows XP
|
|
| p.schreiner 2005-03-26, 6:06 pm |
| I have a VirtualHost that I am cannot run CGI scripts from. My primary host
is able to run CGI.
I have added:
ScriptAlias /cgi-bin/ "C:/Program Files/Apache Group/Apache2/cgi-bin/"
to the <VirtualHost *:80> section. What have I missed?
| |
|
| p.schreiner wrote:
> I have a VirtualHost that I am cannot run CGI scripts from. My primary host
> is able to run CGI.
> I have added:
> ScriptAlias /cgi-bin/ "C:/Program Files/Apache Group/Apache2/cgi-bin/"
> to the <VirtualHost *:80> section. What have I missed?
>
>
do you have the Options ExecCgi in your directory
| |
| p.schreiner 2005-03-27, 7:47 am |
| Thanks David, that did it.
"David" <dwmoar@findmoore.net> wrote in message
news:pdGdnQ8QmJovqtvfRVn-1w@megapath.net...
> p.schreiner wrote:
> do you have the Options ExecCgi in your directory
| |
|
| p.schreiner wrote:
> Thanks David, that did it.
>
> "David" <dwmoar@findmoore.net> wrote in message
> news:pdGdnQ8QmJovqtvfRVn-1w@megapath.net...
>
>
>
>
Glad I was able to help out
|
|
|
|