On Wed, 03 Sep 2008 04:32:16 -0500, Ben Spencer
<[EMAIL PROTECTED]> wrote:
>Dedicated device = ??
I was thinking of something like Packeteer, ie. not a regular PC
running *nix + Apache.
>What type of applications are running on server 1 & server 2? Sticky
>sessions being used?
At this point, we
Hi,
i would like to rewrite some of my pages so i have the following .htaccess
file under my subfolder _sub/test/
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^article-([0-9]+)-([0-9]+)\.php$ article.php?numero=$1&page=$2
[L]
i also have 1 file article.php which only display the numero
I have a problem with a simple (allegedly) function to read socket data and
save it in a file.
The code look as follows:
// Set the ip and port we will listen on
$host = '127.0.0.1';
$port = 2;
set_time_limit(0);
// create low level socket
if(!$socket=socket_create(AF_INET,SOCK_STREAM,0)
Nick Kew wrote:
On Sat, 13 Sep 2008 15:00:44 -0300
Michael Caplan <[EMAIL PROTECTED]> wrote:
I guess I am hung up on the legacy of mod_gzip, which forced
dynamically generated data to be dechunked before gzipped.
WTF are you talking about?
From: http://schroepl.net/projekte/mod_g
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I'm using Apache 1.3 with module mod_proxy to redirect some requests to
other servers.
Unfortunately that only redirects the URLs in the HTTP Header. URL's
containing in the html files are not "rewritten" so far.
Researching the internet told me t
On Sat, 13 Sep 2008 15:00:44 -0300
Michael Caplan <[EMAIL PROTECTED]> wrote:
> I guess I am hung up on the legacy of mod_gzip, which forced
> dynamically generated data to be dechunked before gzipped.
WTF are you talking about?
> PS - I agree that PHP doesn't concern itself with chunking,
Exact