Re: [EMAIL PROTECTED] Paranoia check regarding mod_proxy / mod_rewrite

2007-09-12 Thread Vincent Bray
On 13/09/2007, gb1071nx <[EMAIL PROTECTED]> wrote: > > I've just recently compiled and installed the mod_rewrite and mod_proxy > modules. My specific reason for doing so is that I wanted to use AJAX > calls between two internal (intranet) domains, but due to 'same origin' > policy, could not. Go

Re: [EMAIL PROTECTED] apache books

2007-09-12 Thread kazekun
Hello, I find google and documentation in apache.org most useful. Also, the book Preventing Web Attacks with Apache by Ryan C. Barnett was very helpful to me. ^_^ kazekun *From:* Lori D. Cole [mailto:[EMAIL PROTECTED] *Sent:* Wednesday, September 12, 2007 9:11 PM *To:* users@httpd.apac

RE: [EMAIL PROTECTED] apache books

2007-09-12 Thread Phillip Hamilton
Lori, As a newbie I found most of my more useful info at apache.org. What's better, it's free J If you really have to have a book, Pro Apache and The Apache Cookbook are goodies and a little newbie friendly. If you mean "Seriously newbie" as in never even installed Apache, I'd go with A

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

2007-09-12 Thread Whit Blauvelt
On Wed, Sep 12, 2007 at 11:30:59PM +0200, Laurent FAILLIE wrote: > I think it's something related to your configuration, > because I built the same configuration on my > development system (Sun Ultra60 w/ Solaris 10) and on > my production one (Sun SparcStation 20 under NetBSD > 3.1) and I don't h

RE: [EMAIL PROTECTED] apache books

2007-09-12 Thread Lori D. Cole
Hello, Would anyone like to recommend their top couple of Apache books for a newbie? Thank you. Lori

Re: [EMAIL PROTECTED] mod_diskcache tempfiles

2007-09-12 Thread Joshua Slive
On 9/12/07, Miles <[EMAIL PROTECTED]> wrote: > Hi, > > We are using the mod_diskcache feature of a newer apache version that we > compiled from source. What version exactly? mod_disk_cache is a relatively new feature that has seen lots of recent development. So you should try the latest version b

RE: [EMAIL PROTECTED] How to use the modules of mod_dav_fs and mod_dav??

2007-09-12 Thread ChiaTzung Liu -劉佳宗
Oh!! It really works!! Thanks very very much!! Although I don't know which different between apxs and --enable-module=shared... But this method really can help me to solve this problem. Thanks Regards, Aslan Liu -Original Message-

Re: [EMAIL PROTECTED] UDP support for apache

2007-09-12 Thread Yogsothoth GV
On 9/11/07, Issac Goldstand <[EMAIL PROTECTED]> wrote: > > 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 t

RE: [EMAIL PROTECTED] ProxyPass issues

2007-09-12 Thread Jeff Beard
Looks to me like it's an issue with the backend server not Apache. Have you validated that the IIS server is responding to requests within the timeout period when the problem is manifesting itself? A simple test would be to use wget from the Linux host to the IIS server when you see the problem.

Re: [EMAIL PROTECTED] Apache aspx

2007-09-12 Thread Chris Howell
Please disregard apparently you can have apache server up asp/aspx. Cheers Chris Chris Howell wrote: Is it possible to get Apache to serve out ASPX files ? Cheers Chris - The official User-To-User support forum of the Apache

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

2007-09-12 Thread Laurent FAILLIE
Hi Whit, > The PHP 5.2.4 module built against Apache 2.2.4 > works fine with both Apache > 2.2.4 and Apache 2.2.6. So it's only when PHP 5.2.4 > is built against Apache > 2.2.6 that I end up with Apache serving "302" > instead of "200" to every page > request. I think it's something related to y

[EMAIL PROTECTED] Apache aspx

2007-09-12 Thread Chris Howell
Is it possible to get Apache to serve out ASPX files ? Cheers Chris - 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] mod_diskcache tempfiles

2007-09-12 Thread Miles
Hi, We are using the mod_diskcache feature of a newer apache version that we compiled from source. All works fine but occasionally apache leaves a temp file in the root of the cache (the filenames start aptmp). I have seen the files being created and then removed but sometimes they aren't r

[EMAIL PROTECTED] ProxyPass issues

2007-09-12 Thread Nick Powers
Hello All, We currently have in place a dual web server environment with a Redhat ES4/Apache 2.2.2 server using proxypass commands to send requests to our internal IIS server. We are experiencing periodic lost in connectivity to our IIS server from the Redhat proxy server. In the logs we see:

Re: [EMAIL PROTECTED] gzip compression only working with SSL

2007-09-12 Thread Graeme Walker
Still no luck. This seems to be a weird error. I'm using mod_aspdotnet. I wonder if thats what is preventing the gzip compression for non SSL connections? Cheers Graeme On 12/09/2007, Joshua Slive <[EMAIL PROTECTED]> wrote: > > On 9/12/07, Graeme Walker <[EMAIL PROTECTED]> wrote: > > Hi, > > > >

[EMAIL PROTECTED] Paranoia check regarding mod_proxy / mod_rewrite

2007-09-12 Thread gb1071nx
I've just recently compiled and installed the mod_rewrite and mod_proxy modules. My specific reason for doing so is that I wanted to use AJAX calls between two internal (intranet) domains, but due to 'same origin' policy, could not. Google told me that I can get around this by proxying. All sor

Re: [EMAIL PROTECTED] gzip compression only working with SSL

2007-09-12 Thread Joshua Slive
On 9/12/07, Graeme Walker <[EMAIL PROTECTED]> wrote: > Hi, > > I removed the SSL parts of the virtual host and changed the port to 80 and > the compression doesn't work. Please find below my config for the virtual > host both for port 80 and SSL > > Thanks for your help so far. > > Cheers > Graeme

Re: [EMAIL PROTECTED] gzip compression only working with SSL

2007-09-12 Thread Graeme Walker
Hi, I removed the SSL parts of the virtual host and changed the port to 80 and the compression doesn't work. Please find below my config for the virtual host both for port 80 and SSL Thanks for your help so far. Cheers Graeme Normal VH Listen 80 ServerName DocumentRoot "D:/Websi

RE: [EMAIL PROTECTED] Upgrade 1.3.29 to 1.3.37

2007-09-12 Thread Phillip Hamilton
I know you're on a Linux box, but watch for a change in the install path. With windows they moved Apache 2 to /program files/Apache whereas with 1.x they installed to c:\Apache Other than that, much is the same. OH, Vhosts are in a separate file now too with version 2. Apache's gone much more

RE: [EMAIL PROTECTED] Upgrade 1.3.29 to 1.3.37

2007-09-12 Thread McDougall, Marshall (FSH)
>-Original Message- >From: Whit Blauvelt [mailto:[EMAIL PROTECTED] >Sent: Wednesday, September 12, 2007 9:04 AM >To: users@httpd.apache.org >Subject: Re: [EMAIL PROTECTED] Upgrade 1.3.29 to 1.3.37 > >On Wed, Sep 12, 2007 at 07:51:44AM -0500, McDougall, Marshall >(FSH) wrote: > >> anyt

RE: [EMAIL PROTECTED] Upgrade 1.3.29 to 1.3.37

2007-09-12 Thread McDougall, Marshall (FSH)
>-Original Message- >From: Luis Moreira [mailto:[EMAIL PROTECTED] >Sent: Wednesday, September 12, 2007 8:12 AM >To: users@httpd.apache.org >Subject: Re: [EMAIL PROTECTED] Upgrade 1.3.29 to 1.3.37 > >McDougall, Marshall (FSH) wrote: >> Nobody? Anybody? >> >> >--

Re: [EMAIL PROTECTED] performance problem in one virtual host

2007-09-12 Thread wglass
Just a quick followup on this message. I think Nick's theory on DNS was right. I talked to my ISP provider, and they do a DNS lookup in the switch for every web request. So, even though the server and client weren't doing DNS lookups, the intermediate network was. And the symptoms of the probl

Re: [EMAIL PROTECTED] Strange port 80 access problem

2007-09-12 Thread Constantin Moisei
Do you have more than on machines in your network that have port 80 open ? Any of those are Windows boxes ? If yes only keep the main server running and try again. Also, check the router if any, on the forward configuration. Hope this helps to see the light... C On 12/09/2007, Don O'Neil <[EMAIL

RE: [EMAIL PROTECTED] Strange port 80 access problem

2007-09-12 Thread Phillip Hamilton
LOL@ every 2 minutes. That'll do it. ISP's are quite picky about targeted traffic sometimes, especially if your ISP's tech guy is a control freak. -Original Message- From: Don O'Neil [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 12, 2007 10:37 AM To: users@httpd.apache.org Subje

RE: [EMAIL PROTECTED] Strange port 80 access problem

2007-09-12 Thread Don O'Neil
Sorry all... I guess I wasn't clear enough... My server is in a colo facility, publicly accessible to the world. It appears as though just I could not access it from my home IP, but I could from my phone, outside my home, etc... The problem has 'fixed' itself, I haven't done anything to the serv

Re: [EMAIL PROTECTED] Strange port 80 access problem

2007-09-12 Thread Whit Blauvelt
Can you clarify? Apache is running at home? Your trouble accessing it is from home? From a different machine? The "other devices" are at home, or external? If your Apache is served from home via your cable modem, has anyone tried to test it from outside? Have you tried running Apache on a different

Re: [EMAIL PROTECTED] Strange port 80 access problem

2007-09-12 Thread Luis Moreira
Don O'Neil wrote: I have a very strange access problem that just popped up this morning. For whatever reason, my machine at home over my cable modem can no longer access Apache on port 80... However other services are accessible elsewhere (Direct Admin control panel, FTP, SMTP,etc...) BUT Apache

[EMAIL PROTECTED] Strange port 80 access problem

2007-09-12 Thread Don O'Neil
I have a very strange access problem that just popped up this morning. For whatever reason, my machine at home over my cable modem can no longer access Apache on port 80... However other services are accessible elsewhere (Direct Admin control panel, FTP, SMTP,etc...) BUT Apache is accessible to oth

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

2007-09-12 Thread Whit Blauvelt
Further clues: The PHP 5.2.4 module built against Apache 2.2.4 works fine with both Apache 2.2.4 and Apache 2.2.6. So it's only when PHP 5.2.4 is built against Apache 2.2.6 that I end up with Apache serving "302" instead of "200" to every page request. The apxs files for both Apache versions are

[EMAIL PROTECTED] Harbor Beta REVa out for Tomcat

2007-09-12 Thread Johnny Kewl
Working like crazy on the Pojo application server, and having a lot of fun with it. REVa involved mainly Internet optimization... and thats what I got to tell you about. >From a techinical perspective it doesnt work like a URL class loader, it only >gets what the remote user is running and need

Re: [EMAIL PROTECTED] Apache 2.2 - Change in default behavior when a .exe file is clicked

2007-09-12 Thread Nick Kew
On Wed, 12 Sep 2007 09:50:23 -0400 Robert Gann <[EMAIL PROTECTED]> wrote: > The apache error log has the phrase "URL file extension is restricted > by policy". That's not an apache error message. Could be a third-party extension (mod_security?) or something enforced at the O/S level. Check your

Re: [EMAIL PROTECTED] Upgrade 1.3.29 to 1.3.37

2007-09-12 Thread Whit Blauvelt
On Wed, Sep 12, 2007 at 07:51:44AM -0500, McDougall, Marshall (FSH) wrote: > anything that says, "to upgrade do this". I can't believe it is as > simple as configure, make, make install and I need to preserve my conf > files. Any enlightenment appreciated. Thanks. I've never had it

Re: [EMAIL PROTECTED] Apache 2.2 - Change in default behavior when a .exe file is clicked

2007-09-12 Thread Robert Gann
Title: Robert Gann, Ph The apache error log has the phrase "URL file extension is restricted by policy". The only two AddHandler statements I have in httpd.conf are AddHandler send-as-is asis AddHandler type-map var And one that appears in the middle of a     Joshua Slive wrote: On 9/

[EMAIL PROTECTED] Compilation Problem when trinyg to build http 2.2.6 rpm

2007-09-12 Thread HAMMER Cédric Ext ROSI/DPS
Hi everybody, I'm just trying to build a rpm of httpd 2.2.6 using the sources. But I got a problem with SSL during the compilation phase ; here is a copy of this error: mkdir modules/ssl checking whether to enable mod_ssl... checking dependencies checking for SSL/TLS toolkit base... none c

Re: [EMAIL PROTECTED] How to use the modules of mod_dav_fs and mod_dav??

2007-09-12 Thread Joshua Slive
On 9/12/07, ChiaTzung Liu -劉佳宗 <[EMAIL PROTECTED]> wrote: > Because I have some restrictions, I can't comple these modules into httpd by > --enable-dav setting. I must load these modules by DSO. Why not just use --enable-dav=shared ? Joshua.

Re: [EMAIL PROTECTED] Apache 2.2 - Change in default behavior when a .exe file is clicked

2007-09-12 Thread Joshua Slive
On 9/12/07, Robert Gann <[EMAIL PROTECTED]> wrote: > > I hope this is not a FAQ, but I've searched and been unable to find an > answer. > > I've just migrated to Fedora Linux 7, with Apache 2.2. When I connect to > Apache with a Win XP computer using Mozilla Firefox, if I click on a .zip > file,

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

2007-09-12 Thread Joshua Slive
On 9/12/07, Michaël Cadilhac <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] (Michaël Cadilhac) writes: > > > "Joshua Slive" <[EMAIL PROTECTED]> writes: > > > >> On 9/10/07, Michaël Cadilhac <[EMAIL PROTECTED]> wrote: > > > >>> « The /webdav directory of each VirtualHost has DAV On »? > > > >> Sure

[EMAIL PROTECTED] How to use the modules of mod_dav_fs and mod_dav??

2007-09-12 Thread ChiaTzung Liu -劉佳宗
Hi. I got a problem when I installed mod_dav_fs and mod_dav. My steps of installing Apache2 are shown as following: ./configure make make install after above, I started to compile mod_dav_fs.so and mod_dav.so by apxs, such as: /usr/local/apache2/bin/apxs -i -n dav -a -c mod_dav.c /usr/loca

[EMAIL PROTECTED] Apache 2.2 - Change in default behavior when a .exe file is clicked

2007-09-12 Thread Robert Gann
Title: Robert Gann, Ph I hope this is not a FAQ, but I've searched and been unable to find an answer. I've just migrated to Fedora Linux 7, with Apache 2.2.  When I connect to Apache with a Win XP computer using Mozilla Firefox, if I click on a .zip file, I am offered the option to download it

Re: [EMAIL PROTECTED] Upgrade 1.3.29 to 1.3.37

2007-09-12 Thread Luis Moreira
McDougall, Marshall (FSH) wrote: Nobody? Anybody? *From:* McDougall, Marshall (FSH) *Sent:* Monday, September 10, 2007 10:36 AM *To:* users@httpd.apache.org *Subject:* [EMAIL PROTECTED] Upgrade 1.3.29 to

RE: [EMAIL PROTECTED] Upgrade 1.3.29 to 1.3.37

2007-09-12 Thread McDougall, Marshall (FSH)
Nobody? Anybody? From: McDougall, Marshall (FSH) Sent: Monday, September 10, 2007 10:36 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Upgrade 1.3.29 to 1.3.37 I have a couple of 1.3.29 servers

Re: [EMAIL PROTECTED] Having problems getting mod_authnz_ldap to work right

2007-09-12 Thread Eric Covener
On 9/10/07, Rob Tanner <[EMAIL PROTECTED]> wrote: > Hi, > > I upgraded from Apace 2.0.53 to 2.2.4 and from mod_auth_ldap to > mod_authnz_ldap and that's where my troubles began. I have one > protected directory that anyone with an LDAP entry should be able to > access, but something is failing in

Re: [EMAIL PROTECTED] How to make a httpd daemon serve everything with a settable delay

2007-09-12 Thread Krist van Besien
On 9/3/07, Nick Kew <[EMAIL PROTECTED]> wrote: > On Mon, 3 Sep 2007 14:35:14 +0200 > "Krist van Besien" <[EMAIL PROTECTED]> wrote: > > > In the second test case the server only returns the content after a > > settable delay. In this case the webserver is supposed to keep the > > connection open, bu

RE: [EMAIL PROTECTED] gzip compression only working with SSL

2007-09-12 Thread Boyle Owen
> -Original Message- > From: Graeme Walker [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 12, 2007 12:38 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] gzip compression only working with SSL > > Hi, > > The Request contains the line: > > Accept-Encoding: gzi

Re: [EMAIL PROTECTED] rewriterule help

2007-09-12 Thread Bj
You could try something like that RewriteEngine On RewriteCond %{HTTP_HOST} demo.mysite.com [NC] RewriteCond %{QUERY_STRING} .*logout=1.* [NC] RewriteRule ^/.* http://www.mysite.com [L,R=302] -- Bj On 9/12/07, Aziz Sasmaz <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > I want to write a rule.

[EMAIL PROTECTED] rewriterule help

2007-09-12 Thread Aziz Sasmaz
Hi all, I want to write a rule. When visitors logs out from our demo site i dont want them to to see demo sites index page. I want to reidirect them to the original site using rewriterules.. For example when apache sees the site http://demo.mysite.com/srv/home?logout=1 It has to redirect i

Re: [EMAIL PROTECTED] gzip compression only working with SSL

2007-09-12 Thread Graeme Walker
Hi, The Request contains the line: Accept-Encoding: gzip, deflate Yet the response doesn't have the Content-Encoding: gzip line. I tried disabling SSL altogether but the the compression still did not work. I will send on my config files when I get home. Cheers Graeme On 12/09/2007, Boyle Owen

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

2007-09-12 Thread Michaël Cadilhac
[EMAIL PROTECTED] (Michaël Cadilhac) writes: > "Joshua Slive" <[EMAIL PROTECTED]> writes: > >> On 9/10/07, Michaël Cadilhac <[EMAIL PROTECTED]> wrote: > >>> « The /webdav directory of each VirtualHost has DAV On »? > >> Sure. Just put that section in the main server config >> (outside any secti

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

2007-09-12 Thread Michaël Cadilhac
"Joshua Slive" <[EMAIL PROTECTED]> writes: > On 9/10/07, Michaël Cadilhac <[EMAIL PROTECTED]> wrote: >> « The /webdav directory of each VirtualHost has DAV On »? > Sure. Just put that section in the main server config > (outside any section) and it will be inherited by all > vhosts. Aaah, TH

RE: [EMAIL PROTECTED] gzip compression only working with SSL

2007-09-12 Thread Boyle Owen
> -Original Message- > From: Graeme Walker [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 12, 2007 12:45 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] gzip compression only working with SSL > > Hi, > > I am using Apache 2.2.6, with mod_ssl and mod_deflate. I am >