RE: my first C++ CGI won't work

2002-02-15 Thread online-batonrouge
According to your set-up, www.deepconnection.com will start looking in DocumentRoot, i.e., C:/Apache/Apache Group/Apache/real_docs/deepconnection for web pages. You then alias /cgi-bin/ to C:/Apache/Apache Group/Apache/cgi-bin/ for scripts. As you can see, this directory is not the one

my first C++ CGI won't work

2002-02-14 Thread Stephen Warburton
Hi, I am stuck trying to get a simple C++ CGI working. I am using the installed configuration file which allows Apache to succesfully serve up a web page under document root: DocumentRoot C:/Apache/Apache Group/Apache/real_docs/deepconnection under script alias I have: ScriptAlias /cgi-bin/

Re: my first C++ CGI won't work

2002-02-14 Thread Michael Kelly
On 2/15/02 12:00 PM, Stephen Warburton [EMAIL PROTECTED] wrote: Hi, Hey Stephen, I am stuck trying to get a simple C++ CGI working. I am using the installed configuration file which allows Apache to succesfully serve up a web page under document root: DocumentRoot C:/Apache/Apache