Re: [users@httpd] Apache configuration to catch any directory access

2012-03-29 Thread Sharmistha Chatterjee
tput (check CustomLog directive) > and you can set action only for specific directory (check Directory and > CustomLog directive). > > Hope this is what you are looking for. > > mh > > On Thu, Mar 29, 2012 at 3:01 PM, Sharmistha Chatterjee < > sharmi.chatter..

Re: [users@httpd] Uploading a file using HTTp to apache web server.

2012-03-22 Thread Sharmistha Chatterjee
PM, Tom Evans wrote: > On Thu, Mar 22, 2012 at 10:39 AM, Sharmistha Chatterjee > wrote: > > > > Hi, > > > > I am trying to upload a file to apache web server . The post request is > successful. I am getting HTTP OK > > > > Post request > > &

Re: [users@httpd] Uploading a file using HTTp to apache web server.

2012-03-22 Thread Sharmistha Chatterjee
- Now with the .php script upload.php I am trying to save the file as t.txt .. Can anyone point me where I am going wrong the file is not getting saved in the sever. Regards, Sharmistha [image: Sharmi1282 is online now] On Thu, Mar 22, 2012 at 2:51 PM, Sharmistha Chatterjee < sharmi.chat

Re: [users@httpd] Uploading a file using HTTp to apache web server.

2012-03-22 Thread Sharmistha Chatterjee
Thank you. How the script will read the results, should it read using HTTP GET (as I am new to this). Is there any information available regarding this anywhere in the website. Regards, Sharmistha On Thu, Mar 22, 2012 at 2:24 PM, Daniel Gruno wrote: > On 22-03-2012 09:48, Sharmis

[users@httpd] Uploading a file using HTTp to apache web server.

2012-03-22 Thread Sharmistha Chatterjee
Hi, I am new to apache web server. My objective is to upload a file from a C program. I am facing an issue in uploading a file to APACHE web server on Linux. I am not able to find the uploaded file at the server. My post request has the following data and the HTTP response is also OK. if I dont