Re: [ANNOUNCE] Apache HTTP Server 2.2.6, 2.0.61 and 1.3.39 Released

2007-09-07 Thread James Blond
Naja, der wurde jetzt auch auf Grund div. Bug zurück gezogen. Viele 3rd party module wie fcgi liefen nicht. Bei der Windows version steht jetzt auf jeden Fall ein RC2 mit drin... Mario On 9/7/07, Rainer Sokoll [EMAIL PROTECTED] wrote: On Fri, Sep 07, 2007 at 12:09:25PM -0400, Jim Jagielski

Re: [EMAIL PROTECTED] Problem with mime types in Apache Http Server

2007-09-07 Thread Joshua Slive
On 9/6/07, DreamEfforts [EMAIL PROTECTED] wrote: Hi Everyone, I just need your help, I did configured Apache Http server as proxy server and blocked the some mime types in configuration file (removed them from mime.types), but apache server is not restricting those mime types when any

Re: [EMAIL PROTECTED] unexpected/bogus behavior of RedirectMatch/mod_rewrite

2007-09-07 Thread Joshua Slive
On 9/6/07, James Ralston [EMAIL PROTECTED] wrote: Now, say that (for whatever reason) we want to redirect all requests for any URL-path except / (root) to the root. Or you could do it using mod_rewrite: RewriteEngine On RewriteCond %{REQUEST_URI} !^/$ RewriteRule .*

[EMAIL PROTECTED] Moving Apache with VHosts

2007-09-07 Thread Phillip Hamilton
I've recently moved our server to a new box (Windows 2003 Web Edit) and now all our virtual hosts are having issues. Specifically, requests for one VH will show a random site from the list of VH's. We're using Apache 2.2.4 with OpenSSL for Windows (MSI), PHP 5.2.4, and CF8. I've gone over the VH

[EMAIL PROTECTED] Load balance question

2007-09-07 Thread James Sherwood
Hello, We are trying to load balance our server for a certian number of hits and are using WebLOAD to test it. Currently it will only sustain a load of about 100(around 45 hits a second). Our configuration: Apache using modjk to 2 tomcats on 1 server. Anything over 100 and everything begins

Re: [EMAIL PROTECTED] URL Redirection Question

2007-09-07 Thread Bj
try with redirect (and VirtualHost if needed) VirtualHost *:10080 ServerName our.domain.com:10080 RedirectPermanent / http://another.machine.com:8080 /VirtualHost Or with Rewrite RewriteEngine On RewriteCond %{HTTP_HOST} our.domain.com [NC]* *RewriteRule /(.*)

Re: [EMAIL PROTECTED] How to disable suexec

2007-09-07 Thread Joshua Slive
On 9/7/07, Poohba [EMAIL PROTECTED] wrote: I upgraded from fc5 to fedora 7 and I just want to copy my httpd.conf over and get it running but I get this error # service httpd start Starting httpd: /bin/bash: line 1: 19811 Segmentation fault (core dumped) /usr/sbin/httpd

Re: [EMAIL PROTECTED] Load balance question

2007-09-07 Thread Joshua Slive
On 9/7/07, James Sherwood [EMAIL PROTECTED] wrote: Hello, We are trying to load balance our server for a certian number of hits and are using WebLOAD to test it. Currently it will only sustain a load of about 100(around 45 hits a second). Our configuration: Apache using modjk to 2

[EMAIL PROTECTED] [ANNOUNCE] Apache HTTP Server 2.2.6, 2.0.61 and 1.3.39 Released

2007-09-07 Thread Jim Jagielski
Apache HTTP Server 2.2.6 Released The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.2.6 of the Apache HTTP Server (Apache). This version of Apache is principally a bug and security fix

[EMAIL PROTECTED] nested Aliases?

2007-09-07 Thread Mark Drummond
Is it possible to nest alias directives? What I mean is: Alias /foo /a/file/location Alias /foo/bar /another/file location I'm probably going about this all wrong. I'm trying to alias a Cognos 8 docroot like so: Alias /cognos8 /opt/cognos/c8/webcontent But I also need to be able to resolve

RE: [EMAIL PROTECTED] Moving Apache with VHosts

2007-09-07 Thread Phillip Hamilton
For the benefit of the community I'd like to say - I got it fixed and here's how: The issue has to do with coldfusion 8 and not Apache at all. A removal/reinstall to my configured Apache server seems to have it fixed. Possibly this has to do with the way CF handles multiple requests from one

Re: [EMAIL PROTECTED] nested Aliases?

2007-09-07 Thread Mark Drummond
Thanks! On 07/09/2007, Joshua Slive [EMAIL PROTECTED] wrote: On 9/7/07, Mark Drummond [EMAIL PROTECTED] wrote: Is it possible to nest alias directives? What I mean is: Alias /foo /a/file/location Alias /foo/bar /another/file location Yes; just reverse the order. See:

[EMAIL PROTECTED] test

2007-09-07 Thread Netmail
Test from my mail sorry for this

[EMAIL PROTECTED] Unable to compile mod_rewrite

2007-09-07 Thread gb1071nx
Hi, first-time poster (go easy on me) I've downloaded httpd 2.0.59 and untar'd it. I've used ./configure like so: [EMAIL PROTECTED]:/home/mikec/httpd-2.0.59# ./configure --prefix=/usr/local/applications/2059 --enable-so --enable-rewrite (all on

Re: [EMAIL PROTECTED] nested Aliases?

2007-09-07 Thread Joshua Slive
On 9/7/07, Mark Drummond [EMAIL PROTECTED] wrote: Is it possible to nest alias directives? What I mean is: Alias /foo /a/file/location Alias /foo/bar /another/file location Yes; just reverse the order. See: http://httpd.apache.org/docs/2.2/mod/mod_alias.html#order Joshua.

Re: [EMAIL PROTECTED] Unable to compile mod_rewrite

2007-09-07 Thread Joshua Slive
On 9/7/07, gb1071nx [EMAIL PROTECTED] wrote: Hi, first-time poster (go easy on me) I've downloaded httpd 2.0.59 and untar'd it. I've used ./configure like so: [EMAIL PROTECTED]:/home/mikec/httpd-2.0.59# ./configure --prefix=/usr/local/applications/2059 --enable-so

[EMAIL PROTECTED] Hosting two webapps within same virtualhost but with different DocumentRoots

2007-09-07 Thread Ramdas . Hegde
I have two applications that need to be hosted on my webserver. Requests for both apps come in via the same F5 and DNS name but with different URLs after the DNS name(e.g http://foo.bar.com/app1 and http://foo.bar.com/app2). The directory structure for both apps have the same names but with

RE: [EMAIL PROTECTED] Unable to compile mod_rewrite

2007-09-07 Thread gb1071nx
Ah. Right you were. [EMAIL PROTECTED]:/usr/local/applications/apache2059/bin# ./httpd -l Compiled in modules: core.c mod_access.c mod_auth.c mod_include.c mod_log_config.c mod_env.c mod_setenvif.c prefork.c http_core.c mod_mime.c mod_status.c mod_autoindex.c mod_asis.c

[EMAIL PROTECTED] httpd 2.0.61 win32 source build

2007-09-07 Thread Frank McCreedy
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

Re: [EMAIL PROTECTED] Unable to compile mod_rewrite

2007-09-07 Thread Joshua Slive
On 9/7/07, gb1071nx [EMAIL PROTECTED] wrote: Leaving aside arguments regarding desirability, how do I make it so that mod_rewrite becomes an .so file in the modules directory? Or is it even possible? [EMAIL PROTECTED]:/home/mikec/httpd-2.0.59# ./configure

RE: [EMAIL PROTECTED] Unable to compile mod_rewrite

2007-09-07 Thread gb1071nx
Ah, that's the n00b in me coming through. I didn't connect DSO with *.so One last question then (the reason I'm even compiling apache in the first place): I have an existing production server that does not have mod_rewrite either as an .so or within the list of httpd -l . Is it a very stupid

Re: [EMAIL PROTECTED] Unable to compile mod_rewrite

2007-09-07 Thread Joshua Slive
On 9/7/07, gb1071nx [EMAIL PROTECTED] wrote: Ah, that's the n00b in me coming through. I didn't connect DSO with *.so One last question then (the reason I'm even compiling apache in the first place): I have an existing production server that does not have mod_rewrite either as an .so or

Re: [EMAIL PROTECTED] URL Redirection Question

2007-09-07 Thread Chris Arnold
try with redirect (and VirtualHost if needed) VirtualHost *:10080 ServerName our.domain.com:10080 RedirectPermanent / http://another.machine.com:8080 /VirtualHost We are trying to do the samething with apache 2.2.3 on SLES10 SP1. I have config'ed a vhost.conf, like so: VirtualHost *:8080

[EMAIL PROTECTED] 1 IP with multiple sites

2007-09-07 Thread Chris Arnold
We only have 1 ip here and are looking to have a couple different sites with different DNS names on SLES10 SP1 with apache2 2.2.3. Allow me to describe it like this: joeblow.com points to our 1 ip and so does ilikedogs.com. How would we get people that want to get to joeblow.com to joeblow.com

RE: [EMAIL PROTECTED] Unable to compile mod_rewrite

2007-09-07 Thread gb1071nx
One last question then (the reason I'm even compiling apache in the first place): I have an existing production server that does not have mod_rewrite either as an .so or within the list of httpd -l . Is it a very stupid idea to download the particular version of Apache I'm

Re: [EMAIL PROTECTED] 1 IP with multiple sites

2007-09-07 Thread Sander Temme
On Sep 7, 2007, at 3:21 PM, Chris Arnold wrote: We only have 1 ip here and are looking to have a couple different sites with different DNS names on SLES10 SP1 with apache2 2.2.3. Allow me to describe it like this: joeblow.com points to our 1 ip and so does ilikedogs.com. How would we get

Re: [EMAIL PROTECTED] 1 IP with multiple sites

2007-09-07 Thread Chris Arnold
Sander Temme wrote: Bread and butter. See http://httpd.apache.org/docs/2.2/vhosts/ or, more specifically: http://httpd.apache.org/docs/2.2/vhosts/name-based.html Hi Sander (and list) That link (http://httpd.apache.org/docs/2.2/vhosts/name-based.html ) says to add to the httpd.conf the

[EMAIL PROTECTED] mod_proxy giving access forbidden

2007-09-07 Thread gb1071nx
I'm trying out some rewrite rules, and I have one that works without [P] (but does it's work as a 302, found, but over there...) . But when I add [P], I get a 403 forbidden. in the non-[P] version, I can just sniff the 'location' header to find out what is being requested. Is there a way I

Re: [EMAIL PROTECTED] 1 IP with multiple sites

2007-09-07 Thread Chris Arnold
Sorry for the top-posting I have made a vhost.conf file, like so: NameVirtualHost *:80 VirtualHost *:80 ServerAdmin [EMAIL PROTECTED] ServerName name.domain.tld ServerAlias domain.tld name.domain.tld DocumentRoot /path/to/root/folder Start and stop apache2 and can access

Re: [EMAIL PROTECTED] 1 IP with multiple sites

2007-09-07 Thread Sander Temme
On Sep 7, 2007, at 4:49 PM, Chris Arnold wrote: Sorry for the top-posting That's OK, we can break that nasty habit for you. I have made a vhost.conf file, like so: NameVirtualHost *:80 VirtualHost *:80 ServerAdmin [EMAIL PROTECTED] ServerName name.domain.tld ServerAlias

[EMAIL PROTECTED] Apache proxy engineering specs

2007-09-07 Thread Shaw, Dan
Hello, Any conclusion on this would be great. 1. Does an apache proxy server create stateful or stateless connection upon request? a. Specifically using BizTalk - Although no need to answer with biztalk in mind just need answer 2. On the transport layer does

[EMAIL PROTECTED] Problem with accurate Error Status codes

2007-09-07 Thread Eric B.
Hi, I don't know if this is the right forum to ask this, and if it isn't I appologize; would you be able to direct me to the right place to ask this? I've currently got an apache/tomcat installation using mod_jk to communicate between the two. Everything works perfectly. The only issue I have

RE: [EMAIL PROTECTED] mod_proxy giving access forbidden

2007-09-07 Thread gb1071nx
duh. sorry. (about the non-plain-text and my failure to STFW). It now all works as expected, after loading not only mod_proxy but mod_proxy_http and mod_proxy_connect This error message, right there in the logs, was most helpful: [Fri Sep 07 17:49:33 2007] [warn] proxy: No protocol handler

Re: [EMAIL PROTECTED] 1 IP with multiple sites

2007-09-07 Thread Chris Arnold
OK, i am sure i am doing something wrong now b/c when i make 1 NameVirtualHost in vhost.d/, it applies to all sites. Meaning, any site you try to go to leads you to this new vhost site. Again, here is what i have done, step-by-step: -create a vhost file with these contents: --| NameVirtualHost

RE: [EMAIL PROTECTED] 1 IP with multiple sites

2007-09-07 Thread Phillip Hamilton
I missed part of your question, but keep in mind that when you create a virtual host, ALL of your sites become virtual host sites - Meaning you'll need to create a vhost entry for the original site too. (Main site goes away is the technical term I've heard for it) -Original Message- From:

Re: [EMAIL PROTECTED] 1 IP with multiple sites

2007-09-07 Thread Chris Arnold
Phillip Hamilton wrote: I missed part of your question, but keep in mind that when you create a virtual host, ALL of your sites become virtual host sites - Meaning you'll need to create a vhost entry for the original site too. (Main site goes away is the technical term I've heard for it As

RE: [EMAIL PROTECTED] 1 IP with multiple sites

2007-09-07 Thread Phillip Hamilton
Any time -Original Message- From: Chris Arnold [mailto:[EMAIL PROTECTED] Sent: Friday, September 07, 2007 10:33 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] 1 IP with multiple sites Phillip Hamilton wrote: I missed part of your question, but keep in mind that when you

[EMAIL PROTECTED] Forbidden access to userdir

2007-09-07 Thread kris duff
Hi I installed the latest apache version (2.2.6). I used the default httpd.conf file except for the userdir directory which is include the file extra/httpd-userdir.conf I can access the main website from /[..]/apache/htdocs but when I put the http://[..]/~my_user I received on my browser :

RE: [EMAIL PROTECTED] Forbidden access to userdir

2007-09-07 Thread Phillip Hamilton
You probably haven't set up a directory statement for the home dirs. Something like: Directory /home/*/public_html Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all /Directory -Original Message- From: kris duff [mailto:[EMAIL PROTECTED] Sent: Friday,