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
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
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
--
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
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_
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
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
--
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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'
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
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.
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
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.
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
Hi,
Is it possible to get the logs of uploaded files in the apache server?
Please help me out.
Regards,
Manoj
28 matches
Mail list logo