It actually seems like the size of the contents is increased by mod_deflate...
but yes, it is definitely processed by mod_deflate. The reason why the
compressed content is bigger than the input probably is that the amount of data
is so small.
Regarding the compression level, be aware that you m
Hi All, i hav refered in axis c++ manual that out of 2 ways to play with webservices , it was explained about starting with WSDL to code generation... but can any one explain about the second method i.e writing the service and generating a WSDL for dat service and continue... info: it was m
Great and thanks a lot Oliver. It's working now. I can logon to the
Netweaver through apache reverse proxy. Final configuration which I
have set in my apache :
...
ProxyRequests Off
ProxyPass /irj http://www.domain.com/irj
ProxyPassReverse /irj http://www.domain.com/irj
ProxyPass /logon http://www
On 1/15/06, Benoni Jose <[EMAIL PROTECTED]> wrote:
> Hi, Thanks,
>
> What is an internal re-direct? What I presume happens is that once all the
> rewrite rules are processed and we are left with the final URI apache goes to
> fetch that and in doing so starts the whole process off again. Is this
Tom Allison wrote:
I've been "fiddling" with some of the more advanced features of HTTP, or
at least trying.
Glad to know what kind of mailing list this is...
I'll save my questions for someone else, thank you.
-
The official
So to clarify a question: Does it loop each RewriteRule or all the RewriteRule
s together?
Thanks
Benoni
On Sunday 15 January 2006 21:29, Joshua Slive wrote:
> On 1/15/06, Benoni Jose <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I was having some problems with mod_rewrite and have made a couple o
Hi, Thanks,
What is an internal re-direct? What I presume happens is that once all the
rewrite rules are processed and we are left with the final URI apache goes to
fetch that and in doing so starts the whole process off again. Is this
right?
If it is then what is happening is that it will l
On 1/15/06, Benoni Jose <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I was having some problems with mod_rewrite and have made a couple of test
> configurations which have isolated the problems I'm having.
>
> The first problem is that each rewrite rule is being repeatidly executed until
> it fails, howeve
Hi,
I was having some problems with mod_rewrite and have made a couple of test
configurations which have isolated the problems I'm having.
The first problem is that each rewrite rule is being repeatidly executed until
it fails, however I thought it should only execute a rewrite rule once. This
On 1/15/06, Gary W. Smith <[EMAIL PROTECTED]> wrote:
>
>
> Is this following possible and if so how could it be accomplished?
>
> We have a number of users on a web server that access the system via
> users.domain.com/theirloginid (note that this isn't ~theirloginid). Is it
> possible to configure
Check out this sample chapter from Pro Apache 3rd edition,
by Peter Wainwright. It covers hosting more than one
website.
http://www.apress.com/book/supplementDownload.html?bID=275&sID=2134
You may need to use user's home directories to add sites on
the fly.
I'm not sure if there is a way to
Title: Auto Vhost question
Is this following possible and if so how could it be accomplished?
We have a number of users on a web server that access the system via users.domain.com/theirloginid (note that this isn’t ~theirloginid). Is it possible to configure a vhost in such a way that they
Dear members --
i'm not sure if this is the right forum for this or not. i'm trying to
set up a small program called Data
Mine which essentially does a local search on text documents and returns
a two page web type output (see here for example
http://jonathanscorner.com/etc/datamine/dat
Hello Nick,
Thanks for your comment.
I have already added the report in Apache bugzilla a few weeks ago.
It is #38070.
So far, nobody pick it up.
The problem happened a little bit more complicate config.
PC(Browser) => Apache1 (CGI) => Apache2 (Content server).
The CGI do forward the "if-modified
14 matches
Mail list logo