Re: [EMAIL PROTECTED] post

2008-11-21 Thread Leah Taylor
im on vista and i downloaded the latest verison (2.2.10) i believe. I found a website (wampserver 2) which is all three things i need (apache, mysql, and php) all in one, but now that didn't download right either. im feeling pretty dumb over here. are you familar with that program? On Fri, Nov 2

RE: [EMAIL PROTECTED] post

2008-11-21 Thread Florian Yanez
What OS are you implementing on, and what version did you download? Florian Yanez From: Leah Taylor [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2008 2:34 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] post i need a walk through or something of the sort to show me how to downlo

Re: [EMAIL PROTECTED] POST content Attack?

2008-05-21 Thread Jie Gao
Quoting Fayland Lam <[EMAIL PROTECTED]>: > hi list. > > we are in attack I think. our Perl script is taking 2G to process one > request. > > 8: 18940 1567M 5.9M 1567M 1121M W 0.000s 0.000s 459 1.2.3.4 > www.xxsite.com POST /comment/post HTTP/1.0 > > that's from vmonitor. > > I'm wondering is t

Re: [EMAIL PROTECTED] POST content Attack?

2008-05-21 Thread matt . farey
sounds like you could benefit from logging incoming request payloads. Consider mod security to sanitize requests and log, if you can't modify your perl script to do it, how do you modify the textarea data before doing the INSERT? Do you know what the perl script has been doing? Have you ensured

Re: [EMAIL PROTECTED] POST message handling

2007-08-19 Thread Jeff Peng
Original-Nachricht Datum: Sun, 19 Aug 2007 05:07:23 -0700 (PDT) Von: Rakesh Agarwal <[EMAIL PROTECTED]> An: users@httpd.apache.org Betreff: Re: [EMAIL PROTECTED] POST message handling > Hi Jeff, > > Maybe this is a bit off-topic, you mentioned that there are wa

Re: [EMAIL PROTECTED] POST message handling

2007-08-19 Thread Rakesh Agarwal
Hi Jeff, Maybe this is a bit off-topic, you mentioned that there are ways to prevent leaking of my source code. If you do not mind can share some of the methodolgies to prevent the php source code from getting leaked since the URL which has the php file name needs to be mentioned in the html pa

Re: [EMAIL PROTECTED] POST message handling

2007-08-19 Thread Rakesh Agarwal
Hi Vincent, Let me tell you the situation I have The home page of my site has a form for user to login with user login and passwd. The logic for the "login" is in a file login.php. I do not want this URL to be visible in the home page as part of the form action because then anyone could downloa

Re: [EMAIL PROTECTED] POST message handling

2007-08-19 Thread Jeff Peng
Original-Nachricht Datum: Sun, 19 Aug 2007 01:50:59 -0700 (PDT) Von: Rakesh Agarwal <[EMAIL PROTECTED]> An: users@httpd.apache.org Betreff: [EMAIL PROTECTED] POST message handling > Hi, > > I am new to Apache so please excuse me for asking fundamental question. > I would like

Re: [EMAIL PROTECTED] POST message handling

2007-08-19 Thread Vincent Bray
On 19/08/07, Rakesh Agarwal <[EMAIL PROTECTED]> wrote: > I am new to Apache so please excuse me for asking fundamental question. > I would like to know how is a http message processed by the httpd server. I > have constructed a POST message with the login details for logging in to a > website, I w

Re: [EMAIL PROTECTED] POST Method on Redirect (mod_rewrite) [SOLVED]

2007-07-12 Thread SOPRO
Owen, Understood. I'll have to change our load-balance method. Thanks so much. Fabricio. 2007/7/12, Boyle Owen <[EMAIL PROTECTED]>: > -Original Message- > From: SOPRO [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 12, 2007 5:53 PM > To: users@httpd.apache.or

RE: [EMAIL PROTECTED] POST Method on Redirect (mod_rewrite)

2007-07-12 Thread Boyle Owen
> -Original Message- > From: SOPRO [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 12, 2007 5:53 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] POST Method on Redirect (mod_rewrite) > > Nick, > > I understood your comment about encrypted

Re: [EMAIL PROTECTED] POST Method on Redirect (mod_rewrite)

2007-07-12 Thread SOPRO
Nick, I understood your comment about encrypted/unencrypted data. About that three lines of mod_rewrite, I use them to provide round-robin for my two web servers. I want to know if this lost of POST data is the expected apache's behavior when redirecting. Regards, Fabricio. 2007/7/12, Nick K

Re: [EMAIL PROTECTED] POST Method on Redirect (mod_rewrite)

2007-07-12 Thread Nick Kew
On Thu, 12 Jul 2007 11:29:57 -0300 SOPRO <[EMAIL PROTECTED]> wrote: > Hi all, > > I have the following scenario in my httpd.conf file: > > > ServerName myapp.domain.com > RewriteEngine On > RewriteCond %{HTTPS} !=on > RewriteRule ^/(.*) https://secure.domain.com/myapp/

Re: [EMAIL PROTECTED] post data lost using mod_rewrite

2007-06-19 Thread GKapitany
he.org cc 19/06/2007 05:33 AMSubject Re: [EMAIL PROTECTED] post data lost

Re: [EMAIL PROTECTED] post data lost using mod_rewrite

2007-06-19 Thread Matus UHLAR - fantomas
On 18.06.07 13:02, [EMAIL PROTECTED] wrote: > I'm wondering if there is a way to preserve POST data while using > mod_rewrite redirect? using mod_proxy probably... -- Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this addr

[EMAIL PROTECTED] Re : [EMAIL PROTECTED] POST encoding

2006-05-24 Thread Computa Computa
Computa <[EMAIL PROTECTED]>Envoyé le : Mercredi, 24 Mai 2006, 11h22mn 32sObjet : RE: [EMAIL PROTECTED] POST encodingThere must be something more to this, because there is no reason why the user agent should encode differently depending on the server to which the request is sent. At the time the

RE: [EMAIL PROTECTED] POST encoding

2006-05-24 Thread Axel-Stéphane SMORGRAV
There must be something more to this, because there is no reason why the user agent should encode differently depending on the server to which the request is sent. At the time the request is sent, the browser does not even know what kind of server it is sending the request to, and reverse proxie