Im tring to implement basic authentication with Apache server and
plugin's the proxy part working great but when i try to preform
request that suppose to trigger the mod_authn_dbd and its dependency's
im getting this error:
--
Hi I know I can define file with users using :
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
Can I use the same configuration but instead loading from file , the
authentication will be from DB ?
Thanks
16 PM, Eric Covener wrote:
> On Fri, Feb 6, 2009 at 12:58 PM, Meir Yanovich wrote:
> > Thanks for the reply i didn't know Apache have problem with this ..
> > any way now after fixing the variable names im having problem that the
> > Apache returns me 404 error
> >
... )
what Apache does not like now ...? )
Thanks!!!
2009/2/6 chint
> remember the rules of variable name
> _data ,_data_category is invalid variable name.
> choose data, data_category instead.
>
>
> Meir Yanovich wrote:
>
>> Hello all
>> im doing simple re
Hello all
im doing simple request to apache 2.2 on win xp with php
the request is processed throw browser XMLHttpRequest object on the client
side
the request looks like this :
index.php?A=1&_data=857&_data_category=All failed, referer:
http://localhost/index.php?_data=cars&category=All&ItemPage=1
Hello all
im using apache as reverse proxy to my application that is sitting in
tomcat using mod_jk as the connector
now the reverse proxy is working ok except one thing that i will ask later ,
the apache redirect to the application pages as i configure but when i
type manally urls to other parts o
Thanks for the link
so i understand its does not support multiplexer architecture.am i right ?
On Tue, Jul 1, 2008 at 10:13 AM, Sascha Kersken <[EMAIL PROTECTED]> wrote:
> Hi,
>
>> Hello all
>> i like to ask basic question about Apache and how does it servers the
>> requests
>> i was reading and a
Hello all
i like to ask basic question about Apache and how does it servers the requests
i was reading and also saw that in unix machine its spawn process at
start and every process uses N threads
and in windows it is multithread is that correct ? does every single
thread serve one connection and i
rver and aren't
> active on the scope of HTTPS server. Try to move/duplicate them in the
> http-ssl.conf inside the VirtualServer definition or make sure that
> they are diefined in the global scope, not HTTP virtual server scope.
>
> On Mon, Jun 30, 2008 at 6:16 AM, Meir Yanovich <
file?
>
> On Mon, Jun 30, 2008 at 2:40 AM, Meir Yanovich <[EMAIL PROTECTED]> wrote:
>> Hello all
>> im having problem on configuring apache 2.2 forward ssl requests to tomcat
>> im using basic configuration that i collected on the web ( mostly
>> using old apache )
Hello all
im having problem on configuring apache 2.2 forward ssl requests to tomcat
im using basic configuration that i collected on the web ( mostly
using old apache )
im can use ssl on the apache htdocs . but i can't make it forward to
the tomcat .
by the way with no ssl the http forwarding to t
can you please explain or give some more info/links to read
what plug ins do i need or recommended setup
thanks
On Wed, Jun 18, 2008 at 10:44 AM, Matus UHLAR - fantomas
<[EMAIL PROTECTED]> wrote:
> On 17.06.08 21:21, Meir Yanovich wrote:
>> i wander can i use apache server for
Hello all
i wander can i use apache server for web based chat systems or multi users games
as the servers that handles the connections and threads handling .
-
The official User-To-User support forum of the Apache HTTP Server Proj
sourceforge.net/
>
> ?
>
>
>
> On Mar 20, 2008, at 4:08 PM, Meir Yanovich wrote:
>
> > c++ /c
> >
> > On Thu, Mar 20, 2008 at 5:49 PM, Sean Allen <[EMAIL PROTECTED]>
> > wrote:
> >>
> >>
> >> On Mar 20, 2008, at 11:
c++ /c
On Thu, Mar 20, 2008 at 5:49 PM, Sean Allen <[EMAIL PROTECTED]> wrote:
>
>
> On Mar 20, 2008, at 11:22 AM, Meir Yanovich wrote:
>
> > Hello all
> > im looking to embed web server into my application and i wander if
> > there any possibility to do tha
Hello all
im looking to embed web server into my application and i wander if
there any possibility to do that with apache , i don't need all the functions
only the web server and the security support .
is there such way ?
-
The of
Hi
Can you please give more technical details about how you implemented
your sso solution ?
Did you used thid middle mysql db as your ldap ? Or what
Im facing with the same problem of implementing SSO for 2 or more java
applications
Also which sun framework did you used and it proved to be
Is there any way to share this cookie / session info as in memory
session?
-Original Message-
From: Gregor Schneider [mailto:[EMAIL PROTECTED]
Sent: Friday, December 22, 2006 8:56 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] How to manage single sign on with apache
Hello all
i have 2 java applications sitting on 2 separate application servers or
servlet containers lets say for simplicity 2 tomcats
now my entry gate is apache server . my question is :
is there any way to manage authentication and authorize with apache
server and with this info pass to the on
threads on unix
> -Original Message-
> From: Meir Yanovich [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 01, 2006 10:04 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] How to run single apache 1.3 process
> with multiple threads on unix
>
> H
Hello
all
i
need to run only one apache ( this is application demand) on unix ( solaris )
and
control on the amount of threads on this single process.
The
only way I managed to run single process is in debug mode –X
is
there way in the config to set one process with multiple threa
Hello all
im compiling apache 1.3 from source like this :
sh -c 'CC="cc" CFLAGS="-g -mt -xcode=pic32 -xarch=v9 -KPIC " ./configure
--prefix=/bld/myPlace/Run/apache --enable-module=so
--enable-module=most --enable-shared=max --enable-rule=SHARED_CORE
--enable-rule=SHARED_CORE' and its working jus
Hello
all
in
version 1.3 i hade this Authentication directive
that
was using simple Authentication , when apache was recognized files from *.foo
extension
it was starting the Authentication mechanism
AddHandler
foo .foo
AddType
application/foo .foo
@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] serving request only when http -X (debug mode
1 worker)
On 6/8/06, Meir Yanovich <[EMAIL PROTECTED]> wrote:
> Hello
> what does it mean is that when I run the apache with httpd -X
> it output the response to me ( slow but gives it back
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua
Slive
Sent: Thursday, June 08, 2006 3:22 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] serving request only when http -X (debug mode
1 worker)
On 6/8/06, Meir Yanovich <[EMAIL PROTECTED]> wrote:
>
>
> hello all
> i d
hello all
i did not played with the configuration yet I compiled the apache 2.2
im using prefork and not multithread according the httpd -V output
now when I start apache with ./apachectl -k start , apache don't serve
the dynamic pages from the server
PUT when I start apache with httpd -X , t
Dose
someknow why I have this error?
im trying
to click link that redirect me to different page that is with custom extension
( *.foo) that is known to apache via custom module
[Wed
Jun 07 12:56:12 2006] [error] Internal error: pcfg_openfile() called
with NULL filename
[Wed Ju
Hello
all
there
is something that I don’t understand , I try to complie apache 2.2 to support
dynamic loading to .so files ( unix dll )
my
compilation/ configuration is as this :
sh
-c 'CC="cc" CFLAGS="-g -mt./configure --prefix=/myplace/apache --enable-mods-shared=most
'
OR
s
e possibility to make apache be single
thread in SunOS
> On 3/26/06, Meir Yanovich <[EMAIL PROTECTED]> wrote:
> > Really ?
> > now this is surprise .. i was sure its single thread in windows and
multi
> > thread in unix machine
> > so how does it deal with fo
ROTECTED]>
To:
Sent: Sunday, March 26, 2006 8:17 PM
Subject: Re: [EMAIL PROTECTED] is there possibility to make apache be single
thread in SunOS
> On 3/26/06, Meir Yanovich <[EMAIL PROTECTED]> wrote:
>
> > in the configuration of apache 1.3.27 , is there any possibility to make
Hello
in
the configuration of apache 1.3.27 , is there any possibility to make apache
act like single thread process?
Regards
he mod_ssl shared object and the client programs (like
ab) link against openssl. I'm not even sure that you can get SSL
support in the 1.3 series without the mod_ssl patch...
What exactly are you worried about?
Issac
Meir Yanovich wrote:
> Hello all
>
> I compiled apache 1.3.27 on
Hello
all
I
compiled apache 1.3.27 on SunOs , I wanted to know if I can disable the use of
SSL in apache
I
don’t use mod_sll but maybe apache has its own inner use of ssl , if it does
how can I disable it ?
thanks
allot
Regards
Meir Yanovich
Leap NextGen R&D (Infra
gt; -----Original Message-
> From: Meir Yanovich [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 24, 2006 8:07 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] what is the minimod modules list for apache to load
on SunOs
>
> Hello all
> im still trying to sol
Hello all
im still trying to solve the wchar_t problem i have , im trying to eliminate
the causes
now i notice im loading list of *.so files that i dont know if i even need
all of them .
i know by typing httpd -l that apache did linked statically mod_so and
http_core.c .
now the problem is when i c
Hello all
im newbee to this forum so hello all!
i have compiled apache 1.3.27 on SunOS sparc 9 i develop simple plug to do
some stuff.
my question is how can i prevent apache to use wchar_t but rather the usual
char type
because after i load the apache server after short period of time it crashed
a
36 matches
Mail list logo