That would be the best way, but don't know how to do that in httpd.conf...
> > >
> > > On 8/2/07, tom <[EMAIL PROTECTED]> wrote:
> > > > Hi,
> > > >
> > > > thanks, works fine. Do you know if I can rename a header? I was trying
> > > > to
> do
> > > it l
Hello,
According to my previous post on the bug track:
http://issues.apache.org/bugzilla/show_bug.cgi?id=43018
This is a script in PHP that is called by the a CGI handler in Apache. HTTP
Authentification.
In a normal Apache module environnement, a HTTP Authentification is
called and
we can se
On 8/3/07, Laurent FAILLIE <[EMAIL PROTECTED]> wrote:
> The same for me.
> And it was 2 very simple compilation problem under
> HP-UX that can be solve in 5 minutes :-((
>
> Is 1.3 fasing out ?
Yes, almost all development effort is targeted at 2.2 and up. 1.3 only
gets the most critical fixes. The
On 8/3/07, ben short <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm using httpd 2.2.4 and have two virtual hosts. Is it possible to
> assign half of the available workers to each virtual host?
No. If you need to do that, the simplest way is simply use two IP
addresses and two apache instances.
There ar
hi,
i have a webapp running under tomcat on a linux machine named devint01. i
have also built apache http 2.2.4 on the machine and i added the following
proxy pass to apache's config for my application running in the tomcat
ProxyPass /timeRec http://locahost:5080/timeRec
and the reverse proxy pa
Thanks for both of you. I will try tomcat list.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive
Sent: Friday, August 03, 2007 9:06 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] RE: Failed autentication
On 8/3/07, Boyle Owen <[E
On 8/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hello,
>
> According to my previous post on the bug track:
> http://issues.apache.org/bugzilla/show_bug.cgi?id=43018
>
> This is a script in PHP that is called by the a CGI handler in Apache. HTTP
> Authentification.
Your problem is very ha
On 8/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Authentification is configured by PHP, it send to the browser required
> headers in order to provide authentification :
> header("WWW-Authenticate: Basic realm=\"Realm\"");
> header("HTTP/1.0 401 Unauthorized");
>
> For the CGI, it i
On 03/08/07, aadi <[EMAIL PROTECTED]> wrote:
> ProxyPass /timeRec http://locahost:5080/timeRec
> and the reverse proxy pass as well. the problem is when i access the
> application thru apache as proxy that is
>
> http://devint01.xxx.com/timeRec i get mis configured url on the page that
> results
>
The same for me.
And it was 2 very simple compilation problem under
HP-UX that can be solve in 5 minutes :-((
Is 1.3 fasing out ?
--- Matus UHLAR - fantomas <[EMAIL PROTECTED]> a écrit
:
> Hello,
>
> two of my bugs (39910 and 25469) were closed a fre
> hours ago as WONTFIX.
> They were filled
> -Original Message-
> From: Matus UHLAR - fantomas [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 03, 2007 10:49 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] mass bug-closing?
>
> Hello,
>
> two of my bugs (39910 and 25469) were closed a fre hours ago
> as WONTFIX.
>
Hello,
two of my bugs (39910 and 25469) were closed a fre hours ago as WONTFIX.
They were filled against 1.3, but they are applicable for 2.0 and 2.2 too
(afaik).
Was there any mass closing for 1.3 bugs, or should I take it personally?
--
Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.f
Hi,
I'm using httpd 2.2.4 and have two virtual hosts. Is it possible to
assign half of the available workers to each virtual host?
Regards
Ben Short
-
The official User-To-User support forum of the Apache HTTP Server Project.
S
On Fri, 3 Aug 2007 10:48:44 +0200
Matus UHLAR - fantomas <[EMAIL PROTECTED]> wrote:
> Hello,
>
> two of my bugs (39910 and 25469) were closed a fre hours ago as
> WONTFIX. They were filled against 1.3, but they are applicable for
> 2.0 and 2.2 too (afaik).
>
> Was there any mass closing for 1.3
Hi,
I am Ravi, working as a open source developer. I am working on Apache
Modules.
I have two modules A and B.
1. By browser, Module A get request for a service type.
2. Module A checks its service type.
3. Now It passes the whole request to Module B as its output( not to
b
On 8/3/07, Boyle Owen <[EMAIL PROTECTED]> wrote:
> > -Original Message-
> > From: Lisa Tan [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, August 02, 2007 11:45 PM
> > To: users@httpd.apache.org
> > Subject: [EMAIL PROTECTED] RE: Failed autentication
> >
> > I am trying to set up Tomcat form
Hi,
Authentification is configured by PHP, it send to the browser required
headers in order to provide authentification :
header("WWW-Authenticate: Basic realm=\"Realm\"");
header("HTTP/1.0 401 Unauthorized");
For the CGI, it is called in Apache CONF as following :
AddHandler cgi-php5 .php5 .p
Hi-
Im looking to make an entire site password protected, except for some embed
codes that get processed from publisher sites.
The password protection should not interfere with serving the publisher
javascript code that resides at some subdirectory underneath the docroot.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Henry Cavillones wrote:
> Im looking to make an entire site password protected, except for some
> embed codes that get processed from publisher sites.
>
> The password protection should not interfere with serving the publisher
> javascript code that r
On 8/3/07, Henry Cavillones <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi-
> Im looking to make an entire site password protected, except for some embed
> codes that get processed from publisher sites.
you'll want .htaccess for that.
> The password protection should not interfere with serving the publ
Brian Weed wrote:
I'm using Apache v2.2.4 (on Windows Server 2003) and
I'm trying to use both SSPI and Basic Authentication
together so that both Domain and non-domain users can
log in to my Trac Wiki site.
Withi this config:
# Domain Login
AuthName "my domain"
AuthType SSPI
SSPIAut
I'm using Apache v2.2.4 (on Windows Server 2003) and
I'm trying to use both SSPI and Basic Authentication
together so that both Domain and non-domain users can
log in to my Trac Wiki site.
Withi this config:
# Domain Login
AuthName "my domain"
AuthType SSPI
SSPIAuth On
SSPIAuth
will this work if i just wanted to restrict access to specific types of files
like say js or flvs?
but continue to password protect the entire docroot?
-Original Message-
From: Ricky Zhou [mailto:[EMAIL PROTECTED]
Sent: Fri 8/3/2007 4:09 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL
Hi,
I am trying to configure apache to support https using SSL. I followed
the instructions provided at the
http://www.apacheworld.org/ty24/site.chapter17.html and everything
went well. Even the server started without any error but when I try to
navigate to my server using browser, it doesnot conn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Henry Cavillones wrote:
> will this work if i just wanted to restrict access to specific types of
> files like say js or flvs?
> but continue to password protect the entire docroot?
If you use Satisfy any and put the allow in a , then it
should work.
Hi!
We have Novell SBS 6.5, a tree with 3 servers:
1. Border Manager sp1
2. GroupWise (NAT) sp1
3. WEB (NAT) sp6 - Apache 2, MySQL and PHP.
I wish to add a second domain to my WEB server (Apache2) using
"Named-Based".
I did read the Apache documentation and checked the HTTPD.CONF file,
but
26 matches
Mail list logo