realserver, generally, it means a web server like apache, which is
different from a proxy like squid.
On Mon, Mar 24, 2008 at 3:56 PM, Foo JH <[EMAIL PROTECTED]> wrote:
> What is a realserver?
>
>
>
> J. Peng wrote:
> > hello list,
> >
> > we have our
hello list,
we have our own realserver called QHttpd.
This realserver doesn't support SSL protocal (https).
So I have to develop a proxy before QHttpd to get it be compatible with SSL.
I was thinking using modperl handler to do it.
modperl accept the SSL connection from clients, do the verificatio
Can I return a 302 redirection code in TransHandler?
I know generally we do it in AccessHandler.
Thanks.
On Sat, Mar 1, 2008 at 1:37 PM, Raymond Wan <[EMAIL PROTECTED]> wrote:
> Not a very technical answer, but maybe an easy way of thinking of
> things. The second scenario also makes it possible for Google, etc. to
> index your web pages since it is a "real" URL. In the first case, it is
> possi
I'm still confused why we need a path_info for the additional info to
CGI/modperl scripts?
Generally under CGI we say x.cgi?key=value to pass arguments, under
modperl handler we say /myHandler/?key=value to do it, or using POST
method.
Under what case we use path_info?
//joy
On Sat, Mar 1, 2008 a
On Fri, Feb 29, 2008 at 9:52 PM, Raymond Wan <[EMAIL PROTECTED]> wrote:
> I think you'll
> pick it up in time and one starting point is to write some sample code
> and try things out...
>
I have written lots of modperl codes actually,:)
But I primarilly write with AccessHandler or ResponseHandle
On Fri, Feb 29, 2008 at 8:13 PM, Raymond Wan <[EMAIL PROTECTED]> wrote:
> Say you have a news site like:
>
> http://example.com/archive/news/2008/02/29/index.html
>
> A user might request that, but it wouldn't make sense to have 365
> "index.html"'s every year (ok, 366 this year :-) ). Instead,
On Fri, Feb 29, 2008 at 7:03 PM, Torsten Foertsch
<[EMAIL PROTECTED]> wrote:
>
> Example continued: The entry /var/www/a/b exists on disk either as file or as
> directory but /var/www/a/b/c does not. Then after MapToStorage $r->filename
> is /var/www/a/b and $r->path_info is /c/d/e.
>
Sorry I c
On Fri, Feb 29, 2008 at 11:26 AM, Geoffrey Young
<[EMAIL PROTECTED]> wrote:
> they usually
> alter the uri then let the default apache trans handler do the mapping.
btw, mapping uri to disk sources in apache2 was done in
MapToStorageHandler rather than Trans handler, is it?
Thanks to all. That really be helpful.
At what cases should we return a DECLINED or a OK from a handler?
I saw the handler of PerlTransHandler returns a
Apache2::Const::DECLINED but dont know why.
thanks.
27;ve said, you can't rewrite the request based on
Accept-Encoding header.Is it?
Thanks.
On Thu, Feb 28, 2008 at 8:30 PM, Torsten Foertsch
<[EMAIL PROTECTED]> wrote:
> On Thu 28 Feb 2008, J. Peng wrote:
>
> > no, mod_rewrite can't rewrite requests based on Accept-Enc
On Thu, Feb 28, 2008 at 8:30 PM, Torsten Foertsch
<[EMAIL PROTECTED]> wrote:
> On Thu 28 Feb 2008, J. Peng wrote:
>
> > currently I write it with PerlAccessHandler, it also works. is it
> > right with this handler?
>
> Do you want to send a redirect to the b
thanks torsten.
currently I write it with PerlAccessHandler, it also works. is it
right with this handler?
no, mod_rewrite can't rewrite requests based on Accept-Encoding header.
On Thu, Feb 28, 2008 at 7:26 PM, Torsten Foertsch
<[EMAIL PROTECTED]> wrote:
> On Thu 28 Feb 2008,
Hello members,
I need to write an input filter based on the request headers.
If request includes a "Accept-Encoding: gzip, deflate" header, I
should redirect the request to /pathA.
If request doesn't include that header, I should redirect the request to /pathB.
(pathA and pathB are web document di
coding from perl to python is easy,at least it's easy for me.
but,as many guys have said to me, from python to perl is not easy.
perl's many features,like the rich built-in variables and context,are
not so easy to be accetable by newbies.
//joy
On Wed, Feb 27, 2008 at 12:50 AM, Aaron Trevena <[EM
I like Perl than others. once a company wanted to hire me and gave me
much higher salary than the current job. But one of their conditions
is not permit to use perl, but use python instead. I'm familiar with
python too, but I hate that clause. So I gave up that job finally.:)
On Tue, Feb 26, 2008
On Sat, Feb 23, 2008 at 11:08 PM, Tina Müller <[EMAIL PROTECTED]> wrote:
> offtopic:
>
>
> On Sat, 23 Feb 2008, J. Peng wrote:
>
> > modperl is fast, but it consumes too much memory.
> > so we choose fastcgi written by C++.
>
> actually it consumes less
modperl is fast, but it consumes too much memory.
so we choose fastcgi written by C++.
On Sat, Feb 23, 2008 at 10:49 PM, Roberto C. Sánchez
<[EMAIL PROTECTED]> wrote:
> On Sat, Feb 23, 2008 at 06:25:42PM +1100, Jie Gao wrote:
> >
> > Choosing java for better performance would certainly be a joke
thanks, good note.
On Jan 14, 2008 5:12 PM, Foo JH <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Just want to slap a quick note that I've tried the following combo on
> Win32 platform (Windows 2003 Server x86):
> Apache 2.2.7 from ApacheLounge (apachelounge.com)
> modperl 2.0.3 from theoryx5 (ppd)
> li
20 matches
Mail list logo