[EMAIL PROTECTED] Coredump on AIX when AcceptMutex is set to sysvsem

2006-03-03 Thread Lekha Menon



Hi,
 
When i set AcceptMutex to sysvsem on AIX 
5.3, apache 2.0.55 core dumps on start up.
 
However, when i checked the same on 
another AIX 5.3 m/c, it worked fine.
 
is this system specific?
 
 
 
Thanks & Regards,Lekha 
Menonhttp://www.patni.com
World-Wide Partnerships. World-Class Solutions.

_
 
This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete  this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at [EMAIL PROTECTED] and delete this mail. 
_



Re: [EMAIL PROTECTED] How to compile with Gprof

2006-02-07 Thread Lekha Menon



FYI!
I found out how to compile with Gprof 
Setting -
In configure.in, put stmt -
 
AC_ARG_ENABLE(gprof,AC_HELP_STRING([--enable-gprof],[Produce gprof 
profiling data in 'gmon.out' (GCC only).]),[   
APR_ADDTO(CPPFLAGS, -DGPROF)])dnl
 
And while using configure cmd, specify 
--enable-gprof.

  - Original Message - 
  From: 
  Lekha 
  Menon 
  To: users@httpd.apache.org 
  Sent: Tuesday, February 07, 2006 7:09 
  PM
  Subject: [EMAIL PROTECTED] How to compile 
  with Gprof
  
  Hi,
   
  I want to compile Apache with Gprof 
  enabled. How can i do that?
   
  Pls help!
   
  Thanks & Regards,Lekha 
  Menonhttp://www.patni.comWorld-Wide 
  Partnerships. World-Class Solutions. 
  _ 
  This e-mail message may contain proprietary, confidential or legally 
  privileged information for the sole use of the person or entity to whom this 
  message was originally addressed. Any review, e-transmission dissemination or 
  other use of or taking of any action in reliance upon this information by 
  persons or entities other than the intended recipient is prohibited. If you 
  have received this e-mail in error kindly delete this e-mail from your 
  records. If it appears that this mail has been forwarded to you without proper 
  authority, please notify us immediately at [EMAIL PROTECTED] and delete this 
  mail. 
  _ 
http://www.patni.com
World-Wide Partnerships. World-Class Solutions.

_
 
This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete  this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at [EMAIL PROTECTED] and delete this mail. 
_



[EMAIL PROTECTED] How to compile with Gprof

2006-02-07 Thread Lekha Menon



Hi,
 
I want to compile Apache with Gprof 
enabled. How can i do that?
 
Pls help!
 
Thanks & Regards,Lekha 
Menonhttp://www.patni.com
World-Wide Partnerships. World-Class Solutions.

_
 
This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete  this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at [EMAIL PROTECTED] and delete this mail. 
_



[EMAIL PROTECTED] apr_uid_current() - what does it mean on Windows??

2006-02-03 Thread Lekha Menon



Hi, 
 
When i use apr_uid_name_get(apr_uid_t 
*userid, apr_gid_t *groupid, apr_pool_t *p); on WIndows, it sets the userid 
& groupid to invalid values - i.e if i pass the gid set by apr_uid_name_get 
to apr_gid_name_get() on WINDOWS, it returns APR_EINVAL.
 
Why is it so? does the apr_uid_name_get() 
not work on WINDOWS?
 
Thanks & Regards,Lekha 
Menonhttp://www.patni.com
World-Wide Partnerships. World-Class Solutions.

_
 
This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete  this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at [EMAIL PROTECTED] and delete this mail. 
_



[EMAIL PROTECTED] Can i have relative path for apr_file_open in UNIX as done on WINDOWS?

2006-02-02 Thread Lekha Menon



Hi,
 
I have written a module which calls 
apr_file_open in which i have used a relative path
e.g 
apr_file_open(&thefile, 
"logs/abc.log",APR_READ,APR_OS_DEFAULT, x_pool); 
 
This seems to be working on Windows 
platform where it considers 
\logs\abc.log
But it does not get this relative 
path on LINUX.
 
Why so?
 
Same is the issue with fopen() system 
call.  I am able to open files with relative path in this module on Windows 
but not on Linux.
 
Is there any setting by which Apache 
Installation Dir is known by Windows but same setting not on Linux? Pls lemme 
know.
 
Thanks & Regards,Lekha 
Menonhttp://www.patni.com
World-Wide Partnerships. World-Class Solutions.

_
 
This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete  this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at [EMAIL PROTECTED] and delete this mail. 
_



[EMAIL PROTECTED] Warnings during configure command execution for Apache 2.0.53 Installation

2006-01-27 Thread Lekha Menon



Hi All,
 
While trying to install Apache 2.0.53, i 
get the following warnings -
 
configure: WARNING: db43/db.h: present but 
cannot 
 
be compiledconfigure: WARNING: 
db43/db.h: check for 
 
missing prerequisite 
headers?configure: WARNING: db43/db.h: see the Autoconf 
 
documentationconfigure: WARNING: 
db43/db.h: section 
 
"Present But Cannot Be 
Compiled"configure: WARNING: db43/db.h: proceeding with the 
 
preprocessor's resultconfigure: 
WARNING: db43/db.h: in the future, the 
 
compiler will take 
precedenceconfigure: WARNING: ## 
 
-- 
##configure: WARNING: ## Report this to the 

 
AC_PACKAGE_NAME lists.  
##configure: WARNING: ## 
 
-- 
##
 
Can anyone pls help??
 
Thanks & Regards,Lekha 
Menonhttp://www.patni.com
World-Wide Partnerships. World-Class Solutions.

_
 
This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete  this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at [EMAIL PROTECTED] and delete this mail. 
_



[EMAIL PROTECTED] AIX 5.3 - Apache 2.0.55 Starts & Stops very slowly

2006-01-24 Thread Lekha Menon



Hi,
 
I have installed Apache 2.0.55 on AIX 
5.3 OS. Starting & Stopping apache on this OS takes a long time. I had set 
the Loglevel to DEBUG, the apache start & stop operations did not give 
any error in error_log file.
 
I installed Apache 2.0.55 on AIX 5.1 
OS. It works fine.
 
On AIX 5.3, Apache 1.3.29 works fast. Is 
there an issue with Apache 2.0.55 on AIX 5.3 OS.
 
Please let me know
 
Thanks & Regards,Lekha 
Menonhttp://www.patni.com
World-Wide Partnerships. World-Class Solutions.

_
 
This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete  this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at [EMAIL PROTECTED] and delete this mail. 
_



[EMAIL PROTECTED] Compiling a new module in Apache 2.0.55

2006-01-19 Thread Lekha Menon



Hi,
 
I had created an apache module & have 
built on Windows.
 
Now, i need to port the same on to Linux. 

 
On windows, building the source code was 
simple  - by making changes in the Makefile.win files.
 
What are the basic steps to compile a new 
module on Linux?
I have seen 2 files related to making 
the source code in the existing module folder - config.m4, 
Makefile.in
 
Can anyone please let me know what these 
files should contain & how to proceed with it?
 
Thanks & 
Regards,Lekha
 http://www.patni.com
World-Wide Partnerships. World-Class Solutions.

_
 
This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete  this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at [EMAIL PROTECTED] and delete this mail. 
_



[EMAIL PROTECTED] Installation Error of Apache 2.0.55 related to Berkeley DB

2006-01-19 Thread Lekha Menon
Hi ,

During Installation of Apache 2.0.55, execution of configure command hangs
searching for "Berkeley DB". The command that i have used is
"configure --prefix=/home/apache/Apache2".

The command hangs showing msg "checking for Berkeley DB 4.3 in the standard
places...
checking db43/db.h usability... no
checking db43/db.h presence... no
checking for db43/db.h... no"
The same is repeated for db4/db.h.
& so on...

After searching the internet, i came to know that mod_auth_dbm uses it. so,
i tried disabling it using "./configure --disable-module=auth_dbm". But it
says that the feature is incorrect -"configure: error: invalid feature name:
module=auth_dbm".

Can anyone please help out?



Thanks & Regards,
Lekha Menon


http://www.patni.com
World-Wide Partnerships. World-Class Solutions.
_

This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete  this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at [EMAIL PROTECTED] and delete this mail. 
_

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Slow start of Apache 2.0.55 on AIX 5.3

2006-01-18 Thread Lekha Menon
I tried reinstalling apache again.

Installation procedure takes a long time on AIX as compared to its
installation on other OS like Solaris / Linux.
During installation, it waits long time during steps -
"checking for Berkeley DB 4.3 in the standard places...
checking db43/db.h usability... no
checking db43/db.h presence... no
checking for db43/db.h... no"
The same is repeated for db4/db.h.

The above checks are being performed repeatedly.

What could be the reason?

- Original Message -
From: <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, January 18, 2006 3:44 PM
Subject: AW: [EMAIL PROTECTED] Slow start of Apache 2.0.55 on AIX 5.3


Hi Lekha,

turn on "LogLevel Debug" than apache should point you in the "error_log" to
something more.

Freundliche Gruesse / Best Regards / Avec mes meilleures salutations

Oliver Schaudt
SeniorConsultant
Tel:: +49-178-8855-712
Fax: +49-178-998855-712
mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

Unilog Avinci
Klenzestr. 57b
D-80469 München

http://www.unilog-avinci.de
<https://webmail.unilog.de/exchweb/bin/redir.asp?URL=http://www.unilog-avinc
i.de>


____

Von: Lekha Menon [mailto:[EMAIL PROTECTED]
Gesendet: Mi 18.01.2006 10:51
An: users@httpd.apache.org
Betreff: Re: [EMAIL PROTECTED] Slow start of Apache 2.0.55 on AIX 5.3



I have checked the logs, but they do not show any error msg in it.
The error_log contains msg -
[Wed Jan 18 13:21:25 2006] [notice] Apache configured -- resuming normal
operati
ons
[Wed Jan 18 13:24:50 2006] [notice] caught SIGTERM, shutting down

This is normal operation comments.



- Original Message -
From: "Mahesh S Kudva" <[EMAIL PROTECTED]>
To: 
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, January 18, 2006 3:08 PM
Subject: Re: [EMAIL PROTECTED] Slow start of Apache 2.0.55 on AIX 5.3


> check the logs. They are always handy.
>
>
> Regards & Thanks
> 
> Mahesh S Kudva
>
>
> -Original Message-
> From: "Lekha Menon" <[EMAIL PROTECTED]>
> To: 
> Date: Wed, 18 Jan 2006 14:17:22 +0530
> Subject: [EMAIL PROTECTED] Slow start of Apache 2.0.55 on AIX 5.3
>
> > Hi,
> >
> > I have installed Apache 2.0.55 on AIX 5.3 machine.
> > For installation, i have used  the command "configure --prefix= > Apache Installation>".
> >
> > Apache was installed properly without any errors.
> >
> > However on startup, i.e. execution of "apachectl start", it starts
> > apache v
> > slowly. Same for "apachectl stop". I have not modified the httpd.conf
> > file,
> > it is same as the one created during installation.
> >
> > On the same machine, when i later installed Apache 1.3.29, this version
> > is
> > fast unlike Apache 2.0.55
> >
> > Can anyone pls point out what the reason could be.
> >
> > Thanks in adv,
> > Lekha
> >
> >
> > http://www.patni.com <http://www.patni.com/>
> > World-Wide Partnerships. World-Class Solutions.
> > _
> >
> > This e-mail message may contain proprietary, confidential or legally
> > privileged information for the sole use of the person or entity to
> > whom this message was originally addressed. Any review, e-transmission
> > dissemination or other use of or taking of any action in reliance upon
> > this information by persons or entities other than the intended
> > recipient is prohibited. If you have received this e-mail in error
> > kindly delete  this e-mail from your records. If it appears that this
> > mail has been forwarded to you without proper authority, please notify
> > us immediately at [EMAIL PROTECTED] and delete this mail.
> > _
> >
> >
>
>
>
> ---
> Robosoft Technologies - Partners in Product Development
>


http://www.patni.com <http://www.patni.com/>
World-Wide Partnerships. World-Class Solutions.
_

This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete  this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at [EMAIL PROTECTED] an

Re: [EMAIL PROTECTED] Slow start of Apache 2.0.55 on AIX 5.3

2006-01-18 Thread Lekha Menon
I have checked the logs, but they do not show any error msg in it.
The error_log contains msg -
[Wed Jan 18 13:21:25 2006] [notice] Apache configured -- resuming normal
operati
ons
[Wed Jan 18 13:24:50 2006] [notice] caught SIGTERM, shutting down

This is normal operation comments.



- Original Message -
From: "Mahesh S Kudva" <[EMAIL PROTECTED]>
To: 
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, January 18, 2006 3:08 PM
Subject: Re: [EMAIL PROTECTED] Slow start of Apache 2.0.55 on AIX 5.3


> check the logs. They are always handy.
>
>
> Regards & Thanks
> 
> Mahesh S Kudva
>
>
> -Original Message-
> From: "Lekha Menon" <[EMAIL PROTECTED]>
> To: 
> Date: Wed, 18 Jan 2006 14:17:22 +0530
> Subject: [EMAIL PROTECTED] Slow start of Apache 2.0.55 on AIX 5.3
>
> > Hi,
> >
> > I have installed Apache 2.0.55 on AIX 5.3 machine.
> > For installation, i have used  the command "configure --prefix= > Apache Installation>".
> >
> > Apache was installed properly without any errors.
> >
> > However on startup, i.e. execution of "apachectl start", it starts
> > apache v
> > slowly. Same for "apachectl stop". I have not modified the httpd.conf
> > file,
> > it is same as the one created during installation.
> >
> > On the same machine, when i later installed Apache 1.3.29, this version
> > is
> > fast unlike Apache 2.0.55
> >
> > Can anyone pls point out what the reason could be.
> >
> > Thanks in adv,
> > Lekha
> >
> >
> > http://www.patni.com
> > World-Wide Partnerships. World-Class Solutions.
> > _
> >
> > This e-mail message may contain proprietary, confidential or legally
> > privileged information for the sole use of the person or entity to
> > whom this message was originally addressed. Any review, e-transmission
> > dissemination or other use of or taking of any action in reliance upon
> > this information by persons or entities other than the intended
> > recipient is prohibited. If you have received this e-mail in error
> > kindly delete  this e-mail from your records. If it appears that this
> > mail has been forwarded to you without proper authority, please notify
> > us immediately at [EMAIL PROTECTED] and delete this mail.
> > _
> >
> >
>
>
>
> ---
> Robosoft Technologies - Partners in Product Development
>


http://www.patni.com
World-Wide Partnerships. World-Class Solutions.
_

This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete  this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at [EMAIL PROTECTED] and delete this mail. 
_

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

[EMAIL PROTECTED] Slow start of Apache 2.0.55 on AIX 5.3

2006-01-18 Thread Lekha Menon
Hi,

I have installed Apache 2.0.55 on AIX 5.3 machine.
For installation, i have used  the command "configure --prefix=".

Apache was installed properly without any errors.

However on startup, i.e. execution of "apachectl start", it starts apache v
slowly. Same for "apachectl stop". I have not modified the httpd.conf file,
it is same as the one created during installation.

On the same machine, when i later installed Apache 1.3.29, this version is
fast unlike Apache 2.0.55

Can anyone pls point out what the reason could be.

Thanks in adv,
Lekha


http://www.patni.com
World-Wide Partnerships. World-Class Solutions.
_

This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete  this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at [EMAIL PROTECTED] and delete this mail. 
_

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]