Write your own 404 page? Is that good enough?
On Fri, Nov 20, 2009 at 7:28 AM, Haroon Rafique
wrote:
> Hi there,
>
> I am running a reverse proxy (using mod_proxy) and I would like to
> internally rewrite (using mod_rewrite) certain files and instead send their
> pre-compressed .gz versions. I h
I am having a serious problem with my site running out of memory. apache is
leaking memory/processes.
I have half a dozen virtual hosts, but relatively light traffic, around 40,000
accesses per day (that includes all files on all hosts), so on the order of 1
access per second average.
Current
Another question.
Why does this in the config fill the log files with the errors below.
Googling does not seem to offer any apparent answers :-(
# --- weather website
RewriteRule ^/weather$ /weather/ [R]
ProxyPass /weather/ http://ms-weather.curric4185
I enabled comment pass through, and it still broke.
Would not pass through the comments ..
Non valid HTML .. if that is correct ?
More complete listing of the front of the source at the end
Regardless ..
So from what you are saying proxy_html does NOT filter comments,
even if I if they were
Norman Peelman wrote:
Nathaniel Kofalt wrote:
kofal...@umn.edu wrote:
Hello!
I am a relatively inexperienced Apache administrator, running a
small public website. Traffic is extremely low, and in general the
site runs fine.
However, I have noticed huge, automated vulnerability scans from
r
--- Mensaje Original --
De: felip...@cantv.net [felip...@cantv.net]
Para: users@httpd.apache.org [us...@httpd.apache.org]
Cc:
Asunto: **Problem modules mod_proxy.so***
Fecha: 19/11/2009 15:47:32
Mensaje:
Hi.I have problem with the module
"mod
Hi there,
I am running a reverse proxy (using mod_proxy) and I would like to
internally rewrite (using mod_rewrite) certain files and instead send
their pre-compressed .gz versions. I have minified and compressed versions
of .js and .css files available with .gz extensions (using yuicompressor
Hi,
I have a web site which I would want to allow only users after authenticating
them against our Active Directory. I wanted to place .htaccess file in the main
web folder
1. Do I need to install "mod_authz_ldap" module ? And is there any other module
which I would need to install ?
2. Also
This seems applicable to any filtering module that requires
configuration, though I am primarily interested in mod_sed,
mod_substitute or mod_line_edit.
Furthermore, I run into the same issue using the deprecated directives
from core: [AddOutputFilterByType] and [SetOutputFilter].
Currently mod_fi
Peter Schober wrote:
> * Hendrik Schmieder [2009-11-19 12:53]:
>> Is mod_fcgid stable enough for production usage ?
>
> "Yes"
agreed [1]
[1] there is an issue handling large POST bodies in 2.3.4, you may wish to stay
with 2.3.1 (not recommended though), or grab from subversion, or hold for 2.3.
Hendrik Schmieder wrote:
> Hello,
>
> can somebody tell why mod_fcgid is not part of the apache distribution ?
Mostly because it is evolving faster/out of sync with the httpd distribution,
and applies to all of the 2.0, 2.2 and trunk distributions.
Will it become part of the core once it is 'bak
On 19 Nov 2009, at 17:19, Jérémie G wrote:
> Any idea will be highly appreciated.
http://www.apachetutor.org/admin/reverseproxies
--
Nick Kew
-
The official User-To-User support forum of the Apache HTTP Server Project.
See htt
Hello everyone,
I'm currently trying to allow access to several internal website on
one main https external website (the proxy server is using httpd
version "2.2.9-10+lenny6"). Bellow is my test vhost :
ServerName test.lan
ServerAdmin supp...@test.lan
SSLEngine On
Guys and list mates,
I got a strange problem. We are using mod_ajp on two boxes. Each box has three
JVM. We had try to set up a proxy balancer for the jvm's
BalancerMember ajp://taprcomwap06:8009 smax=20 min=0 max=10 loadfactor=1
flushpackets=on route=node1
BalancerMember ajp://taprco
On the build machine
a) Execute configure
b) Execute make
c) Execute make install
then create your package (in my case a tar.gz file).
On the runtime machine:
Use LD_LIBRARY_PATH and provide the path to your *customized* httpd.conf.
(option -f)
You may want to rewrite apachectl to set the app
On Thu, Nov 19, 2009 at 2:13 PM, Diego, Emil
wrote:
> There are some sections of the site that I wanted to setup aliases for so
> when you browse to www.bus.miami.edu/businessmiami/,
> www.bus.miami.edu/inthenews/ and www.bus.miami.edu/embapr/ you
> automatically get redirected to the specified p
2009/11/19 Diego, Emil :
> There are some sections of the site that I wanted to setup aliases for so
> when you browse to www.bus.miami.edu/businessmiami/,
> www.bus.miami.edu/inthenews/ and www.bus.miami.edu/embapr/ you automatically
> get redirected to the specified page.
>
> RedirectMatch /busin
There are some sections of the site that I wanted to setup aliases for so when
you browse to www.bus.miami.edu/businessmiami/, www.bus.miami.edu/inthenews/
and www.bus.miami.edu/embapr/ you automatically get redirected to the specified
page.
RedirectMatch /businessmiami(/|$)
"http://www.bus.mi
Nick Kew wrote:
Philip Wigg wrote:
I've just tested mod_proxy_html and it seems to pass through the IE7
code you supplied fine with me.
Indeed.
It may be that the OP has a "comment" that is right outside the "html",
and a scenario something like
http://bahumbug.wordpress.com/2006/10/12/mod_proxy_html-revisit
Boyle Owen wrote:
I think the reason no-one has replied is that no-one knows...
Very likely true, though I'd add I don't think I've seen the post
you're replying to.
The internal web site uses a "CSS Hack" (??) to get around browser
issues in IE.
When I browse the internal site dir
* Hendrik Schmieder [2009-11-19 12:53]:
> Is mod_fcgid stable enough for production usage ?
"Yes"
-peter
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> f
Eric Covener schrieb:
On Thu, Nov 19, 2009 at 5:57 AM, Hendrik Schmieder
wrote:
Hello,
can somebody tell why mod_fcgid is not part of the apache distribution ?
mod_fcgid was maintained by a third party until relatively recently,
and just recently being worked on inside of Apache as a sub-pro
From: Brian Mearns
> On Thu, Nov 19, 2009 at 5:34 AM, Philip Wigg wrote:
> >> I am installing Apache web server 2.2.14 on RHEL 4. When I am running
> >> configure command in the apache, it is throwing error “No c++ compiler
> >> found”.
> >
> > This isn't an Apache question but anyway, you probabl
On Thu, Nov 19, 2009 at 5:34 AM, Philip Wigg wrote:
>> I am installing Apache web server 2.2.14 on RHEL 4. When I am running
>> configure command in the apache, it is throwing error “No c++ compiler
>> found”.
>
> This isn't an Apache question but anyway, you probably just need to
> type 'up2date
On Thu, Nov 19, 2009 at 5:57 AM, Hendrik Schmieder
wrote:
> Hello,
>
> can somebody tell why mod_fcgid is not part of the apache distribution ?
mod_fcgid was maintained by a third party until relatively recently,
and just recently being worked on inside of Apache as a sub-project of
the HTTP Serv
Hello:
We found the problem.
We have a lot of virtual hosts, which are launching a lot of rotatelog.exe
processes, which are consuming so much memory that the desktop heap is getting
exhausted. About desktop heap:
http://blogs.msdn.com/ntdebugging/archive/2007/01/04/desktop-heap-overview.aspx
Hello,
can somebody tell why mod_fcgid is not part of the apache distribution ?
tia
Hendrik
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more
> I am installing Apache web server 2.2.14 on RHEL 4. When I am running
> configure command in the apache, it is throwing error “No c++ compiler
> found”.
This isn't an Apache question but anyway, you probably just need to
type 'up2date gcc'. Unless there's a reason why you want to install
Apache
Hi,
What version of mod_proxy_html are you using? You must have more code than
you posted or are you using an old version of mod_proxy_html?
In the distribution I have, there's a file called proxy_html.conf which
contains all the following example configuration. Do you not have this in
yours?
Pr
Hi,
I am installing Apache web server 2.2.14 on RHEL 4. When I am running
configure command in the apache, it is throwing error "No c++ compiler
found".
Can anyone help me on where we will get GCC and which version of it and
How to install it?
Thanks Regards,
Vamshi
supplement to previous post:
This looks something like your problem:
http://apache.webthing.com/mod_proxy_html/faq.html#script
Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.
From: Peter de Groot [mailto:peter.de.
I think the reason no-one has replied is that no-one knows...
You are using a 3rd party module that many people will be unfamiliar with (eg,
me) so it's not too surprising no-one feels able to respond. I did look up the
module's homepage and noticed that the author offers to try to help out
reg
Hi,
Please help ... been grinding away for days :-).
I am trying to reverse proxy to my internal web site from the outside.
The internal web site has CSS and Java and everything.
HOWEVER.
The internal web site uses a "CSS Hack" (??) to get around browser
issues in IE.
When I browse the
Simon Walter wrote:
...
My questions is: Does anyone know of a document that describes what I
need to make Apache authenticate via LDAP over SSL or TLS connecting to
a MS AD server?
Greetings.
There are so many variations of authentication and so many
misunderstandings in that domain, th
Hi all,
This is my first message to the list. Greetings.
First off I'll start by saying that I've scoured the search engines and
searched this list and found only bits and pieces. I'm not going to
report any problems right away.
My questions is: Does anyone know of a document that describes
36 matches
Mail list logo