Configuring Web Services in 10.9 Help

Hi All,
I cannot find any comprehensive documentation on the subject (short of a retelling of the server.app Help Files) but I'm just trying to set up a web server in 10.9. I have the server app installed. I'm using a separate DNS Server (that will also be my OD Master).  Right now all this is in a couple of VMs on a Mac Pro, isolated from my live network until I get the kinks worked out.  One vm (login.domain.com) for OD and DNS (split with our ISP for outside access) another (www.domain.com) for web services. I'm using the host machine as a web client to test things out.  The web host and my client both point to the DNS server and everything can ping everything else. Once I get it working in a test environment, I'll worry about bring it it out into the world and involving my gateway, ISP, etc.
The website is working ok where it is on an ubuntu server, so I know there are no major issues there. But I'd like to move it (long story).
In server.app, I named the webserver "machine" www.domain.com.  I pointed a record on the DNS Server to it and can ping it using the fqdn.  For the main site, I moved the default files (which look to be aliases) into a hidden folder and dropped by web site files into the directory (/library/server/web/data/sites/default).  The site does load. But it loads VERY slowly (it takes about 20-30 seconds for the initial page to load, once it's up, navigating between pages is fine as far as speed). Except, some of the navigation buttons don't work and from what it looks like, the PHP isn't rendering the page properly (links are not correct) so I'm led to believe there's something old/screwy in whatever version of PHP this thing has.
Why would the site be so slow to load?
How do I see what version PHP server 10.9 uses? Is it possible to upgrade if it's an older one?
Do I need to do anything other than add a site in the server.app for the subdomain (staff.domain.com, help.domain.com, etc)? Any special settings/forwarding to make this work?  As long as the DNS points the fqdn to the box, the web server should send the right site/subdomain to the client, shouldn't it?
Again, if someone could point be to the library of documents for managing this, I'd be grateful.  Apple's site seems to have a lot about wikis and so forth, and info on setting up the simplest of sites, but I don't care about those, I want a couple of websites with php and mysql, subdomains, etc.  It was all hosted in 10.5 (or 10.6) a while back, so unless they broke something on purpose, I know it can do it.  I head hurts from getting some info about httpd.conf from one blog, .htaccess from  another, etc. There MUST be a "setting up a Web Server in 10.9" or "Mavericks Server Administration" doc or something out there.
Thanks,
Jeff

Yes, the functionality has departed System Preferences. Here is an updated guide to jump start your solution. It deals with the Terminal solution below.
There are two approaches to launching a web server in Mavericks.
Terminalsudo apachectl {start|stop|restart}
System Preferences solutions
Web Sharing Preference Pane (free, originally for Mt. Lion)
VirtualHostX ($)

Similar Messages

  • How to use and configure web services in sap

    Hi,
    Experts,
    could you please tell me, how to configure web services in sap.
    As one of my client using handheld  software for inventory, where in whatever tansaction happens in the depot  it has to update in sap.through non sap software please help me out with necessary configuration.
    Thanks
    Edited by: Ahmed quadry on Jun 9, 2009 2:25 PM

    Hi Ahmed,
    Kindly find the below link will helps you to create web  service in SAP
    http://wiki.open-esb.java.net/Wiki.jsp?page=BAPIWEBSERVICE
    Also find the below documents will helps you to create web services in SAP
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/06adbf03-0a01-0010-f386-d8e45561a3c4
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3004a2d2-0653-2a10-779c-f5562b3fac39
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/bb0764f2-0b01-0010-bd85-c7849b40561e
    Regards
    Venkata Rao .G

  • Configuring Web Services for Oracle XML DB

    Hi all...
    I think I need some help one this subject....
    We have a 10G Release 2 Oracle single instance ( not RAC) install on a Linux Redhat v5.3 64 bit server. Are developers are user Visual Studio .Net and wnat to send xml files to a web service so that the xml file (containing data) can call a PL/SQL package (to be written) which will take the data out of the xml input file and insert rows into a prefined table within the instance. Now they have browsed the web and have come upon the following links...
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28369/xdb_web_services.htm
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28369/xdb22pro.htm#i1026724
    Currently, within the database I looked at the schema XDB and have unlocked the account and connected as the user XDB. There are some 680 objects in the following groups...
    SQL> select object_type, count(*) from dba_objects where owner='XDB' group by object_type;
    OBJECT_TYPE COUNT(*)
    SEQUENCE 2
    PROCEDURE 5
    OPERATOR 8
    LOB 334
    LIBRARY 12
    PACKAGE 20
    PACKAGE BODY 17
    XML SCHEMA 25
    TYPE BODY 5
    TRIGGER 12
    TABLE 36
    INDEX 51
    FUNCTION 5
    INDEXTYPE 2
    VIEW 2
    TYPE 144
    16 rows selected.
    Now in the links above it mentions that the xdbconfig.xml needs to be altered etc. However, I have searched the entire $ORACLE_HOME and there is no file definition of that description.
    From a DBA prospective...what do I have to install on the Linux server? I assume from the Oracle Database 10g Companion Products I need to lay down Oracle HTTP Server in a new Oracle home as the first step...or not? Does the HTML DB need to be installed as well?
    And for Configuring Web Services for Oracle XML DB...what else has to be installed? And from what product line?
    Thanks in Advance....
    Cheers
    Roegr

    Hi Marco...
    First of all ...thanks for the reply.
    I followed the link and the infor in that web page. However, there were a few things that did not work....
    1. The http://localhost:8080/ as is brought up a web page withe the heading as
    ==========
    ORACLE DATABASE 10g EXPRESS EDITION LICENSE AGREEMENT..
    ==========
    The other browser test ftp://localhost:2100/
    did not find any page?
    2. Then I went onto running (as the sysdba) the pl/sql to enable the ORAWSV Entry Service
    however it error out. So I did a describe on DBMS_XDB and the function deleteServlet does not appear
    then I had a look and this link to > http://www.liberidu.com/blog/?p=471
    was for 11G and the other link > http://docs.oracle.com/cd/B28359_01/appdev.111/b28369.pdf
    was for 11G.
    However, we are on 10G
    =================
    SQL> select * from V$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
    PL/SQL Release 10.2.0.3.0 - Production
    CORE 10.2.0.3.0 Production
    TNS for Linux: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    ==================
    So is there must be other sql for 10G?
    Cheers
    Rog

  • Configure Web Services Security in PI 7.1

    Hi,
    I'm getting an error message when using the XI adapter to send encrypted data. I am using SAP PI 7.1 EHP1 SP3.
    *Communication error Proxy calls are not permitted on sender or receiver side on the IS (client)
    Error during message security handling in outbound channel: Security profile 'Sign and Encrypt Message' *
    According to my research I need to get my basis team to configure Web Services Security. I've found the Netweaver 04 configuration guide but I don't think this is relevant. The following help has information on web services security but little or no information. 
    http://help.sap.com/saphelp_nwpi711/helpdata/en/44/bc872fc60b7006e10000000a155369/frameset.htm
    Is anyone able to point me towards the right document?

    >
    Park Saeiam wrote:
    > Hi
    >
    > May be that partner you define Integration System not Application system in Business system. try define to application system.
    >
    > Thanks
    > Park
    or try use Business services instead.

  • Configure web services

    Hi all,
    can anyone help me with question on how to configure web services so that it'll be able to run all projects on the web made with JDeveloper suit. Actually it's a great product, works pretty stable in my case(I didn't see any bugs so far). I can even run all jsp and xml files through JDev facilities, but I could not find any information on how it is supposed to work on it's own. There must be something like service that will fire up JVM to work with servlets and jsp. Can I do it with JRun server? PLease help me...

    The servlet's and JSP's that you develop (and debug) from within JDeveloper will work in any web server supporting servlets and JSP's, respectively.
    For example, you could use the servlet engine support in:[list][*]Oracle IAS 1.x[*]Apache JServ[*]Oracle8i 8.1.7 ("Oracle Servlet Engine" - OSE)[*]JRun, with any of the web server listeners that it supports[*]Jakarta Tomcat[*]ServletExec from NewAtlanta[*]etc.[list]
    Most of the above support JSP's as well.

  • How to configure Web service using transaction SOAMANAGER?

    Hi SDN,
    I have followed this article to configure using transation SOAMANAGER.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20b723f8-a422-2c10-aca5-fe64eeda1ff2&overridelayout=true
    but I have some issues about looking for ECC_PURCHASEORDER003QR in default_host/sap/bc/srt/xip/sap of above article.
    I can not configure Web service and go to steps further.
    The system is ECC 6.0 release 7.
    How can be done?
    Thanks,
    Luu,

    Hi,
    > but I have some issues about looking for ECC_PURCHASEORDER003QR
    You mean you can't see this service in sicf or you have trouble locating this service in SICF. Can you specify what exactly your problem is?
    Please check if you are on correct Ehp (Enhancement pack) required for this service. This service available with Ehp4.
    To check enhancement pack goto System->status and check component information i.e. SAP_APPL release is 603 in my system which means I am on Ehp3.
    Regards,
    Gourav

  • How to configuration web service in bw that I can open query in explore ?

    Hi
    Can anyone tell me how to configuration web service that when I click " luanch in web browser "in BEX Anaylzer , Display Query on  the web in BEx query Designer  open rsplan modeling on web ,what parameter will be configuration ,give me step to step to configuration
    thanks very much

    configure a messager service and some paramers
    thanks very much!

  • How to configure web service destinations in CE 7.1 EhP1 sneak preview?

    Hi all
    I have downloaded CE7.1 EhP1 sneak preview version from SDN.
    I am trying to configure ADS web service destinations on it at the following path:
    Open the NetWeaver Administrator using https://<server>:<port>/nwa, and navigate to Configuration Management > Infrastructure Management > Web Services Configuration.
    I am not able to locate this.
    Could any one please help me with this?
    Regards
    Kapil

    Hi Kapil ,
    Use this , http://help.sap.com/saphelp_nwce10/helpdata/en/index.htm
    but with one minor change . It is in SOA Management -> Technical Configuration -> Destination Template Management.
    Regards
    Bharathwaj

  • Web Service connect problem, Please Help!!!

    I developed a web service end point following the pattern of adventure as Purchase Order End Point Bean,
    WSDL is correctly generated for both Server anc Client End:
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="DownloadWSService" targetNamespace="urn:DownloadWSService" xmlns:tns="urn:DownloadWSService" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
    <types/>
    <message name="DownloadWSInterface_downloadWorkAssignments">
    <part name="String_1" type="xsd:string"/></message>
    <message name="DownloadWSInterface_downloadWorkAssignmentsResponse">
    <part name="result" type="xsd:boolean"/></message>
    <portType name="DownloadWSInterface">
    <operation name="downloadWorkAssignments" parameterOrder="String_1">
    <input message="tns:DownloadWSInterface_downloadWorkAssignments"/>
    <output message="tns:DownloadWSInterface_downloadWorkAssignmentsResponse"/></operation></portType>
    <binding name="DownloadWSInterfaceBinding" type="tns:DownloadWSInterface">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
    <operation name="downloadWorkAssignments">
    <soap:operation soapAction=""/>
    <input>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:DownloadWSService"/></input>
    <output>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:DownloadWSService"/></output></operation></binding>
    <service name="DownloadWSService">
    <port name="DownloadWSInterfacePort" binding="tns:DownloadWSInterfaceBinding">
    <soap:address location="REPLACE_WITH_ACTUAL_URL"/></port></service></definitions>
    and I deployed both server and client end of this web service on Sun One Application 7 (Developer version) successfully, in the application server log, I can see the info :
    [#|2004-04-16T15:08:20.865+1000|INFO|j2ee-appserver1.4|javax.enterprise.system.t
    ools.deployment|_ThreadID=12;|DPL5306:EJB Web Service Endpoint [DownloadWSInterf
    acePort] listening at address [http://localhost:8080/webservice/DownloadWSBean]|#
    But when I try to call it on the client side, I got the error and here is the log:
    2004-04-16 15:48:28,477 WEB DEBUG [http8080-Processor4] - Port Info is http://localhost:8080/webservice/DownloadWSBean
    calling download ws endpoint java.rmi.RemoteException: HTTP Status-Code 404: Not Found - /webservice/DownloadWSBean; nested exception is:
    HTTP Status-Code 404: Not Found - /webservice/DownloadWSBean
    Could anyone help and point to me a right direction, I have been hunting the problem for days and couldnt find a clue.
    Thanks a lot in advance!

    Hi, I finally solved this problem, the JDNI entry value is not configured properly for the session bean that's built for the service end point.
    Changed JNDI value, and use that value in the service locator to look up the session bean home, it worked.

  • Configure Web Services in a SAP-IDES-System?

    Hello,
    I have access to a SAP-frontend on a SAP-IDES-System and now Iu2019d like to configure two Web Services in SAP. I think I can do this configuration with SPRO, but I donu2019t really know how and where.
    Is there a good documentation about Web Services in SAP IDES?
    Thanks a lot!

    Hi,
    Have a look at below link.
    http://help.sap.com/SAPHELP_NWPI71/helpdata/EN/57/07813ee3d32b44e10000000a114084/content.htm
    I sure it will help you out
    Rgds
    Radhakrishna D S

  • How to configure web services

    hi
    experts,
    could you please tell me, like i have a scenario, one of my cleint has sap and he has got another mobile computing software(non SAP) at depot place,where in whatever transactions happens, for example stock despatches , receipts, it goes to back ofice of mobile software company.
    the thing is mobile software computing  data has to update the data in to sap, and it should be online.
    some body says that web serices might help. please help me out with necessary configuration.

    Hello,
    If your non-SAP application can act as a web service client, web service is a perfect approach post Goods Receipt in SAP. You may use web service ECC_GOODSMOVEMENTCRTRC or a suitable one from this link [http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?packageid=DE0426DD9B0249F19515001A64D3F462&id=87DFCFE1D9B911DA2B24000F20DAC9EF]
    Once you select your web service, you can setup end points using SOAMANAGER and provide the  WSDL to the client application to generate consumer proxy there.
    Thanks,
    Venu

  • Having problems starting Web Services... need help!

    I'm running Mac Server 10.5.7 currently configured for email and I've just decided to start hosting websites. The problem I'm having is that Web Services will fail to start with any sites configured. Web Services will start if I don't have any sites configured. I've messed around with the Terminal app using some advice from online posts, but that didn't help. I'm not even sure I did it right.
    http://discussions.apple.com/thread.jspa?messageID=9508628
    I tried to understand the error log, but I'm not savy enough to translate. Does anyone have any idea why this would be happening.
    Here's the log error:
    166.137.132.186 - - [25/Jun/2009:15:58:49 -0400] "GET / HTTP/1.1" 403 1043
    192.168.5.2 - - [25/Jun/2009:16:00:02 -0400] "OPTIONS * HTTP/1.0" 200 -
    192.168.5.2 - - [25/Jun/2009:16:00:02 -0400] "OPTIONS * HTTP/1.0" 200 -
    192.168.5.2 - - [25/Jun/2009:16:03:23 -0400] "OPTIONS * HTTP/1.0" 200 -
    192.168.5.2 - - [25/Jun/2009:16:03:23 -0400] "OPTIONS * HTTP/1.0" 200 -
    166.137.133.190 - - [25/Jun/2009:16:03:36 -0400] "GET / HTTP/1.1" 403 1053
    192.168.5.2 - - [25/Jun/2009:16:03:41 -0400] "OPTIONS * HTTP/1.0" 200 -
    66.150.226.65 - - [25/Jun/2009:16:08:01 -0400] "GET /coupon.html HTTP/1.1" 404 1072
    66.150.226.65 - - [25/Jun/2009:16:08:08 -0400] "GET / HTTP/1.1" 403 1062
    208.99.193.6 - - [25/Jun/2009:16:09:34 -0400] "GET / HTTP/1.0" 403 1062
    192.168.5.2 - - [25/Jun/2009:16:10:11 -0400] "OPTIONS * HTTP/1.0" 200 -
    192.168.5.2 - - [25/Jun/2009:16:10:12 -0400] "OPTIONS * HTTP/1.0" 200 -
    166.137.133.190 - - [25/Jun/2009:16:10:24 -0400] "GET / HTTP/1.1" 403 1053
    192.168.5.2 - - [25/Jun/2009:16:10:40 -0400] "OPTIONS * HTTP/1.0" 200 -
    192.168.5.2 - - [25/Jun/2009:16:13:36 -0400] "OPTIONS * HTTP/1.0" 200 -
    192.168.5.2 - - [25/Jun/2009:16:13:36 -0400] "OPTIONS * HTTP/1.0" 200 -
    166.137.132.179 - - [25/Jun/2009:16:13:47 -0400] "GET / HTTP/1.1" 403 1053
    192.168.5.2 - - [25/Jun/2009:16:15:23 -0400] "OPTIONS * HTTP/1.0" 200 -
    192.168.5.2 - - [25/Jun/2009:16:15:23 -0400] "OPTIONS * HTTP/1.0" 200 -
    192.168.5.2 - - [25/Jun/2009:16:15:23 -0400] "OPTIONS * HTTP/1.0" 200 -
    166.137.133.30 - - [25/Jun/2009:16:15:31 -0400] "GET / HTTP/1.1" 403 1053
    192.168.5.2 - - [25/Jun/2009:16:15:41 -0400] "OPTIONS * HTTP/1.0" 200 -
    192.168.5.2 - - [25/Jun/2009:16:21:01 -0400] "OPTIONS * HTTP/1.0" 200 -
    192.168.5.2 - - [25/Jun/2009:16:21:01 -0400] "OPTIONS * HTTP/1.0" 200 -
    192.168.5.2 - - [25/Jun/2009:16:21:01 -0400] "OPTIONS * HTTP/1.0" 200 -
    119.63.193.56 - - [25/Jun/2009:16:21:13 -0400] "GET /robots.txt HTTP/1.1" 404 1066
    166.137.133.137 - - [25/Jun/2009:16:21:31 -0400] "GET / HTTP/1.1" 403 1059
    192.168.5.2 - - [25/Jun/2009:16:21:40 -0400] "OPTIONS * HTTP/1.0" 200 -
    Any help would be greatly appreciated.
    Thanks in advance. -m

    So, I've read through all the documents and tried to apply what I've learned. I must say, I dove in head first. There's a lot to digest here. Maybe I'm reading too much.
    I ran the Terminal and 'sudo' command you requested. This is the result.
    "Syntax Ok."
    Since posting this question I've installed mySQL, but I'm not exactly sure what it does.
    I've tried changing to the httpd.conf file, but nothing is working. All I get when I type in "localhost" is cannot "connect to web server". At least before I was getting the "apple default page".
    Need some advice on how to get this all straightened out. Looks like I made a pretty good mess of things.
    Thanks for all the help!

  • Implementing web service Client? need help

    hi,
    i need to develop a funciton in java that takes WSDL address as a input. and using the web service address, start the web service programmatically from that function. the web service could be any.
    i need help and suggestion what to do in the area, how can i start this, as i am a new bie.
    thanks
    Farurkh

    I got the following error.
    But If I call it from a jsp page or a servlet. Nothing happend, Transaction is successful.
    java.lang.NullPointerException
         at org.apache.commons.discovery.resource.ClassLoaders.getAppLoaders(ClassLoaders.java:206)
         at org.apache.axis.AxisProperties.getClassLoaders(AxisProperties.java:118)
         at org.apache.axis.AxisProperties.getNameDiscoverer(AxisProperties.java:105)
         at org.apache.axis.AxisProperties.getResourceClassIterator(AxisProperties.java:112)
         at org.apache.axis.configuration.EngineConfigurationFactoryFinder$1.run(EngineConfigurationFactoryFinder.java:116)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.axis.configuration.EngineConfigurationFactoryFinder.newFactory(EngineConfigurationFactoryFinder.java:113)
         at org.apache.axis.configuration.EngineConfigurationFactoryFinder.newFactory(EngineConfigurationFactoryFinder.java:160)
         at org.apache.axis.client.Service.getEngineConfiguration(Service.java:813)
         at org.apache.axis.client.Service.getAxisClient(Service.java:104)
         at org.apache.axis.client.Service.<init>(Service.java:113)
         at org.tempuri.wsdl.EFSnet2Locator.<init>(EFSnet2Locator.java:10)
         at com.ipharmacy.payment.Payment.main(Payment.java:12)

  • Urgent - How to call a Web Services from PLSQL - Please help

    Hello,
    I am very much new to WebServices, need to call web services through PLSQL. I have a urgent requirement, where i need to call the web services by passing from some paramters to it and the web services will return a varchar values as 'PASSED' or 'FAILED'.
    Can you please approch me the best way to start with.
    Thanks,
    Srikanth.

    Hi,
    I need to do it from PLSQL API's not from JAVA.
    I have started developing the code through UTIL_HTTP. Getting lots of error.
    Can you please guide me through these error.
    Below is the wsdl and a blcok where i am trying to retrive the value from webservice.
    Hope this will help you.
    Code:
    declare
    soap_request varchar2(30000);
    soap_respond varchar2(30000);
    http_req utl_http.req;
    http_resp utl_http.resp;
    resp XMLType;
    i integer;
    begin
    soap_request:= '<?xml version = "1.0" encoding = "UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <SOAP-ENV:Body>
    <ns1:soapCheckRequest1 wsdl:ns1="https://isportal-qa.iss.net/exportcompliancemanager/services/ExportCheckService" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <FirstName xsi:type="xsd:string">saddam</FirstName>
    <LastName xsi:type="xsd:string">hussein</LastName>
              <companyName xsi:type="xsd:string">samueladams</companyName>
              <address1 xsi:type="xsd:string">123 APT</address1>
              <address3 xsi:type="xsd:string">Atlanta</address3>
              <city xsi:type="xsd:string">uk</city>
              <stateOrRegion xsi:type="xsd:string">GA</stateOrRegion>
              <postalCode xsi:type="xsd:string">30338</postalCode>
              <email xsi:type="xsd:string">sj@samueladams</email>
              <isoCountryCode xsi:type="xsd:string">US</isoCountryCode>
              <endUserIP xsi:type="xsd:string">209.134.168.203</endUserIP>
    </ns1:soapCheckRequest1>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    http_req:= utl_http.begin_request
    ( 'http://isportal-qa.iss.net/exportcompliancemanager/services/ExportCheckService'
    , 'POST'
    , 'HTTP/1.1'
    utl_http.set_header(http_req, 'Content-Type', 'text/xml'); -- since we are dealing with plain text in XML documents
    utl_http.set_header(http_req, 'Content-Length', length(soap_request));
    utl_http.set_header(http_req, 'SOAPAction', ''); -- required to specify this is a SOAP communication
    utl_http.write_text(http_req, soap_request);
    http_resp:= utl_http.get_response(http_req);
    DBMS_OUTPUT.PUT_LINE('-------utl_http.get_response---------------------');
    DBMS_OUTPUT.PUT_LINE('http_resp.status_code is :'||http_resp.status_code );
    DBMS_OUTPUT.PUT_LINE('http_resp.reason_phrase is :'||http_resp.reason_phrase);
    DBMS_OUTPUT.PUT_LINE('http_resp.http_version is :'||http_resp.http_version);
    DBMS_OUTPUT.PUT_LINE('http_resp.private_hndl is :'||http_resp.private_hndl);
    DBMS_OUTPUT.PUT_LINE('-------utl_http.get_response----------------------');
    utl_http.read_text(http_resp, soap_respond);
    utl_http.end_response(http_resp);
    resp:= XMLType.createXML(soap_respond);
    resp:= resp.extract('/soap:Envelop/soap:Body/child::node()'
    , 'xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"'
    i:=0;
    loop
    dbms_output.put_line(substr(soap_respond,1+ i*255,250));
    i:= i+1;
    if i*250> length(soap_respond)
    then
    exit;
    end if;
    end loop;
    end;
    Error Message
    http_resp.reason_phrase is :Internal Server Error
    http_resp.http_version is :HTTP/1.1
    http_resp.private_hndl is :0
    -------utl_http.get_response----------------------
    <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv:Fault><faultco
    apenv:Server.userException</faultcode><faultstring>org.xml.sax.SAXParseException: The prefix &quot;ns1&quot; for element &quot;ns1:soapCheckRequest1&quot; is not bound.</faultstring><detail><ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">atlcms
    2.iss.net</ns1:hostname></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
    <?xml version="1.0" encoding="UTF-8" ?>
    - <wsdl:definitions targetNamespace="https://isportal-qa.iss.net/exportcompliancemanager/services/ExportCheckService" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="https://isportal-qa.iss.net/exportcompliancemanager/services/ExportCheckService" xmlns:intf="https://isportal-qa.iss.net/exportcompliancemanager/services/ExportCheckService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    - <!--
    WSDL created by Apache Axis version: 1.3
    Built on Oct 05, 2005 (05:23:37 EDT)
    -->
    - <wsdl:message name="soapCheckResponse1">
    <wsdl:part name="soapCheckReturn" type="soapenc:string" />
    </wsdl:message>
    - <wsdl:message name="soapCheckRequest1">
    <wsdl:part name="firstName" type="soapenc:string" />
    <wsdl:part name="lastName" type="soapenc:string" />
    <wsdl:part name="companyName" type="soapenc:string" />
    <wsdl:part name="address1" type="soapenc:string" />
    <wsdl:part name="address2" type="soapenc:string" />
    <wsdl:part name="address3" type="soapenc:string" />
    <wsdl:part name="city" type="soapenc:string" />
    <wsdl:part name="stateOrRegion" type="soapenc:string" />
    <wsdl:part name="postalCode" type="soapenc:string" />
    <wsdl:part name="email" type="soapenc:string" />
    <wsdl:part name="phone" type="soapenc:string" />
    <wsdl:part name="isoCountryCode" type="soapenc:string" />
    <wsdl:part name="endUserId" type="soapenc:string" />
    <wsdl:part name="endUserIP" type="soapenc:string" />
    <wsdl:part name="endUserSession" type="soapenc:string" />
    <wsdl:part name="performGovCheck" type="xsd:boolean" />
    <wsdl:part name="sendEmailNotification" type="xsd:boolean" />
    <wsdl:part name="screeningLevelBasedOnSuppliedCountryCode" type="xsd:boolean" />
    <wsdl:part name="screeningLevelBasedOnEndUserIP" type="xsd:boolean" />
    <wsdl:part name="soundexMatch" type="xsd:boolean" />
    </wsdl:message>
    - <wsdl:message name="soapCheckRequest">
    <wsdl:part name="firstName" type="soapenc:string" />
    <wsdl:part name="lastName" type="soapenc:string" />
    <wsdl:part name="companyName" type="soapenc:string" />
    <wsdl:part name="address1" type="soapenc:string" />
    <wsdl:part name="address2" type="soapenc:string" />
    <wsdl:part name="address3" type="soapenc:string" />
    <wsdl:part name="city" type="soapenc:string" />
    <wsdl:part name="stateOrRegion" type="soapenc:string" />
    <wsdl:part name="postalCode" type="soapenc:string" />
    <wsdl:part name="email" type="soapenc:string" />
    <wsdl:part name="phone" type="soapenc:string" />
    <wsdl:part name="isoCountryCode" type="soapenc:string" />
    <wsdl:part name="endUserId" type="soapenc:string" />
    <wsdl:part name="endUserIP" type="soapenc:string" />
    <wsdl:part name="endUserSession" type="soapenc:string" />
    <wsdl:part name="performGovCheck" type="xsd:boolean" />
    <wsdl:part name="sendEmailNotification" type="xsd:boolean" />
    <wsdl:part name="screeningLevelBasedOnEndUserIP" type="xsd:boolean" />
    <wsdl:part name="soundexMatch" type="xsd:boolean" />
    </wsdl:message>
    - <wsdl:message name="soapCheckResponse">
    Thanks and Regard,
    Srikanth

  • Web Services wont start, please help

    Hello all,
    I appologize up front but I dont really have a lot of experience with OSX server. So yesterday I got a report that my companied website was down. I went in to check the server and it wouldnt log in just got the pinwheel for about 10 minutes so we rebooted it (me and my IT staff). Upon reboot we could login and all seems well except that the web services wont start and our website is still down. when you try and start the service you get:
    " A service has encountered and error, Try to refresh the view (172.18.180.15/Web). Report the problem to the administrator if it persists. (could not start web service - details in error log)."
    but when you go to the log to see what is going on the last entry says:
    " [Thu Jan 15 14:47:27 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html "
    that is about the time that the website appears to have gone offline... Also after navigating to the directory it says, there indeed is no error.html but all other files appear to be there. I have also used the terminal to read the last 100 lines of the error log file using tail -100 /var/log/httpd/error_log and get:
    [Thu Jan 15 10:13:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/rc/bin/msgimport
    [Thu Jan 15 10:13:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:13:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/roundcube/bin/msgimport
    [Thu Jan 15 10:13:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:13:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/webmail/bin/msgimport
    [Thu Jan 15 10:13:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:14:49 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 10:14:49 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:14:52 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 10:14:52 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:28:27 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 10:28:27 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:32:17 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 10:32:17 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:32:55 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 10:32:55 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:32:57 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 10:32:57 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:34:56 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 10:34:56 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:34:59 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 10:34:59 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:55:02 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 10:55:02 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:55:05 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 10:55:05 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:15:10 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 11:15:10 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:15:13 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 11:15:13 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:23:55 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 11:23:55 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:24:42 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/Library/BOCESlogo.jpg
    [Thu Jan 15 11:24:42 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:26:15 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 11:26:15 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:29:48 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/Library/BOCESlogo.jpg
    [Thu Jan 15 11:29:48 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:35:17 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 11:35:17 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:35:20 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 11:35:20 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:50:50 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/robots.txt
    [Thu Jan 15 11:50:50 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:53:20 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 11:53:20 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:55:23 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 11:55:23 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:55:26 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 11:55:26 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 12:11:18 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 12:11:18 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 12:15:31 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 12:15:31 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 12:15:34 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 12:15:34 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 12:35:36 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 12:35:36 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 12:35:39 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 12:35:39 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 12:55:45 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 12:55:45 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 12:55:48 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 12:55:48 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:04:47 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 13:04:47 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:15:52 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 13:15:52 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:15:55 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 13:15:55 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:35:58 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 13:35:58 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:36:01 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 13:36:01 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:52:37 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/Library/BOCESlogo.jpg
    [Thu Jan 15 13:52:37 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:56:06 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 13:56:06 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:56:09 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 13:56:09 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:12:16 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 14:12:16 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:16:12 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 14:16:12 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:16:15 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 14:16:15 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:16:57 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 14:16:57 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:29:01 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/registrationSERPDC.html
    [Thu Jan 15 14:29:01 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:33:12 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 14:33:12 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:36:19 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 14:36:19 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:36:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 14:36:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:47:08 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/registrationSERPDC.html
    [Thu Jan 15 14:47:08 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:47:27 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/registrationSERPDC.html
    [Thu Jan 15 14:47:27 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    So im at a loss and any ideas would be much appricated. I know that earlier in the day one of our web people updated our website to add a calender using dreamweaver but dont know much about exactly what was done.
    Thanks again
    Troy Smith

    Thanks for the responce. So it looks to me like the content of the webpage is all there , minus the error.html file. Its all located in Library/webserver/documents. I have gone there and am even able to bring up our webpage by launching index.html and it appears to work perfectly with no broken links. you just cant access it from the outside world.
    here is the last bit of the access log:
    700] "GET / HTTP/1.0" 200 11110
    172.18.70.21 - - [15/Jan/2009:12:42:13 -0700] "GET / HTTP/1.1" 304 -
    172.18.70.21 - - [15/Jan/2009:12:42:13 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.70.21 - - [15/Jan/2009:12:42:13 -0700] "GET /BOCES_logo.jpg HTTP/1.1" 304 -
    172.18.180.150 - - [15/Jan/2009:12:55:45 -0700] "GET /HNAP1/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:12:55:48 -0700] "GET /TEADevInfo/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:12:55:51 -0700] "GET / HTTP/1.0" 200 11110
    172.18.21.33 - - [15/Jan/2009:12:59:44 -0700] "GET / HTTP/1.1" 304 -
    172.18.21.33 - - [15/Jan/2009:12:59:44 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.21.33 - - [15/Jan/2009:12:59:44 -0700] "GET /BOCES_logo.jpg HTTP/1.1" 304 -
    172.18.21.33 - - [15/Jan/2009:12:59:44 -0700] "GET /mm_spacer.gif HTTP/1.1" 304 -
    172.18.21.33 - - [15/Jan/2009:12:59:44 -0700] "GET /mm_arrow.gif HTTP/1.1" 304 -
    66.249.71.204 - - [15/Jan/2009:13:00:04 -0700] "GET /Distance%20Learning/2ndSem.png HTTP/1.1" 304 -
    66.210.76.252 - - [15/Jan/2009:13:04:42 -0700] "GET / HTTP/1.1" 200 11110
    66.210.76.252 - - [15/Jan/2009:13:04:42 -0700] "GET /mm_travel2.css HTTP/1.1" 200 2084
    66.210.76.252 - - [15/Jan/2009:13:04:43 -0700] "GET /BOCES_logo.jpg HTTP/1.1" 200 39819
    66.210.76.252 - - [15/Jan/2009:13:04:43 -0700] "GET /mm_spacer.gif HTTP/1.1" 200 43
    66.210.76.252 - - [15/Jan/2009:13:04:44 -0700] "GET /mm_arrow.gif HTTP/1.1" 200 74
    66.210.76.252 - - [15/Jan/2009:13:04:47 -0700] "GET /favicon.ico HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:13:15:52 -0700] "GET /HNAP1/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:13:15:55 -0700] "GET /TEADevInfo/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:13:15:58 -0700] "GET / HTTP/1.0" 200 11110
    207.119.148.113 - - [15/Jan/2009:13:25:37 -0700] "GET / HTTP/1.1" 304 -
    207.119.148.113 - - [15/Jan/2009:13:25:37 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.10.22 - - [15/Jan/2009:13:26:28 -0700] "GET / HTTP/1.1" 304 -
    172.18.10.22 - - [15/Jan/2009:13:26:28 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    66.249.71.203 - - [15/Jan/2009:13:30:25 -0700] "GET /Distance%20Learning/2007-08%201st%20Semester.pdf HTTP/1.1" 304 -
    172.18.180.150 - - [15/Jan/2009:13:35:58 -0700] "GET /HNAP1/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:13:36:01 -0700] "GET /TEADevInfo/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:13:36:04 -0700] "GET / HTTP/1.0" 200 11110
    172.18.10.22 - - [15/Jan/2009:13:40:32 -0700] "GET / HTTP/1.1" 304 -
    172.18.10.22 - - [15/Jan/2009:13:40:32 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.10.247 - - [15/Jan/2009:13:45:41 -0700] "GET / HTTP/1.1" 304 -
    172.18.10.247 - - [15/Jan/2009:13:45:41 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.80.172 - - [15/Jan/2009:13:52:34 -0700] "GET / HTTP/1.1" 304 -
    172.18.80.172 - - [15/Jan/2009:13:52:34 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.80.172 - - [15/Jan/2009:13:52:37 -0700] "GET /cgi-bin/htmlos.cgi/Library/login.html HTTP/1.1" 200 5337
    172.18.80.172 - - [15/Jan/2009:13:52:37 -0700] "GET /Library/BOCESlogo.jpg HTTP/1.1" 404 -
    172.18.80.172 - - [15/Jan/2009:13:52:51 -0700] "POST /cgi-bin/htmlos.cgi/00196.1.091587960413596865 HTTP/1.1" 200 6906
    172.18.80.172 - - [15/Jan/2009:13:52:51 -0700] "GET /Library/logo.gif HTTP/1.1" 304 -
    172.18.80.172 - - [15/Jan/2009:13:53:12 -0700] "POST /cgi-bin/htmlos.cgi/00196.2.398028895013596865 HTTP/1.1" 200 6954
    172.18.80.172 - - [15/Jan/2009:13:53:34 -0700] "POST /cgi-bin/htmlos.cgi/00196.3.379763596813596865 HTTP/1.1" 200 7631
    172.18.80.172 - - [15/Jan/2009:13:53:41 -0700] "GET /cgi-bin/htmlos.cgi/00196.4.979421102013596865 HTTP/1.1" 200 5707
    172.18.80.172 - - [15/Jan/2009:13:54:05 -0700] "POST /cgi-bin/htmlos.cgi/00196.4.653012131313596865 HTTP/1.1" 200 5009
    172.18.80.172 - - [15/Jan/2009:13:54:05 -0700] "GET /Library/cartcompanion/images/trash.gif HTTP/1.1" 304 -
    172.18.80.172 - - [15/Jan/2009:13:54:09 -0700] "GET /cgi-bin/htmlos.cgi/00196.6.067052834713596865 HTTP/1.1" 200 7631
    172.18.80.172 - - [15/Jan/2009:13:54:18 -0700] "POST /cgi-bin/htmlos.cgi/00196.7.340537939813596865 HTTP/1.1" 200 8416
    172.18.80.172 - - [15/Jan/2009:13:54:30 -0700] "GET /cgi-bin/htmlos.cgi/00196.8.1081705853513596865 HTTP/1.1" 200 6036
    172.18.80.172 - - [15/Jan/2009:13:54:46 -0700] "POST /cgi-bin/htmlos.cgi/00196.8.680478888813596865 HTTP/1.1" 200 5489
    172.18.80.172 - - [15/Jan/2009:13:54:48 -0700] "GET /cgi-bin/htmlos.cgi/00196.10.067088757713596865 HTTP/1.1" 200 8430
    172.18.80.172 - - [15/Jan/2009:13:54:59 -0700] "POST /cgi-bin/htmlos.cgi/00196.11.383185021613596865 HTTP/1.1" 200 6953
    172.18.80.172 - - [15/Jan/2009:13:55:04 -0700] "GET /cgi-bin/htmlos.cgi/00196.12.186489933813596865 HTTP/1.1" 200 5489
    172.18.80.172 - - [15/Jan/2009:13:55:07 -0700] "POST /cgi-bin/htmlos.cgi/00196.13.316198235313596865 HTTP/1.1" 200 4484
    172.18.180.150 - - [15/Jan/2009:13:56:06 -0700] "GET /HNAP1/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:13:56:09 -0700] "GET /TEADevInfo/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:13:56:12 -0700] "GET / HTTP/1.0" 200 11110
    172.19.62.94 - - [15/Jan/2009:14:05:22 -0700] "GET / HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:22 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:23 -0700] "GET /BOCES_logo.jpg HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:23 -0700] "GET /mm_spacer.gif HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:23 -0700] "GET /mm_arrow.gif HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:37 -0700] "GET /ExcepStuServ.html HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:37 -0700] "GET /Scripts/AC_RunActiveContent.js HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:39 -0700] "GET /EngSafeguards.swf HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:39 -0700] "GET /SafeguardsSpanish.swf HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:39 -0700] "GET /ChildFind.swf HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:39 -0700] "GET /CSAPA.swf HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:39 -0700] "GET /CDE.swf HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:39 -0700] "GET /EarlyCh.swf HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:39 -0700] "GET /SEAS.swf HTTP/1.1" 304 -
    172.18.71.229 - - [15/Jan/2009:14:12:16 -0700] "GET / HTTP/1.1" 200 11110
    172.18.71.229 - - [15/Jan/2009:14:12:16 -0700] "GET /mm_travel2.css HTTP/1.1" 200 2084
    172.18.71.229 - - [15/Jan/2009:14:12:16 -0700] "GET /mm_spacer.gif HTTP/1.1" 200 43
    172.18.71.229 - - [15/Jan/2009:14:12:16 -0700] "GET /BOCES_logo.jpg HTTP/1.1" 200 39819
    172.18.71.229 - - [15/Jan/2009:14:12:16 -0700] "GET /mm_arrow.gif HTTP/1.1" 200 74
    172.18.71.229 - - [15/Jan/2009:14:12:16 -0700] "GET /favicon.ico HTTP/1.1" 404 -
    172.18.71.229 - - [15/Jan/2009:14:15:06 -0700] "GET / HTTP/1.1" 304 -
    172.18.71.229 - - [15/Jan/2009:14:15:06 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.180.150 - - [15/Jan/2009:14:16:12 -0700] "GET /HNAP1/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:14:16:15 -0700] "GET /TEADevInfo/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:14:16:18 -0700] "GET / HTTP/1.0" 200 11110
    10.136.34.40 - - [15/Jan/2009:14:16:56 -0700] "GET / HTTP/1.1" 200 11110
    10.136.34.40 - - [15/Jan/2009:14:16:56 -0700] "GET /mm_travel2.css HTTP/1.1" 200 2084
    10.136.34.40 - - [15/Jan/2009:14:16:57 -0700] "GET /favicon.ico HTTP/1.1" 404 -
    172.18.71.164 - - [15/Jan/2009:14:18:59 -0700] "GET / HTTP/1.1" 304 -
    172.18.71.164 - - [15/Jan/2009:14:19:00 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    204.132.102.1 - - [15/Jan/2009:14:29:01 -0700] "GET /registrationSERPDC.html HTTP/1.1" 404 -
    199.2.43.225 - - [15/Jan/2009:14:33:10 -0700] "GET / HTTP/1.1" 200 11110
    199.2.43.225 - - [15/Jan/2009:14:33:11 -0700] "GET /mm_travel2.css HTTP/1.1" 200 2084
    199.2.43.225 - - [15/Jan/2009:14:33:12 -0700] "GET /favicon.ico HTTP/1.1" 404 -
    172.18.10.22 - - [15/Jan/2009:14:34:55 -0700] "GET / HTTP/1.1" 304 -
    172.18.10.22 - - [15/Jan/2009:14:34:55 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.180.150 - - [15/Jan/2009:14:36:19 -0700] "GET /HNAP1/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:14:36:22 -0700] "GET /TEADevInfo/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:14:36:25 -0700] "GET / HTTP/1.0" 200 11110
    70.90.115.161 - - [15/Jan/2009:14:36:53 -0700] "GET / HTTP/1.1" 200 11110
    70.90.115.161 - - [15/Jan/2009:14:36:54 -0700] "GET /mm_travel2.css HTTP/1.1" 200 2084
    70.90.115.161 - - [15/Jan/2009:14:37:11 -0700] "GET /HumRes.html HTTP/1.1" 200 19117
    70.90.115.161 - - [15/Jan/2009:14:37:12 -0700] "GET /Scripts/AC_RunActiveContent.js HTTP/1.1" 200 8321
    70.90.115.161 - - [15/Jan/2009:14:37:12 -0700] "GET /AmFidelity.swf HTTP/1.1" 200 1520
    70.90.115.161 - - [15/Jan/2009:14:37:12 -0700] "GET /CDE2.swf HTTP/1.1" 200 1165
    70.90.115.161 - - [15/Jan/2009:14:37:12 -0700] "GET /CEBT.swf HTTP/1.1" 200 1241
    70.90.115.161 - - [15/Jan/2009:14:37:12 -0700] "GET /jobapp.swf HTTP/1.1" 200 2360
    70.90.115.161 - - [15/Jan/2009:14:37:13 -0700] "GET /PERA.swf HTTP/1.1" 200 1169
    70.90.115.161 - - [15/Jan/2009:14:37:13 -0700] "GET /VSP.swf HTTP/1.1" 200 1162
    70.90.115.161 - - [15/Jan/2009:14:38:07 -0700] "GET /AdmStaff.html HTTP/1.1" 200 16561
    70.90.115.161 - - [15/Jan/2009:14:38:07 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    70.90.115.161 - - [15/Jan/2009:14:41:07 -0700] "GET /CDE2.swf HTTP/1.1" 304 -
    70.90.115.161 - - [15/Jan/2009:14:41:08 -0700] "GET /CEBT.swf HTTP/1.1" 304 -
    70.90.115.161 - - [15/Jan/2009:14:41:08 -0700] "GET /jobapp.swf HTTP/1.1" 304 -
    70.90.115.161 - - [15/Jan/2009:14:41:08 -0700] "GET /PERA.swf HTTP/1.1" 304 -
    70.90.115.161 - - [15/Jan/2009:14:41:08 -0700] "GET /VSP.swf HTTP/1.1" 304 -
    70.90.115.161 - - [15/Jan/2009:14:41:10 -0700] "GET /AmFidelity.swf HTTP/1.1" 304 -
    172.18.10.22 - - [15/Jan/2009:14:41:26 -0700] "GET / HTTP/1.1" 304 -
    172.18.10.22 - - [15/Jan/2009:14:41:27 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.17.35.11 - - [15/Jan/2009:14:47:08 -0700] "GET /registrationSERPDC.html HTTP/1.1" 404 -
    172.17.35.11 - - [15/Jan/2009:14:47:27 -0700] "GET /registrationSERPDC.html HTTP/1.1" 404 -
    and here is the output of the apache test command:
    Last login: Fri Jan 16 08:36:31 on ttyp1
    Welcome to Darwin!
    MultiServer:~ admin$ apachectl configtest
    Processing config directory: /etc/httpd/sites/*.conf
    Processing config file: /etc/httpd/sites/+entropy-php.conf
    Syntax error on line 8 of /etc/httpd/sites/+entropy-php.conf:
    Cannot load /usr/local/php5/libphp5.so into server: (reason unknown)
    MultiServer:~ admin$
    if i read this correctly looks like there is a syntax errror in the -php.conf file. So where do i go to see that file?
    thanks again for your help
    Troy

Maybe you are looking for