Re: [us...@httpd] Very Very strange problem in opensuse 11.1, file uploading reports "not an image file"

2010-01-16 Thread J. Bakshi
On Sat, 16 Jan 2010 13:35:37 -0500 John Iliffe wrote: > There are a couple of choices to debug here. > > First, the code you supplied is comparing the mime-type parameters > obtained from the call to: > > $upload_file_type = $GLOBALS > ['HTTP_POST_FILES']['profile_image']['type']; > > So, fir

Re: [us...@httpd] Very Very strange problem in opensuse 11.1, file uploading reports "not an image file"

2010-01-16 Thread J. Bakshi
On Sat, 16 Jan 2010 19:37:36 +0100 Marcin 'Rambo' Roguski wrote: > > But no files are uploaded there at all. > > What about temporary files? Are they uploaded or not? > From what you're writing, neither size or type are > identified (should be set after a successful completion > of POST request)

Re: [us...@httpd] %2F to /

2010-01-16 Thread Kpadvel
Thanks. This probleem got fixed by adding AllowEncodslashes on to my ssl config file in the vhost section. Page loads properly. If anyone face the same problem please visit; http://www.jampmark.com/web-scripting/5-solutions-to-url-encoded-slashes-problem-in-apache.html I was using IE 7.0 ---

[us...@httpd] Re: outdated ssl cert

2010-01-16 Thread LuKreme
On 16-Jan-2010, at 09:58, Vadkan Jozsef wrote: > does an outdated self-signed certificate give the same security > as a normal cert? An outdated cert, self-signed or not, is invalid. So, no. -- 'An appointment is an engagement to see someone, while a morningstar is a large lump of metal used f

Re: [us...@httpd] %2F to /

2010-01-16 Thread Eric Covener
> What browsers are you using?  The browser should beable to convert %2f to / > such as %20 is converted to a space regardless of the location after the > domain.tld/. Neither chrome nor firefox decode %2f or %20 in the path of a URL on my system, the encoded form is sent verbatim. -- Eric Coven

Re: [us...@httpd] %2F to /

2010-01-16 Thread Daniel Reinhardt
-- From: "Kpadvel" Sent: 16 January, 2010 15:51 To: Subject: [us...@httpd] %2F to / Okey, I wasn't aware of that. Starting a new thread. Experts plesae advise and here is the problem... We are getting a dummy 404-not found error on a page wher

Re: [us...@httpd] Very Very strange problem in opensuse 11.1, file uploading reports "not an image file"

2010-01-16 Thread Marcin 'Rambo' Roguski
> But no files are uploaded there at all. What about temporary files? Are they uploaded or not? >From what you're writing, neither size or type are identified (should be set after a successful completion of POST request). Can you add print_r($GLOBALS['HTTP_POST_FILES']['profile_image']) in the

Re: [us...@httpd] Very Very strange problem in opensuse 11.1, file uploading reports "not an image file"

2010-01-16 Thread John Iliffe
There are a couple of choices to debug here. First, the code you supplied is comparing the mime-type parameters obtained from the call to: $upload_file_type = $GLOBALS ['HTTP_POST_FILES']['profile_image']['type']; So, first I would echo $upload_file_type and see what it is actually getting.

Re: [us...@httpd] Very Very strange problem in opensuse 11.1, file uploading reports "not an image file"

2010-01-16 Thread J. Bakshi
On Sat, 16 Jan 2010 18:26:18 +0100 Marcin 'Rambo' Roguski wrote: > > the files are not uploaded in the folder where they suppose > > to be. > > Please explain. So they ARE uploaded but in the wrong path? > Or there's no folder? In latter case, the script should > create the said folder by itse

Re: [us...@httpd] Very Very strange problem in opensuse 11.1, file uploading reports "not an image file"

2010-01-16 Thread Marcin 'Rambo' Roguski
> the files are not uploaded in the folder where they suppose > to be. Please explain. So they ARE uploaded but in the wrong path? Or there's no folder? In latter case, the script should create the said folder by itself, or you need to create it manually. -- No guest is so welcome in a friend'

Re: [us...@httpd] Very Very strange problem in opensuse 11.1, file uploading reports "not an image file"

2010-01-16 Thread J. Bakshi
On Sat, 16 Jan 2010 17:31:28 +0100 Marcin 'Rambo' Roguski wrote: > On Sat, 16 Jan 2010 21:48:15 +0530 > "J. Bakshi" wrote: > > > Dear list, > > > that it simply reports "Not an Image file". And this is happening > > with all files even with image ( jpg, bmp etc..) and with as small > > as 1KB

[us...@httpd] outdated ssl cert

2010-01-16 Thread Vadkan Jozsef
what does a self-signed outdated ssl cert worth? [https] could it be tricked [https] in a way, that the end user will not recognize? [e.g. he already accepted the cert one time, and the browser would warn her, if it been ""attacked""?] ..I mean does an outdated self-signed certificate give the sa

Re: [us...@httpd] Very Very strange problem in opensuse 11.1, file uploading reports "not an image file"

2010-01-16 Thread Marcin 'Rambo' Roguski
On Sat, 16 Jan 2010 21:48:15 +0530 "J. Bakshi" wrote: > Dear list, > that it simply reports "Not an Image file". And this is happening with > all files even with image ( jpg, bmp etc..) and with as small as 1KB > and as big as 500KB. I have checked the log with "Loglevel debug" and > there is no

[us...@httpd] Very Very strange problem in opensuse 11.1, file uploading reports "not an image file"

2010-01-16 Thread J. Bakshi
Dear list, I am banging my head with a strange problem I have never never and never seen before. A site is functional and running on a debian lenny server. The site provides a file upload section and files are uploaded successfully even with 10MB size. I have migrated the site to an opensuse 11.1

Re: [us...@httpd] %2F to /

2010-01-16 Thread Eric Covener
On Sat, Jan 16, 2010 at 10:51 AM, Kpadvel wrote: > Okey, I wasn't aware of that. Starting a new thread. > > Experts plesae advise and here is the problem... > > We are getting a dummy 404-not found error on a page wherein which the URL > has %2F and it needs to be decoded as / but thats not happe

[us...@httpd] %2F to /

2010-01-16 Thread Kpadvel
Okey, I wasn't aware of that. Starting a new thread. Experts plesae advise and here is the problem... We are getting a dummy 404-not found error on a page wherein which the URL has %2F and it needs to be decoded as / but thats not happening. We don't use Vhost and proxy pass. We added the Allow

Re: [us...@httpd] How to set multisites: same domain, different path, one ip address

2010-01-16 Thread Jiongliang Zhang
2010/1/16 Francois Gingras > 2010/1/16 Jiongliang Zhang : > > I have implement something like this: > > > > > > mailman is here, > > > > > > > > redmine is here. > > > > > > so when I using mydomain:80 and mydomain:8080, I can request both of > them. > > But now I have new reqirements

Re: [us...@httpd] HTTP over PPPoE???

2010-01-16 Thread David Balažic
2010/1/13 ChiaTzung Liu : > I don't think so. I try to draw my environment as following... > > WebServer  --SendData-->  HUB  --SendData-->  PPPoE Router > --SendData(ISP)-->  Client >                         | >                         | >                         -> Capture packages by Wiresha

Re: [us...@httpd] How to set multisites: same domain, different path, one ip address

2010-01-16 Thread Francois Gingras
2010/1/16 Jiongliang Zhang : > I have implement something like this: > > > mailman is here, > > > > redmine is here. > > > so when I using mydomain:80 and mydomain:8080, I can request both of them. > But now I have new reqirements, I hope using mydomain/mailman and > mydomain/redmine >

[us...@httpd] How to set multisites: same domain, different path, one ip address

2010-01-16 Thread Jiongliang Zhang
I have implement something like this: mailman is here, redmine is here. so when I using mydomain:80 and mydomain:8080, I can request both of them. But now I have new reqirements, I hope using mydomain/mailman and mydomain/redmine to identify them, just like: http://mydomain/mail