Re: [users@httpd] ProxyPassReverse in context

2005-06-08 Thread Nick Kew
Axel-Stéphane SMORGRAV wrote: > Given the following reverse proxy configuration; > > > ProxyPass http://appserver/ > ProxyPassReverse http://appserver/ > > > > ProxyPass http://appserver/ > ProxyPassRevers

AW: [EMAIL PROTECTED] Script to upgrade httpd.conf 1.3.x to 2.x?

2005-06-08 Thread Mididoc Productions
same here mike > -Ursprüngliche Nachricht- > Von: Pax Dickinson [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 8. Juni 2005 22:39 > An: users@httpd.apache.org > Betreff: Re: [EMAIL PROTECTED] Script to upgrade httpd.conf 1.3.x to 2.x? > > > Jim, > > Thanks a million!! You, sir, are my he

[users@httpd] rewrite exclude

2005-06-08 Thread Daniel Teklu
Title: rewrite exclude I have a rewrite that is working fine. It is:     RewriteRule /.* http://www.mynewsite.com/jsp/abc/services/services.jsp [R=301,L] However, I would like to exclude one like /abc and send it to another url as  /abc to http://www.mynewsite.com/jsp/services/abc.j

[users@httpd] Limit Traffic for specific files

2005-06-08 Thread Florian Lindner
Hello, how can I limit the traffic which certain files generate in a certain time. For example: I don't want downloading of the file xyz.iso to generate more traffic that 10 GB per month? I'm using Apache 2. Thanks, Florian -

Re: [users@httpd] Web server corrupting image?

2005-06-08 Thread Craig Dunigan
Can you verify that bad.gif begins with the string 'GIF'? Can it be viewed in an app on the server itself? If the files are truly identical (one is a copy of the other), just a diff will report that - does it? Are you sure there are no leftover PerlHandler or SetHandler or similar statements

Re: [users@httpd] Web server corrupting image?

2005-06-08 Thread Andres Monroy-Hernandez
Sorry I was doing some changes. The URLs are back. Craig Dunigan wrote: Same URL? 'Cause I get a 404 on bad.gif now. On Wed, 8 Jun 2005, Andres Monroy-Hernandez wrote: Good catch. I do have mod_perl enabled, but the images are real files, not images served by a mod_perl application. I re

Re: [EMAIL PROTECTED] Script to upgrade httpd.conf 1.3.x to 2.x?

2005-06-08 Thread Pax Dickinson
Jim, Thanks a million!! You, sir, are my hero! This is exactly what I've been looking for. Pax Jim Jagielski wrote: On Jun 8, 2005, at 4:04 PM, Joshua Slive wrote: Covalent had a script on their website at one point, but I can't find it now. Perhaps someone still has a copy? I'll see

Re: [users@httpd] Web server corrupting image?

2005-06-08 Thread Craig Dunigan
Same URL? 'Cause I get a 404 on bad.gif now. On Wed, 8 Jun 2005, Andres Monroy-Hernandez wrote: > Good catch. I do have mod_perl enabled, but the images are real files, > not images served by a mod_perl application. > I restarted apache and removed the configuration elements of mod_perl. I > s

Re: [users@httpd] Speed up pix display

2005-06-08 Thread dan
Garth Armorer wrote: Hi, What can be done to speed up display of pictures? They're all in jpeg format and it would be a giant task to convert all of them to .gif. Thanks, Garth -- "Tomorrow is assumed by all of us, But promised to none of us" Garth I had a customer who has a 6 columb by 244

Re: [users@httpd] Web server corrupting image?

2005-06-08 Thread Andres Monroy-Hernandez
Good catch. I do have mod_perl enabled, but the images are real files, not images served by a mod_perl application. I restarted apache and removed the configuration elements of mod_perl. I still get the same problem. Now, when looking at the response I no longer see the perl code, but still the

Re: [users@httpd] Web server corrupting image?

2005-06-08 Thread Andres Monroy-Hernandez
Sorry, it was a copy and paste error :-D Joost de Heer wrote: 12.45.228.130 - - [08/Jun/2005:15:02:03 -0400] "GET /sfxctrl/pix.1.0/good.gif HTTP/1.1" 200 680 12.45.228.130 - - [08/Jun/2005:15:02:58 -0400] "GET /sfxctrl/pix.1.0/bad HTTP/1.1" 200 2606 Is this a C&P error, or is t

Re: [EMAIL PROTECTED] Script to upgrade httpd.conf 1.3.x to 2.x?

2005-06-08 Thread Jim Jagielski
On Jun 8, 2005, at 4:04 PM, Joshua Slive wrote: Covalent had a script on their website at one point, but I can't find it now. Perhaps someone still has a copy? I'll see if I can get it re-added. In the meantime: #!/usr/bin/perl # ===

Re: [users@httpd] Web server corrupting image?

2005-06-08 Thread Joost de Heer
> 12.45.228.130 - - [08/Jun/2005:15:02:03 -0400] "GET /sfxctrl/pix.1.0/good.gif HTTP/1.1" 200 680 > 12.45.228.130 - - [08/Jun/2005:15:02:58 -0400] "GET /sfxctrl/pix.1.0/bad HTTP/1.1" 200 2606 Is this a C&P error, or is the second line really 'bad' and not 'bad.gif'? Joost --

[users@httpd] Speed up pix display

2005-06-08 Thread Garth Armorer
Hi, What can be done to speed up display of pictures? They're all in jpeg format and it would be a giant task to convert all of them to .gif. Thanks, Garth-- "Tomorrow is assumed by all of us,  But promised to none of us"Garth

Re: [users@httpd] Web server corrupting image?

2005-06-08 Thread Tony Schreiner
Dumb question perhaps, but your second entry doesn't have a ".gif" extension. Are you serving up what you think you are? On Jun 8, 2005, at 3:13 PM, Andres Monroy-Hernandez wrote: Christopher, There are no errors in the error log. The access log shows that the request is successful: 12.

Re: [users@httpd] Missing User-Agent:

2005-06-08 Thread Joshua Slive
On 6/7/05, Michael D. Berger <[EMAIL PROTECTED]> wrote: > > I am using the configuration supplied with RH-E-W-3, with a few changes, > inclusing a virtual host and blocking of directory listing. As you can > see from the log lines below, the block of directory listing is involved. > It is as if w

Re: [EMAIL PROTECTED] Script to upgrade httpd.conf 1.3.x to 2.x?

2005-06-08 Thread Joshua Slive
On 6/8/05, Pax Dickinson <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm working a project that will require me to upgrade a large number of > customer servers from Apache 1.3.33 to the newest 2.x release. > > To make a long story short, I'm wondering if anyone has attempted > writing a perl script

Re: [users@httpd] ProxyPassReverse in context

2005-06-08 Thread Joshua Slive
On 6/8/05, Axel-Stéphane SMORGRAV <[EMAIL PROTECTED]> wrote: > whenever http://appserver/ (the backend server) returns a redirection (302), > I want the Location header to be rewritten and prefixed with either /first/ > or /last/ depending on the URL that the reverse proxy was invoked with. >

Re: [users@httpd] Handling Custom Protocol

2005-06-08 Thread Joshua Slive
On 6/8/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > We'd like to implement something that knows how to handle a custom > communication protocol, and allows us to pass requests down to Tomcats (or > a JKHandler implementation). > > Currently we have a class on the Apache machine which listens

Re: [users@httpd] Restart Errors (apache 2.0.50)

2005-06-08 Thread Joshua Slive
On 6/8/05, brad bowman <[EMAIL PROTECTED]> wrote: > my apache version is: > Apache/2.0.50 (Unix) A little old. > Basically, if I restart the server using 'apachectl graceful', it will > restart without problems 99 percent of the time, but occasionally it > will fail to restart, giving the error m

Re: [users@httpd] Restart Errors (apache 2.0.50)

2005-06-08 Thread Andres Monroy-Hernandez
My guess is that the graceful restart is not freeing the port after all the children exit. Is using apache restart out of the question? Perhaps your web applications don't let the children exit and the request to exit times out? -Andres brad bowman wrote: I was wondering if anyone could gi

[users@httpd] Restart Errors (apache 2.0.50)

2005-06-08 Thread brad bowman
I was wondering if anyone could give some insight as to the possible cause of a restart error i've been getting intermittently over the last 8 months or so. my apache version is: Apache/2.0.50 (Unix) My kernel version is: Linux 2.4.20-8smp (redhat 9) Basically, if I restart the server using 'ap

[users@httpd] Handling Custom Protocol

2005-06-08 Thread dhay
Hi, We'd like to implement something that knows how to handle a custom communication protocol, and allows us to pass requests down to Tomcats (or a JKHandler implementation). Currently we have a class on the Apache machine which listens on a port, opens a socket for the device, wraps each reques

Re: [users@httpd] Web server corrupting image?

2005-06-08 Thread Andres Monroy-Hernandez
Christopher, There are no errors in the error log. The access log shows that the request is successful: 12.45.228.130 - - [08/Jun/2005:15:02:03 -0400] "GET /sfxctrl/pix.1.0/good.gif HTTP/1.1" 200 680 12.45.228.130 - - [08/Jun/2005:15:02:58 -0400] "GET /sfxctrl/pix.1.0/bad HTTP/1.1" 200 2606

Re: [users@httpd] Firefox can't connect to the SSL-Host (IE does) - exit signal Bus error (10)

2005-06-08 Thread Dan Mahoney, System Admin
On Wed, 8 Jun 2005, dan wrote: Is there a public IP on this thing? -Dan Oskar Eyb wrote: hm.. are there still any ideas? Can ya provide some more details, please? Thanks -dant - The official User-To-User support forum o

Re: [users@httpd] Firefox can't connect to the SSL-Host (IE does) - exit signal Bus error (10)

2005-06-08 Thread dan
Oskar Eyb wrote: hm.. are there still any ideas? Can ya provide some more details, please? Thanks -dant - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html>

Re: [users@httpd] Web server corrupting image?

2005-06-08 Thread Craig Dunigan
I'm guessing that you are using a mod_perl handler to serve these, and it's going wrong on the second one. I opened it in vim and got this: dDate(">=",2003,31,1)[EMAIL PROTECTED]@[EMAIL PROTECTED]@p<97>[EMAIL PROTECTED]@q<97>[EMAIL PROTECTED]@^L954925515513 $obj->parsedDate(">=",2003,27,1)[EMAI

RE: [users@httpd] Web server corrupting image?

2005-06-08 Thread Christopher Malton
Have you checked the error logs? -Original Message- From: Andres Monroy-Hernandez [mailto:[EMAIL PROTECTED] Sent: 08 June 2005 18:24 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Web server corrupting image? Hello, I have two identical images (gifs). One is displayed correctly,

[users@httpd] Web server corrupting image?

2005-06-08 Thread Andres Monroy-Hernandez
Hello, I have two identical images (gifs). One is displayed correctly, the other one not. I hope you can provide any hints. In order to make sure both files are identical I compared their hexadecimal fingerprint by doing: % od good.gif > good.hex ; od bad.gif > bad.hex; diff bad.hex good.he

RE: [EMAIL PROTECTED] VirtualHost & index.htm

2005-06-08 Thread PMilanese
Add it to the DirectoryIndex (search for index.html in the httpd.conf file)   From: Beth Curotto [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 08, 2005 11:28 AM To: Apache HTTPd List Subject: [EMAIL PROTECTED] VirtualHost & index.htm   Is there a reason why site will only

[users@httpd] Fw: signal Bus error with apache Apache/2.0.54 with SSL pages

2005-06-08 Thread charles_e_borton
All, My apologies.  I forgot to include the error message: [Wed Jun 08 11:11:37 2005] [notice] child pid 14430 exit signal Bus error (10) Thank you. Chuck Borton JPMorgan Chase & Co. Global Network Engineering Office:  614-213-8757 Cell:  614-477-4334 Pager:  [EMAIL PROTECTED] - Forward

[users@httpd] ProxyPassReverse in context

2005-06-08 Thread Axel-Stéphane SMORGRAV
Given the following reverse proxy configuration; ProxyPass http://appserver/ ProxyPassReverse http://appserver/ ProxyPass http://appserver/ ProxyPassReverse http://appserver/ whenever http://apps

Re: [users@httpd] VirtualHost & index.htm

2005-06-08 Thread leam
On Wed, Jun 08, 2005 at 10:28:21AM -0500, Beth Curotto wrote: > Is there a reason why site will only respond properly if I hard code the > index.htm ? > > Example: > > www.mowingandmore.net (not good) > > www.mowingandmore.net/index.htm(page displays correctly) > > Is there a directive

RE: [users@httpd] VirtualHost & index.htm

2005-06-08 Thread Beth Curotto
Thanks to all, again ! Beth On 6/8/05, Beth Curotto <[EMAIL PROTECTED]> wrote: > > Is there a reason why site will only respond properly if I hard code the > index.htm ? > > Example: > > www.mowingandmore.net (not good) > > www.mowingandmore.net/index.htm(page displays c

[users@httpd] signal Bus error with apache Apache/2.0.54 with SSL pages

2005-06-08 Thread charles_e_borton
Hi, I have recently upgraded to 2.0.54 from 1.3.29. In my new install, when users try to access the HTTPs portion of my site, they get some (around 605) broken links (often on images but sometime on whole pages). The broken links map to errors in the error log that look like this: Has anyone s

RE: [users@httpd] VirtualHost & index.htm

2005-06-08 Thread Boyle Owen
Plain text please... What does "not good" mean? You need to give the precise status code since it is important, even if you don't think so. Taking a wild guess, check DirectoryIndex and Options Indexes - see docs for details. Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message

Re: [users@httpd] VirtualHost & index.htm

2005-06-08 Thread Joshua Slive
On 6/8/05, Beth Curotto <[EMAIL PROTECTED]> wrote: > > Is there a reason why site will only respond properly if I hard code the > index.htm ? > > Example: > > www.mowingandmore.net (not good) > > www.mowingandmore.net/index.htm(page displays correctly) > > Is there a direc

[users@httpd] VirtualHost & index.htm

2005-06-08 Thread Beth Curotto
Is there a reason why site will only respond properly if I hard code the index.htm ?   Example:   www.mowingandmore.net (not good)   www.mowingandmore.net/index.htm    (page displays correctly)   Is there a directive I am missing in my VirtualHost information?   This is current info -

[EMAIL PROTECTED] Script to upgrade httpd.conf 1.3.x to 2.x?

2005-06-08 Thread Pax Dickinson
Hi all, I'm working a project that will require me to upgrade a large number of customer servers from Apache 1.3.33 to the newest 2.x release. To make a long story short, I'm wondering if anyone has attempted writing a perl script to automate the httpd.conf file changes that will be required

Re: [users@httpd] Question about setting up Modules on Windows

2005-06-08 Thread Joshua Slive
On 6/8/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Manish Soni [mailto:[EMAIL PROTECTED] > > I'm trying to compile and run an example module that comes with the > > source distribution for Windows. However, the documentation > > (http://httpd.apache.org/docs-2

Re: [users@httpd] Apache 2 aborting downloads

2005-06-08 Thread Joshua Slive
On 6/8/05, Sai Jai Ganesh Gurubaran <[EMAIL PROTECTED]> wrote: > Hi, > I am also facing the same problem. > Downloads are breaking at random places - but succeeds for smaller downloads. > we are using RHEL 3 and Apache 2.0.48 The standard advice is always EnableSendfile Off EnableMMAP Off and for

[EMAIL PROTECTED] Apache Proxy on SSL enabled server CONNECT hangs

2005-06-08 Thread Emmanuel E
Hi, I have the following setup of Apache on Win 32. Apache running only on port 443 with SSL enabled and proxying enabled. I am using the precompiled binaries available at http://www.apache.org/dyn/closer.cgi/perl/win32-bin/ The normal usage is like this: web client <-https connection to prox

Re: [users@httpd] weird httpd processes

2005-06-08 Thread Joost de Heer
kalin mintchev said: > > could this be a log size problem too? > one of the virtual server has almost a gig of access log - i'm going to > see why it wasn't rotated - but can this be one of the reasons. > > right now i have another instance of httpd going wild - started sometime > in the last hour.

RE: [users@httpd] Name-based Virtual Host

2005-06-08 Thread PMilanese
That should do it. DNS should be good as well. -Original Message- From: Beth Curotto [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 07, 2005 5:10 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Name-based Virtual Host More like this? NameVirtualHost *:80 # Virtual Host

Re: [users@httpd] Apache 2 aborting downloads

2005-06-08 Thread Sai Jai Ganesh Gurubaran
Hi, I am also facing the same problem. Downloads are breaking at random places - but succeeds for smaller downloads. we are using RHEL 3 and Apache 2.0.48 On 6/8/05, Leeuwen, Allan van <[EMAIL PROTECTED]> wrote: > Hi all ... > > I'm still having this problem > Does anybody have any idea ???

Re: [users@httpd] Firefox can't connect to the SSL-Host (IE does) - exit signal Bus error (10)

2005-06-08 Thread Oskar Eyb
hm.. are there still any ideas? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the dig

[EMAIL PROTECTED] Cookies problem in APache 2.0.50

2005-06-08 Thread Sai Jai Ganesh Gurubaran
Hi, Apache (version 2.0.50) is running as a forward proxy on Linux (Red hat 3) for around 300 users. We notice that Yahoo messenger is getting logged out with Invalid cookie error on many machines, Is there any settings to be turned on? -- Warm Regards, Sai Jai Ganesh. G. ---

[users@httpd] Apache Logging!

2005-06-08 Thread RAJESH SEGU
Hello Guys! I have a small problem[not exactly], it might be very silly but cannot sleep without an idea. I want to log debug messages from the module into a different file other than error_log and access_log file to maintain and analyse my logs. Sinec I am using apache[multi threaded/multi proce

RE: [users@httpd] Apache 2 aborting downloads

2005-06-08 Thread Leeuwen, Allan van
Hi all ... I'm still having this problem Does anybody have any idea ??? Have I not supplied enough info ? What should the next step in my problem determination be ?? Thanks very much in advance, Allan -Original Message- From: Leeuwen, Allan van Sent: Tuesday, June 07, 2005 10:41 AM

[EMAIL PROTECTED] userenv

2005-06-08 Thread Mididoc Productions
hello, we often get a message from windows events report: source: userenv event: 1517 user: NT-AUTORITÄT\SYSTEM message: Die Registrierung des Benutzers "LOCALHOST\Mike Roland" wurde gespeichert, obwohl eine Anwendung oder ein Dienst auf die Registrierung während der Abmeldung zugegriffen hat.

[EMAIL PROTECTED] Virtual Hosts

2005-06-08 Thread Indran D Govender
Hello List Has anyone had any success with implementing apache virtual hosts in OpenLDAP ? If so, please would you be so kind as to share your experience with me. Thanks Indran [EMAIL PROTECTED] pgp0DjOBPIAWW.pgp Description: PGP signature

Re: [users@httpd] Is this a hacking attempt ?

2005-06-08 Thread Florin Gherendi
If you want to find the owner of a certain IP range, you can use the "whois" command line application (in unix/linux) or as well the following web address: http://www.radb.net. Do not use them abusively! Florin On Wed, 2005-06-08 at 11:17, Maxim Vexler wrote: > A b.t.w question, if I may : > Some

Re: [users@httpd] Is this a hacking attempt ?

2005-06-08 Thread Maxim Vexler
On 6/7/05, Patrick Donker <[EMAIL PROTECTED]> wrote: > Did you do an ip lookup for the source ip? If it belongs to one of the > searchengine clubs, then it is unlikely. I did a reverse DNS lookup. Is this what you meant by "ip lookup" ? Any tips on this would be most welcome. >And if it is an at

Re: [users@httpd] Is this a hacking attempt ?

2005-06-08 Thread Maxim Vexler
On 6/7/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Could be a spider. > It's not a spider, I did a reverse lookup on the IP, it resolves to a Israeli ISP. Thank you. > Google, or Akmai or something... Did the directory/files exist at one > point? Their indexer checks to see if the page ex

RE: [users@httpd] Accept Mutex error

2005-06-08 Thread Boyle Owen
> -Original Message- > From: BATCHELOR, SCOTT (CONTRACTOR) [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 7. Juni 2005 21:17 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Accept Mutex error > > > Can anyone give me some insight on this error in the httpd error log. > > I have se