[EMAIL PROTECTED] Apache 2.0.53 large file problem

2006-01-18 Thread Mahesh S Kudva
Hi I have got apache 2.0.53 on Mac. I have a strange problem when using file more than 64Kb. None of the images or files get downloaded or displayed. The httpd conf is the same as default except that it has Virtual Hosts configured. I have check this issue with Apache 1.3 and have no problem.

[EMAIL PROTECTED] php_admin_flag question

2006-01-18 Thread Graham Frank
Hello. I am trying to restrict a open_basedir to the document root of the domain. So I have the following in httpd.conf. php_admin_value open_basedir / That isn't working. I've tried it using as well. I'm still able to fopen("/etc/passwd"); How could I make it so that a person in say /ho

Re: [EMAIL PROTECTED] Using environment variable in httpd.conf

2006-01-18 Thread Tom Hoefakker
As far as I know, it's an undocumented "feature". But, in my experience, it does actually work quite well. While I vaguely recall a note on the development list questioning whether or not this should be removed, I would love to see this become a full-fledged documented feature as it is very u

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

2006-01-18 Thread Joshua Slive
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 HTT

Re: [EMAIL PROTECTED] Apache email address

2006-01-18 Thread Gerry Danen
I found that postfix is the culprit. Guess I'll be visiting their forums next. Thanks all. Gerry On 1/17/06, Adam Ossenford <[EMAIL PROTECTED]> wrote: > > - Original Message - > From: "Gerry Danen" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, January 17, 2006 3:35 PM > Subject: [EMAIL PRO

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-

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. Pleas

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

2006-01-18 Thread Joshua Slive
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 t

Re: [EMAIL PROTECTED] AddHandler/AddType in

2006-01-18 Thread Joshua Slive
On 1/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > As I have understood from the documentation the AddType/AddHandler directive > is valid in the context and should override settings from the > mime-file. Unfortunately neither of them seem to work. No, directives in only override dire

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 deci

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

[EMAIL PROTECTED] AddHandler/AddType in

2006-01-18 Thread spamvanger
Hello all, I'm migrating from the old days to 2.2 and I have a problem getting my old .html-files parsed by PHP 5.1 using the usual settings in in httpd-vhosts.conf. As I have understood from the documentation the AddType/AddHandler directive is valid in the context and should override setti

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

2006-01-18 Thread Joshua Slive
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 >

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 relat

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

2006-01-18 Thread Joshua Slive
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 more details and examples. Joshua.

[EMAIL PROTECTED] ldaps authentication

2006-01-18 Thread Sturgis, Grant
Greetings List, I have seen this question posted several times, but have not seen a resolution. If it is in the archives, I apologize for not seeing it there. I have ldap authentication working using mod_auth_ldap, but I want to enable ldaps to avoid transmitting passwords in clear text. This i

Re: [EMAIL PROTECTED] Re: Multiple uses in the same HTTPS virtualhost

2006-01-18 Thread Joshua Slive
On 1/18/06, Dave Turvene <[EMAIL PROTECTED]> wrote: > Yeah, I should have been a little less vague. Here's the > "different handling" part: 1) Apache to serve some pages for > a subversion interface and 2) Apache to proxy some requests > to the CMS server - both over the same SSL Virtual Host. > >

[EMAIL PROTECTED] Re: Multiple uses in the same HTTPS virtualhost

2006-01-18 Thread Dave Turvene
Joshua Slive slive.ca> writes: > > On 1/17/06, Dave Turvene comcast.net> wrote: > > > Q1: How efficient is the RewriteCond? In another case I had three RewriteCond > > directives on a RewriteRule with no apparent impact but the server was not being > > heavily hit. > > The RewriteCond effe

[EMAIL PROTECTED] Using environment variable in httpd.conf

2006-01-18 Thread Khai Doan
I am a mod_perl programmer, and I also manage my company web server.  We are growing and constantly adding new features to our products.  I find myself making change to the httpd.conf very frequent.  Sometimes, I change httpd.conf on the development server, and later forget to apply the change to h

Re: [EMAIL PROTECTED] htpasswd

2006-01-18 Thread William A. Rowe, Jr.
David's suggestion won't solve your problem... your browser will (deliberately) share credentials or cookies between server1.com and server2.com. As long as the domain names are out of sync, your browser will compartmentalize the information specific to each server. Perhaps you want to reverse

[EMAIL PROTECTED] RE: Bad Chunked Behavior (Solved)

2006-01-18 Thread Fenlason, Josh
Title: Message I discovered my problem was caused by changes in mod_jk's behavior.  If I added JkOptions +FlushPackets to my mod_jk configuration, everything works great. , Josh. -Original Message-From: Fenlason, Josh Sent: Tuesday, January 17, 2006 3:22 PMTo: Apache Users

[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.

[EMAIL PROTECTED] Strange Log Entries... No Client Address?

2006-01-18 Thread David P. Donahue
I just started getting hits like this: . - - [18/Jan/2006:11:59:26 -0500] "GET /index.html" 200 1367 "-" "-" Some of the other entries at least give a user agent, which just looks like IE. I guess it could be a bot, or it could even be someone trying to mask their address with intent to be na

Re: [EMAIL PROTECTED] Apache installation problem -socket address usage

2006-01-18 Thread httpd2
Please tell us what OS you are using? - we need to know this if you want help. As allready mentioned, only one application can attach itself to one port address. It appears you may allready have a web server listening on port 80 unless you are not starting apache as root. Keith In theory,

Re4: [EMAIL PROTECTED] stickysession at mod_proxy_balancer

2006-01-18 Thread dom
dear oliver, hmm.. that was i guessd as well at the beginning, so i added the cookie [%{sessionkey}C] into the apache-log-file, and it looks exactely like it have to [12345678.A_]! :-( strange is that when i access the balancing module (the summary where all the members are shown, etc..) on stic

[EMAIL PROTECTED] Re: Apache installation problem -socket address usage

2006-01-18 Thread Joost de Heer
Ian Western wrote: > Hi everyone, > can anyone out there help me. I'm trying to install Apache but whenever > I try to run it, I get a window with the text below: > > "(OS 10048) Only one usage of each socket address address/port> is normally permitted. :make_sockcould not bind to > addres

Re: [EMAIL PROTECTED] SSL Logs and AWStats

2006-01-18 Thread Mark McCulligh
Axel-Stéphane SMORGRAV wrote: That's exactly what I was suggesting. -ascs -Original Message- From: Mark McCulligh [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 4:08 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] SSL Logs and AWStats Joshua Slive wrote:

Re: [EMAIL PROTECTED] Unsorted timestamping in Apache2 log files

2006-01-18 Thread mdemuro
Hi, thanks a for your help... but... I still have doubt on the "cleaness" of this behaviur... (see below). 2006/1/18, Joshua Slive <[EMAIL PROTECTED]>: > On 1/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > I have problems with throughput calculation from log files in apache2. > >

RE: [EMAIL PROTECTED] SSL Logs and AWStats

2006-01-18 Thread Axel-Stéphane SMORGRAV
That's exactly what I was suggesting. -ascs -Original Message- From: Mark McCulligh [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 4:08 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] SSL Logs and AWStats Joshua Slive wrote: >On 1/18/06, Mark McCulligh <[EMA

Re: [EMAIL PROTECTED] Unsorted timestamping in Apache2 log files

2006-01-18 Thread mdemuro
Hi Joshua, I'm a little bit concerned about using piped logging for an high volume web site... but this seems to be a practicable solution. Further investigation required ... Thanks again marcello 2006/1/18, Joshua Slive <[EMAIL PROTECTED]>: On 1/18/06, Joshua Slive <[EMAIL PROTECTED]> wrote

Re: [EMAIL PROTECTED] SSL Logs and AWStats

2006-01-18 Thread Mark McCulligh
Joshua Slive wrote: On 1/18/06, Mark McCulligh <[EMAIL PROTECTED]> wrote: I was wondering what is the different between TransferLog and CustomLog. The only difference I can see is that with the TransferLog you cannot give it a log format or give it any other parameters. If this is true why

Re: [EMAIL PROTECTED] SSL Logs and AWStats

2006-01-18 Thread Joshua Slive
On 1/18/06, Mark McCulligh <[EMAIL PROTECTED]> wrote: > I was wondering what is the different between TransferLog and > CustomLog. The only difference I can see is that with the TransferLog > you cannot give it a log format or give it any other parameters. If > this is true why use the TransferLo

Re: [EMAIL PROTECTED] SSL Logs and AWStats

2006-01-18 Thread Mark McCulligh
I was wondering what is the different between TransferLog and CustomLog. The only difference I can see is that with the TransferLog you cannot give it a log format or give it any other parameters. If this is true why use the TransferLog when the CustomLog does the same thing and has move feat

Re: [EMAIL PROTECTED] Unsorted timestamping in Apache2 log files

2006-01-18 Thread Joshua Slive
On 1/18/06, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 1/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > I have problems with throughput calculation from log files in apache2. > > Using "classic" awk scripts the output is messy due to the fact that > > the lines in the log are not

[EMAIL PROTECTED] Apache 2.2 mod_authnz_ldap problem

2006-01-18 Thread Damian Marinaccio
This is the error I get when trying to use the same .htaccess file that worked with apache 2.0.xx [Wed Jan 11 13:28:47 2006] [debug] mod_authnz_ldap.c(849): [2938] auth_ldap url parse: Host: 127.0.0.1:389 [Wed Jan 11 13:28:47 2006] [debug] mod_authnz_ldap.c(851): [2938] auth_ldap url parse: Port:

Re: [EMAIL PROTECTED] Unsorted timestamping in Apache2 log files

2006-01-18 Thread Joshua Slive
On 1/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > I have problems with throughput calculation from log files in apache2. > Using "classic" awk scripts the output is messy due to the fact that > the lines in the log are not sorted with respect to time. > In fact each line of the logs

Re: [EMAIL PROTECTED] apache installation history file

2006-01-18 Thread Joshua Slive
On 1/18/06, Sri <[EMAIL PROTECTED]> wrote: > Hi guys, > > If i install apache with different options at the time of compiling like > ./configure --enable-module=most --enable-shared=max after installation if i > fog got which modules or options i have used at the time of compiling where > i need to

[EMAIL PROTECTED] Unsorted timestamping in Apache2 log files

2006-01-18 Thread mdemuro
Hi, I have problems with throughput calculation from log files in apache2. Using "classic" awk scripts the output is messy due to the fact that the lines in the log are not sorted with respect to time. In fact each line of the logs has the timestamp of when the request has been made; this means th

AW: [EMAIL PROTECTED] stickysession at mod_proxy_balancer

2006-01-18 Thread Oliver.Schaudt
Hi dom, so than it seems that the definitions which you had in your apache configuration don't match your session cookie Can you use "tamper data" https://addons.mozilla.org/extensions/moreinfo.php?id=966&application=firefox

[EMAIL PROTECTED] Apache installation problem -socket address usage

2006-01-18 Thread Ian Western
Hi everyone, can anyone out there help me. I'm trying to install Apache but whenever I try to run it, I get a window with the text below:   "(OS 10048) Only one usage of each socket address is normally permitted. :make_sock    could not bind to address 0.0.0.0.80 -no listening sockets availabl

Re: [EMAIL PROTECTED] Slow start of Apache 2.0.55 on AIX 5.3

2006-01-18 Thread Lekha Menon
I tried reinstalling apache again. Installation procedure takes a long time on AIX as compared to its installation on other OS like Solaris / Linux. During installation, it waits long time during steps - "checking for Berkeley DB 4.3 in the standard places... checking db43/db.h usability... no che

RE: [EMAIL PROTECTED] apache installation history file

2006-01-18 Thread Anil Dighade
Hi Sri You can check this by executing $./apachectl -l You can check run time dependency by executing $ldd httpd   Regards, Anil D. +91-20-56018100 Extn:7091 "I can accept failure but I can't accept not trying." - Michael Jordan     -Original Message-From: Sri [mailto:[EM

Re: [EMAIL PROTECTED] stickysession at mod_proxy_balancer

2006-01-18 Thread dom
Hi Oliver, 1. no, i don't.. thats the strange thing.. just see in the accesslog: [debug] mod_proxy_balancer.c(41): proxy: BALANCER: canonicalising URL //produrl/site [debug] mod_proxy_balancer.c(803): proxy: Entering byrequests for BALANCER (balancer://prod) [debug] mod_proxy_balancer.c(396): pro

[EMAIL PROTECTED] apache installation history file

2006-01-18 Thread Sri
Hi guys,   If i install apache with different options at the time of compiling like ./configure --enable-module=most --enable-shared=max after installation if i fog got which modules or options i have used at the time of compiling where i need to check this info.If i want to check whic modules ar

Re: [EMAIL PROTECTED] Apache logs into PostgreSQL in realtime

2006-01-18 Thread Danijel Tasov
Michelle Konzack wrote: > What I need is a program/script which can put the log > directly into the PostgreSQL for Real-Time analysis. I'm using perls Text::ParseWords for doing this: If you have the classic combined LogFormat: LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}

AW: [EMAIL PROTECTED] Slow start of Apache 2.0.55 on AIX 5.3

2006-01-18 Thread Oliver.Schaudt
Hi Lekha, turn on "LogLevel Debug" than apache should point you in the "error_log" to something more. Freundliche Gruesse / Best Regards / Avec mes meilleures salutations Oliver Schaudt SeniorConsultant Tel:: +49-178-8855-712 Fax: +49-178-998855-712 mailto:[EMAIL PROTECTED]

AW: [EMAIL PROTECTED] stickysession at mod_proxy_balancer

2006-01-18 Thread Oliver.Schaudt
Hi dom, 1. Do you see some lines like "proxy: BALANCER: Found value 12721798.A_ for stickysession sessionkey" in the "error_log" ? 2.Do you have set your session-identifier nameinside your servers behind Apache to "sessionkey" and the route alias jvmroute to your "A_" and "B_" ? If not than it

Re: [EMAIL PROTECTED] Slow start of Apache 2.0.55 on AIX 5.3

2006-01-18 Thread Lekha Menon
I have checked the logs, but they do not show any error msg in it. The error_log contains msg - [Wed Jan 18 13:21:25 2006] [notice] Apache configured -- resuming normal operati ons [Wed Jan 18 13:24:50 2006] [notice] caught SIGTERM, shutting down This is normal operation comments. - Origina

Re: [EMAIL PROTECTED] Slow start of Apache 2.0.55 on AIX 5.3

2006-01-18 Thread Mahesh S Kudva
check the logs. They are always handy. Regards & Thanks Mahesh S Kudva -Original Message- From: "Lekha Menon" <[EMAIL PROTECTED]> To: Date: Wed, 18 Jan 2006 14:17:22 +0530 Subject: [EMAIL PROTECTED] Slow start of Apache 2.0.55 on AIX 5.3 > Hi, > > I have installed Ap

[EMAIL PROTECTED] Slow start of Apache 2.0.55 on AIX 5.3

2006-01-18 Thread Lekha Menon
Hi, I have installed Apache 2.0.55 on AIX 5.3 machine. For installation, i have used the command "configure --prefix=". Apache was installed properly without any errors. However on startup, i.e. execution of "apachectl start", it starts apache v slowly. Same for "apachectl stop". I have not mod