Apache/bin/httpd

I am trying to find documentation, notes, or anyone whom has the knowledge about the httpd processes started by OMS10g
I am running OMS on IBM-AIX 5300-07. I am fairly new to OMS and after the installation I was looking at the various processes that are running and I see 10 processes of the exact same nature.
$OMS_HOME/Apache/Apache/bin/httpd -d $OMS_HOME/Apache/Apache -DSSL -U 64159809
What are these processes?
Why do I have 10 identical ones?
Do I need 10 identical ones?
Where should I be looking for informaiton on this process.
Any insight would be appreciated?
Regards
Tim Boles

I too have at least 10 of these processes running, and it seems that the http server needs all of these to run (if you kill some of them, it will go down.) But I'm more concerned because I also occasionally get an alert in grid control saying I've exceeded the threshold for active connections (over 140, have gone up to 800). Then it will go back down. No rhyme or reason that I can see...
Any idea what all of these processes are for and why they spike up to hundreds occasionally?

Similar Messages

  • Apache : One httpd process running as root instead of nobody

    Hello,
    Running mediawiki under apache 2.2.8-2, I see strange messages saying that some files under /root/.texmf-var/ do not exist !
    I was sure that apache was configured to run as the user nobody !
    After doing a ps|grep, I get :
    # ps auxw | grep httpd
    [b]root[/b] 32465 0.6 0.5 89788 10352 ? Ss 18:16 0:00 /usr/sbin/httpd -k start
    nobody 32468 0.0 0.3 89788 7552 ? S 18:16 0:00 /usr/sbin/httpd -k start
    nobody 32469 0.0 0.3 89788 7552 ? S 18:16 0:00 /usr/sbin/httpd -k start
    nobody 32470 0.0 0.3 89788 7552 ? S 18:16 0:00 /usr/sbin/httpd -k start
    nobody 32471 0.0 0.3 89788 7552 ? S 18:16 0:00 /usr/sbin/httpd -k start
    nobody 32472 0.0 0.3 89788 7552 ? S 18:16 0:00 /usr/sbin/httpd -k start
    And the same after killing them all and restarting /etc/rc.d/httpd
    I have in httpd.conf:
    User nobody
    Group nobody
    How is it possible ?
    Any hint ?
    -mathieu

    This is necessary to use port 80
    There might be other reasons.

  • How Can I Add mod_ssl to Built In Apache Server?

    Hi,
    I would like to add mod_ssl as a DSO module to the Apache web server that comes with Solaris 9. However I have been unable to find any decent instructions on how to do so. Any help would be appreciated. I have included below a post I have made to a newsgroup which summarises what I have tried so far.
    ---Newsgroup Post---
    I have been following the instructions for adding mod_ssl to the integrated httpd server in Solaris that was posted here last year (a copy is included below). I am attempting to install mod_ssl onto a Solaris 9 system and I am using the relevant version of mod_ssl. It is my preferance to do it this way, retaining the included version of httpd, rather than to install the web server from another source.
    Anyway, after following the instructions below I have attepted to launch the htppd server and receive the following error message:
    Syntax error on line 252 of /etc/apache/httpd.conf:
    Cannot load /usr/apache/libexec/libssl.so into server: ld.so.1: /usr/apache/bin/httpd: fatal: relocation error: file /usr/apache/libexec/libssl.so: symbol __umoddi3: referenced symbol not found
    ./apachectl start: httpd could not be started
    Can anyone tell me how I might resolve this problem?
    Regards,
    Bernard Lineham
    ---Previous Message---
    Well, first of all, why are you using the Sun Freeware apache? Solaris 8
    ships with apache as well, and if you're up-to-date with your patches,
    you will have 1.3.26 and Sun will take care of backporting any security
    issues.
    Here is my procedure for adding SSL support to the Sun Apache:
    1. Make sure you have the the SUNWapchr and SUNWapchu packages installed.
    2. Make sure you have the latest Apache patch from Sun installed. For
    Solaris 8, that would be patch number 109234 (get the highest revision).
    3. You need to have OpenSSl installed.
    4. Now unpack the modssl-distribution (you will need the one that goes
    with your apache-version, in this case 2.8.9)
    5. ./configure with-apxs=/usr/apache/bin/apxs with-ssl=SYSTEM
    6. You should patch line 23 of pkg.sslmod/Makefile to read:
    SSL_LDFLAGS=-L$(SSL_LIBDIR) -R$(SSL_LIBDIR)
    This ensures that your modssl will be able to find openssl later on.
    7. make
    You could now take the file pkg.sslmod/libssl.so and dump it in
    /usr/apache/libexec, then add the appropriate statements to your
    httpd.conf. But for extra bonus points, we're going to make a package
    instead.
    Create a file called 'prototype' in the mod-ssl directory, with these
    contents:
    f none /usr/apache/libexec/libssl.so=pkg.sslmod/libssl.so 755 root other
    i ./pkginfo
    Create a file called 'pkginfo' in the mod-ssl directory with these contents:
    PKG=Apmodssl
    NAME=Apache modssl
    ARCH=sparc
    VERSION=2.8.9
    CATEGORY=system
    VENDOR=none
    [email protected]
    CLASSES=none
    (you might want to change the 'email' setting
    Now run 'pkgmk -o' and you will find your new package in /var/spool/pkg.
    To install (only now do we need root permissions):
    pkgadd Apmodssl
    If you were to install mod-ssl the 'regular' way (recompiling all of
    apache etc) it would modify the httpd.conf for you, quite extensively.
    This procedure (on purpose) does not modify the httpd.conf at all.
    Some of the changes you will need to activate your modssl are:
    Add a 'LoadModule ssl_module libexec/libssl.so'
    If your httpd.conf has a ClearModule statement, and then a bunch of
    AddModule statements, do as the Romans do and add:
    'Addmodule mod_ssl.c'
    Add to the type-specifications:
    'AddType application/x-x509-ca-cert .crt'
    'AddType application/x-pkcs7-crl .crl'
    'Listen 80 443'
    And a -lot- of SSL specific statments that is a bit much to reproduce
    here. Mail me if you get this far. Or run a diff between a pristine
    httpd.conf and one mangled by modssl.
    Now this all works because Sun explicitly compiled their Apache to work
    this way. If you want to know all the flags they used, install the Sun
    package SUNWapchS (and reinstall the Apache patch so your sources are up
    to date, too). Then look in /usr/src/apache/README.sfw which tells how
    they compiled their apache. The procedure above might just as well work
    for the SunFreeware version, -if- they compiled with EAPI and
    --enable-shared.<br />
    Hope this helps a bit.
    Regards, Paul Boven.

    The version of Apache that comes default with Solaris might not be compiled for that I am not positive though. I downloaded and compiled Apach 2 and compiled mod_ssl and got it working with no problems you might want to try that.

  • Compiling Apache 2.2 and php 5.2 from source on Arch

    Hi there
    Wanting to compile Apache 2 with PHP 5 on my Arch server. I figure this must be frequently done by people out there wanting more control over how their servers are setup, and was wondering if anyone had some good documentation for this? If none exists I'm keen to work on putting it up on the Arch Wiki.
    I've compiled apache httpd-2.2.16 from source already, and have it running nicely.
    Apache compile options were:
    ./configure --prefix=/usr/local/apache \
    --enable-rewrite --enable-ssl --enable-so \
    --enable-mime-magic --enable-suexec \
    --enable-static-rotatelogs \
    --disable-imap --disable-userdir --enable-cgi \
    --disable-dav \
    --disable-proxy-connect --disable-proxy-ftp --disable-proxy-http --disable-proxy \
    --disable-authnz-ldap
    $ /usr/local/apache/bin/httpd -Vvv
    Server version: Apache/2.2.16 (Unix)
    Server built: Sep 6 2010 06:10:41
    Server's Module Magic Number: 20051115:24
    Server loaded: APR 1.4.2, APR-Util 1.3.9
    Compiled using: APR 1.4.2, APR-Util 1.3.9
    Architecture: 32-bit
    Server MPM: Prefork
    threaded: no
    forked: yes (variable process count)
    Server compiled with....
    -D APACHE_MPM_DIR="server/mpm/prefork"
    -D APR_HAS_SENDFILE
    -D APR_HAS_MMAP
    -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
    -D APR_USE_SYSVSEM_SERIALIZE
    -D APR_USE_PTHREAD_SERIALIZE
    -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
    -D APR_HAS_OTHER_CHILD
    -D AP_HAVE_RELIABLE_PIPED_LOGS
    -D DYNAMIC_MODULE_LIMIT=128
    -D HTTPD_ROOT="/usr/local/apache"
    -D SUEXEC_BIN="/usr/local/apache/bin/suexec"
    -D DEFAULT_PIDLOG="logs/httpd.pid"
    -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
    -D DEFAULT_LOCKFILE="logs/accept.lock"
    -D DEFAULT_ERRORLOG="logs/error_log"
    -D AP_TYPES_CONFIG_FILE="conf/mime.types"
    -D SERVER_CONFIG_FILE="conf/httpd.conf"
    Now installing PHP from source is proving to not work out so easily.
    root@server: ~/source-programs/apache/httpd-2.2.16/php-5.2.14
    $ ./configure with-apxs2=/usr/local/apache/bin/apxs --prefix=/usr/local/apache/php
    configure: warning: with-apxs2=/usr/local/apache/bin/apxs: invalid host type
    loading cache ./config.cache
    checking for Cygwin environment... (cached) no
    checking for mingw32 environment... (cached) no
    checking for egrep... (cached) grep -E
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking host system type... with-apxs2=/usr/local/apache/bin/apxs
    checking target system type... with-apxs2=/usr/local/apache/bin/apxs
    checking for gcc... (cached) gcc
    checking whether the C compiler (gcc ) works... yes
    checking whether the C compiler (gcc ) is a cross-compiler... no
    checking whether we are using GNU C... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking how to run the C preprocessor... (cached) gcc -E
    checking for icc... no
    checking for suncc... no
    checking whether gcc and cc understand -c and -o together... (cached) yes
    checking how to run the C preprocessor... gcc -E
    checking for AIX... no
    checking whether ln -s works... (cached) yes
    checking for system library directory... lib
    checking whether to enable runpaths... yes
    checking if compiler supports -R... (cached) no
    checking if compiler supports -Wl,-rpath,... (cached) yes
    checking for gawk... (cached) gawk
    checking for bison... (cached) bison -y
    checking for bison version... (cached) invalid
    configure: warning: bison versions supported for regeneration of the Zend/PHP parsers: 1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1 (found: none).
    checking for flex... (cached) flex
    checking for yywrap in -lfl... (cached) yes
    checking lex output file root... (cached) lex.yy
    checking whether yytext is a pointer... (cached) yes
    checking for working const... (cached) yes
    checking for flex version... (cached) invalid
    configure: warning: flex versions supported for regeneration of the Zend/PHP parsers: 2.5.4 (found: )
    checking for re2c... no
    configure: warning: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
    checking whether to force non-PIC code in shared modules... no
    checking whether /dev/urandom exists... yes
    checking for pthreads_cflags... (cached) -pthread
    checking for pthreads_lib... (cached)
    Configuring SAPI modules
    checking for AOLserver support... no
    checking for Apache 1.x module support via DSO through APXS... no
    checking for Apache 1.x module support... no
    checking whether to enable Apache charset compatibility option... no
    checking for Apache 2.0 filter-module support via DSO through APXS... no
    checking for Apache 2.0 handler-module support via DSO through APXS... no
    checking for Apache 1.x (hooks) module support via DSO through APXS... no
    checking for Apache 1.x (hooks) module support... no
    checking whether to enable Apache charset compatibility option... no
    I end up with the PHP bin files, but just can't get the module to compile.
    $ /usr/local/apache/php/bin/php -v     
    PHP 5.2.14 (cli) (built: Sep  6 2010 05:37:45)
    Copyright (c) 1997-2010 The PHP Group
    Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
    Have tried to make Apache execute php bin via CGI without any luck, but I think I'd rather work on compiling PHP into a module properly.
    Any help or pointers in the right direction would be greatly appreciated.
    Thanks
    Last edited by craig_nz (2010-09-08 08:07:13)

    Thanks for this!
    Using:
    ./configure \
    --with-apxs2=/usr/local/apache/bin/apxs \
    --prefix=/usr/local/apache/php \
    --disable-cgi
    --enable-so \
    --enable-rewrite \
    make
    libtool --finish /root/source-programs/apache/httpd-2.2.16/php-5.2.14/libs
    In /usr/local/apache/modules I get:
    libphp5.a  libphp5.la
    No libphp5.so yet but closer.. Also looking at how I can use ABS just to compile php.

  • Configuring tomcat and apache on the same system

    i need to configure tomcat and apache on the same system.
    first i have configured apache and it is working well.
    Next is have configured tomcat and it is working well.
    i need to interlink tomcat and apache. so i downloaded jk connector and i have configured it.
    i gave an entry in the httpd.conf as
    Include /tomcat/conf/auto/mod_jk.conf
    i have copied the file mod_jk.so to /usr/local/apache/libexec/
    went i start apache after the entry is given it gives the error like this
    cannot load /usr/local/apache/libexec/mod_jk.so into server: ld_so.1. /usr/local/apache/bin/httpd: fatal : libgcc_s.so.1 : openfailed : no such file or directory in linux
    please help to configure this.
    i have done every thing as it is in apache.org documentation. please give the complete configuration. some say that tomcat is not compiled according to apache1.3. but i configure jk connector as --with-apxs=/usr/local/apache/bin/apxs
    send me the reply
    thankqs in advance

    Hi,
    I'm working in a linux machine and choose to use also two different users. Of course I'm using two different ORACLE_HOME directories.I think that the best approach.Just a question ,are you keeping the "GROUP" same or different?
    Anand

  • Can't Installing WL Plug-in into  Apache

    Hi:
              I not sure if this the write newsgroup to post this question.
              I am getting this error trying to WL Plug-in into apache
              bash-2.03$ perl /usr/local/apache/bin/apxs -i -a -n weblogic mod_wl.so
              apxs:Error: Sorry, no shared object support for Apache
              apxs:Error: available under your platform. Make sure
              apxs:Error: the Apache module mod_so is compiled into
              apxs:Error: your server binary `/usr/local/apache/bin/httpd'.
              I install Apache on Solaris ok now I am trying to install the WL Plug-in
              I invoke APACHE_HOME/conf/httpd -l and get
              bash-2.03$ httpd -l
              Compiled-in modules:
              http_core.c
              mod_env.c
              mod_log_config.c
              mod_mime.c
              mod_negotiation.c
              mod_status.c
              mod_include.c
              mod_autoindex.c
              mod_dir.c
              mod_cgi.c
              mod_asis.c
              mod_imap.c
              mod_actions.c
              mod_userdir.c
              mod_alias.c
              mod_access.c
              mod_auth.c
              mod_setenvif.c
              there is no mod_so.c per the instructions,
              Next it said to add /configure --- and etc where do I add this information.
              

    Apache's newsgroup would have been a better place to ask this question. Anyways
              here's the thing you need to do:
              The DSO (Dynamic Shared Object) support in Apache is based on a module named
              mod_so.c
              which needs to be enabled before mod_wl.so is loaded. To enable mod_so.c follow
              the instructions
              included with the distribution of Apache to manually configure Apache with the
              following parameters:
              ./configure --prefix=<destination directory>
              --enable-module=so
              --enable-rule=SHARED_CORE
              Continue following the Apache installation instructions to make and install
              Apache.
              This is also explained in the "Installing the Apache-WebLogic Server Plug-in"
              document. Also
              refer to the installtion documents for Apache.
              --Vinod.
              "David L. Wasler" wrote:
              > Hi:
              >
              > I not sure if this the write newsgroup to post this question.
              >
              > I am getting this error trying to WL Plug-in into apache
              >
              > bash-2.03$ perl /usr/local/apache/bin/apxs -i -a -n weblogic mod_wl.so
              > apxs:Error: Sorry, no shared object support for Apache
              > apxs:Error: available under your platform. Make sure
              > apxs:Error: the Apache module mod_so is compiled into
              > apxs:Error: your server binary `/usr/local/apache/bin/httpd'.
              >
              > I install Apache on Solaris ok now I am trying to install the WL Plug-in
              >
              > I invoke APACHE_HOME/conf/httpd -l and get
              >
              > bash-2.03$ httpd -l
              > Compiled-in modules:
              > http_core.c
              > mod_env.c
              > mod_log_config.c
              > mod_mime.c
              > mod_negotiation.c
              > mod_status.c
              > mod_include.c
              > mod_autoindex.c
              > mod_dir.c
              > mod_cgi.c
              > mod_asis.c
              > mod_imap.c
              > mod_actions.c
              > mod_userdir.c
              > mod_alias.c
              > mod_access.c
              > mod_auth.c
              > mod_setenvif.c
              >
              > there is no mod_so.c per the instructions,
              >
              > Next it said to add /configure --- and etc where do I add this information.
              

  • Apache, mod_wl.so, SSL Error

    Stock Apache 1.3.12 No mod_ssl or any other modules loaded
    BEA Weblogic 6.0
    Can anybody offer any suggestions on why this error occurs or
    how to troubleshoot it?
    I cant seem to find anything in google/bea website on this.
    In the browser I get:
    Failure of server APACHE bridge:
    Cannot connect to the server: timed out after 10 seconds
    In the error_log:
    [Fri Jul 19 14:20:36 2002] [error] WRITE_ERROR [os error=0,  line 484 of ap_proxy.cpp]:
    My config:
    WebLogicPort 7002
    WebLogicHost 10.0.0.90
    SecureProxy on
    TrustedCAFile /home/daniel/bea/ap/conf/ca.pem
    RequireSSLHostMatch off
    Debug all
    <Location /petstore/>
    SetHandler weblogic-handler
    PathTrim /petstore/
    </Location>

    The Apache plug-in is not supported for Solaris on Intel.
    Michael Girdley
    BEA Systems Inc
    "James Wilde" <[email protected]> wrote in message
    news:3a2e40d8$[email protected]..
    When I try to start apache 1.3.9 to test the installation I am getting themessages:Syntax error on line 207 of
    /usr/local/apache/conf/httpd.conf:Cannot load
    /usr/local/apache/libexec/mod_wl_ssl.so into server: ld.so.1:
    /usr/local/apache/bin/httpd: elf error:
    /usr/local/apache/libexec/mod_wl_ssl.so: bad ELF type: 0x300../bin/apachectl
    start: httpd could not be startedI'm assuming that this is because I am
    trying to load a sparc Solaris .so file on an x86 Solaris machine.Is there a
    copy of mod_wl_ssl.so which runs under x86 Solaris? Maybe the Linux
    version?TIAJames

  • Can't Install WL Plug-in into Apache

    Hi:
    I not sure if this the write newsgroup to post this question.
    I am getting this error trying to WL Plug-in into apache
    bash-2.03$ perl /usr/local/apache/bin/apxs -i -a -n weblogic mod_wl.so
    apxs:Error: Sorry, no shared object support for Apache
    apxs:Error: available under your platform. Make sure
    apxs:Error: the Apache module mod_so is compiled into
    apxs:Error: your server binary `/usr/local/apache/bin/httpd'.
    I install Apache on Solaris ok now I am trying to install the WL Plug-in
    I invoke APACHE_HOME/conf/httpd -l and get
    bash-2.03$ httpd -l
    Compiled-in modules:
    http_core.c
    mod_env.c
    mod_log_config.c
    mod_mime.c
    mod_negotiation.c
    mod_status.c
    mod_include.c
    mod_autoindex.c
    mod_dir.c
    mod_cgi.c
    mod_asis.c
    mod_imap.c
    mod_actions.c
    mod_userdir.c
    mod_alias.c
    mod_access.c
    mod_auth.c
    mod_setenvif.c
    there is no mod_so.c per the instructions,
    Next it said to add /configure --- and etc where do I add this information.
    Thank You
    David L. Wasler
    [email protected]

    You should review the Apache documentation. It appears that you need to
    build apache with shared object support -- this is typically called dso
    I believe.
    Thanks,
    Michael
    "David L. Wasler" wrote:
    >
    Hi:
    I not sure if this the write newsgroup to post this question.
    I am getting this error trying to WL Plug-in into apache
    bash-2.03$ perl /usr/local/apache/bin/apxs -i -a -n weblogic mod_wl.so
    apxs:Error: Sorry, no shared object support for Apache
    apxs:Error: available under your platform. Make sure
    apxs:Error: the Apache module mod_so is compiled into
    apxs:Error: your server binary `/usr/local/apache/bin/httpd'.
    I install Apache on Solaris ok now I am trying to install the WL Plug-in
    I invoke APACHE_HOME/conf/httpd -l and get
    bash-2.03$ httpd -l
    Compiled-in modules:
    http_core.c
    mod_env.c
    mod_log_config.c
    mod_mime.c
    mod_negotiation.c
    mod_status.c
    mod_include.c
    mod_autoindex.c
    mod_dir.c
    mod_cgi.c
    mod_asis.c
    mod_imap.c
    mod_actions.c
    mod_userdir.c
    mod_alias.c
    mod_access.c
    mod_auth.c
    mod_setenvif.c
    there is no mod_so.c per the instructions,
    Next it said to add /configure --- and etc where do I add this information.
    Thank You
    David L. Wasler
    [email protected]

  • Setup Apache on Ultra 20

    I want to setup web server Apache. My machine is Sun Ultra 20 shipped with apache installed. But i dont know how to check whether apache is running or not ? if it is not running how to start it.
    I am getting the below output of
    ps - ef | grep httpd
    nobody 520 515 0 08:28:05 ? 0:00 /usr/apache/bin/httpd
    nobody 519 515 0 08:28:05 ? 0:00 /usr/apache/bin/httpd
    nobody 521 515 0 08:28:05 ? 0:00 /usr/apache/bin/httpd
    nobody 522 515 0 08:28:05 ? 0:00 /usr/apache/bin/httpd
    nobody 523 515 0 08:28:05 ? 0:00 /usr/apache/bin/httpd
    root 515 1 0 08:28:04 ? 0:00 /usr/apache/bin/httpd
    Pl help me in setting up Apache..how to start around...stuff like that ?
    Thanks
    ravindra

    But the out put of the svcs -l apache2 gave the following output.
    # svcs -l apache2
    fmri svc:/network/http:apache2
    name Apache 2 HTTP server
    enabled false
    state disabled
    next_state none
    state_time Sat May 13 09:56:16 2006
    restarter svc:/system/svc/restarter:default
    dependency require_all/error svc:/network/loopback:default (online)
    dependency optional_all/error svc:/network/physical:default (online)
    what does this mean ?
    But i think that the apache running on my box is....How to know what apache version is running on my box ?

  • Help debugging an Apache module compile

    Has anyone every had any experience adding in modules to apache that use openssl?
    We have had great luck installing this module in particular "mod_cosign" with Apache 1.3 standalone but we are having a heck of a time compiling it with OHS.
    The module we are using is from:
    http://webapps.itcs.umich.edu/cosign/index.php/Cosign_Wiki:Test_install_HOWTO#Compilation_and_Installation
    We are compiling this with openssl-0.9.7e
    And here is the error we get when we try to start apache
    .../Apache/Apache/bin/apachectl startssl: execing httpd
    Syntax error on line 245 of .../Apache/Apache/conf/httpd.conf:
    Cannot load .../Apache/Apache/libexec/mod_cosign.so into server: ld.so.1: .../Apac
    he/Apache/bin/httpd: fatal: relocation error: file .../Apache/Apache/libexec/mod_cosign.so: symbol RAND_bytes: referenc
    ed symbol not found
    I'm not sure what it is truly missing and why the "RAND_bytes" is missing. I know this is specific issue but I was hoping maybe somebody has some experience with other modules being compiled and help debugging them.
    Thanks,
    Justin

    You should try with the latest apache 1.3.x version rather than with the 2.x version. The mobile server module that has been shipped has been tested with 1.3.x version. Hi! Summit,
    Thanks for your good observation.
    I already figured that and tried on
    apache_1.3.27
    I went through all te trouble to compile a EAPI enabled
    Apache to fix the 'Symbol resolving problem'
    Now I have the EAPI enabled ( pretty much ssl enabled ) Apache_1.3.27
    Now when I load the module 'libwtgapach.so'
    I get the following log ERRO entry in Apache and it never comes up.
    Here is my ewrror log says.
    OUCH: nested memory code, to 1 levels.
    OUCH: nested memory code, to 1 levels.
    OUCH: nested memory code, to 1 levels.
    [Thu Nov  7 16:15:41 2002] [notice] Apache/1.3.27 (Unix) configured -- resuming normal operations
    [Thu Nov  7 16:15:41 2002] [notice] Accept mutex: sysvsem (Default: sysvsem)
    [Thu Nov  7 16:16:07 2002] [notice] caught SIGTERM, shutting down
    OUCH: nested memory code, to 1 levels.
    OUCH: nested memory code, to 1 levels.
    OUCH: nested memory code, to 1 levels.
    This could still be due to a problem in the Shared Object 'libwtgapach.so' as without it the EAPI enaled Apache works fine.
    This is very criutical for me to get the 'Mobile' project we are researching on to get going.
    Any help is deeply appreciated, I am trying ORACLE with not much help.
    One thing strange though, the olite_50200_linux.cpio distribution from ORACLE download page installation documentation does not even mention about the Apache Module Configuration detalis.
    I presume it is implied as trivial.
    OR
    IS IT REALY SUPPORTED ?
    -- ajith

  • Apache/PHP5.0.2  server start failure

    I am running Solaris 9 112233-12 with dedault Apache. I have configured and compiled PHP 5.0.2 with the following woth no errors.
    configure with-mysql=/usr/local/mysql with-apxs=/usr/apache/bin/apxs with-zlib enable-bcmath enable-calendar enable-dbase enable-exif enable-ftp with-jpeg with-png with-tiff with-gd with-ttf enable-gd-native-ttf with-gettext with-iconv enable-mbstring=shared enable-shmop enable-sockets enable-sysvmsg enable-sysvsem enable-sysvshm --enable-memory-limit<br />
    However when I start Apache I get the following error:
    httpd starting.
    Syntax error on line 249 of /etc/apache/httpd.conf:
    Cannot load /usr/apache/libexec/libphp5.so into server: ld.so.1: /usr/apache/bin/httpd: fatal: relocation error: file /usr/apache/libexec/libphp5.so: symbol xmlRelaxNGCleanupTypes: referenced symbol not found
    /usr/apache/bin/apachectl start: httpd could not be started
    It appears as though there is an libxml or libxml2 undefined symbol. Any Idea why this is happening.
    Thanks,
    Dave

    has the libphp5.so file been loaded into the location specified in the httpd.conf.
    this is edited into the httpd.conf file when you do a make install of php.
    and if this is so, can the php runtime binary find all its libraries, ie ldd php.
    it could be a library path issue.
    when i do this i usualy create an installation with a new apache install, rather than use the sun supplied one, it just seems to be easier from my expirience.
    regards peter

  • Coldfusion 8 /Apache Connector Bug??????

    I have wasted almost 3 weeks now on this problem. It will
    cost us $500 to get a answer if this is a bug on Coldfusion 8.
    Almost ready to jump this ship and go to the Open source camp!
    Install went fine.
    Running Red Hat 4AES
    Apache 2.0
    ColdFusion 8
    I rebuilt the connector about 10 times now....using
    the following document
    http://kb.adobe.com/selfservice/viewContent.do?externalId=121a0b29&sliceId=2
    when I try to start Coldfusion I get the following error....
    The ColdFusion 8 server is starting up and will be available
    shortly.
    ======================================================================
    Running the ColdFusion 8 connector wizard
    ======================================================================
    Configuring the web server connector (Launched on the first
    run of the ColdFusion 8 start script)
    Running apache connector wizard...
    =======================================
    There was an error while running the connector wizard
    Connector installation was not successful
    =======================================
    ======================================================================
    ColdFusion 8 has been started.
    ColdFusion 8 will write logs to
    /usr/coldfusion8/logs/cfserver.log

    Could use similar assistance with our CF8 Standard upgrade.
    I have spent a week trying to upgrade our dedicated server
    from CFMX7 to CF8 with no success. I submitted an Adobe support
    request ticket (Case #0180044098) about five days ago, but am still
    waiting for them to help me resolve the problem. Thought I would
    post this in case someone can offer assistance while I am waiting
    for the Adobe school solution.
    Our server configuration is as follows:
    -- LINUX version: REDHAT Enterprise 4 i686 on standard - WHM
    X v3.1.0
    -- Apache version: 2.0.63
    -- MySQL version: 5.0.45-community
    -- PHP version: 5.2.5
    -- WebHost Manager: version 11.15.0
    -- cPanel Version: 11.18.1-RELEASE, cPanel Build: 20683
    Here is what I have done most recently:
    (1) Uninstalled CF8 (for about the fourth time).
    (2) Deleted /opt/coldfusionmx7 and /opt/coldfusion8
    directories.
    (3) Restarted Apache, ensured the httpd-devel version of
    Apache was installed.
    (4) Reinstalled CF8 (for about the 5th time); it is running
    and appears to have installed successfully (except for Apache
    connectors).
    (5) Modified
    /opt/coldfusion8/bin/connectors/apache_connector.sh as follows:
    ../../runtime/bin/wsconfig \
    -server coldfusion \
    -ws apache \
    -dir /etc/httpd/conf \
    -bin /usr/local/apache/bin/httpd \
    -script /usr/local/apache/bin/apachectl \
    -coldfusion
    (6) Ran ./wsconfig -uninstall to remove old/incorrect
    connectors.
    (7) Ran ./wsconfig per the information below which indicated
    that JRun Apache connector install was successful.
    Here are the results of running the ./wsconfig ...
    [root@_______ bin]# ./wsconfig -uninstall
    [Wed Mar 05 01:15:06 2008] [warn] NameVirtualHost *:80 has no
    VirtualHosts
    Restarted Apache server
    The Apache connector was removed from /etc/httpd/conf
    [root@_______ bin]# ./wsconfig -server coldfusion -ws Apache
    -dir /etc/httpd/conf -bin /usr/local/apache/bin/httpd -script
    /usr/local/apache/bin/apachectl -coldfusion -v
    Found JRun server coldfusion at 127.0.0.1:2930
    Red Hat Enterprise Linux ES release 4 (Nahant Update 6)
    Using Apache binary /usr/local/apache/bin/httpd
    Using resource gcc3/mod_jrun20.so.20020903
    Server version: Apache/2.0.63
    Using Apache control script /usr/local/apache/bin/apachectl
    Parsing Apache configuration file /etc/httpd/conf/httpd.conf
    Exec'ing chmod 777 /opt/coldfusion8/runtime/lib/wsconfig/1
    Set permission to 777 on
    /opt/coldfusion8/runtime/lib/wsconfig/1
    Red Hat Enterprise Linux ES release 4 (Nahant Update 6)
    Using resource gcc3/mod_jrun20.so.20020903
    Server version: Apache/2.0.63
    Exec'ing chmod +x
    /opt/coldfusion8/runtime/lib/wsconfig/1/mod_jrun20.so
    Set permission to execute on
    /opt/coldfusion8/runtime/lib/wsconfig/1/mod_jrun20.so
    Created file
    /opt/coldfusion8/runtime/lib/wsconfig/1/mod_jrun20.so
    Red Hat Enterprise Linux ES release 4 (Nahant Update 6)
    Using resource gcc3/mod_jrun20.so.20020903
    Server version: Apache/2.0.63
    Red Hat Enterprise Linux ES release 4 (Nahant Update 6)
    Using resource gcc3/mod_jrun20.so.20020903
    Server version: Apache/2.0.63
    Wrote file /etc/httpd/conf/httpd.conf
    Added JRun configuration to Apache configuration file
    /etc/httpd/conf/httpd.conf
    Created file
    /opt/coldfusion8/runtime/lib/wsconfig/1/README.txt
    Wrote file
    /opt/coldfusion8/runtime/lib/wsconfig/wsconfig.properties
    Exec'ing /usr/local/apache/bin/apachectl restart
    [Wed Mar 05 01:21:18 2008] [warn] NameVirtualHost *:80 has no
    VirtualHosts
    Restarted Apache server
    The Apache connector was installed to /etc/httpd/conf
    [root@_______ bin]#
    Although everything appears to have installed correctly, our
    server and website will still not recognize or process .cfm files.
    So I am still unable to even access CF8 Administrator and our site
    will not process Coldfusion files, just asks me, "Do you want to
    save this file, or find a program online to open it?"
    Never had any problems with CFMX7 install or operation, so
    this is most disconcerting.
    I am not a happy camper.
    Any suggestions while I am waiting for my Adobe customer
    support ticket to be answered will be most appreciated.
    Thanks.

  • I cannnot start apache after php installation

    Hi,
    I installed php in a solaris 9 server and when I do a restart of web server I receive this message:
    Syntax error on line 249 of /etc/apache/httpd.conf:
    Cannot load /usr/apache/libexec/libphp5.so into server: ld.so.1: /usr/apache/bin/httpd: fatal: /usr/apache/libexec/libphp5.so: wrong ELF class: ELFCLASS64
    Web server is in version:
    Server version: Apache/1.3.29 (Unix)
    Server built:   Nov  7 2003 16:42:10
    and php:
    PHP 5.3.27 (cli) (built: Oct 30 2013 10:40:04)
    Copyright (c) 1997-2013 The PHP Group
    Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies
    What can I do?
    Thanks in advance.

    looks like you are trying to mix/match 32 and 64bit apache and php.  need to use both at the 32 or 64.

  • Installing Apache-WebLogic plugin

    I have followed the steps (1-6) mentioned at
    http://www.weblogic.com/docs51/admindocs/apache_bridge.html
    for installing the Apache-WebLogic plugin.
    However, after doing it I could not start Apache. I get the following error.
    Syntax error on line 235 of /etc/apache/httpd.conf:
    Cannot load /usr/apache/libexec/mod_wl.so into server: ld.so.1:
    /usr/apache/bin/httpd: fatal: /usr/apache/libexec/mod_wl.so: open failed: No
    such file or directory
    Line 235 consists of the following entry
    LoadModule weblogic_module /usr/apache/libexec/mod_wl.so
    I do have the file /usr/apache/libexec/mod_wl.so in my directory with the
    same permissions
    as other files in the same directory.
    Any help is appreciated.
    JR

    I found the problem. mod_wl.so is the SPARC version and I was trying to
    run on Intel Solaris. Is there an Intel version of this file?
    John Ruskin wrote in message <8i2uaj$21v$[email protected]>...
    I have followed the steps (1-6) mentioned at
    http://www.weblogic.com/docs51/admindocs/apache_bridge.html
    for installing the Apache-WebLogic plugin.
    However, after doing it I could not start Apache. I get the followingerror.
    >
    Syntax error on line 235 of /etc/apache/httpd.conf:
    Cannot load /usr/apache/libexec/mod_wl.so into server: ld.so.1:
    /usr/apache/bin/httpd: fatal: /usr/apache/libexec/mod_wl.so: open failed:No
    such file or directory
    Line 235 consists of the following entry
    LoadModule weblogic_module /usr/apache/libexec/mod_wl.so
    I do have the file /usr/apache/libexec/mod_wl.so in my directory with the
    same permissions
    as other files in the same directory.
    Any help is appreciated.
    JR

  • OAS - Problem starting Apache

    Hi. I have this problem.
    When I start opmn ($ opmnctl startall), the httpd server don't start. I can see httpd process
    $ ps -ef |grep http
    oracle 4226 4172 0 09:52:07 ? 0:01 /u01/app/oracle/product/10.1.3.1/OracleAS_1/Apache/Apache/bin/httpd -d /u01/app
    but opmnctl have an error:
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=wbd01bi:6200
    0 of 1 processes started.
    ias-instance id=J2EEOBI.wbd01bi
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=598157923,pid=4226)
    time out while waiting for a managed process to start
    Log:
    /u01/app/oracle/product/10.1.3.1/OracleAS_1/opmn/logs//HTTP_Server~1.log
    When I check status of opmnctl i have this:
    HTTP_Server | HTTP_Server | 4226 | Stop
    and httpd.pid have 4226. The HTTP_Server~1.log have
    /u01/app/oracle/product/10.1.3.1/OracleAS_1/Apache/Apache/bin/apachectl stop: httpd (pid 4226) not running
    Any help?? The OAS version is 10.1.3.3
    Thanks.
    Jordi.

    Hi Roberto.
    The HTTP_Server~1.log file only have:
    10/04/30 11:07:37 Start process
    /u01/app/oracle/product/10.1.3.1/OracleAS_1/Apache/Apache/bin/apachectl startssl: execing httpd
    10/04/30 11:09:39 Stop process
    /u01/app/oracle/product/10.1.3.1/OracleAS_1/Apache/Apache/bin/apachectl stop: httpd stopped
    The error_log no have any data.
    Thanks.
    Greetings.
    Jordi

Maybe you are looking for

  • How to call WD program from a headerless WD screen

    Hi Experts, For the MSS worklist, I have created a custom WD headerless screen. In this screen, I have created one linktoURL UI element. When the user clicks on the screen, URL is called using following code. This code is working fine in Development.

  • I need to make the ordered quantity field (RV45A-KWMENG) disabled in 'VA02'

    Hi SAP COMMUNITY, I have urgent requirement for which i did'nt worked before on this requirement. I hope you people can help me in this regerd. My requirement is, I need to make the ordered quantity field (RV45A-KWMENG) disabled in the transaction co

  • Failed to install python-pip due to unknown signature

    sudo pacman -S python-pip ERROR:python-distribute: signature from "Stéphane Gaudreault <[email protected]>" is unknown trust ERROR:python-pip: signature from "Dan McGee <[email protected]>" is unknown trust I'v tried "sudo pacman-key --init" what wit

  • Reset Recorder File Name Counter

    The default voice recorder in S60 seems to keep a count of the records you make (To avoid conflicts and overwrites) Is there any way to reset this count so it will begin counting from 0 again (Voice Record, Voice Record 01, Voice Record 02, etc.) I c

  • HDMI Audio Vizio Television

    Hello, I'm using a Vizio television as my monitor, connected to my computer via HDMI cable. The picture looks fantastic, however I cannot seem to get the audio to work. The problem here is most likely my lack of knowledge. I've tried the steps in the