Please my friend, can you be more specifyc...I mean how the code will look.
Thanks and Regards.
- Original Message -
From: "Eric Covener" <[EMAIL PROTECTED]>
To:
Sent: Monday, July 28, 2008 7:40 PM
Subject: [***SPAM*** Score/Req: 18.0/5.0] Re: [EMAIL PROTECTED] .htaccess
Redirection
Hi Ron
> I notice configure for 2.2.8 was generated by GNU Autoconf 2.60 and for
> 2.2.9 it was 2.62. I just upgraded to 2.61 (don't know what from). I
> wonder if that's relevant?
More info.
I just re-ran the command in the 2.2.8 directory, and it works without
error. So it's not an autoconf er
Hi Stephen
> I don't think --enable-mod is a valid argument to the configure command.
> You should be specifying the module explicitly, e.g --enable-expires
> etc..
H. Odd.
Here's the corresponding line from the config.log run for 2.2.8 (I kept
the whole directory):
$ ./configure --prefix
Hi Angello
> I faced the exact same problem with the new release 2.2.9 .
> struggled with it for few hours ... then dediced to use 2.2.8
> which worked perfect on those same options.
Argh! Many thanx! I wondered if it was an Apache problem.
--
Ron Savage
[EMAIL PROTECTED]
On Mon, Jul 28, 2008 at 5:52 PM, Alberto García Gómez
<[EMAIL PROTECTED]> wrote:
> I had this conf in my httpd.conf, in the VirtualDirectory of one website:
>
> RewriteEngine On
> RewriteLogLevel 9
> RewriteRule ^/.*\.html$ /index.php?$1 [L]
> RewriteRule ^/.*\.htm$ /index.php?$1 [L]
>
> And I need
I had this conf in my httpd.conf, in the VirtualDirectory of one website:
RewriteEngine On
RewriteLogLevel 9
RewriteRule ^/.*\.html$ /index.php?$1 [L]
RewriteRule ^/.*\.htm$ /index.php?$1 [L]
And I need to create a .htaccess file to work identical. I had try but
nothing work :-(
--
Hi All,
I tried
#include "apr_md5.h"
unsigned char *hash = apr_palloc(r->pool, APR_MD5_DIGESTSIZE);
apr_md5(hash,"forest",APR_MD5_DIGESTSIZE);
ap_log_rerror(APLOG_MARK, APLOG_ERR, APR_SUCCESS,r,"Hash %s to %s
","forest" ,hash);
I get some chunk values instead of
echo -n "forest" | md5sum
Well, I'll answer myself before anyone else gets the chance to :)
--- On Mon, 7/28/08, Bobby Jack <[EMAIL PROTECTED]> wrote:
> I'm thinking [the problem] can be resolved using
> RewriteRule with an appropriate condition on HTTP_REFERER.
It seems as if I cannot determine the HTTP_REFERER when it'
Hi all,
This IS an apache-related question, even if it might not sound like it at
first, so please bear with me :)
I'm maintaining a site whose http/https configuration is all muddled up, partly
because of the (lack of) facilities available in the CMS used to deliver it.
However, I'm consideri
Hello List,
I work since some days on this problem and don't find any solution.
Background:
I have a glassfish app-server which generate a webservice and the
wsdl file with the xsd file. Now I wan't secure this with basic auth.
I did this with glassfish.
Now the problem is that the wsdl file h
Hi Rainer, *;
and first off, thanks for being patient enough reading through all the long
message to the very end, as well as for your comment on that. :)
Rainer Sabelka schrieb:
[...]
> I've observerd similar problems with large POST requests which sometimes time
> out on the backend servers wh
Why not just call out each module? Rather than the space separated list just do
something like:
--enable-info \
--enable-status \
etc.
Actually I normal build it as shared so it's:
--enable-info=shared \
--enable-status=shared
etc.
Todd
From: Agnello George
On 7/28/08, Ron Savage <[EMAIL PROTECTED]> wrote:
>
> Hi Davide
>
> On Mon, 2008-07-28 at 10:24 +0200, Davide Bianchi wrote:
> > Ron Savage wrote:
> > > I tried the command I used with V 2.2.8, with variations, but can't get
> > > configure to work. I could not see this problem in the archives.
> >
Hi Davide
On Mon, 2008-07-28 at 10:24 +0200, Davide Bianchi wrote:
> Ron Savage wrote:
> > I tried the command I used with V 2.2.8, with variations, but can't get
> > configure to work. I could not see this problem in the archives.
>
> And what does ./configure --help shows about '--enable-mod' ?
On Monday 28 July 2008 11:04:36 Kristian Rink wrote:
> Folks;
>
> dealing with this issue again; yet not really being capable of resolving
> it. Maybe someone does have some more ideas on that. Scenario:
>
> - apache 2.2 (Ubuntu 8.04) as reverse proxy in front of a glassfish v2
> application server
Folks;
dealing with this issue again; yet not really being capable of resolving it.
Maybe someone does have some more ideas on that. Scenario:
- apache 2.2 (Ubuntu 8.04) as reverse proxy in front of a glassfish v2
application server (seems to be unrelated to the latter one, though, same
issue app
Hi ron,
I don't think --enable-mod is a valid argument to the configure command.
You should be specifying the module explicitly, e.g --enable-expires
etc..
To make it easier on yourself you could do what I do and put your
configure command line into a shell script called configure.sh, then you
c
Krist van Besien wrote:
On Thu, Jul 24, 2008 at 18:02, André Warnier <[EMAIL PROTECTED]> wrote:
[...]
You need a reverse proxy, this allows to consolidate several
webservers in to one "webspace" on one server. You could even make
this server available from outside using https and authenticat
Ron Savage wrote:
I tried the command I used with V 2.2.8, with variations, but can't get
configure to work. I could not see this problem in the archives.
And what does ./configure --help shows about '--enable-mod' ?
Davide
--
Ah. So-called "developers" who cannot be bothered to skim an
O'Reil
Hi Folks
I tried the command I used with V 2.2.8, with variations, but can't get
configure to work. I could not see this problem in the archives.
This is Debian 2.6.25-2-686 and bash.
(1)
[EMAIL PROTECTED]:~/httpd-2.2.9$ ./configure --prefix=$HOME/httpd/prefork
--with-mpm=prefork --enable-mod=in
20 matches
Mail list logo