Re: [us...@httpd] Logs of uploaded files from browser

2009-12-31 Thread Frank Gingras
Manoj Singh wrote: Hi, Sorry for confusion created. Actually I am using PHP as a server side language to receive the uploaded files. As I am using apache as a web server and I know that apache is maintaining access and error logs for the server. similarly I want to know that whether the apa

Re: [us...@httpd] Upgrading from 1.3.22 to 1.3.41`

2009-12-31 Thread Frank Gingras
Paul McFerrin wrote: I asked this question of this mailing lists many years ago about my 1.3.22 and I'm again performing this upgrade to 1.3.41 (last 1.x release). I have gotten my server to respond to both URL's. However on every page, I get the "Forbidden" error message. If I do allow i

Re: [us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Frank Gingras
Daniel Reinhardt wrote: -- From: "Paul McFerrin" Sent: 01 January, 2010 2:55 To: Subject: Re: [us...@httpd] Getting PHP to work w Apache 1.3.41 Well yes & no. I'm having to build PHP4 myself. Instructions for installing SAPI are not clearly

Re: [us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Daniel Reinhardt
-- From: "Paul McFerrin" Sent: 01 January, 2010 2:55 To: Subject: Re: [us...@httpd] Getting PHP to work w Apache 1.3.41 Well yes & no. I'm having to build PHP4 myself. Instructions for installing SAPI are not clearly written. That's been my h

Re: [us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Eric Covener
On Thu, Dec 31, 2009 at 10:01 PM, Paul McFerrin wrote: > I'm sure these is more to add to webserver.  In my directory: sapi/apache > there are: > > CREDITS    libphp4.module.in       mod_php4.h      php_apache_http.h > apMakefile.libdir       php.sym         sapi_apache.c > apMakefile.tmpl    mod_

Re: [us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Paul McFerrin
I'm sure these is more to add to webserver. In my directory: sapi/apache there are: CREDITSlibphp4.module.in mod_php4.h php_apache_http.h apMakefile.libdir php.sym sapi_apache.c apMakefile.tmplmod_php4.c php4apache.dsp config.m4 mod_php4.exp

Re: [us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Paul McFerrin
Well yes & no. I'm having to build PHP4 myself. Instructions for installing SAPI are not clearly written. That's been my hard part. Does not matter PHP4 or PHP5. There is always a road-block. Daniel Reinhardt wrote: -- From: "Devraj Mukherj

Re: [us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Daniel Reinhardt
-- From: "Devraj Mukherjee" Sent: 31 December, 2009 23:15 To: ; Subject: Re: [us...@httpd] Getting PHP to work w Apache 1.3.41 You need to add something like AddType application/x-httpd-php .php to your Apache configuration file. You are also

Re: [us...@httpd] Upgrading from 1.3.22 to 1.3.41`

2009-12-31 Thread Devraj Mukherjee
Can you please look through the logs and share anything meaningful you find there? What OS are you using? On Fri, Jan 1, 2010 at 4:58 AM, Paul McFerrin wrote: > I asked this question of this mailing lists many years ago about my 1.3.22 > and I'm again performing this upgrade to 1.3.41 (last 1.x

Re: [us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Devraj Mukherjee
You need to add something like AddType application/x-httpd-php .php to your Apache configuration file. You are also likely to get more information regarding this on the PHP resource centres. Also is there a reason you aren't choosing Apache 2.x + PHP5? On Fri, Jan 1, 2010 at 8:17 AM, Paul McFer

[us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Paul McFerrin
I'me been trying to get PHP4 to run with Apache1.3.41 but I don't know enough to tie things in as a fastcgi. What other files have to be modified? Where does PHP4 have to be installed? Can someone tie things in for me. I seemed to so close but yet so far. Rightnow my .php file jst downloads

Re: [us...@httpd] Getting HTTP Headers from CGI program

2009-12-31 Thread Nick Kew
On 31 Dec 2009, at 17:31, Tushar Joshi wrote: > > Right bottom posting this time. I've looked in the manual searched on the web > but I presume there isn't an easy way. I've looked at mod header and set env > and I don't really want to add a perl wrapper to a lovely C program. I was > hoping I

Re: [us...@httpd] Getting HTTP Headers from CGI program

2009-12-31 Thread Eric Covener
On Thu, Dec 31, 2009 at 12:31 PM, Tushar Joshi wrote: > was hoping I could do something like getenv("HEADERS_REMAINING") or I could > write an apache module to grab the SOAPAction header and set it in an > environment variable. http://httpd.apache.org/docs/2.2/mod/mod_setenvif.html#setenvif (or m

[us...@httpd] Upgrading from 1.3.22 to 1.3.41`

2009-12-31 Thread Paul McFerrin
I asked this question of this mailing lists many years ago about my 1.3.22 and I'm again performing this upgrade to 1.3.41 (last 1.x release). I have gotten my server to respond to both URL's. However on every page, I get the "Forbidden" error message. If I do allow it to view any page, I th

Re: [us...@httpd] Getting HTTP Headers from CGI program

2009-12-31 Thread Tushar Joshi
On 31 Dec 2009, at 16:20, Nick Kew wrote: On 31 Dec 2009, at 01:44, Tushar Joshi wrote: Hi, I'm trying to get a HTTP header from my CGI program, in this particular example it's SOAPAction, however I'm not sure how to do this as you can only getenv some of the headers. Erm, it seems

Re: [us...@httpd] "Script GET /cgi-bin/foo" doesn't apply to all GET requests

2009-12-31 Thread Michael Stillwell
On Thu, Dec 31, 2009 at 2:31 PM, André Warnier wrote: > Michael Stillwell wrote: >> >> The documentation at >> >> http://httpd.apache.org/docs/2.2/mod/mod_actions.html#script >> >> says that "Script with a method of GET will only be called if there are >> query arguments present."  Is there any wa

Re: [us...@httpd] Logs of uploaded files from browser

2009-12-31 Thread Manoj Singh
Hi, Sorry for confusion created. Actually I am using PHP as a server side language to receive the uploaded files. As I am using apache as a web server and I know that apache is maintaining access and error logs for the server. similarly I want to know that whether the apache is maintaining the log

Re: [us...@httpd] Getting HTTP Headers from CGI program

2009-12-31 Thread Nick Kew
On 31 Dec 2009, at 01:44, Tushar Joshi wrote: > > Hi, > > I'm trying to get a HTTP header from my CGI program, in this particular > example it's SOAPAction, however I'm not sure how to do this as you can > only getenv some of the headers. Erm, it seems neither you nor several who have respond

Re: [us...@httpd] Getting HTTP Headers from CGI program

2009-12-31 Thread André Warnier
Scott Gifford wrote: André Warnier writes: Tushar Joshi wrote: Hi thanks for the reply. I'm writing my applications in C so would have thought there might be a low level way of doing this. [...] But, in general, if this is a CGI program, then it is running as a separate process from Apach

Re: [us...@httpd] Getting HTTP Headers from CGI program

2009-12-31 Thread Scott Gifford
André Warnier writes: > Tushar Joshi wrote: >> Hi thanks for the reply. I'm writing my applications in C so would >> have thought there might be a low level way of doing this. [...] > But, in general, if this is a CGI program, then it is running as a > separate process from Apache itself, and i

Re: [us...@httpd] Getting HTTP Headers from CGI program

2009-12-31 Thread André Warnier
Tushar Joshi wrote: Hi thanks for the reply. I'm writing my applications in C so would have thought there might be a low level way of doing this. I was asking, just in case you were using Perl. I would then have pointed you to mod_perl and the CGI module, which together allow you to do that

Re: [us...@httpd] Getting HTTP Headers from CGI program

2009-12-31 Thread Tushar Joshi
Hi thanks for the reply. I'm writing my applications in C so would have thought there might be a low level way of doing this. Turtle Networks Tel +44 (0)20 8896 2600 www.turtle.net Unit 48 Concord Road London W3 0TH On 31 Dec 2009, at 14:23, André Warnier wrote: Tushar Joshi wrote: Hi, I'

Re: [us...@httpd] Logs of uploaded files from browser

2009-12-31 Thread André Warnier
Manoj Singh wrote: Hi Devraj, Actually i mean by files uploaded through the client side by any browser? I have the web site through which I am providing the facility to upload the files. And how exactly are you doing this ? Now I want to check out how many files were uploaded and details t

Re: [us...@httpd] "Script GET /cgi-bin/foo" doesn't apply to all GET requests

2009-12-31 Thread André Warnier
Michael Stillwell wrote: The documentation at http://httpd.apache.org/docs/2.2/mod/mod_actions.html#script says that "Script with a method of GET will only be called if there are query arguments present." Is there any way to work around this limitation? I would like a GET request for e.g.

Re: [us...@httpd] Getting HTTP Headers from CGI program

2009-12-31 Thread André Warnier
Tushar Joshi wrote: Hi, I'm trying to get a HTTP header from my CGI program, in this particular example it's SOAPAction, however I'm not sure how to do this as you can only getenv some of the headers. Is there a way to get all the headers sent from the client or a way in maybe the apache config

Re: [us...@httpd] Logs of uploaded files from browser

2009-12-31 Thread Manoj Singh
Hi Devraj, Actually i mean by files uploaded through the client side by any browser? I have the web site through which I am providing the facility to upload the files. Now I want to check out how many files were uploaded and details through apache web server logs. Please advice me how to do this.

Re: [us...@httpd] Logs of uploaded files from browser

2009-12-31 Thread Devraj Mukherjee
Do you mean files uploaded by applications running on the Apache server or by something like mod_dav? On Thu, Dec 31, 2009 at 7:28 PM, Manoj Singh wrote: > Hi, > > Is it possible to get the logs of uploaded files in the apache server? > > Please help me out. > > Regards, > Manoj > -- "The se

[us...@httpd] Logs of uploaded files from browser

2009-12-31 Thread Manoj Singh
Hi, Is it possible to get the logs of uploaded files in the apache server? Please help me out. Regards, Manoj