Hi,
I want to parse files with certain extension trough multiple handlers.
In my case this is php as apache module and Cache serverpages as a CGI.
In manual about AddHandler and others is stated that:
This mapping is added to any already in force, overriding any mappings
that already exist for the
One minor correction. In the default Windows installation the bin directory
(containing httpd.exe) and the conf directory (containing httpd.conf) are in
the same (Apache2.2) directory so if you double-click on the httpd.exe it
will not find the httpd.conf file because it will start in the bin dire
It's just a misunderstanding i'm having.
When implementing Active Directory access with LDAP, do i need to run both
Apache and LDAP server on the same machine?
At the moment i am having 3 boxes running Apache, Win2003Server as the LDAP
server and WinXP as the client browser.
--
Gayal Rupasinghe
S
Nathan Kellogg wrote:
> Happy new year!
And happy new year to all mod_isapi users.
> We have been stuck in mid migration for a couple months now and are in
> need of some help. I understand from WROWE that the 2.2.4 version of
> mod_isapi should address the problems we are having; the 2.2.3 vers
Aloha,
Thanks for replaying my email... well yah i dont really know whether
what writen on the error_log message relevant to my problem. I've
read from web article, that if the error log contain so much "write
data to network" might cause the httpd server freezing / hang, and the
symtomps can be
Problem in brief: I am unable to increase HTTP/SSL connection rate,
while my Apache server platform shows a huge (98%) CPU slack.
I benchmark the performance of several Linux/Open Source applications on
Intel Architecture (IA32/x86) servers. In this context, I am trying to
Aloha...
I like to ask some question related with FAQ, about the
core_output_filter. Well yah.. I've browse the internet and keep
looking for the answer...
I don't see a question. Your error log messages from core_output_filter
indicate that a client closed the connection.
Nick Kew
OK
Vidiot wrote:
>> You don't know that - AIX commonly uses .a for dynamically loadable modules.
>> Some mean SOBs like myself force our builds to generate .so in spite of IBM's
>> absurd naming conventions.
>
> Really? Using .a names for dynamic libraries would drive me insane.
> At least BSD, Sola
>You don't know that - AIX commonly uses .a for dynamically loadable modules.
>Some mean SOBs like myself force our builds to generate .so in spite of IBM's
>absurd naming conventions.
Really? Using .a names for dynamic libraries would drive me insane.
At least BSD, Solaris and Linux get it right
Vidiot wrote:
>> The issue here is that the library Apache is dependent on is installed
>> with gcc, so the only way for me to get it is to install the gcc RPM.
>> Do you keep gcc libraries on your boxes?
>>
>> One such library dependency is
>> /opt/freeware/lib/gcc/powerpc-ibm-aix5.3.0.0/4.0.0/lib
Try adding --enable-shared=no and --enable-static=yes to your httpd
configure line. As you can see when you trawl the configure output,
APR is still built with shared libraries. Also, you'll want httpd
itself to be statically linked against the gcc stuff. Enabling a
module as static only applie
On Wed, 3 Jan 2007 16:41:08 +0700
"Furin Ongko" <[EMAIL PROTECTED]> wrote:
> Aloha...
>
> I like to ask some question related with FAQ, about the
> core_output_filter. Well yah.. I've browse the internet and keep
> looking for the answer...
I don't see a question. Your error log messages from c
On Wed, 3 Jan 2007 06:36:40 + (GMT)
Indraveni <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am using Apache2.2.3 version and I created symlink using the comman
> ls -l /home/veni /var/www/veni. Now I have a link for the veni
> directory created under the path /var/www. When I am viewiing the
> con
Hm. Well, I certainly see the logic in your explanation, however,
the client claims to have encountered this before and is confident it
is an apache config error. I will look into the keepalive. Would
you agree with this statement:
"apache servers check to see if the the databits coming
What do you think I am missing here? The version that I built is also
2.2.3 and the OS is SCO 5.6.0. I built it statically.
When I navigate to a website (internal) pointing the browser to my
proxy, I see the embedded static pages are taking up separate upstream
connections. However I expected the
On Jan 3, 2007, at 10:46 AM, Justin Johnson wrote:
svnadm /svn/build/httpd-2.2.3>./configure \
Try adding --enable-shared=no and --enable-static=yes to your httpd
configure line. As you can see when you trawl the configure output,
APR is still built with shared libraries. Also, you'll w
>The issue here is that the library Apache is dependent on is installed
>with gcc, so the only way for me to get it is to install the gcc RPM.
>Do you keep gcc libraries on your boxes?
>
>One such library dependency is
>/opt/freeware/lib/gcc/powerpc-ibm-aix5.3.0.0/4.0.0/libgcc_s.a.
Sorry, my examp
On Jan 3, 2007, at 11:51 AM, Robert Denton wrote:
Hi all, I hope someone here can point me in the right direction.
My apache server is dropping connections from a client that load
balances between 2 ISPs. I have been told that this may be a result
of some setting in the httpd.conf file t
On Jan 3, 2007, at 1:07 PM, <[EMAIL PROTECTED]> wrote:
I have built a httpd with proxy module included on unix platform.
While testing the connection persistence on upstream end I noticed
that after serving the response to the request the connection gets
released and a new connection is es
Hello,
I have built a httpd with proxy module included on unix platform. While
testing the connection persistence on upstream end I noticed that after
serving the response to the request the connection gets released and a
new connection is established to upstream for next request within the
sam
The issue here is that the library Apache is dependent on is installed
with gcc, so the only way for me to get it is to install the gcc RPM.
Do you keep gcc libraries on your boxes?
One such library dependency is
/opt/freeware/lib/gcc/powerpc-ibm-aix5.3.0.0/4.0.0/libgcc_s.a.
On 1/3/07, Vidiot <[
On Jan 3, 2007, at 10:49 AM, servandomontero wrote:
I'm a novice and im trying to install Apache 2.2 on my Windowx XP
(SP2) machine. I've installed Apache using the install option "only
for the Current User, on Port 8080, when started Manually" because
i am running apache a as testing dev
>The libraries are a part of gcc, and there is a policy at my work that
>prevents compilers from being installed on production boxes. I might
>be able to get them to install gcc but remove the actually compiler
>executable, but I'm not sure and I wanted to figure out what the
>correct way to do th
Hello all,
I have a small issue. I need to set the open_base directive for the
default site of apache so that php will be able to interface directly
with the Directory it needs to. I have tried adding this line to the
config file in just a random place as I do not know exactly where to put
this.
The libraries are a part of gcc, and there is a policy at my work that
prevents compilers from being installed on production boxes. I might
be able to get them to install gcc but remove the actually compiler
executable, but I'm not sure and I wanted to figure out what the
correct way to do this i
Hi all, I hope someone here can point me in the right direction. My
apache server is dropping connections from a client that load
balances between 2 ISPs. I have been told that this may be a result
of some setting in the httpd.conf file that directs apache to drop
connections when there i
>I have two AIX 5.2 servers; one for development and one for
>production. My development box has various GNU tools installed such
>as gcc, autoconf, libtool, binutils, etc, and no IBM compiler. I can
>successfully build (not-statically) on this box (with gcc obviously).
>My production box doesn't
Hi. We're using the apache 2.0.49 package as provided by
SUSE Enterprise 9. Is it possible to define a configuration
parameter (ie. like is specified with -D) to only one virtual
host container?
The reason I ask is that we have a web application that installs
a file in /etc/apache2/conf.d which is
Better yet, try
cd "\Program Files\Apache Software Foundation\Apache2.2\bin"
first. Or add it to your path.
[EMAIL PROTECTED] wrote:
> Try httpd.exe.
>
> - Original Message
> From: servandomontero <[EMAIL PROTECTED]>
> To: users@httpd.apache.org
> Sent: Wednesday, January 3, 2007 1:49
Nathan Kellogg wrote:
>
> I have no capability to compile the 2.2.4 mod_isapi (
> http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/modules/arch/win32/
Unfortunately, the change isn't committed yet - until I've finished testing
it against all my reference ISAPI modules. (Sorry I hadn't
Try httpd.exe.
- Original Message
From: servandomontero <[EMAIL PROTECTED]>
To: users@httpd.apache.org
Sent: Wednesday, January 3, 2007 1:49:05 PM
Subject: [EMAIL PROTECTED] Installing Apache as a service
Hello
I'm a novice and im trying to install Apache 2.2 on my Windowx XP (SP2)
mach
Happy new year!
We have been stuck in mid migration for a couple months now and are in need
of some help. I understand from WROWE that the 2.2.4 version of mod_isapi
should address the problems we are having; the 2.2.3 version always reports
500 errors , and the last bug fix for mod_isapi
Hello
I'm a novice and im trying to install Apache 2.2 on my Windowx XP (SP2)
machine. I've installed Apache using the install option "only for the
Current User, on Port 8080, when started Manually" because i am running
apache a as testing dev platform and dont want to listen to port 80 all
th
I have two AIX 5.2 servers; one for development and one for
production. My development box has various GNU tools installed such
as gcc, autoconf, libtool, binutils, etc, and no IBM compiler. I can
successfully build (not-statically) on this box (with gcc obviously).
My production box doesn't hav
From: Arthur Kreitman [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 03, 2007 9:25 AM
To: users@httpd.apache.org; users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Adding apr_thread_mutex_t to httpd.h
Here's an example that works, mod_isapi.c
#i
I am attempting to set up several websites as virtual hosts on the same
box using Apache2 on Suse Linux 10.1. These should be set up so that
one group (call them Administrators) has access to all the sites and one
specific user for each site will have access to the sites. To this end,
I have inst
Here's an example that works, mod_isapi.c
#include "ap_config.h"
#include "httpd.h"
#include "http_config.h"
#include "http_core.h"
#include "http_protocol.h"
#include "http_request.h"
#include "http_log.h"
#include "util_script.h"
#include "mod_core.h"
#include "apr_lib.h"
#include "apr_strings.h"
Arthur,
On Jan 3, 2007, at 9:04 AM, Arthur Kreitman wrote:
I’m adding code to create new logs files periodically. This is on
winnt. Since none of the log file support is thread safe, I want
to add an access lock. I can’t seem to get apr_thread_mutex_t
defined in httpd.h. I’ve added
I'm adding code to create new logs files periodically. This is on
winnt. Since none of the log file support is thread safe, I want to add
an access lock. I can't seem to get apr_thread_mutex_t defined in
httpd.h. I've added #include "apr_thead_mutex.h" to no avail, there's
some dependency I
Hey l33tsp33king dude,
On Jan 3, 2007, at 8:24 AM, n3m3s1s 4u wrote:
I have been recently battling to get joomla to work on 2.0.55 due
to .htaccess
I would like to ask that the difference between them as far as
Allowoverride all etc are differrent
on 2.2 you need to edit /etc/httpd/conf/http
I have been recently battling to get joomla to work on 2.0.55 due to
.htaccess
I would like to ask that the difference between them as far as Allowoverride
all etc are differrent
on 2.2 you need to edit /etc/httpd/conf/httpd.conf = and add AllowOverride
all in the .htaccess section
on 2.0.55 I try
Aloha...
I like to ask some question related with FAQ, about the
core_output_filter. Well yah.. I've browse the internet and keep
looking for the answer...
I have turn off the SendFile Off and EnableMMAP Off, however its not
working. Curently I'm using apache httpd 2.2.0 default from FCore 5,
pl
Hi there,
I have an Apache instance (2.0.52) running on RHEL4 built for x86_64.
This server is largely running just fine, except for one issue that I
have encountered in the last couple of days.
I wish to serve a bunch of material from a folder that is mounted as an
NFS share. Apache can see
43 matches
Mail list logo