Re: [EMAIL PROTECTED] verify GET and POST data.

2006-01-19 Thread M. Onur ERGiN
Ok, finally got it working. I have updated the locale and encoding settings to C and UTF8 and rebooted the system. Best regards,Onur.Joshua Slive [EMAIL PROTECTED] wrote: On 1/18/06, M. Onur ERGiN <[EMAIL PROTECTED]> wrote: At the moment, my locale is: LC_CTYPE="en_US.UTF-8"At least this one probably needs to be set to "C".Joshua.-The official User-To-User support forum of the Apache HTTP Server Project.See  for more info.To unsubscribe, e-mail: [EMAIL PROTECTED]   "   from the digest: [EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED]
		Yahoo! Photos 
Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever.

[EMAIL PROTECTED] verify GET and POST data.

2006-01-18 Thread M. Onur ERGiN
In my server(2.0.40), I don't think GET and POST data is properly returned. How can I verify this?Regards, Onur.
	
		Yahoo! Photos 
Got holiday prints? See all the ways to get quality prints in your hands ASAP.

Re: [EMAIL PROTECTED] verify GET and POST data.

2006-01-18 Thread M. Onur ERGiN
yeah, sorry. My problem is, mailman (mail list) admin pages do not save any information and returns back to admin screen each time I submit a form or click on a link. I have discussed this issue in mailman list for quite a lot time, and it seems working very good. And it seems, the problem is related to the web server. Now I suspect the information in GET or POST may be wrong. Also, I need to somehow verify the cookie information retrieved.An interesting issue is; my apache stopped running a few weeks ago. I took a lot of time to find out the problem. It was a httpd.conf line: "MIMEMagicFile path/to/it ". When I changed this line to "MimeMagicFile path/to/it" , it again started to work. As far as I know, httpd.conf is case insensitive. What can be the reason causing this? (Note, I was playing with language,lang,locale settings a few days ago but now sure if this effects..)Any idea is very appreciated.
 Regards,Onur.Joshua Slive [EMAIL PROTECTED] wrote: On 1/18/06, M. Onur ERGiN <[EMAIL PROTECTED]> wrote: In my server(2.0.40), I don't think GET and POST data is properly returned. How can I verify this?Do a GET or POST and look at the results?Sorry, but your question is incomprehensible.  Please provide moredetails and examples.Joshua.-The official User-To-User support forum of the Apache HTTP Server Project.See  for more info.To unsubscribe, e-mail: [EMAIL PROTECTED]   "   from the digest: [EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED]
		Yahoo! Photos 
Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever.

Re: [EMAIL PROTECTED] verify GET and POST data.

2006-01-18 Thread M. Onur ERGiN
A minute ago, from some logs, I found some case problems.I am seeing HTTP_KEEP_ALÝVE instead of HTTP_KEEP_ALIVE . I think the problem with MIMEModeMagic is the same. Does it give any clue?I might have mistakenly set some system fonts to Turkish. But now I can not fix it. any idea?Best.Onur.Joshua Slive [EMAIL PROTECTED] wrote: On 1/18/06, M. Onur ERGiN <[EMAIL PROTECTED]> wrote: yeah, sorry. My problem is, mailman (mail list) admin pages do not save any information and returns back to admin screen each time I submit a form or click on a link. I have discussed this issue in mailman list for quite a lot time, and it seems working very good. And it seems, the problem is related to the web server. Now I suspect the information in GET or POST 
 may be
 wrong. Also, I need to somehow verify the cookie information retrieved. An interesting issue is; my apache stopped running a few weeks ago. I took a lot of time to find out the problem. It was a httpd.conf line: "MIMEMagicFile path/to/it ". When I changed this line to "MimeMagicFile path/to/it" , it again started to work. As far as I know, httpd.conf is case  insensitive. What can be the reason causing this? (Note, I was playing with language,lang,locale settings a few days ago but now sure if this effects..)I can almost guarantee that changing the case of the MimeMagicFiledirective did not have any effect.  There was probably something elsethat changed.As to your other problem, you need to get much more detailedinformation.  If you have no other way of looking at the data, you cantry mod_dumpio.  But you are using a very old version of apache thatdoesn't include this
 module.Joshua.-The official User-To-User support forum of the Apache HTTP Server Project.See  for more info.To unsubscribe, e-mail: [EMAIL PROTECTED]   "   from the digest: [EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED]
		Yahoo! Photos – Showcase holiday pictures in hardcover 
Photo Books. You design it and we’ll bind it!

Re: [EMAIL PROTECTED] localization problem

2006-01-18 Thread M. Onur ERGiN
Dear all,In mailman logs I've a problem with I letter. Please see below message:It only occurs to 'I' in HTTP_KEEP_ALIVE, HTTP_COOKIE, HTTP_CONNECTIONand HTTP_ACCEPT_ENCODING and not to I in other Apache set variablessuch as SCRIPT_FILENAME, SERVER_ADMIN, SERVER_SIGNATURE, etc.How would apache decide/set those HTTP_* variables? Or what should I check specifically?RegardsOnur.
		Yahoo! Photos – Showcase holiday pictures in hardcover 
Photo Books. You design it and we’ll bind it!

Re: [EMAIL PROTECTED] localization problem

2006-01-18 Thread M. Onur ERGiN
Forgot to add this:Those HTTP_KEEP_ALIVE, HTTP_COOKIE, HTTP_CONNECTION and HTTP_ACCEPT_ENCODING are logged as HTTP_KEEP_ALÝVE, HTTP_COOKÝE, HTTP_CONNECTÝON, HTTP_ACCEPT_ENCODÝNG.Regards, Onur."M. Onur ERGiN" [EMAIL PROTECTED] wrote: Dear all,In mailman logs I've a problem with I letter. Please see below message:It only occurs to 'I' in HTTP_KEEP_ALIVE, HTTP_COOKIE, HTTP_CONNECTIONand HTTP_ACCEPT_ENCODING and not to I in other Apache set variablessuch as SCRIPT_FILENAME, SERVER_ADMIN, SERVER_SIGNATURE, etc.How would apache decide/set those HTTP_* variables? Or what should I check specifically?RegardsOnur.   Yahoo! Photos � Showcase holiday pictures in hardcover  Photo Books. You design it and we�ll bind it!
		Yahoo! Photos 
Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever.

Re: [EMAIL PROTECTED] verify GET and POST data.

2006-01-18 Thread M. Onur ERGiN
At the moment, my locale is:LANG=en_US.UTF-8LC_CTYPE="en_US.UTF-8"LC_NUMERIC=CLC_TIME=CLC_COLLATE="en_US.UTF-8"LC_MONETARY="en_US.UTF-8"LC_MESSAGES=CLC_PAPER="en_US.UTF-8"LC_NAME="en_US.UTF-8"LC_ADDRESS="en_US.UTF-8"LC_TELEPHONE="en_US.UTF-8"LC_MEASUREMENT="en_US.UTF-8"LC_IDENTIFICATION="en_US.UTF-8"LC_ALL=Regards,Onur.Joshua Slive [EMAIL PROTECTED] wrote: On 1/18/06, M. Onur ERGiN <[EMAIL PROTECTED]> wrote: A minute ago, from some logs, I found some case problems. I am seeing HTTP_KEEP_ALÝVE instead of HTTP_KEEP_ALIVE . I think the problem with MIMEModeMagic is the same. Does it give any clue? I might have mistakenly set some system fonts to Turkish. But now I can not fix it. any idea?A serious
 ly
 screwed up system?What is your locale set to?  On some systems, basic functions likestrcasecmp don't work properly if the locale is not set to "C". Sounds like what you are seeing.Joshua.-The official User-To-User support forum of the Apache HTTP Server Project.See  for more info.To unsubscribe, e-mail: [EMAIL PROTECTED]   "   from the digest: [EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED]
		Yahoo! Photos 
Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever.

Re: [EMAIL PROTECTED] Sudden need of a case change (MIMEMagicFile)

2006-01-09 Thread M. Onur ERGiN
Hi again.. In addition to the below problem, I want to know if there is a way to see that apache properly places and returns the cookies?Any response is much appreciated.Onur."M. Onur ERGiN" [EMAIL PROTECTED] wrote: Hello, I had a strange problem; one day my web server crashed, and it took some time to find out the problem. It was related to mod_mime_magic module. In the httpd.conf, there were a line: MIMEMagicFile /etc/httpd/conf/magic . This line was preventing me from starting the http service. and its status was :  httpd stopped but subsys locked!When I changed that line to "MimeMagicFile /etc/httpd/conf/magic " (MIME -- Mime) I could be able to start the web service, and it is now working fine. Interestingly, until that ti
 me, it
 was working as MIMEMagicFile ...Does anybody know, what could have caused this problem? I ask this, beacuse with this problem my mail list system, mailman, has also been affected badly, and it now cannot track cookie information (I assume so),and it repeatedly falls back to the login screen.Best regards,Onur Ergin.   Yahoo! Photos  Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever.
	
		Yahoo! Photos 
Got holiday prints? See all the ways to get quality prints in your hands ASAP.

[EMAIL PROTECTED] Sudden need of a case change (MIMEMagicFile)

2006-01-08 Thread M. Onur ERGiN
Hello, I had a strange problem; one day my web server crashed, and it took some time to find out the problem. It was related to mod_mime_magic module. In the httpd.conf, there were a line: MIMEMagicFile /etc/httpd/conf/magic . This line was preventing me from starting the http service. and its status was :  httpd stopped but subsys locked!When I changed that line to "MimeMagicFile /etc/httpd/conf/magic " (MIME -- Mime) I could be able to start the web service, and it is now working fine. Interestingly, until that time, it was working as MIMEMagicFile ...Does anybody know, what could have caused this problem? I ask this, beacuse with this problem my mail list system, mailman, has also been affected badly, and it now cannot track cookie information (I assume so),and it repeatedly falls back to the login screen.Best regards,Onur Ergin.
		Yahoo! Photos 
Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever.