[EMAIL PROTECTED] PHP 5.2.4 with Apache 2.2.6 > 302 rather than 200?

2007-09-11 Thread Whit Blauvelt
This is a fairly simple Apache + PHP install, built like this: HTTPD ./configure --enable-so --enable-ssl --enable-rewrite PHP ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --disable-cgi Things work fine with PHP 5.2.3 (which was actually built against Apache 2.2.4), but when

Re: [EMAIL PROTECTED] org.apache.commons.net.io.CopyStreamException: IOException

2007-09-11 Thread Cary Conover
O Blackberry based message reply. As I am "On the Road Again! Dah dah dah On the Road Again..." - Original Message - From: "Tomas Larsson" [EMAIL PROTECTED] Sent: 09/12/2007 01:46 AM ZE2 To: Subject: [EMAIL PROTECTED] org.apache.commons.net.io.CopyStreamException: IOException Why a

[EMAIL PROTECTED] org.apache.commons.net.io.CopyStreamException: IOException

2007-09-11 Thread Tomas Larsson
Why am I getting this error. I'm trying to use a java applet in order to circumvent the limitations of apache HTTP file-uploads. The applett connects to the ftp-server and upload the file. I am testing with a 450MB file and at some 60% I am getting this error, what is it and how do I resolve it?

[EMAIL PROTECTED] gzip compression only working with SSL

2007-09-11 Thread Graeme Walker
Hi, I am using Apache 2.2.6, with mod_ssl and mod_deflate. I am unable to get gzip compression working on a non SSL connection. I have the deflate config in the main httpd.conf, which is identical to my virtual host for SSL, however only when connecting over SSL does the gzip compression work. An

Re: [EMAIL PROTECTED] httpd 2.0.61 win32 source build

2007-09-11 Thread Frank McCreedy
>At 01:31 PM 9/7/2007, you wrote: >sorry if this is a repost, I just joined the list, but is anyone having problems building the 2.0.61 httpd win32 source? Mine is having >problems with rand.c it seems (2.0.59 built without problems recently - I'm using vis c++ 6) >rand.c >C:\apachebuild\htt

Re: [EMAIL PROTECTED] httpd 2.0.61 win32 source build

2007-09-11 Thread Frank McCreedy
At 01:31 PM 9/7/2007, you wrote: sorry if this is a repost, I just joined the list, but is anyone having problems building the 2.0.61 httpd win32 source? Mine is having problems with rand.c it seems (2.0.59 built without problems recently - I'm using vis c++ 6) rand.c C:\apachebuild\httpd-2.

Re: [EMAIL PROTECTED] Re: mod_dav on a shared hosting.

2007-09-11 Thread Joshua Slive
On 9/10/07, Michaël Cadilhac <[EMAIL PROTECTED]> wrote: > [gmane is down; resent via the mailing-list] > > Hi! > > As this question is not really mod_dav centered, I hope you guys can > help! > > [EMAIL PROTECTED] (Michaël Cadilhac) writes: > > > Sorry if this question has been asked before, I just

Re: [EMAIL PROTECTED] Mass Virtual Hosting

2007-09-11 Thread Joshua Slive
On 9/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi! > > I'm trying to think of an optimal mass vhosting solution for my server. > But even after reading http://httpd.apache.org/docs/2.2/vhosts/mass.html > and http://httpd.apache.org/docs/2.2/mod/mod_vhost_alias.html I couldn't > make up

Re: [EMAIL PROTECTED] Remote IP is'nt writing to log

2007-09-11 Thread Joshua Slive
On 9/11/07, Сергей ящик 7 <[EMAIL PROTECTED]> wrote: > Hello to all. >I've got a problem: remote ip is'nt showing in log or in site >history. Writing 0.0.0.0 but not real remote IP adress. >Apache 2.2.4 , OS is Windows 2000 sp4 >Does any body what is cause of the pr

[EMAIL PROTECTED] Remote IP is'nt writing to log

2007-09-11 Thread Сергей ящик 7
Hello to all. I've got a problem: remote ip is'nt showing in log or in site history. Writing 0.0.0.0 but not real remote IP adress. Apache 2.2.4 , OS is Windows 2000 sp4 Does any body what is cause of the problem? What can i do with it? Thanks anyway. -- Best

Re: [EMAIL PROTECTED] UDP support for apache

2007-09-11 Thread Issac Goldstand
Chris 'Xenon' Hanson wrote: > Yogsothoth GV wrote: >> | > Why would you want to? >> Say, you are streaming video/audio over HTML like Flash, quicktime. >> This doesn't >> necessarily require TCP like semantics because delay due to packet >> retransmission or HOL blocking is bad (when serving real

Re: [EMAIL PROTECTED] UDP support for apache

2007-09-11 Thread Chris 'Xenon' Hanson
Yogsothoth GV wrote: | > Why would you want to? Say, you are streaming video/audio over HTML like Flash, quicktime. This doesn't necessarily require TCP like semantics because delay due to packet retransmission or HOL blocking is bad (when serving real time data). However, if you are using a

Re: [EMAIL PROTECTED] ProxyPassReverse doesn't work...,Help!

2007-09-11 Thread Brian Munroe
On 9/11/07, Joshua Slive <[EMAIL PROTECTED]> wrote: > http://wiki.apache.org/httpd/WatchingHttpHeaders > > > ProxyPass /mingle/ http://192.168.50.89:7979/ > > ProxyPassReverse /mingle/ http://192.168.50.89:7979/ > > > > > > ProxyPass http://192.168.50.89:7979/ > > ProxyPassReverse http:/

[EMAIL PROTECTED] SSL Library Error with mod_ssl

2007-09-11 Thread Aaron Smith
Continuing with trying to get Apache running on my HP-UX system, hoping someone can lend some thoughts. I recompiled apache 2.0.55 for about the 100th time, this time setting -enable-ssl=shared instead of compiling it in statically. Running apache in Debug mode results in: [Tue Sep 11 10:10:4

Re: [EMAIL PROTECTED] Redirecting temporarily all pages to /

2007-09-11 Thread Laurent Blume
Bj a écrit : > Check if your index.hml and if any ErrorDocument directives are not > interacting. No, it's a very simple httpd.conf, no ErrorDocument, almost no module actually, only the basic minimum to display a warning message. > and try with Rewrite : > RewriteEngine On > > RewriteCond %{RE

Re: [EMAIL PROTECTED] ProxyPassReverse doesn't work...,Help!

2007-09-11 Thread Joshua Slive
On 9/11/07, Chanita Siridechkun <[EMAIL PROTECTED]> wrote: > Hello, > > Got error 502 from httpd > [Tue Sep 11 ] [error] [client 192.168.50.89] proxy: error reading status > line from remote server 192.168.50.89 > [Tue Sep 11 ] [error] [client 192.168.50.89] proxy: error reading from > remote serve

Re: [EMAIL PROTECTED] ProxyPassReverse doesn't work...,Help!

2007-09-11 Thread Chanita Siridechkun
Hello, Got error 502 from httpd [Tue Sep 11 ] [error] [client 192.168.50.89] proxy: error reading status line from remote server 192.168.50.89 [Tue Sep 11 ] [error] [client 192.168.50.89] proxy: error reading from remote server returned by /mingle/ My current configuration: ** htt

Re: [EMAIL PROTECTED] Redirecting temporarily all pages to /

2007-09-11 Thread Bj
Check if your index.hml and if any ErrorDocument directives are not interacting. and try with Rewrite : RewriteEngine On RewriteCond %{REQUEST_URI} ^/.+$ [NC] RewriteCond %{REQUEST_URI} !^/$ [NC] RewriteRule ^/.* http://www.google.fr [L,R=302] -- Bj On 9/11/07, Laurent Blume <[EMAIL PROTEC

[EMAIL PROTECTED] Apache security(static compile,jail,obscurity...etc)

2007-09-11 Thread AFrieze
Hi Everyone I was wondering how far you guys go in terms of security. I'm mainly interested in response from people running apps that deal with sensitive data, like credit cards. Do you disable all unneeded modules, compile from source and statically compile every needed module, disabling

RE: [EMAIL PROTECTED] RE: APACHE breaks both Downloads and Uploads

2007-09-11 Thread Tomas Larsson
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Christian Ullrich > Sent: Monday, September 10, 2007 12:53 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] RE: APACHE breaks both Downloads and Uploads > > Tomas Larsson wrote: > > > Just some thoughts,

Re: [EMAIL PROTECTED] Questions about httpd logging and redirecting requests to be logged in different places

2007-09-11 Thread Ali Nebi
On Tue, 2007-09-11 at 09:52 -0400, Joshua Slive wrote: > On 9/11/07, Ali Nebi <[EMAIL PROTECTED]> wrote: > > > i want to check all requests for the authentication users, in the > > example above the user is hpenagos. > > > > and all requests from these specify users to be logged in different > > p

Re: [EMAIL PROTECTED] Questions about httpd logging and redirecting requests to be logged in different places

2007-09-11 Thread Joshua Slive
On 9/11/07, Ali Nebi <[EMAIL PROTECTED]> wrote: > i want to check all requests for the authentication users, in the > example above the user is hpenagos. > > and all requests from these specify users to be logged in different > places. This could probably be done by using a RewriteCond %{LA-U:REM

Re: [EMAIL PROTECTED] ProxyPassReverse doesn't work...,Help!

2007-09-11 Thread Joshua Slive
On 9/11/07, aireana <[EMAIL PROTECTED]> wrote: > > ProxyPreserveHost On > > ProxyPass /mingle/ http://localhost:7979/ > > ProxyPassReverse /mingle/ http://localhost:7979/ > As ProxyPassReverse is On, when I was route to somewhere from "/mingle" (for > example, from "http://localhost:7979"; to > "

[EMAIL PROTECTED] Questions about httpd logging and redirecting requests to be logged in different places

2007-09-11 Thread Ali Nebi
Hi, i want to ask for help to solve a problem. So, i have installed fedora 6 (x86x64) and also installed httpd - httpd-2.2.4-2.1.fc6.x86_64 I want do this. In ssl_access_log i have logs like these: corporativos24219-22.etb.net.co - - [03/Sep/2007:21:34:27 +0200] "PROPFIND /svn/java/base HTTP/

RE: [EMAIL PROTECTED] problem compiling mod_deflate with SLES10 default zlib.

2007-09-11 Thread Foster, Stephen \(ASPIRE\)
Whoops, i should have said "where you are compiling apache with mod_deflate" -Original Message- From: Foster, Stephen (ASPIRE) Sent: 11 September 2007 12:33 To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] problem compiling mod_deflate with SLES10 default zlib. All, I have res

Re: [EMAIL PROTECTED] ProxyPassReverse doesn't work, please help figure out!!

2007-09-11 Thread Chanita Siridechkun
Dear Joshua, ~*'"'* Thank you so much. *'"'*~ I have added more detail on: http://www.nabble.com/ProxyPassReverse-doesn%27t-work...%2CHelp%21-tf4420517.html#a12614974 thanks again. 2007/9/11, Joshua Slive <[EMAIL PROTECTED]>: > > On 9/11/07, Chanita Siridechkun <[EMAIL PROTECTED]> wrote: > >

Re: [EMAIL PROTECTED] ProxyPassReverse doesn't work...,Help!

2007-09-11 Thread aireana
aireana wrote: > > Apache 2.2.4 on Fedora core 6 > I try to run JVM server on port 7979 > it is on local machine at http://localhost:7979 > There are http://localhost:7979/profile/login and others. > > Try to use ProxyPassReverse but it doesn't work!! > Here , my configuration. > > *

Re: [EMAIL PROTECTED] ProxyPassReverse doesn't work...,Help!

2007-09-11 Thread aireana
aireana wrote: > > Apache 2.2.4 on Fedora core 6 > I try to run JVM server on port 7979 > it is on local machine at http://localhost:7979 > There are http://localhost:7979/profile/login and others. > > Try to use ProxyPassReverse but it doesn't work!! > Here , my configuration. > > *

[EMAIL PROTECTED] Redirecting temporarily all pages to /

2007-09-11 Thread Laurent Blume
Hi all, I've hit soetmhing that seemed obvious at first, and I can't get it to work: I want to be able to do a temporary redirect all accesses to the web server to / in some cases (maintenance work mainly). I though that something like that would do, with a single dot to ensure that only non-empt

Re: [EMAIL PROTECTED] ProxyPassReverse doesn't work, please help figure out!!

2007-09-11 Thread Joshua Slive
On 9/11/07, Chanita Siridechkun <[EMAIL PROTECTED]> wrote: > > Apache 2.2.4 on Fedora core 6 > I try to run JVM server on port 7979 > it is on local machine at http://localhost:7979 > There are http://localhost:7979/profile/login and others. > > Try to use ProxyPassReverse but it doesn't work!! >

Re: [EMAIL PROTECTED] Ensuring a connection always stays available for a specific IP

2007-09-11 Thread Bj
Hi, I don't think it's possible. But you can do few things to recycle your connections faster : - if your using keepalive : reduce KeepAliveTimeout and MaxKeepAlive requests - increase ListenBackLog (depending of your OS) - if you use in prefork mpm, try to use worker mpm - optimize your mod_jk :

RE: [EMAIL PROTECTED] problem compiling mod_deflate with SLES10 default zlib.

2007-09-11 Thread Foster, Stephen \(ASPIRE\)
All, I have resolved this now. basically on your build server where you are compiling zlib make sure the following is installed: zlib-devel-1.2.3-15.2 this gives the correct libraries for compiling the product. None of the libraries are used for runtime though so they shouldn't be required on

Re: [EMAIL PROTECTED] UDP support for apache

2007-09-11 Thread Issac Goldstand
Yogsothoth GV wrote: > > > On 9/10/07, *Joshua Slive* <[EMAIL PROTECTED] > > wrote: > > > Thanks Joshua. Seems like they don't have support for it. > > -GV > To clarify some issues here: 1) There is *unofficial*, *unmaintained* support for UDP for unix/prefork syst

[EMAIL PROTECTED] Ensuring a connection always stays available for a specific IP

2007-09-11 Thread Gerhardus.Geldenhuis
Hi Does anyone know if there is an easy way to ensure that a certain webpage can always be served to a specific IP address even if maxclientconnections have been reached. We have an apache server with a low amount of connections. We use server-status and jkserver-status to monitor the state of th

[EMAIL PROTECTED] RE: APACHE breaks both Downloads and Uploads

2007-09-11 Thread Christian Ullrich
Tomas Larsson wrote: > Just some thoughts, the file is served from a php-script, could it be > possible that the script, one way or another fails to read the whole file > from disk, so apache doesn't see the whole file? Is the PHP max_execution_time set too short? -- Christian Ullrich ---

RE: [EMAIL PROTECTED] Query regarding the httpd.conf

2007-09-11 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, September 10, 2007 12:43 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Query regarding the httpd.conf > > Hi, > > I am trying to make 2 ports listen in same httpd.conf file. > > port