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
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
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
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
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
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
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
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
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
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
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
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'
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
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
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
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 :
>
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
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
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
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
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.
21 matches
Mail list logo