On Mon, Sep 26, 2005 at 03:01:37PM -0400, Yu, Ming wrote:
> Is the patch available for download?
Plz, see the first link in:
> -Original Message-
> http://issues.apache.org/bugzilla/show_bug.cgi?id=36563
> http://mail-archives.apache.org/mod_mbox/httpd-users/200509.mbox/%3c2005
> [EMAIL P
Hi!,
I am embedding my .Net user controls ( created through Class library
template) in HTML object tag.
But the user control is not getting downloaded in IE 6.0
I created and compiled my dll using the .Net Framework and placed it
along with the HTML in
the ROOT directory of Tomcat Web Server
Hi!,
I am embedding my .Net user controls ( created through Class library
template) in HTML object tag.
But the user control is not getting downloaded in IE 6.0
I created and compiled my dll using the .Net Framework and placed it
along with the HTML in
the ROOT directory of Tomcat Web Serve
Hi there,
On September 26, 2005 10:36 pm, Jignesh Badani wrote:
> [Mon Sep 26 18:01:09 2005] [notice] child pid 11892 exit signal
> Segmentation fault (11)
>
> [Mon Sep 26 18:25:03 2005] [notice] child pid 27766 exit signal Illegal
> instruction (4)
> [Mon Sep 26 18:25:42 2005] [notice] child
Alex Karasulu wrote:
Hello,
I have a very unusual problem running httpd 1.3.27 on Solaris 2.8. The
daemon is forking and consuming 80-95% of the CPU and meanwhile requests
are just hanging. Nothing seems to be making it into the logs. We're
totally perplexed about this one. Unfortunately
Greetings Folks,
We have been running pretty smoothly 3 instances each of Apache2 (2 of
them on 2.0.48 and the 3rd one is running 2.0.51) for over an year now on
2 load balanced Solaris 8 (SunFire 480R 2 - Ultra Sparc 3 900Mhz CPU and 4
GB RAM) boxes.
2 of the instances (2.0.48 - Extranet and
Hello,
I have a very unusual problem running httpd 1.3.27 on Solaris 2.8. The
daemon is forking and consuming 80-95% of the CPU and meanwhile requests
are just hanging. Nothing seems to be making it into the logs. We're
totally perplexed about this one. Unfortunately these production
syst
I run a Apache on NetBSD 1.6, using .htaccess-files every now and then. The
files are readable by the apache user but not world-readable, and they work
just fine, except for the following.
In the server root, there is a symbolic link to phpmyadmin, owned by root.
Now as to the thing I don't unde
FYI. There are alternative web servers availabel for people who have problems running Apache on their computers. I was able to setup QnE to run PHP in 5 minutes. But, setup instructions are hard to find: Go to Help then click on Frequently Asked Questions.Quick n Easy Web Server Professional Ve
Ok. Although I managed to get it working when creating an alias that
was under the server-root, I still wanted to get it working for
directories outside of the server-root.
I done what you mentioned, and created a .htaccess file and placed it
in the following directory...
"C:/Documents and Settin
On 9/26/05, Trystan Hughes <[EMAIL PROTECTED]> wrote:
> Hi I have checked my Apache Error log and it states the following...
>
> Directory index forbidden by rule: c:/documents and
> settings/trystan/my documents/
This means that the Options directive applying to that directory did
not have the In
Hi I have checked my Apache Error log and it states the following...
Directory index forbidden by rule: c:/documents and
settings/trystan/my documents/
So with this, I chanded the 'Alias' directive in the httpd.conf file
to the following...
Alias /test_alias/ "C:/Program Files/Apache Group/A
On Monday 26 September 2005 20:15, Joshua Slive wrote:
> On 9/26/05, Normand Mongeau <[EMAIL PROTECTED]> wrote:
> > Hi All,
> >
> > this is my first posting here, so please bear with me if I'm at the wrong
> > place.
> >
> > I'm looking at Apache to be used as an HTTP server, to access a GemStone
>
I've been trying to get mod_ldap to do basic auth to multiple (failover)
servers, via ldaps, and non standard ports. Trying to do this under
apache2, I was able to do it after several fixes, which not being a
programmer, I figure I run this thru the list for comments:
My setup are three ldap ser
On 9/26/05, Konstantine <[EMAIL PROTECTED]> wrote:
> Hi
> Assuming there will be no allow directive, is there a functional,
> resource etc difference, or a reason why one should be used rather
> than other, between
>
>
> Order Deny,Allow
> Deny from all
>
>
> and
>
>
> Order Allow,Deny
> Deny fr
Hi
Assuming there will be no allow directive, is there a functional,
resource etc difference, or a reason why one should be used rather
than other, between
Order Deny,Allow
Deny from all
and
Order Allow,Deny
Deny from all
thanks
K
---
Trystan Hughes wrote:
Hi all,
I want to create an Alias in the apache httpd.conf file and have done
so like this
Alias /test_alias/ "C:\Documents and Settings\Trystan\My Documents\"
So, what this should effective do is to print the directory contents
of 'My Documents' directory when I enter
Hi,
Can you help with a hint for this scenario:
* If Apache is used as an http reverse proxy,
* if it relays a response from a backend server to a client,
* if the response is in HTTP/1.1 chunked transfer encoding,
* and if the response consists of many small chunks,
* then the proxy buffers the
Hi,
There are number of solutions to this. Generally I would use
something like Java, in a Tomcat, or maybe something like PHP.
One advantage of PHP over Java, is that you don't need a second
server running the application. The other advantage is
that you have much more control over the spec
On 9/26/05, Normand Mongeau <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> this is my first posting here, so please bear with me if I'm at the wrong
> place.
>
> I'm looking at Apache to be used as an HTTP server, to access a GemStone
> database at the back end. In my scenario all pages will be active.
On 9/26/05, Sean Conner <[EMAIL PROTECTED]> wrote:
> > I'm not sure if there is a way to do that with PHP. With a CGI
> > script, you simply give it a name starting in nph- (for "non-parsed
> > header") and then it gets to do all the headers itself (with a couple
> > exceptions).
>
> What except
Is the patch available for download?
-Original Message-
From: Dmitriy Kirhlarov [mailto:[EMAIL PROTECTED]
Sent: Monday, September 26, 2005 1:45 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] mod_ldap
On Mon, Sep 26, 2005 at 01:34:55PM -0400, Yu, Ming wrote:
> Could you shar
On 9/26/05, Trystan Hughes <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I want to create an Alias in the apache httpd.conf file and have done
> so like this
>
>
> Alias /test_alias/ "C:\Documents and Settings\Trystan\My Documents\"
>
Two notes already:
1. Don't put something in an block unless you
Hi All,
this is my first posting here, so please bear with me if I'm at the wrong
place.
I'm looking at Apache to be used as an HTTP server, to access a GemStone
database at the back end. In my scenario all pages will be active. Ideally
I'd like Apache to convert HTTP requests to XML (pres
On Mon, Sep 26, 2005 at 01:34:55PM -0400, Yu, Ming wrote:
> Could you share the details?
http://issues.apache.org/bugzilla/show_bug.cgi?id=36563
http://mail-archives.apache.org/mod_mbox/httpd-users/200509.mbox/[EMAIL
PROTECTED]
WBR
--
Dmitriy Kirhlarov
OILspace, 26 Leninskaya sloboda, bld. 2, 2
Could you share the details?
- Ming
-Original Message-
From: Dmitriy Kirhlarov [mailto:[EMAIL PROTECTED]
Sent: Monday, September 26, 2005 1:33 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] mod_ldap
On Mon, Sep 26, 2005 at 01:19:50PM -0400, Yu, Ming wrote:
> Does anyone ha
On Mon, Sep 26, 2005 at 01:19:50PM -0400, Yu, Ming wrote:
> Does anyone have successful tips about compiling mod_ldap with apache
> 2.0.54?
Yes.
Fresh ports on FreeBSD 5.4. After some patches it can connect to ldap-server
with SSL too.
In FC RPM mod_ldap.so present too.
WBR
--
Dmitriy Kirhlarov
It was thus said that the Great Joshua Slive once stated:
>
> On 9/26/05, Frank Arensmeier <[EMAIL PROTECTED]> wrote:
> >
> > 1) in a certain path of my webserver, all 404 errors should be grabbed
> > and forwarded to a PHP script
> > 2) I don't want Apache to send any headers before the PHP scrip
Does anyone have successful tips about compiling mod_ldap with apache
2.0.54?
- Ming
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To un
Hi all,
I want to create an Alias in the apache httpd.conf file and have done
so like this
Alias /test_alias/ "C:\Documents and Settings\Trystan\My Documents\"
So, what this should effective do is to print the directory contents
of 'My Documents' directory when I enter the following URL into m
Thank you all for your suggestions. It turned out that the answer is
quite simple. In the PHP script, the only thing to do is to send a
"HTTP 1/1 200 OK" status code. Because this will actually override the
previous 404. This was the simple answer to a question which I thought
seemed to be very
On 9/26/05, Eugene <[EMAIL PROTECTED]> wrote:
> I think there's a way to do either.
>
> To redirect while sending the 404 status code to the client:
>
> ErrorDocument 404 /path/to/script.php
>
> To redirect while NOT sending the 404 status code to the client:
>
> ErrorDocument 404 h
On 9/26/05, Robert Becskei <[EMAIL PROTECTED]> wrote:
>
> Hello everyone,
>
> I'm no expert at httpd , I know how to set up basic stuff but that is all I
> know how to do. So I ask you to please help me solve this problem.
>
> I have 20 video camera servers in my lan, all of them have a software th
On Sep 22, 2005, at 2:57 PM, Jim Jagielski wrote:Colin Murtaugh wrote: BalancerMember http://servera.domain.com/proxytest retry=10 loadfactor=1 BalancerMember http://serverb.domain.com/proxytest retry=10 loadfactor=1ProxyPass /proxytest balancer://mycluster lbmethod=byrequests SetHan
On Mon, Sep 26, 2005 at 08:09:47AM CDT, Joshua Slive <[EMAIL PROTECTED]> wrote:
: On 9/26/05, Frank Arensmeier <[EMAIL PROTECTED]> wrote:
: >
: > I am new to Apache and I ran into a problem which I haven't found a
: > solution for yet. My server is Apache 1.3.33 on Mac OS X (the bundled
: > version
Hello everyone,
I'm no expert at httpd , I know how to set up basic
stuff but that is all I know how to do. So I ask you to please help me solve this problem.
I have 20 video camera servers in my lan, all of
them have a software that can be used to access them by default on port
80.
I h
I've a simple php script (see below) that write to a file the "REQUEST
METHOD" that was used while calling this script.
means that when I use a browser to access this script, it write to the
file "GET".
The problem starts while I try for example to send an OPTIONS request to
this script (using a
On 9/26/05, Frank Arensmeier <[EMAIL PROTECTED]> wrote:
> Hi.
>
> I really hope that I am on the right list now...
>
> I am new to Apache and I ran into a problem which I haven't found a
> solution for yet. My server is Apache 1.3.33 on Mac OS X (the bundled
> version). I am looking for a way to co
Hi.
I really hope that I am on the right list now...
I am new to Apache and I ran into a problem which I haven't found a
solution for yet. My server is Apache 1.3.33 on Mac OS X (the bundled
version). I am looking for a way to configure a .htaccess file the
following way:
1) in a certain pa
On Sun, Sep 25, 2005 at 04:58:30PM CDT, Cale Pantke <[EMAIL PROTECTED]> wrote:
:
: I am new to the mailing lists and would like to say hi. I also
: have a problem.
:
: We have a Mandrake Linux box running Argus. We recently had to
: change the gateway of the box. When we did, Argus stopped
: work
40 matches
Mail list logo