Apache2 with mod_plsql

Hello there!
Is it possible to get the mod_plsql Module only for Apache as for test purposes I don't need the full iAS suite, only the mod_plsql feature...
best regards
christian

its an Oracle extension module and has not been open sourced by Oracle. Try to use mod_owa - Open source Apache PL/SQL Gateway Module
http://www.sharemation.com/~dmcmahon/modowa.htm

Similar Messages

  • How to get standalone Oracle HTTP Server with mod_plsql?

    Hi,
    I do not know if it is just me but it seems to be a nightmare to get OHS with mod_plsql from the official OTN download site. I downoaded the companion CD for Windows - 3 disks, installed OHS - no mod_plsql. Then I tried to find any clue on OTN on how to download mod_plsql - none. Plenty of information on how to configure it and use it, but nothing on how to get it.
    PLSQL gateways is not an option for us because many of our clients do not allow direct communication between the database and the Internet.
    Windows 2003 Server R2
    Apex 3.2.1
    RDBMS 10.2.0.4
    Any help appreciated,
    WK
    PS.
    I would not like to download the software from unofficial sites but rather get it straight from Oracle.

    Hi,
    For those interested: I found Oracle HTTP Server with mod_plsql on OTN -> downloads -> middleware -> WebCenter suite.
    WK

  • What do I need for Oracle Http Server with mod_plsql on Linux 64bit?

    I am trying to get the OHS onto a linux box but I am not quite sure I am installing the correct thing!!
    I currently have a windows box running the 10g Application server but everything seems to have changed since then and there seems to be several different things to do with the Fusion Middleware and stuff. I've tried to find an overview in plain english of what all these things are but all I can find are lots of marketing buzzwords!
    All in need to to be able to run the OHS with the mod_plsql so I can run my apex application. I'd be greatfull if someone could point me in the right direction for what I need to install!
    The box it is going on is a CentOS Linux 64bit machine. I've download and installed Oracle WebLogic Server 11g Rel 1 (10.3.3) using the generic installer for the 64 bit java but there seems to be no http server despite it saying there is! Most likely I am doing something wrong but the installer finishes successfully but nothing is running on port 7001.
    Do I actually need the WebTier instead? Is that the best solution for running the OHS with mod_plsql? Do I need the WebLogic install as well? Unfortunately I am fairly new to Linux as well which isn't helping!!
    thanks for any help
    Robert

    Well, you have two options:
    - Use the OHS from the OFM WebTier Utilities distro. (To use 11.1.1.3 version, you need both the 11.1.1.2 and 11.1.1.3 distros)
    - Use the OHS from the DB Companion Disk distro.
    WebLogic Server is a Java EE application with an HTTP server included, but not intended to be used as a replacement of OHS/Apache. It doesn't support mod's...
    HTH,
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • About Apache2 with RBAC

    Hi all,
    I'm trying to configure Apache2 with RBAC for reduce some privileges and run this service only with user webservd
    ...but the parent process (root) still exists!
    my steps:
    # svcadm -v disable -s apache2
    # svccfg -s apache2
    svc:/network/http:apache2> setprop start/user = astring: webservd
    svc:/network/http:apache2> setprop start/group = astring: webservd
    svc:/network/http:apache2> setprop start/privileges = astring: basic,!proc_session,!proc_info,!file_link_any,net_privaddr
    svc:/network/http:apache2> end
    # svcadm -v refresh apache2
    # svcprop apache2 | grep ^start
    startd/ignore_error astring core,signal
    start/exec astring /lib/svc/method/http-apache2\ start
    start/timeout_seconds count 60
    start/type astring method
    start/user astring webservd
    start/group astring webservd
    start/privileges astring basic,!proc_session,!proc_info,!file_link_any,net_privaddr
    # svcadm -v enable -s apache2
    # ps -ef | grep apache2
    webservd  4205  4204 0 19:03:22 ? 0:00 /usr/apache2/bin/httpd -k start
        root  4204     1 0 19:03:21 ? 0:00 /usr/apache2/bin/httpd -k start
    webservd  4209  4204 0 19:03:22 ? 0:00 /usr/apache2/bin/httpd -k start
    webservd  4208  4204 0 19:03:22 ? 0:00 /usr/apache2/bin/httpd -k start
    webservd  4206  4204 0 19:03:22 ? 0:00 /usr/apache2/bin/httpd -k start
    webservd  4207  4204 0 19:03:22 ? 0:00 /usr/apache2/bin/httpd -k start...and obviously...
    # ppriv 4204
    4204:     /usr/apache2/bin/httpd -k start
    flags = <none>
         E: all
         I: basic
         P: all
         L: allWhat's wrong?
    Any idea?
    PS: sorry about my english

    Solved,
    --- Now the user webservd has the ability to restart the service (with svcadm disable/restart..etc).
    --- All Apache files, logs, conf., pid etc. are only owned by user webservd because I didn't created other administrative roles (like svcadm or webdev)
    --- Authorizations "sunw.smf.manage.http/apache2" and "sunw.smf.modify.application.http/apache2" have been applied to user webservd
    # ps -ef | grep apache2
    webservd  2599  2596   0 12:52:06 ?   0:00 /usr/apache2/bin/httpd -k start
    webservd  2600  2596   0 12:52:06 ?   0:00 /usr/apache2/bin/httpd -k start
    webservd  2597  2596   0 12:52:06 ?   0:00 /usr/apache2/bin/httpd -k start
    webservd  2598  2596   0 12:52:06 ?   0:00 /usr/apache2/bin/httpd -k start
    webservd  2601  2596   0 12:52:06 ?   0:00 /usr/apache2/bin/httpd -k start
    webservd  2596     1   0 12:52:05 ?   0:00 /usr/apache2/bin/httpd -k start
    # ppriv 2596
    2596:   /usr/apache2/bin/httpd -k start
    flags = <none>
            E: basic,!file_link_any,net_privaddr,!proc_info,!proc_session
            I: basic,!file_link_any,net_privaddr,!proc_info,!proc_session
            P: basic,!file_link_any,net_privaddr,!proc_info,!proc_session
            L: all
    # netstat -naf inet | grep '*.80'
         *.80                 *.*                0      0 49152      0 LISTEN

  • Need to Understand HTTP Server with mod_plsql

    Hi -
    I am a DBA and have been tasked with migrating our current setup Oracle 10g/Solaris/APEX 4.1 to Oracle 11g/Linux/APEX 4.1. I have completed the migration and have chose to use the embedded PL/SQL gateway for connections to the front end Apex Application.
    The Embedded PL/SQL gateway is not that good. We are having connection issues where you might have to wait 5 minutes until you get the login page. Otherwise you just keep getting "cannot display webpage" errors.
    In our old setup we had a seperate home from some type of APEX listener. I thiink it was the HTTP Server with mod_plsql. We had to run this command to start it (apachectl start). This was very reliable and I think I need to do the same on our new server. I cannot find documentation anywhere on how to install this home on the new server and how to set it up. Does anyone know where it is and point me in the right direction?
    Your help would be greatly appreciated.

    Hello,
    >> I cannot find documentation anywhere on how to install this home on the new server and how to set it up
    The following includes detailed instruction on how to install either the APEX Listener or the OHS.
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21673/otn_install.htm#CBHBDAIF
    >> The Embedded PL/SQL gateway is not that good …
    You didn’t mention the size (and load) of your network, but the EPG was not intended to be used in a production environment. In any case, the document I pointed you to also includes some important configuration instructions for the EPG that dramatically improved its performance. Still, not recommended for crowded production environment.
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Author of Oracle Application Express 3.2 – The Essentials and More

  • Hardware req. running Apache with mod_plsql

    I'm trying to find out hardware requirements for running an Apache server with mod_plsql on Windows NT/Windows2000 serving about 100 concurrent users. I've been redirected to "Oracle HTTP Server powered by Apache Performance Guide", but this document does not cover mod_plsql.
    Any help out there?

    Do you have installed the database in a separate machine?
    If yes, Apache/mod_plsql running in standalone mode do not require a lot of memory.
    Apache on windows NT platform uses only 2mb of ram, I don4t know how many memory uses mod_plsql, but IMO it uses the same memory like other mods of Apache.
    Best regards, Marcelo.
    PD: Look at the parameter of mod_plsql about the concurrent sessions accepted which by default is 10, you has to increase this value to 100. In the other hand, this parameter gets a database connection which you has to increase to 100 too.

  • Path aliases with mod_plsql

    I'm trying to create a web application using PL/SQL. Not sure if this is the right forum but seemed the closest, if I should have posted somewhere else then let me know.
    Ideally I want pretty much full control over the URL. I've got something working using a path alias function. The problem is, there doesn't seem to be a way to get at the GET/POST variables from a path alias function. Am I missing something? Conversely, there is no obvious way of getting at the path from a normal function but you get the parameters.
    Is there either:
    - A way to get the variables from a path alias function.
    - Another way to support custom URLs with paths and variables?
    - Some way to get to a lower level and take more control over the dispatching of methods by mod_plsql?
    Thanks

    The problem is I want paths and parameters. Flexible parameter passing only seems to work for non path aliased calls. Getting the path only works for path aliases calls. ie. You can have either-or but not both. My question is basically how can I have a single function that gets called with the path and parameters? Can you have a catch all function that runs regardless of the URL instead of mod_plsql trying to be fancy and dispatch things itself?
    Edit: I think I may be able to use an Apache rewrite rule to force all URLs through a given function. And then manually parse the CGI path variable. It just seems horrible though. mod_plsql seems to have been developed with a very narrow set of requirements.
    Edited by: D Roe on Jan 7, 2009 4:03 PM

  • Upload multiple files WITH correct pairs of form fields into Database

    In my form page, I would like to allow 3 files upload and 3 corresponding text fields, so that the filename and text description can be saved in database table in correct pair. Like this:
    INSERT INTO table1 (filename,desc) VALUES('photo1.jpg','happy day');
    INSERT INTO table1 (filename,desc) VALUES('photo2.jpg','fire camp');
    INSERT INTO table1 (filename,desc) VALUES('photo3.jpg','christmas night');
    However, using the commons fileupload, http://commons.apache.org/fileupload/, I don't know how to reconstruct my codes so that I can acheieve this result.
    if(item.isFormField()){
    }else{
    }I seems to be restricted from this structure.
    The jsp form page
    <input type="text" name="description1" value="" />
    <input type="file" name="sourcefile" value="" />
    <input type="text" name="description2" value="" />
    <input type="file" name="sourcefile" value="" />The Servlet file
    package Upload;
    import sql.*;
    import user.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.util.Map;
    import java.util.HashMap;
    import java.util.Date;
    import java.util.List;
    import java.util.Iterator;
    import java.io.File;
    import java.io.PrintWriter;
    import java.io.IOException;
    import java.text.SimpleDateFormat;
    import org.apache.commons.fileupload.servlet.ServletFileUpload;
    import org.apache.commons.fileupload.disk.DiskFileItemFactory;
    import org.apache.commons.fileupload.*;
    public class UploadFile extends HttpServlet {
    private String fs;
    private String category = null;
    private String realpath = null;
    public String imagepath = null;
    public PrintWriter out;
    private Map<String, String> formfield = new HashMap<String, String>();
      //Initialize global variables
      public void init(ServletConfig config, ServletContext context) throws ServletException {
        super.init(config);
      //Process the HTTP Post request
      public void doPost(HttpServletRequest request,HttpServletResponse response) throws ServletException, IOException {
        request.setCharacterEncoding("utf-8");
        response.setCharacterEncoding("utf-8");
        response.setContentType("text/html");
        PrintWriter out = response.getWriter();
        Thumbnail thumb = new Thumbnail();
        fs = System.getProperty("file.separator");
        this.SetImagePath();
         boolean isMultipart = ServletFileUpload.isMultipartContent(request);
         if(!isMultipart){
          out.print("not multiple part.");
         }else{
             FileItemFactory factory = new DiskFileItemFactory();
             ServletFileUpload upload = new ServletFileUpload(factory);
             List items = null;
             try{
                items = upload.parseRequest(request);
             } catch (FileUploadException e) {
                e.printStackTrace();
             Iterator itr = items.iterator();
             while (itr.hasNext()) {
               FileItem item = (FileItem) itr.next();
               if(item.isFormField()){
                  String formvalue = new String(item.getString().getBytes("ISO-8859-1"), "utf-8");
                  formfield.put(item.getFieldName(),formvalue);
                  out.println("Normal Form Field, ParaName:" + item.getFieldName() + ", ParaValue: " + formvalue + "<br/>");
               }else{
                 String itemName = item.getName();
                 String filename = GetTodayDate() + "-" + itemName;
                 try{
                   new File(this.imagepath + formfield.get("category")).mkdirs();
                   new File(this.imagepath + formfield.get("category")+fs+"thumbnails").mkdirs();
                   //Save the file to the destination path
                   File savedFile = new File(this.imagepath + formfield.get("category") + fs + filename);
                   item.write(savedFile);
                   thumb.Process(this.imagepath + formfield.get("category") +fs+ filename,this.imagepath + formfield.get("category") +fs+ "thumbnails" +fs+ filename, 25, 100);
                   DBConnection db = new DBConnection();
                   String sql = "SELECT id from category where name = '"+formfield.get("category")+"'";
                   db.SelectQuery(sql);
                    while(db.rs.next()){
                      int cat_id = db.rs.getInt("id");
                      sql = "INSERT INTO file (cat_id,filename,description) VALUES ("+cat_id+",'"+filename+"','"+formfield.get("description")+"')";
                      out.println(sql);
                      db.RunQuery(sql);
                 } catch (Exception e){
                    e.printStackTrace();
            HttpSession session = request.getSession();
            UserData k = (UserData)session.getAttribute("userdata");
            k.setMessage("File Upload successfully");
            response.sendRedirect("./Upload.jsp");
      //Get today date, it is a test, actually the current date can be retrieved from SQL
      public String GetTodayDate(){
        SimpleDateFormat format = new SimpleDateFormat("yyyyMMdd");
        String today = format.format(new Date());
        return today;
      //Set the current RealPath which the file calls for this file
      public void SetRealPath(){
        this.realpath = getServletConfig().getServletContext().getRealPath("/");
      public void SetImagePath(){
        this.SetRealPath();
        this.imagepath = this.realpath + "images" +fs;
    }Can anyone give me some code suggestion? Thx.

    When one hits the submit button - I then get a 404 page error.What is the apaches(?) error log saying? Mostly you get very useful information when looking into the error log!
    In any case you may look at how you are Uploading Multiple Files with mod_plsql.

  • Apache2 local web server + Perl 5 + mysql problem

    this problem has been bugging me for some months; it's stopping me developing on my new MBP.
    I cannot connect to mysql 5.0.45 database when web sharing w/ Apache2 with either Perl 5.8 & Activeperl 5.10 cgi scripts on Mac OS X Leopard 10.5.2 & 10.5.3
    Although I can connect to the mysql DB when running the Perl scripts from the command line.
    The problem only occurs on my local web server in Mac OS X 10.5.2 & 10.5.3.
    On my old development Mac running 10.3 the code runs fine, as it also does on my remote site.
    server error log: Can't locate DBD/mysql.pm . . .
    I suspect there is a problem somewhere between Apache2, Perl & MySQL.
    Please advise.
    Sarpedon Jones
    Message was edited by: Sarpedon Jones

    I've got the same problem but It sounds like I've gotten farther. I was forced to do an emergency move of some Perl and PHP sites to 10.5.4 when our 10.4 web server refused to authenticate to AD anymore...
    Leopard's Apache/Perl support is terrible. There is not click to add option anymore so you have to manually set up mod_perl. No big deal but the first sign that there isn't reasonable support.
    The bigger issue is that Apple's Perl will not compile some modules.. namely DBD::mysql.
    Normally you'd use "cpan" to install the modules you need. The core module for connecting to a mysql database is DBD.. specifically DBD::mysql
    You should be able to run "cpan" or "cpanp" [cpan plus] to get a cpan interactive prompt. At this point you should be able to compile DBD by issuing either of the following:
    "install DBD::mysql" or
    "install Module DBD::mysql"
    I've tried this on two installs of OS X Server and that module (and others) will not compile on either system. One of my servers had been set up as a Wiki server before but the other had not been running any web services before I started using it as a test bed for my site move. (BTW these sites are unavailable until I can move them).
    There is another bug (noted on mysql's site) with Apple's version of cpan. If you try to add some modules, cpan will report that it needs to install a new, full version of Perl. The recommendation is to not do this, but rather force the install.. "install f DBD::mysql"
    Forcing the install is a questionable idea but it doesn't work anyway.
    I eventually did install perl 5.0.10 on the system in /usr/ and that does allow me to compile the needed Perl mods. However, the global @INC path has the old Perl paths listed so my perl CGIs will not use the new perl install.
    I'm sorry I don't have a solution. Hopefully my troubleshooting will elicit some more feedback.
    steven.

  • Mod_plsql warning message in apache logs

    The following warning message has been reported in error logs and it relates to wwv_flow package :-
    [Thu Oct 19 16:08:47 2006] [warn] mod_plsql: /pls/htmldb/wwv_flow.accept had to be described for execution. Refer to the PL/SQL GateWay documentation on how to avoid this
    I have checked the doco at http://download-west.oracle.com/docs/cd/A97335_01/apps.102/a90099/apptroub.htm#634288
    Section B.7.1 is the relevant section and I think its to do with mod_plsql unable to find out if the parameters to wwv_flow.accept are scalar or array and hence having to first do a describe everytime.
    Do I need to do something about it or just ignore it ?
    tks
    Vishal

    Thanks Scott.
    I have asked the client how they have configured this.
    If its ON should they turn it OFF ?
    What implications would it have then ?
    tks

  • International characters and mod_plsql

    We are having troubles with mod_plsql translating international characters.
    Here is the scenario:
    We have an HTML form whereby the user can enter a letter.
    If they enter the letter 'X', by the time it calls the ACTION in the
    html form, it has changed it from 'X' to '&_Oslash' (I have inserted an
    underscore character for demonstration purposes).
    The ACTION in the HTML form is a plsql procedure which does nothing more
    than display the character the user entered. It "visually" displays the
    X character because the browser knows how to interpret the &_Oslash,
    however the "real" character should have been 'X' since we want to store
    this character in the UTF8 database. We need to store the 'X' character
    in order to search on it (you can't search on &_Oslash).
    Any help on this would be appreciated. We only have thousands of hotels internationally,
    it would be nice to use other languages besides english.
    Sun OS 5.8
    9ias 1.0.2.2.0
    mod_plsql 3.0.9.8.3b
    rdbms 8.1.7.3.0
    NLS_CHARACTERSET=UTF8 (and NLS_NCHAR_CHARACTERSET)
    NLS_LANGUAGE=AMERICAN
    owa_util plsql toolkit 3.0.0.0.5
    Thanks, Kate

    I'm picking up the IP address but I also want to pick up the name the username and the %u doesn't seem to be capturing the mod_plsql login name.
    Jeremy.

  • Apache2 crashes on restart after enabling ssl

    Hello,
    I have a problem with a xserve 2.26ghz quad-core running MacOS X Server 10.5.8 with the last updates. When I want to enable ssl on Apache2 with a test certificate (with ServerAdmin or SSH in /etc/apache2), Apache2 crashes on restart after it applies the changes.
    Here is the system.log :
    Nov 20 11:12:58 xserve1 servermgrd[56]: servermgr_web: htcleancache disabled
    Nov 20 11:12:58 xserve1 servermgrd[56]: servermgr_web: Multi instance key 'SSLLog' has a single value=''!
    Nov 20 11:12:58: --- last message repeated 36 times ---
    Nov 20 11:12:58 xserve1 servermgrd[56]: servermgr_web: Multi instance key 'Weblogs' has a single value='{\n enabled = 0;\n}'!
    Nov 20 11:13:47 xserve1 com.apple.launchd[1] (org.apache.httpd): Unknown key: SHAuthorizationRight
    Nov 20 11:13:48 xserve1 ReportCrash[37941]: Formulating crash report for process httpd[37870]
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37905 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37904 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37903 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37902 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37901 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37900 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37899 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37898 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37897 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37896 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37895 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37894 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37893 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37892 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37891 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37890 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37889 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37888 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37887 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37886 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37885 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37884 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37883 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37882 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37881 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37880 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37879 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37878 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37877 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37876 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37875 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37874 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37873 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37872 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37871 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37911 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37930 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37914 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37926 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37909 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37919 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37932 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37923 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37906 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37916 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37913 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37907 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37931 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Exited abnormally: Segmentation fault
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 9 seconds
    Nov 20 11:13:49 xserve1 ReportCrash[37941]: Saved crashreport to /Library/Logs/CrashReporter/httpd2009-11-20-111347xserve1.crash using uid: 0 gid: 0, euid: 0 egid: 0
    And the crash log:
    Process: httpd [37870]
    Path: /usr/sbin/httpd
    Identifier: httpd
    Version: ??? (???)
    Code Type: X86-64 (Native)
    Parent Process: launchd [1]
    Date/Time: 2009-11-20 11:13:47.507 +0100
    OS Version: Mac OS X Server 10.5.8 (9L34)
    Report Version: 6
    Anonymous UUID: A7164375-6ED8-49C7-8FB2-1051ED334382
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000000000000
    Crashed Thread: 0
    Thread 0 Crashed:
    0 libapr-1.0.dylib 0x00000001001bd41d apr_cpystrn + 19
    1 mod_ssl.so 0x000000010037c9e2 0x10036c000 + 68066
    2 libcrypto.0.9.7.dylib 0x00007fff8051cae5 PEMdoheader + 135
    3 libcrypto.0.9.7.dylib 0x00007fff8051bb0e PEMbytes_readbio + 641
    4 libcrypto.0.9.7.dylib 0x00007fff8051b6c6 PEMread_bioPrivateKey + 103
    5 mod_ssl.so 0x0000000100386ae4 0x10036c000 + 109284
    6 mod_ssl.so 0x000000010037bb13 0x10036c000 + 64275
    7 mod_ssl.so 0x00000001003718ef 0x10036c000 + 22767
    8 httpd 0x0000000100000e2e aprun_postconfig + 114
    9 httpd 0x000000010000930a main + 2258
    10 httpd 0x0000000100000894 start + 52
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x00007fff5fbfd170 rbx: 0x0000000100228fd0 rcx: 0x00007fff5fbfd56f rdx: 0x0000000000000400
    rdi: 0x00007fff5fbfd170 rsi: 0x0000000000000000 rbp: 0x00007fff5fbfd030 rsp: 0x00007fff5fbfd030
    r8: 0x0000000100dc2658 r9: 0x0000000000000000 r10: 0x0000000000000001 r11: 0x00007fff70273fd8
    r12: 0x0000000000000268 r13: 0x00007fff805abb73 r14: 0x00007fff5fbfd6e0 r15: 0x0000000100e78600
    rip: 0x00000001001bd41d rfl: 0x0000000000010206 cr2: 0x0000000000000000
    Binary Images:
    0x100000000 - 0x100058fff +httpd ??? (???) /usr/sbin/httpd
    0x10007e000 - 0x10008fff3 libaprutil-1.0.dylib ??? (???) <a81497ec0978b2671feb2ce9191ce055> /usr/lib/libaprutil-1.0.dylib
    0x100097000 - 0x1000b7fff libexpat.1.dylib ??? (???) <b34ddb3102b6d02667344e1b529b21cb> /usr/lib/libexpat.1.dylib
    0x1000bd000 - 0x1001b5fef libiconv.2.dylib ??? (???) <698d6ca445eef34af85c9f2e5b372def> /usr/lib/libiconv.2.dylib
    0x1001bc000 - 0x1001d8fef libapr-1.0.dylib ??? (???) <304189f38964fdf93b9a1c8d010267ee> /usr/lib/libapr-1.0.dylib
    0x1001e5000 - 0x1001e5fff modauthnfile.so ??? (???) /usr/libexec/apache2/modauthnfile.so
    0x1001e8000 - 0x1001e9fff modauthzhost.so ??? (???) /usr/libexec/apache2/modauthzhost.so
    0x1001ec000 - 0x1001f2fff mod_cache.so ??? (???) /usr/libexec/apache2/mod_cache.so
    0x1001f5000 - 0x1001f9fff modmemcache.so ??? (???) /usr/libexec/apache2/modmemcache.so
    0x1001fc000 - 0x1001fdfff mod_dumpio.so ??? (???) /usr/libexec/apache2/mod_dumpio.so
    0x100300000 - 0x100303fff moddiskcache.so ??? (???) /usr/libexec/apache2/moddiskcache.so
    0x100306000 - 0x100309fff modextfilter.so ??? (???) /usr/libexec/apache2/modextfilter.so
    0x10030c000 - 0x100317fff mod_include.so ??? (???) /usr/libexec/apache2/mod_include.so
    0x10031a000 - 0x10031cfff mod_filter.so ??? (???) /usr/libexec/apache2/mod_filter.so
    0x10031f000 - 0x100323fff mod_deflate.so ??? (???) /usr/libexec/apache2/mod_deflate.so
    0x100326000 - 0x10032afff modlogconfig.so ??? (???) /usr/libexec/apache2/modlogconfig.so
    0x10032d000 - 0x10032dfff mod_logio.so ??? (???) /usr/libexec/apache2/mod_logio.so
    0x100330000 - 0x100330fff mod_env.so ??? (???) /usr/libexec/apache2/mod_env.so
    0x100333000 - 0x100334fff mod_expires.so ??? (???) /usr/libexec/apache2/mod_expires.so
    0x100337000 - 0x100339fff mod_headers.so ??? (???) /usr/libexec/apache2/mod_headers.so
    0x10033c000 - 0x10033dfff mod_ident.so ??? (???) /usr/libexec/apache2/mod_ident.so
    0x100340000 - 0x100341fff mod_setenvif.so ??? (???) /usr/libexec/apache2/mod_setenvif.so
    0x100344000 - 0x100355fff mod_proxy.so ??? (???) /usr/libexec/apache2/mod_proxy.so
    0x10035a000 - 0x100360fff modproxyhttp.so ??? (???) /usr/libexec/apache2/modproxyhttp.so
    0x100364000 - 0x100369fff modproxybalancer.so ??? (???) /usr/libexec/apache2/modproxybalancer.so
    0x10036c000 - 0x100393ffb mod_ssl.so ??? (???) /usr/libexec/apache2/mod_ssl.so
    0x10039e000 - 0x1003c9fef libssl.0.9.7.dylib ??? (???) <a6b239856f5e2aca54c2c54de457f751> /usr/lib/libssl.0.9.7.dylib
    0x1003d9000 - 0x1003dcfff mod_mime.so ??? (???) /usr/libexec/apache2/mod_mime.so
    0x1003df000 - 0x1003f5fff mod_dav.so ??? (???) /usr/libexec/apache2/mod_dav.so
    0x1003f9000 - 0x1003fdfff mod_status.so ??? (???) /usr/libexec/apache2/mod_status.so
    0x100400000 - 0x100407fff mod_autoindex.so ??? (???) /usr/libexec/apache2/mod_autoindex.so
    0x10040a000 - 0x10040afff mod_asis.so ??? (???) /usr/libexec/apache2/mod_asis.so
    0x10040d000 - 0x100410fff mod_info.so ??? (???) /usr/libexec/apache2/mod_info.so
    0x100413000 - 0x100417fff mod_cgi.so ??? (???) /usr/libexec/apache2/mod_cgi.so
    0x10041b000 - 0x100425fff moddavfs.so ??? (???) /usr/libexec/apache2/moddavfs.so
    0x100429000 - 0x10042afff modvhostalias.so ??? (???) /usr/libexec/apache2/modvhostalias.so
    0x10042d000 - 0x100433fff mod_negotiation.so ??? (???) /usr/libexec/apache2/mod_negotiation.so
    0x100436000 - 0x100436fff mod_dir.so ??? (???) /usr/libexec/apache2/mod_dir.so
    0x100439000 - 0x10043bfff mod_imagemap.so ??? (???) /usr/libexec/apache2/mod_imagemap.so
    0x10043e000 - 0x10043efff mod_actions.so ??? (???) /usr/libexec/apache2/mod_actions.so
    0x100441000 - 0x100442fff mod_speling.so ??? (???) /usr/libexec/apache2/mod_speling.so
    0x100445000 - 0x100446fff mod_userdir.so ??? (???) /usr/libexec/apache2/mod_userdir.so
    0x100449000 - 0x10044afff mod_alias.so ??? (???) /usr/libexec/apache2/mod_alias.so
    0x10044d000 - 0x10045bfff mod_rewrite.so ??? (???) /usr/libexec/apache2/mod_rewrite.so
    0x10045f000 - 0x10046bfff libexslt.0.dylib ??? (???) <f47ed154350cd159352b3f1e78564a92> /usr/lib/libexslt.0.dylib
    0x100470000 - 0x1004b3ffb libiodbc.2.dylib ??? (???) <2a771810e00a210fa2dc1de2c5d14cfa> /usr/lib/libiodbc.2.dylib
    0x1004c1000 - 0x1004f8fff com.apple.LDAPFramework 1.4.5 (110) <463b4b6045245b6c6fa19c5b053409fc> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x100503000 - 0x100533ffb libcurl.4.dylib ??? (???) <3a8f974165b94b07f9b75ec027dbfffe> /usr/lib/libcurl.4.dylib
    0x10053d000 - 0x10054efff libsasl2.2.dylib ??? (???) <4044cb43c959e7c3dc91a7bbeb5752c5> /usr/lib/libsasl2.2.dylib
    0x100578000 - 0x10057afff modauthapple.so ??? (???) <ee3ef524945cd2e0b619e0cbc2242608> /usr/libexec/apache2/modauthapple.so
    0x10057d000 - 0x100580fff modspnegoapple.so ??? (???) <cfaf0207c363518bbd9e437eb25f0798> /usr/libexec/apache2/modspnegoapple.so
    0x100583000 - 0x100585fff com.apple.spnegoapache 10.5 (10.5) <b0b3ba6afed35d4276eef2d71c0f6682> /System/Library/PrivateFrameworks/SpnegoApache.framework/Versions/A/SpnegoApach e
    0x100589000 - 0x1005a7ff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <ca49f12af7e4b42470e09e2be309c5e9> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x1005b3000 - 0x1005b7fff moddigestapple.so ??? (???) <aaec439b54b2680de1871857597a7381> /usr/libexec/apache2/moddigestapple.so
    0x1005bb000 - 0x1005bcfff modhfsapple.so ??? (???) <f4321abb907b607e7abbf2b4ee6fc53a> /usr/libexec/apache2/modhfsapple.so
    0x101000000 - 0x101593fff libphp5.so ??? (???) <4a8a2c94ca212e205bafa8d4f798e76d> /usr/libexec/apache2/libphp5.so
    0x7fff5fc00000 - 0x7fff5fc2e643 dyld 97.1 (???) <1d1ba42c89e77cfe2558a3c66129fff6> /usr/lib/dyld
    0x7fff80003000 - 0x7fff802fffe3 com.apple.CoreServices.CarbonCore 786.11 (786.14) <67f51409107ce59a43aee1ed54d1189e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonC
    ore
    0x7fff80302000 - 0x7fff80306fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x7fff80307000 - 0x7fff803a2fe7 com.apple.ink.framework 101.3 (86) <087a78fda9b86c898cd33fdcbc927699> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff804aa000 - 0x7fff804c8fff com.apple.CoreVideo 1.6.0 (20.0) <4cebbd3f1353c73d11fd871ce4b552ba> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff804c9000 - 0x7fff80506ff7 com.apple.SystemConfiguration 1.9.2 (1.9.2) <5af02fa92da5a73aec8d4e137d47b40a> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff80507000 - 0x7fff80509ff7 libffi.dylib ??? (???) <dc89a0cfa89fa40bd5e67ac301a9ba2a> /usr/lib/libffi.dylib
    0x7fff8050a000 - 0x7fff805ebfff libcrypto.0.9.7.dylib ??? (???) <4ba8f4663187645a922c9c5025127e39> /usr/lib/libcrypto.0.9.7.dylib
    0x7fff805ec000 - 0x7fff8063cfe7 com.apple.Metadata 10.5.8 (398.26) <c6f33c64966aceb08eeea18e29609c26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8063d000 - 0x7fff80640fff com.apple.securityhi 3.0 (30817) <ac11de7f17010ed0e95a91b2996e8a63> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff80641000 - 0x7fff80657ff9 com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff80658000 - 0x7fff8069bfef libTIFF.dylib ??? (???) <a94cd9462b63fbdcb63374d50412a75e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8069c000 - 0x7fff806adfff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <e9ccc1684978793903989e662271178a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versi
    ons/A/SpeechSynthesis
    0x7fff806ae000 - 0x7fff806b0fff com.apple.print.framework.Print 218.0.3 (220.2) <404a8310c77d9a4e68cf43bea9605684> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff806b2000 - 0x7fff806c3ffd libz.1.dylib ??? (???) <adb739c51df0f32aa0edd5565cee1c98> /usr/lib/libz.1.dylib
    0x7fff806c4000 - 0x7fff806c6fff com.apple.NavigationServices 3.5.2 (163) <0cde9279f40ad2455a1a818ef6c8099f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServ
    ices
    0x7fff806c7000 - 0x7fff807fffef com.apple.CoreFoundation 6.5.7 (476.19) <d7aea66b6a0d43c717a9d974d4b3e2de> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8080f000 - 0x7fff808a0fff com.apple.SearchKit 1.2.2 (1.2.2) <87379484090b910fd05c027b66d1228f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff808a1000 - 0x7fff80c59fff libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff80c5a000 - 0x7fff80f41ffb com.apple.HIToolbox 1.5.6 (???) <54f8e0b178ed377fb279ba48fa1aa88b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff81086000 - 0x7fff8117afff libobjc.A.dylib ??? (???) <8cb12a6a38aa7a4d82c7704ebf3cac72> /usr/lib/libobjc.A.dylib
    0x7fff8117b000 - 0x7fff811a5fff libcups.2.dylib ??? (???) <837f35c2ae10566d3a8d5c6479f36d41> /usr/lib/libcups.2.dylib
    0x7fff811a6000 - 0x7fff811aeffa libbsm.dylib ??? (???) <e4eaac0d1d83b90c308d2ee2ab957cc5> /usr/lib/libbsm.dylib
    0x7fff811af000 - 0x7fff8131efff libicucore.A.dylib ??? (???) <d69c6c54ddbf4ef58ea94d733de685b9> /usr/lib/libicucore.A.dylib
    0x7fff8131f000 - 0x7fff813f2ffc com.apple.CFNetwork 438.14 (438.14) <3af1993e63b2fc29d8ed0a4ed3d6311c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff813f3000 - 0x7fff81434fef com.apple.framework.IOKit 1.5.2 (???) <ebadf76b05d974c057871f79d1155160> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff81435000 - 0x7fff81438ffb com.apple.help 1.1 (36) <4c8c537817ac6888cf01adfc4c099d9a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff81439000 - 0x7fff81439ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x7fff8143a000 - 0x7fff8146cff7 libauto.dylib ??? (???) <5876c3364307b49c40b42bc60eef886e> /usr/lib/libauto.dylib
    0x7fff8146d000 - 0x7fff81485fff com.apple.DictionaryServices 1.0.0 (1.0.0) <0a5c79542cfecfe148558dd5d033aaa1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/Dictio
    naryServices
    0x7fff81495000 - 0x7fff81553fff edu.mit.Kerberos 6.0.13 (6.0.13) <6d10cff5f721c34228661d52fbfd3516> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff81554000 - 0x7fff81692fe9 com.apple.ImageIO.framework 2.0.6 (2.0.6) <d79c930b0d93138b2cf3f5394812ee99> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff81693000 - 0x7fff816adfff libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff816ae000 - 0x7fff81839ffb libSystem.B.dylib ??? (???) <714d2608b5acae3ad5364897c49868fa> /usr/lib/libSystem.B.dylib
    0x7fff8183a000 - 0x7fff818aefe7 libstdc++.6.dylib ??? (???) <4c052234501252589cb46a124abc72d9> /usr/lib/libstdc++.6.dylib
    0x7fff818af000 - 0x7fff81960fef com.apple.CoreServices.OSServices 228 (228) <000f996e7e2569d49a63eefc5f17d07b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff819f5000 - 0x7fff819f5ff8 com.apple.ApplicationServices 34 (34) <71fa30df5b60e756224f1dc853592585> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff819f6000 - 0x7fff819fafff libGIF.dylib ??? (???) <86b6f22870c1a20046a5442ff338ec4e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff819fb000 - 0x7fff819fbffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff819fd000 - 0x7fff81a52fe3 com.apple.HIServices 1.7.1 (???) <8c601c198e138905743161674f558fcc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff81adb000 - 0x7fff81aeafe7 com.apple.opengl 1.5.10 (1.5.10) <9334af96d3c090bbadfd4a16514f07ff> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff81aeb000 - 0x7fff81b61fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff81b62000 - 0x7fff81b89fff libxslt.1.dylib ??? (???) <976e452777732411dc6bbc9bf96f202f> /usr/lib/libxslt.1.dylib
    0x7fff81b8a000 - 0x7fff81b94fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <3780e10cf1c574c73098426b9f3b91bf> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/S
    peechRecognition
    0x7fff81b95000 - 0x7fff81c2bffb com.apple.LaunchServices 292 (292) <d6750e4efb1986b3ffd2bc037223a3ad> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff82556000 - 0x7fff82621ff7 com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff82622000 - 0x7fff82b42f6e libGLProgrammability.dylib ??? (???) <7aa4c12953526371a07780326fbd8725> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff82b43000 - 0x7fff82f23fef com.apple.QuartzCore 1.5.8 (1.5.8) <1c79fff9a8916e61c28ec13a87723e67> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff82f24000 - 0x7fff82f45fff libresolv.9.dylib ??? (???) <e8a96351d4568c470667a6cabc7c0bc1> /usr/lib/libresolv.9.dylib
    0x7fff82f46000 - 0x7fff8314fff3 com.apple.security 5.0.5 (36371) <61d1cce0188d73a7392b75503dbdc2b8> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff83150000 - 0x7fff8318bfff com.apple.AE 402.3 (402.3) <9a0dd05f928c9fadd533c7081ab9dcd9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff831bd000 - 0x7fff83238ff3 com.apple.CoreText 2.0.4 (???) <63ac544118adbf16b6f1566131b2c20e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff83239000 - 0x7fff8323bff9 libRadiance.dylib ??? (???) <894a6b2cfd423a7467395844515953bf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dyl
    ib
    0x7fff8323c000 - 0x7fff8323cffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8323d000 - 0x7fff8325bfff libPng.dylib ??? (???) <9f119a3f94919759c9a65eb6d0c265ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8325c000 - 0x7fff832fcfe3 com.apple.ApplicationServices.ATS 3.8 (???) <fea92675c6f2797211de292a8bea3d66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff832fd000 - 0x7fff83309ff1 libgcc_s.1.dylib ??? (???) <568895f7479fefc4796748a618c6ec9f> /usr/lib/libgcc_s.1.dylib
    0x7fff83314000 - 0x7fff83314ffa com.apple.CoreServices 32 (32) <beac1b7266aaf0da184cd5925910217e> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff83315000 - 0x7fff833d9fe2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff833da000 - 0x7fff8343dfef libGLU.dylib ??? (???) <80c7eb325b8de4ab272f08c335645eea> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8343e000 - 0x7fff83444fff com.apple.DiskArbitration 2.2.1 (2.2.1) <cab52e39ef8dde5003d9029c99d4c264> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff83445000 - 0x7fff83482fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff83483000 - 0x7fff834bfff7 libGLImage.dylib ??? (???) <c08254d55543c5d8847e8178a66f9e1b> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff834c0000 - 0x7fff83548fef libsqlite3.0.dylib ??? (???) <3d591878110f4e73daf0752549f9b5e2> /usr/lib/libsqlite3.0.dylib
    0x7fff83549000 - 0x7fff83d06fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff83d07000 - 0x7fff83d1bff7 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff83d1c000 - 0x7fff83d5ffef com.apple.QD 3.11.57 (???) <8b866ad370ea1d63dac867d4d857a30b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff83d60000 - 0x7fff83d65fff com.apple.CommonPanels 1.2.4 (85) <564fc0c6c53a00d1a7bf8a94545beffa> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff83d66000 - 0x7fff83d66fff com.apple.Carbon 136 (136) <b943811e0c7704ac2d60ae1f72d8a265> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff83d67000 - 0x7fff83d81fff com.apple.openscripting 1.2.8 (???) <e4e52ab77fc6344ef3ef4a9b259c4543> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff83d82000 - 0x7fff8434efef com.apple.CoreGraphics 1.409.5 (???) <bbeff825316667228a100e4b127fadab> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphic
    s
    0x7fff8434f000 - 0x7fff845eafe3 com.apple.Foundation 6.5.9 (677.26) <d7c197fec4d7c3097be95ae742a47c22> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff845eb000 - 0x7fff8465aff9 com.apple.print.framework.PrintCore 5.5.4 (245.6) <88263e9a3bc14d303780fa8b8c876918> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/P
    rintCore
    0x7fff8465b000 - 0x7fff8470efef com.apple.DesktopServices 1.4.8 (1.4.8) <27b233b27d6f4e4c79aeb26424be3a9e> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff8470f000 - 0x7fff84804fff libxml2.2.dylib ??? (???) <78096eb3aaceae5121ca6fa885566517> /usr/lib/libxml2.2.dylib
    0x7fff8484b000 - 0x7fff8486dfff libJPEG.dylib ??? (???) <3cf2cd8a43c911c84a3d8ac1f4e934fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fffffe00000 - 0x7fffffe01780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    0xfffffffffffec000 - 0xfffffffffffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    I do not undestand very well this log. I think the problem come from the library libapr-1.0, which is a symbolic link to:
    -rwxr-xr-x 1 root wheel 578656 Nov 19 22:28 libapr-1.0.2.7.dylib
    lrwxr-xr-x 1 root wheel 20 May 19 2009 libapr-1.0.dylib -> libapr-1.0.2.7.dylib
    lrwxr-xr-x 1 root wheel 20 May 19 2009 libapr-1.dylib -> libapr-1.0.2.7.dylib
    And the Apache log for information (after redisabling ssl):
    [Fri Nov 20 11:13:47 2009] [notice] caught SIGTERM, shutting down
    [Fri Nov 20 11:14:31 2009] [notice] Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.7l DAV/2 PHP/5.2.11 configured -- resumin
    g normal operations
    I have tried some manipulations to resolve this problem but with no success. I have also searched on Apple support and the Internet and I have found nothing about this or a similar problem.
    Any Idea?
    Thanks in advance.

    Similar problem here. I installed the latest security update via software update. It rebooted twice and then the Aqua "starting Mac OS X" splash screen appears, the progress bar jumps to 100% very quickly and then the system goes into what looks like sleep mode (the power buttons dim like when it's asleep). It won't wake up after that or restart by holding the power button. Have to unplug it!
    At first, I tried a couple times using the OPT key to try and boot from another disk and it ignored it and went to sleep as above. Then, I tried using the SHIFT key to try and boot into safe mode and the screen stayed black and it didn't seem to be doing anything. After that, I tried OPT again and it booted successfully. Now it seems to be booting normally again. Try booting with SHIFT key held down and then reboot normally to see if that works.
    This is very, very bad. I am afraid.

  • Need Oracle HTTP Server for mod_plsql and link to download software

    Hi all,
    I want to use mod_plsql to publish HTML from the database.
    Therefore, I need an Oracle HTTP Server with mod_plsql.
    I have installed the "Oracle HTTP Server with Apache 2.0 10.1.3.1", but there is no mod_plsql included! The welcome page refers to a "Oracle HTTP Server Standalone Administrator's Guide Based On Apache 2.0" which is not installed and can' t be found on OTN.
    Can someone give me a link to Oracle HTTP Server installation software which includes mod_plsql?
    Any hints are welcome!
    Thanks, Markus

    Based on the version of the database, you could use the listener from that - the same XML DB uses. That would not require an application server install at all.
    Alternative: the mod_plsql replacement cartridge off Tom Kyte's site: asktom.oracle.com. Source only - compile against your preferred Apache

  • Problem using Instant Client 10g with PHP4.3.10-16 on Debian Sarge

    Hello,
    My current email is [email protected]
    I am trying to use PHP on Debian box using Oracle 10gR2 on a RH 4 server. Everything works fine individually, but I cannot get PHP4 to use InstantClient to connect to the Oracle Server. This is what I've done:
    Oracle 10gR2 works fine on the RH 4 server. Listener is running and all required OS security is in place and works (TCP_wrappers, etc.).
    Client machine runs Debian 3.1 (Sarge). It works fine and SSH connectivity to RH4 server works.
    Instant Client 10gR2 installed on Debian client and works fine. Tested SQL*Plus connection to the RH server. I installed Instant Client from the zip file.
    I did have to add libclntsh.so to /etc/ld.so.conf and run ldconfig to get Debian to use it, though.
    Apache2.0.54-5 on Debian client works fine. Web pages on it can be opened in browsers from other machines.
    Installed PHP4.3.10-16 on Debian client using following:
    ./configure --with-oci8-instant-client=<dir of my choice>
    --enable-sigchild
    I first checked ./configure help and the option with-oci8-instant-client was there.
    Configure went well. Log showed checking for Instant Client files.
    Ran make. Saw numerous Instant Client message as words scrolled.
    Ran make install. Successful.
    Restarted Apache2 with following env variables:
    LD_LIBRARY_PATH=<my Instant Client directory)
    TNS_ADMIN=<same directory where I put my sqlnet.ora and tnsnames.ora files).
    SQLPATH=<same directory>
    I know this is correct because Instant Client SQL*Plus can connect.
    Browsers on other machines can view simple php scripts run from the Debian box.
    BUT, phpinfo does NOT show an OCI8 section.
    phpinfo does show the correct extension directory, though.
    Somehow, my PHP4 configure and make is not using the --with-oci8-instant-client option.
    I checked $PHP4HOME/ext/oci8/config.m4 file and the verbiage IS in there to use the --with-oci8-instant-client option, either with the default location or the extension_dir location.
    I tried using the new ZendCore product, even though it is not certified for Debian. It installed okay but I could not get PHP5 to work. I uninstalled it successfully and redid all of the above.
    So, any ideas as to what else I can do here? Other than not use Debian (which is probably the wisest thing to do). And I suppose I could install a thick Oracle client, assuming that Debian would take it. But I prefer the Instant Client.
    I tried the PHP ./configure syntax I've seen several places on this forum.
    ./configure --with-oci8=instantclient,<directory>
    This syntax may work on Red Hat machines but it throws a syntax error on Debian and aborts the configure.
    Thanks for any help.

    Thanks, but that did not work. Configure aborts because it cannot find the required OCI8 libraries. The --with-oci8 option is for the Oracle "thick" client.  I have only the Instant Client...and am not interested in loading the older client.
    I may have my own solution next week, though. I will be loading RH4 on a new server and will then install ZendCore and forget all about using Oracle with Debian.
    Update on trying ZendCore on Debian Sarge:
    I tried installing it again yesterday. The install seemed go to well, and said it was successful.
    It did NOT load PHP5, however. Nor did it load the Instant Client. My previously installed PHP4 and Instant Client remained in my original directories.

  • Integrating Apex 4.0 with R12.1

    Hi,
    I am trying to install and run Apex 4.0 on a R12.1 instance. Details are below:
    Database:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    CORE 11.1.0.7.0 Production
    TNS for Linux: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production
    Application: 12.1.3
    Apex installs cleanly:
    Thank you for installing Oracle Application Express.
    Oracle Application Express is installed in the APEX_040000 schema.
    The structure of the link to the Application Express administration services is as follows:
    http://host:port/pls/apex/apex_admin (Oracle HTTP Server with mod_plsql)
    http://host:port/apex/apex_admin (Oracle XML DB HTTP listener with the embedded PL/SQL gateway)
    The structure of the link to the Application Express development interface is as follows:
    http://host:port/pls/apex (Oracle HTTP Server with mod_plsql)
    http://host:port/apex (Oracle XML DB HTTP listener with the embedded PL/SQL gateway)
    I've update the dads.conf (/u01/oracle/apps/tech_st/10.1.2/Apache/modplsql/conf/dads.conf) file accordingly
    Alias /i/ "/u01/oracle/apps/tech_st/10.1.2/Apache/Apache/images/"
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlDatabaseConnectString host.domain:1524:XXXX
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername apex_public_user
    PlsqlDefaultPage apex
    PlsqlDatabasePassword apexadmin
    PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    Allow from all
    </Location>
    I've bounced apache, but the http://xxx.com:8003/apex link gives me "Page Not Found" error.
    8003 is the port where http is listening, and I can login to Oracle apps using the same port (http://xxx.com:8003/OA_HTML/AppsLogin)
    I have a couple of questions:
    1) Should I be using HTTP mod_plsql or XDB listener for pl/sql
    2) How can I trouble shoot this? Am I missing anything in the install?
    Any help would be greatly appreciated
    Thanks,
    Ashish

    1) Should I be using HTTP mod_plsql or XDB listener for pl/sqlI always use the former with no issues (integrated with SOA). I remember I tired the latter once and could not display the main page (not sure if it is supported).
    2) How can I trouble shoot this? Am I missing anything in the install?Please see old threads for similar discussion.
    APEX
    http://forums.oracle.com/forums/search.jspa?threadID=&q=APEX&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

Maybe you are looking for

  • My probook says:Boot device not found Please install an operating

    My Notebook says:Boot device not found Please install an operating system on your hard disk Hard disk (3FO) F2 system Diagnostics for more info please visit: www.hp.com/go/techcenter/startup I was used HDD Seft-Test Options, it say "Hard Disk Passed"

  • BPM start scenario

    Hi there, I have a BPM for a Leave request process which is working fine. For triggering the BPM I would like to have the following scenario: 1. User has a link "Leave request" on our Intranet page (no SAP portal) to trigger the BPM 2. The user is di

  • Files combined as a portfolio in Acrobat Pro corrupted when I send them

    I have had an issue with combining files into a portfolio that has to include plans created in ArchiCAD which I have exported in Pdf form. When I combine these Pdf plans with others in Acrobat XI Pro, they look fine, but as soon as I send the file, i

  • Excise balance  Upload

    Hello, Now i want upload the Excise Balance With Excise - Capital Good Excise Duty - Cenvat           Excise Duty - Payable  P L A           Excise Duty - Payable Cess           Modvat Receivable 50% - Capital Goods           Sec & Higher Education C

  • Additional Results not present in Properties in TestStand 4.0

    Hi, I wish to use a multimeter to record current values in my TestStand 4.0 test sequence. I was using TestStand 4.1 and the results were recording fine to my report. I had checked the Additional Results option, but this option is not present in 4.0.