[us...@httpd] logging URLs

2009-05-21 Thread Melanie Pfefer
Hi Is it possible for apache to log the URL requested even if some web applications are obtained via RewriteRule to another servlet or another apache instance? Thank you - The official User-To-User support forum of the

[us...@httpd] virtual hosts and rewrite rules

2009-05-21 Thread Melanie Pfefer
Hi I have an apache instance where I defined several rewrite rules and ProxyPassReverse that redirects to other web applications. I added a virtual host in the conf file NameVirtualHost *:80 ServerAdmin y...@example.com DocumentRoot "/usr/local/apache2/htdocs" RewriteEngine On RewriteRule

Re: [us...@httpd] Httpd on Ubuntu 9.04

2009-05-21 Thread Res
On Thu, 21 May 2009, Frank Gingras wrote: The debian maintainers though it would be suitable to rename it to apache2 / apache2ctl. See: http://wiki.apache.org/httpd/DistrosDefaultLayout I often wonder who is worse, Micro$oft or Debian, both want everything "their" way. My solution for the

Re: [us...@httpd] Httpd on Ubuntu 9.04

2009-05-21 Thread Frank Gingras
The debian maintainers though it would be suitable to rename it to apache2 / apache2ctl. See: http://wiki.apache.org/httpd/DistrosDefaultLayout Frank Jason Todd Slack-Moehrle wrote: Hi Jim Still nothing -Jason On May 21, 2009, at 8:42 PM, Jimmyboy wrote: Hi Jason, I think it should be f

Re: [us...@httpd] Httpd on Ubuntu 9.04

2009-05-21 Thread Jason Todd Slack-Moehrle
Hi Jim Still nothing -Jason On May 21, 2009, at 8:42 PM, Jimmyboy wrote: Hi Jason, I think it should be find / -iname httpd. Rgds, Jim =-=-= On Fri, May 22, 2009 at 8:38 AM, Jason Todd Slack-Moehrle > wrote: Hi Peter, sudo find / -name httpd returned nothing.. -Jason On May 21, 2

Re: [us...@httpd] Httpd on Ubuntu 9.04

2009-05-21 Thread Jimmyboy
Hi Jason, I think it should be find / -iname httpd. Rgds, Jim =-=-= On Fri, May 22, 2009 at 8:38 AM, Jason Todd Slack-Moehrle < mailingli...@mailnewsrss.com> wrote: > Hi Peter, > > sudo find / -name httpd > > returned nothing.. > > -Jason > > On May 21, 2009, at 7:36 PM, Peter J Milanese w

Re: [us...@httpd] Httpd on Ubuntu 9.04

2009-05-21 Thread Jason Todd Slack-Moehrle
Hi Peter, sudo find / -name httpd returned nothing.. -Jason On May 21, 2009, at 7:36 PM, Peter J Milanese wrote: find / -name httpd - Original Message - From: Jason Todd Slack-Moehrle [mailingli...@mailnewsrss.com] Sent: 05/21/2009 07:34 PM MST To: users@httpd.apache.org Subje

Re: [us...@httpd] Httpd on Ubuntu 9.04

2009-05-21 Thread Peter J Milanese
find / -name httpd - Original Message - From: Jason Todd Slack-Moehrle [mailingli...@mailnewsrss.com] Sent: 05/21/2009 07:34 PM MST To: users@httpd.apache.org Subject: [us...@httpd] Httpd on Ubuntu 9.04 Hello All, am I blind, I am trying to install ColdFusion on Ubuntu 9.04 and it

[us...@httpd] Httpd on Ubuntu 9.04

2009-05-21 Thread Jason Todd Slack-Moehrle
Hello All, am I blind, I am trying to install ColdFusion on Ubuntu 9.04 and it asks for where httpd is. I looked in /usr/sbinnothing I did a locate for httpd and I get /etc/apache2/httpd.conf stuff in /usr/lib/apache2 stuff in /usr/share/doc No httpd binary. Apache works though What s

Re: [us...@httpd] What is the best way to handle "too many open files" errors?

2009-05-21 Thread Sean Conner
It was thus said that the Great Mick Sheppard once stated: > Hi, > > Just to throw a slight spanner in the works here. My understanding of > 'open files' is open file descriptors. As far as a file descriptor is > concerned there is no real difference between a physical file on disk > and a socket

Re: [us...@httpd] Mod_rewrite and mod_proxy_balancer

2009-05-21 Thread Igor Cicimov
Try this one RewriteCond %{HTTP_REQUEST} storeid=1001 RewriteCond %{HTTP_REQUEST} langid=-1 RewriteRule (.*) $1&checkFlag=true [L] Cheers, Igor On Fri, May 22, 2009 at 3:20 AM, ricardo figueiredo < ricardoogra...@gmail.com> wrote: > Hi, > > I use rewrite because there is a directive RewriteMap

RE: [us...@httpd] What is the best way to handle "too many open files" errors?

2009-05-21 Thread palewire
Mick, Thanks for your expertise and time. Here are my settings in httpd.conf, which I've tweaked in the last couple days per some advice from my host. StartServers 2 MinSpareServers2 MaxSpareServers5 ServerLimit 200 MaxClients 200 MaxRequestsPerChild 4000 And here'

[us...@httpd] mod_proxy_http persistant connection issue

2009-05-21 Thread Anthony Catel
Hi all, Hi, I have a question about mod_proxy_http. Apache keep the connection alive with the proxied server even if the user has disconnected. (.htaccess http://apache.pastebin.ca/1430422). Any idea ? ;) Thanks - The official

[us...@httpd] Re: Disallow CONNECT method

2009-05-21 Thread Matthew Tice
On Thu, May 21, 2009 at 10:18 AM, Matthew Tice wrote: > I can't seem to disallow the CONNECT method. Not matter what I try I keep > getting a 502 error. Here's the output of my installation: > We ended up moving our rewrite rule INTO the virtualhost directive: RewriteEngine on RewriteCond %{R

Re: [us...@httpd] Rewrite: modify http_host for many subdomains

2009-05-21 Thread Tom Evans
On Wed, 2009-05-20 at 13:04 -0700, Pete Nesbitt wrote: > Hi, > We are changing one of our domain names which has about 150 host/subdomains. > Apache version is 2.0.52 on RHEL4 > > Current http_host's would look something like this: > service1.old-domain.com > service2.old-domain.com > host1.subdo

Re: [us...@httpd] tomcat without apache in front

2009-05-21 Thread Tom Evans
On Wed, 2009-05-20 at 19:28 -0600, si...@allumezinfotech.com wrote: > This is pretty cool explanation .. thanks so much and absolutely my bad > this particular thing of port 80 should be asked in tomcat user group ;) > > But any thoughts on handling of load for tommcat and apache in this case : >

Re: [us...@httpd] Mod_rewrite and mod_proxy_balancer

2009-05-21 Thread ricardo figueiredo
Hi, I use rewrite because there is a directive RewriteMap. With this directive I can use external program to classify requests. Other thing, the external program receive load information (CPU, RAM, etc..) about cluster. For example, If CPU > 80% then I drop request; else

[us...@httpd] Disallow CONNECT method

2009-05-21 Thread Matthew Tice
I can't seem to disallow the CONNECT method. Not matter what I try I keep getting a 502 error. Here's the output of my installation: # /opt/apache2/bin/httpd -v Server version: Apache/2.2.9 (Unix) Server built: Jun 18 2008 03:03:38 # /opt/apache2/bin/apachectl -t -D DUMP_MODULES Loaded Module

Re: [us...@httpd] Mod_rewrite and mod_proxy_balancer

2009-05-21 Thread mur
Hi All, I need help regarding mod_rewrite rules I have a url https://mydoamin.allbusiness.com/eDomain/servlet/ReLogonFormView?storeId=10001&langId=-1 and i want apache to rewrite this url to https://mydoamin.allbusiness.com/eDomain/servlet/ReLogonFormView?storeId=10001&langId=-1;chekFlag=true i

RE: [us...@httpd] What is the best way to handle "too many open files" errors?

2009-05-21 Thread Mick Sheppard
Hi, Just to throw a slight spanner in the works here. My understanding of 'open files' is open file descriptors. As far as a file descriptor is concerned there is no real difference between a physical file on disk and a socket (network connection). So eliminating physical files, whilst it might ge

[us...@httpd] CacheDisable in servlet /captcha.jpg

2009-05-21 Thread Frank Hamilton
Hello, I install apache with mod_cache but when I try to avoid that /captcha.jpg servlet was cached It`s fails. And a cached catcha image it's send to client. Maybe I don't use well the cacheDisable directive. The servlet launch in http://:/captcha.jpg and I use "CacheDisable /captcha.