Upgrading to Apache 2.0

Hi All,
For reasons explained here : HTTP server misbehaving for certain URLs.
I'm looking into upgrading the Apache 1.3 server to 2.0 of the 10.1.3.1.0 Oracle-HTTP-Server . Is this possible?
cheers,
Edwin.

Standalone Oracle HTTP Server is distributed on the OracleAS Companion CD, which is included in the Oracle Application Server CD Pack.
See:
http://download.oracle.com/docs/cd/B32110_01/web.1013/b28949/toc.htm

Similar Messages

  • After upgrade to Apache 2.4, Invalid Mutex directory in argument file:

    I've just upgraded to Apache 2.4, and when I try to restart Apache (using systemctl), I get the following error:
    AH00526: Syntax error on line 21 of /etc/httpd/conf/extra/httpd-mpm.conf:
    Invalid Mutex directory in argument file:${APACHE_LOCK_DIR}
    Originally, the line read
    LockFile "/var/log/httpd/accept.lock"
    and I was getting an error on the invalid command. A search suggested
    Mutex file:${APACHE_LOCK_DIR} default
    which is how the line reads currently.
    So what is that line supposed to read? Or does it read correctly and there is another problem?
    Doug

    Hi,
    Based on your stack you are using the form of XmlContainer::deleteDocument() that does not take an XmlTransaction, which means it will automatically create one for you (assuming a transactional container, which is also the case here). That transaction is most likely hanging against another transaction that you probably have not yet committed in your current thread. That's my best guess anyway. This sort of issue could have been a latent bug that did not cause problems under 2.2.
    Regards,
    George

  • Is it possible to upgrade only apache in oracle 10g application server.

    Hi All,
    I have to upgrade only apache in oracle 10g application server with out upgrading oracle 10g as.
    Is it possibel to upgrade only apache version in oracle 10g application server. if yes.could you suggest the steps that i need to follow.
    This is very urgent.
    Thanks in advance.
    Regards,
    Sathya

    If your trying to upgrade just apache in that oracle home, then no. If your trying to upgrade to a real apache version, from apache.org, mod_oc4j won't work. You need to use Oracle's version of Apache or HTTP Server.
    Is there a reason you only want to upgrade Apache and not the whole oracle home?
    There are ways to do it, but it wouldn't be supported by Oracle and I wouldn't recommend that either.
    Edited by: user11993398 on Apr 13, 2011 3:04 PM

  • After upgrade System Apache can't start

    Hi i work with php5, apache (default) and mysql on my MacBook Pro...
    This weekend i have installed the last upgrade of system, but now my server apache don't start..
    If i try to start/stop/restart apache from terminal i get this error:
    cbmac:~ cbmac$ apachectl start
    launchctl: CFURLWriteDataAndPropertiesToResource(/System/Library/LaunchDaemons/org.apache. httpd.plist) failed: -10
    org.apache.httpd: Already loaded
    cbmac:~ cbmac$ apachectl restart
    launchctl: CFURLWriteDataAndPropertiesToResource(/System/Library/LaunchDaemons/org.apache. httpd.plist) failed: -10
    cbmac:~ cbmac$ apachectl stop
    launchctl: CFURLWriteDataAndPropertiesToResource(/System/Library/LaunchDaemons/org.apache. httpd.plist) failed: -10
    the content of the file org.apache.httpd.plist is :
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>Disabled</key>
    <true/>
    <key>Label</key>
    <string>org.apache.httpd</string>
    <key>OnDemand</key>
    <false/>
    <key>ProgramArguments</key>
    <array>
    <string>/usr/sbin/httpd</string>
    <string>-D</string>
    <string>FOREGROUND</string>
    </array>
    <key>SHAuthorizationRight</key>
    <string>system.preferences</string>
    </dict>
    </plist>
    I have already repaired the files permissions with Disk Utility, but without resolving the problem.
    I don't know what to do, someone have idea?
    Thanks in advance
    Manza

    I also have the same error:
    http://discussions.apple.com/thread.jspa?messageID=9125362&#9125362
    But may have found a solution here in this thread ( Comment by 'parndt' ):
    http://discussions.apple.com/thread.jspa?messageID=8689266&#8689266
    I havnt tried it yet, As I spent half of yesterday, formatting, then trying to compile Apache, php, mysql, openssl on on a seperate partition, but changing the Apache LAYOUT config, yet the mac wouldn't listen to my changes and kept trying to use the original broken version.
    I am formatting now, and going to try on a clean install, so will let you know.
    This is a good reference site:
    http://diymacserver.com/

  • Upgrading preinstalled Apache 1.3 to current 2.2

    I understand Tiger comes with Apache 1.3 preinstalled. I learned from helpful users on this forum how to enable it, and it worked very quickly and easily.
    However, Apache 2.2 is the most current version, and I'd really like to upgrade. Do I simply install 2.2 from scratch? Do I upgrade? Are there any common stumbling blocks?
    Thanks in advance.

    However, Apache 2.2 is the most current version, and
    I'd really like to upgrade. Do I simply install 2.2
    from scratch?
    You install it from scratch (compile it), yes. Simply, maybe
    Do I upgrade? Are there any common
    stumbling blocks?
    I don't know about issues with apache2.2 on os x per se, but you will have a learning curve if you aren't familiar with compiling binaries from source, in general.

  • Options for upgrading 10gas Apache in place to support newer SSL protocols

    We currently still have 10gas portal (I know!) running on Solaris.  There is a current project to move away from this but in the meantime, Firefox v 37 and above now rejects the SSL versions that the 10gAS Apache SSL provides.
    We are looking for options, any options to get around this for a few months!
    Can the current 10gAS Webserver be rebuilt to use a later version of Open SSL?   or
    Is there a  way to seemlessly integrate a new WebTier OHS install under the covers of the existing 10gAS?   or
    Does someone have any other approaches to consider?
    If someone has actually done something like this, it would be great.
    We are certainly not experts in HTTP, SSL, etc so we may need some hand holding to get this done.
    Please advise ASAP as the user (who we've been asking to upgrade this sw for years) is know impatient to see a solution to this mess,
    Thanks....
    Joel Saunders

    We currently still have 10gas portal (I know!) running on Solaris.  There is a current project to move away from this but in the meantime, Firefox v 37 and above now rejects the SSL versions that the 10gAS Apache SSL provides.
    We are looking for options, any options to get around this for a few months!
    Can the current 10gAS Webserver be rebuilt to use a later version of Open SSL?   or
    Is there a  way to seemlessly integrate a new WebTier OHS install under the covers of the existing 10gAS?   or
    Does someone have any other approaches to consider?
    If someone has actually done something like this, it would be great.
    We are certainly not experts in HTTP, SSL, etc so we may need some hand holding to get this done.
    Please advise ASAP as the user (who we've been asking to upgrade this sw for years) is know impatient to see a solution to this mess,
    Thanks....
    Joel Saunders

  • Upgrade gives apache error

    recently upgraded Mac Server OS to 10.6.5
    running WordPress Multisite 3.0.4
    WordPress Dashboad is painfully slow. Access to sites is fine if not logged in. Apache error log shows:
    [Wed Jan 05 01:53:57 2011] [error] (61)Connection refused: proxy: HTTP: attempt to connect to 127.0.0.1:8008 (127.0.0.1) failed
    [Wed Jan 05 01:53:57 2011] [error] approxy_connectbackend disabling worker for (127.0.0.1)

    I don't see anything about a firewall in Server Admin. It seems as though that would not be a factor as it was fine before the upgrade and we haven't changed our firewall settings since then. Our firewall is a hardware device.
    Server running
    FTP
    Mail
    MySQL
    Web
    In Web services under Settings I have General, Mime types, Proxy,Modules, Wiki

  • Upgrade / Install Apache

    I have a Mac Pro and need to install a newer version of Apache to run ColdFusion.
    I have managed to install the latest version of Apache, but the server will not start.
    When I type "/Library/Apache2/bin/apachectl start" I got the following error message:
    "(13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    Unable to open logs"
    Any help would be greatly appreciated!
    Thanks
    Mac Pro   Mac OS X (10.4.8)  

    Did you upgrade to Tomcat 4.1.27LE version ?

  • Upgrade for apache ??

    Hi,
    I notice that the version of apache supplied on the mac is v1.3.3 (?) is this just a mac version number ?
    Will/does Apple update apache ? the latest release of apache I saw was v2.2.
    If Apple don't update apache, should I try to update it by installing the latest version myself. I hesitate to do it as for sure, there will be issues which I no nothing about. Perhaps someone can point out a few of the major ones.
    Thanks.
    K.

    "all plugin modules need to be rewritten to work with apache 2.x."
    Will Apple do this, do you think?
    I would expect so, I just have no idea when - at some point 1.3.x is going to fall off the edge of supported software from apache.org. They're not the only ones in this situation, though - a number of vendors ship apache 1.3-based solutions and will need to update their products for apache 2.x
    FWIW, Mac OS X Server ships with both 1.3 and 2.0 in the box - you can choose to enable 2.x, although the admin tools are still geared around 1.3.

  • Apache Version Upgrade Question

    Hi all,
    My machine config:
    OS: SunOS 5.8
    Apache Version: 1.3.26
    I'd like ot upgrade my apache to a newer verion. I've dound the following link for the Sun Patch:
    http://sunsolve.sun.com/search/document.do?assetkey=1-21-116974-01-1&searchclause=apache%20patch
    but I've the following question:
    - How do i know whether my currenct config fit the patch requirement (Required Patches:108529-29 or greater) ?
    - To what version of apache it will be after the patch is installed?
    - Or should i found a patch from apache.org ? But actually i couldn't one. Any suggestion ?
    Many Thanks
    Daedalus

    Hello Daedalus,
    showrev -p shows the installed patches and their revision.
    According to the patch's readme you get at least 1.3.31
    Problem Description:
    5048900 Multiple security bugs in Apache versions prior to 1.3.31
    Is this Solaris x86 or SPARC ? The mentioned patch is for Solaris x86.
    Michael

  • Apache-ant file conflict not letting me upgrade

    As of yesterday, whenever I run a pacman -Su, pacman -Syu, or pacman -Syyu I get the same darn error:
    error: failed to commit transaction (conflicting files)
    apache-ant: /usr/share/apache-ant/etc exists in filesystem
    Errors occurred, no packages were upgraded.
    Kalu is also telling me the same thing,
    Error: System update failed: Failed to commit transaction: conflicting files :
    - /usr/share/apache-ant/etc exists in both apache-ant and current filesystem
    I'm not sure what to do. Is there any way I can upgrade apache-ant? I have other packages that need to be upgraded too that can't upgrade since apache-ant keeps getting this error. Any advice?
    Last edited by shmoogin (2014-01-20 17:13:13)

    Be careful with that shit. I just nuked my /etc folder with that and pretty angry about it. Yes, force is not a good solution, but I was stupid too. I did not know that rm would follow a link to /etc, because this is a link!! Remove the link simply don't you dare to rm -r, this thing will take my day

  • Can4t upgrade Apache

    Hi! I4m running Oracle 8i on a NT 4.0 Server. My Apache version is 1.3.12. When i try to upgrade to 1.3.27 I got a lot of error messages.
    My question is: Is it possible to upgrade just apache, not the whole thing? If the answer is yes, how can i guide myself?
    Thank you.
    Pablo Garcia
    [email protected]

    Their manual must be in Greek. Good to meet youagain
    "King" Rene. Considered recruiting?Nope. Try again in a few weeks, maybe we have a
    vacancy then.
    Bump Okay, be ready next time!!!

  • Upgrading 10g OHS to an apache 2 - mod_so

    Hi everyone,
    we are running a 10g application server and we wanted to upgrade the apache 1 based OHS to an apache 2 based OHS. The reason is that we wanted to make use of the apache mod_so module but this is not compiled in by default on apache, but it is apparently compiled with apache 2.
    Can you give me some guidelines on where i can download the source for OHS and compile it? Or alternatively how i can move from an apache 1 to an apache 2 based OHS ? or what other course of action i can take to have mod_so available?
    Thank you very much for your time

    Well, just install it, for the steps I think youshould get the installation guide from apache.org, what you will have to do is to configure this apache in a diferent port and at the end, add this url as a Origin Server in Webcache, so it could be accessible.
    Sorry but I can't give you much info about how to install it, as I'm not an expert, but I have configure externals apaches to be accesible trew Oracle WebCache, and is at simple as I told, just add it as a origin server.
    Greetings.

  • Upgrading Apache to 1.3.26

    Hi!
    I'm using Windows 2000 Oracle 8.1.7.0.0 and Apache 1.3 which came from the Oracle 8.1.7.3 installation.
    As you are aware, I need to upgrade due to security reasons.
    What I would like to know, is how to proceed. Is the new Apache 1.3.26 an upgrade or a new install? I know I will need to specify a path for the installation, so should I reuse the existing oracle path? Will I need to modify any of the CONF files after the upgrade? Should I backup any files before the installation? Anything else I need to know?
    One more thing: Should I patch Oracle to 8.1.7.4.1 before I upgrade to Apache 1.3.26?
    Thank you for your time!
    Ron

    I've done some exploring, and according to Oracle Metalinks, I cannot use apache.org's version of apache. Here is what Rod has
    said to somebody else:
    < quotation starts here >
    Hello,
    Sorry for the inconvenience, but you cannot upgrade the Oracle HTTP
    Server with an Apache server from the apache.org web site. Both products
    are very similiar but the OHS is packaged differently specifically for
    Oracle. Oracle Support will only certify the OHS that comes with the
    Oracle products such as 9iAS.
    Thank you,
    Rod
    Oracle Technical Support
    < quotation ends here >
    I am now wondering, is it possible not to install Oracle's version of apache http server, but install apache's instead?
    Then install Oracle. Then configure Oracle and Apache. Is this possible? Too hard?
    I would still like to use patches, if there are any.
    Thanks again!
    Ron

  • Can I upgrade Apache to new version (1.3.22)

    How can I upgrade existing Apache version which is in OAS9i?

    It's a 1.3.19.
    But the version is easily found by runnning httpd with parameter -v.
    httpd -v gives the following result:
    Server version: Oracle HTTP Server Powered by Apache/1.3.19 (Unix)
    Server built: May 9 2001 13:05:49

Maybe you are looking for

  • PO Release / Reject WorkFlow

    Hi I have a scenario for PO Release / Reject Strategy . It is a Three Level Approval Process . If a PO is saved , the Work Item has to goto first Approver for Release and after he approves it has to goto Next so on . If the Approver reject it has to

  • After upgrade my iphone 4 to IOS6, sound doesn't work correctly

    After upgrade my iphone 4 to IOS6, sound doesn't work correctly. During a phone call, there is no sound. But if I turn on the speaker, there is sound. itune works fine since it's on the speaker.

  • Unable to Start LR?

    I have been unable to use LR 4 for weeks and I get an error message to the effect:  Application unable to start (0xc000007b).  What is Adobe's solution to this problem?  Its holding up my workflow as a photographer. LouSeyler

  • MicroSD card for my cell

    I've got a SanDisc MicroSD card for my cell phone, which is a LG VX8300. I've had no luck getting music to play on the phone yet, but thats another issue. Today I plugged the card into my iMac, and it says I can only read, not write. How can I change

  • Huge IE7-Flash/Shockwave Player Problem

    i just installed IE7 (7.0.5730.11) and wanted to try it out on some demanding pages, like those with flash animations, shockwave games and integrated media players. everything worked fine until i went to www.miniclip.com and started the robot rage ga