Re: [us...@httpd] cgi script unable to create files on server.

2009-04-12 Thread André Warnier
int when no file has to be created.when it reaches the point it has to create file it gives the error which i have specified in cerr.there is no problem of permissions. --- On Sun, 4/12/09, André Warnier wrote: From: André Warnier Subject: Re: [us...@httpd] cgi script unable to create files on

Re: [us...@httpd] cgi script unable to create files on server.

2009-04-12 Thread m jamal
, André Warnier wrote: From: André Warnier Subject: Re: [us...@httpd] cgi script unable to create files on server. To: "m jamal" , users@httpd.apache.org Date: Sunday, April 12, 2009, 5:14 PM Hi jamal. Please keep responding to the list, not to me personally. I cannot tell you for Vista.

Re: [us...@httpd] cgi script unable to create files on server.

2009-04-12 Thread André Warnier
amal wrote: OS is Windows Vista.How can i give that user id permission.The problem occurs only when apache runs the script.general c++ programs are able to create files. --- On Sun, 4/12/09, André Warnier wrote: From: André Warnier Subject: Re: [us...@httpd] cgi script unable to create files on

Re: [us...@httpd] cgi script unable to create files on server.

2009-04-12 Thread m jamal
How can i configure apache server installed on my computer to allow cgi scripts to create files. --- On Sun, 4/12/09, Doug McNutt wrote: From: Doug McNutt Subject: Re: [us...@httpd] cgi script unable to create files on server. To: users@httpd.apache.org Date: Sunday, April 12, 2009, 4:32 PM

Re: [us...@httpd] cgi script unable to create files on server.

2009-04-12 Thread Doug McNutt
At 04:16 -0700 4/12/09, m jamal wrote: I am new to apache.The problem is that when i run a cgi script written in c++,all scripts run fine except those which create a file on server computer. My web host simply does not allow that for security reasons. Your visitors are operating with only "

Re: [us...@httpd] cgi script unable to create files on server.

2009-04-12 Thread m jamal
It says "could not open database".This is same error message which i have coded my script to show when it fails to open file. --- On Sun, 4/12/09, André Warnier wrote: From: André Warnier Subject: Re: [us...@httpd] cgi script unable to create files on server. To: users@httpd.apach

Re: [us...@httpd] cgi script unable to create files on server.

2009-04-12 Thread André Warnier
m jamal wrote: I am new to apache.The problem is that when i run a cgi script written in c++,all scripts run fine except those which create a file on server computer.For example i have written a script that creates a file to store user info.It runs fine.It collects info but when it tries to cr

[us...@httpd] cgi script unable to create files on server.

2009-04-12 Thread m jamal
I am new to apache.The problem is that when i run a cgi script written in c++,all scripts run fine except those which create a file on server computer.For example i have written a script that creates a file to store user info.It runs fine.It collects info but when it tries to create a file to s