RE: [users@httpd] Apache httpd question(emergent)

2011-03-30 Thread Liu JinGang
to know that if someone have got it _ From: Mark Montague [mailto:m...@catseye.org] Sent: Wednesday, March 30, 2011 6:48 PM To: Liu JinGang Cc: users@httpd.apache.org; 'Eric Covener' Subject: Re: [users@httpd] Apache httpd question(emergent) I do not know of any doc

Re: [users@httpd] Apache httpd question(emergent)

2011-03-30 Thread Mark Montague
On March 29, 2011 22:01 , "Liu JinGang" wrote: As Eric and Mark said, do you have the document or web-link file explain this viewpoint?( Apache doesn't discriminate the http methods to access CGI.) I do not know of any document that explains the viewpoint. However, you can observe an

RE: [users@httpd] Apache httpd question(emergent)

2011-03-29 Thread Liu JinGang
Mark Montague [mailto:m...@catseye.org] > Sent: Tuesday, March 29, 2011 1:02 PM > To: users@httpd.apache.org > Cc: Liu JinGang; 'Eric Covener' > Subject: Re: [users@httpd] Apache httpd question(emergent) > > On March 28, 2011 23:22 , "Liu JinGang"

Re: [users@httpd] Apache httpd question(emergent)

2011-03-28 Thread Mark Montague
On March 28, 2011 23:22 , "Liu JinGang" wrote: Apache doesn't know what methods your CGI understands, so it doesn't discriminate. Thanks! As you say, I can get the result that: CGI is executable by the method of no existence. And then do you have the document or web-link file explain this vie

RE: [users@httpd] Apache httpd question(emergent)

2011-03-28 Thread Liu JinGang
#x27;t find it, but I need to show it to the customer.) > -Original Message- > From: Eric Covener [mailto:cove...@gmail.com] > Sent: Tuesday, March 29, 2011 10:39 AM > To: users@httpd.apache.org > Subject: Re: [users@httpd] Apache httpd question(emergent) > > > I k

Re: [users@httpd] Apache httpd question(emergent)

2011-03-28 Thread Eric Covener
> I konw that HTTP TRACE canot access the CGI file, but why DELETE/PUT/HOGE > (this http method isn't exsit,as ""...) can access the CGI file. > > I really don't understand. About ExecCGI ? Apache doesn't know what methods your CGI understands, so it doesn't discriminate.

[users@httpd] Apache httpd question(emergent)

2011-03-28 Thread Liu JinGang
HTTPD Group: I'm sorry to trouble you, but I have a emergent question than I couldn't have an answer. I hope that someone can give me an answer. I modified my httpd.conf as following: TraceEnable Off Options FollowSymLinks ExecCGI AllowOverride all order allow,deny allow from all