Probelms with Apache and Swat

I installed Apache and Samba on my Solaris 9 server over the weekend. Apache ver 1.3.31 Samba 3.0.2.
Samba is working ok except I can not use Swat
Apache apears to be ok accept I can not connnect to it.
I added an entry in /etc/services for both swat on port 901 and apache on port 80.
Also put a line in inetd.conf for swat
Can not connect to apache or swat even on the localhost - connection just times out.
Carried out a nestat -a but can not see any processes listening for swat or httpd
Help - have installed these products on other unix versions and linux many time before with no problems .
Paul

would be happier if 3.3 was 30 or so
any thing in pci slots 1 or 5 pull it out and reset navram and reboot as they share with agp

Similar Messages

  • Need Urgent Help with Apache and PHP

    I have been struggling with apache and php for a week now and I finally broke down to post a message.
    I have apache 1.3 running on my mac mini g4 with 10.4.9 and I installed sql. I went to the entropy website and downloaded php5 to install without knowing I already had php4 on the machine. I installed 5 but could not get it to work. I then went back to httpd.conf and tried to install php4 by uncommenting out the loadmodule and addmodule lines. I restarted apache but php still did not work. I tested the phpinfo.php script but all I got was the script in Safari and not the actual page. At the moment, I have php4 and php5 on my machine but can't get either one to work. I am sure there is an easy fix but I don't know it. Please help.

    The problem is not terribly complicated, but Apache will not start with the entropy file in the folder
    /etc/httpd/users/
    Let me experiment on you. Rename the entropy file and then try to start Apache. To do this, open Terminal and paste this command:
    <pre>sudo mv /etc/httpd/users/+entropy.conf /etc/httpd/users/+entropy<pre>
    Now check the Apache configuration:
    <pre>apachectl configtest<pre>
    If it says "Syntax OK", start Apache:
    <pre>sudo apachectl start<pre>
    Since we only disabled the entropy file, you should be able to enable PHP5 with some more advanced configuring.

  • Problems with Apache and custom JSPs

    Hi
    We've made an application on top of IFS, using JWS in our test envirnment. Just before making some stress tests, I'd like to try it using Apache. We're currently having two problems:
    1) I switch to the apache configuration running ifsconfig and not selecting JWS. When I try to access the ifs using http://host/ifs/files, everything goes well except that the "logout" icon doesn't appear. I did a little research and found out that the link goes to /ifs/webui/images/logout.gif. This gives an error in mod_jserv.log, like this one:
    [07/06/2001 22:54:20:315] (ERROR) ajp12: Servlet Error: ClassNotFoundException: webui
    It seems it's trying to find a "webui" class, since in ifs.properties every url that begins with /ifs goes to jserv.
    I don't know if this is a know problem or what should I've check...
    2) This one is more important. We're using some custom JSPs, which we use to edit the properties of some types of documents. Basically, when the user clicks over a file one of our JSP appears. These JSPs call a bean to do some processing, passing the HttpRequest as a parameter. The problem is that when using JWS we get the "path" request variable like in path=/%3A29464
    However, when using Apache we get path=/ifs/files/%3A29464 ( and afterwards we get an exception because the ifsSession.getPublicObject method doesn't work).
    Any hints on this? One way could be to check if the path begins with /ifs/files, but that's not really nice.. and besides I could have the same problem in some other parts.
    It's kind of urgent....
    Thanks
    Ramiro
    null

    Hi,
    The answer to your path problem is that you can make use of API to find out the current path so that it works both with Apache and with JWS. Follow the steps
    1. import the oracle.ifs.adk.http package in your custom jsps
    <%@ page import = "oracle.ifs.adk.http.*" %>
    2. Then within your jsp use the method
    getIfsPathFromJSPRedirect
    <%= oracle.ifs.adk.http.HttpUtils.getIfsPathFromJSPRedirect(request) %>
    This will give you the current path of the object on which you clicked on and which initiates the custom jsp.
    You can look at the CMS application which has made use of this API. URL is
    http://otn.oracle.com/sample_code/products/ifs/sample_code_index.htm
    Choose, sample applicatin -> Content Management system.
    Hope this helps
    Rajesh
    null

  • Hello i have Iphone 5 but reccently it found the problem on lcd . there are somelines on the screen and i have a probelm with sms and dial No.s

    Hello i have Iphone 5 but reccently it found the problem on lcd . there are somelines on the screen and i have a probelm with sms and dial No.s

    Then you have to bring it back to the country you bought it from. Warranty is not International.

  • Right problem with apache and tomcat

    Bonjour;
    I use a user login "apache" to stop/start Apache and tomcat. Because never launching apache et tomcat as root.
    But I have the following problem with apache (file error.log) :
    [Tue May  6 17:26:22 2003] [error] Connection "warpConnection" cannot connect
    [Tue May  6 17:26:22 2003] [error] Cannot open connection "warpConnection"
    [Tue May  6 17:27:01 2003] [error] Re-Trying to deploy connections
    As root the error msg does'nt exists (lost)
    Best regards;
    A+;

    Run it from the shell to see whats wrong:
    # httpd

  • Can't get suexec to work with apache and php

    I want to enable php scripts to be executed by a php process that runs as the same user as the owner of the site.  In my case I am just using userdir so anything under /home/username/public_html should be run as username.  I have mod_suexec.so loaded in my httpd.conf file.  In the apache docs it says that:
    User directories:
    Requests that are processed by mod_userdir will call the suEXEC wrapper to execute CGI programs under the userid of the requested user directory. The only requirement needed for this feature to work is for CGI execution to be enabled for the user and that the script must meet the scrutiny of the security checks above. See also the --with-suexec-userdir compile time option.
    I think my file meets the security checks it mentions which are listed on the site: http://httpd.apache.org/docs/2.0/suexec.html  So that makes me wonder about CGI execution being enabled for my user and how do I modify that.  Is there anything else I need to change to enable it?
    Last edited by nLEyETn (2009-07-05 20:50:33)

    I want to enable php scripts to be executed by a php process that runs as the same user as the owner of the site.  In my case I am just using userdir so anything under /home/username/public_html should be run as username.  I have mod_suexec.so loaded in my httpd.conf file.  In the apache docs it says that:
    User directories:
    Requests that are processed by mod_userdir will call the suEXEC wrapper to execute CGI programs under the userid of the requested user directory. The only requirement needed for this feature to work is for CGI execution to be enabled for the user and that the script must meet the scrutiny of the security checks above. See also the --with-suexec-userdir compile time option.
    I think my file meets the security checks it mentions which are listed on the site: http://httpd.apache.org/docs/2.0/suexec.html  So that makes me wonder about CGI execution being enabled for my user and how do I modify that.  Is there anything else I need to change to enable it?
    Last edited by nLEyETn (2009-07-05 20:50:33)

  • Still problems with Apache and cgi

    I thought it was the "admin" vs "staff", but that isn't the problem. I switched everything to staff but the scripts that weren't working still aren't.
    I've checked everything out that I can see (basically the ls -l listing) and I cannot see anything different between the two files.
    If I go into the one that works (newshdr.cgi) and paste into it the code from the cgi that doesn't work (newsshow.cgi) the code works. But, if I copy the code from the working cgi into the non-working cgi the latter still doesn't work. So, from this, I know it is not anything in the code itself -- it must have something to do with the files. But I'll be darned if I know what.
    Both cgi's are in the same directory, so the permissions down to there are the same. Both cgi's are -rwxrwxrwx, so that isn't the problem. Both now state "staff" instead of the non-working one being "admin".
    I am really stumped. Any help would be greatly appreciated...IOW HELP!!!!!
    Mike

    Not much help, this is the log:
    [Tue Sep 26 17:18:24 2006] [error] (2)No such file or directory: exec of /Users/mike/Websites/KTA-Hike.tst/cgi-bin/AlertShow.cgi failed
    [Tue Sep 26 17:18:24 2006] [error] [client 127.0.0.1] Premature end of script headers: /Users/mike/Websites/KTA-Hike.tst/cgi-bin/AlertShow.cgi
    But the file is there, here's the listing from Terminal:
    [Mike-Lipays-Computer:~] mike% cd /Users/mike/Websites/KTA-Hike.tst/cgi-bin/
    [Mike-Lipays-Computer:~/Websites/KTA-Hike.tst/cgi-bin] mike% ls
    AlertAdd.cgi NewsForm.cgi RegisterShow.cgi
    AlertForm.cgi NewsHdrs.cgi TrailRegister.cgi
    AlertMaint.cgi NewsLoad.cgi calendarscript
    AlertShow.cgi NewsMaint.cgi counter.cgi
    Contact.cgi NewsShow.cgi counter.txt
    Damage.cgi OrderForm.cgi xNewsHdrs.cgi
    EmailLoad.cgi RegisterLoad.cgi xNewsShow.cgi

  • Mod_wl.so "Thread Local Storage" load error with Apache and WL 7

    I'm using Apache 1.3 and WL 7.0, and after configuring Apache to load mod_wl.so,
    I get the following error when starting up. I'm using the mod_wl.so that is
    for hpux11.
    Thanks for any help.
    $ ./apachectl start
    /usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
    /usr/lib/dld.sl: Exec format error
    Syntax error on line 1053 of /opt/apache/etc/httpd.conf:
    Cannot load /opt/apache/lib/modules/mod_wl.so into server: Exec format error
    ./apachectl start: httpd could not be started

    Sunny,
    When you build apache on hpux, you should do the following before the
    configure:
    export CFLAGS="-lstd -lstream -lCsup -lm -lcl -ldld"
    Regards,
    Eric
    "Sunny Yee" <[email protected]> wrote in message
    news:[email protected]..
    >
    I'm using Apache 1.3 and WL 7.0, and after configuring Apache to loadmod_wl.so,
    I get the following error when starting up. I'm using the mod_wl.so thatis
    for hpux11.
    Thanks for any help.
    $ ./apachectl start
    /usr/lib/dld.sl: Can't shl_load() a library containing Thread LocalStorage: /usr/lib/libcl.2
    /usr/lib/dld.sl: Exec format error
    Syntax error on line 1053 of /opt/apache/etc/httpd.conf:
    Cannot load /opt/apache/lib/modules/mod_wl.so into server: Exec formaterror
    /apachectl start: httpd could not be started

  • Probelm with iPhoto and Photo Streams

    I am having trouble viewing my iCloud photo streams on my Mac using iPhoto.
    in the iPhoto iCloud category i can view the stream named my photo stream but i have 2 other stream that are presented but without any photos.
    in my iPad + iPhone i can view then just fine but the problem is with the iPhoto on my mac mini running the latest Mavricks update and my iPhoto software is also up to date.
    Help is appriciated
    Thanks

    PhotoStream set up, FAQs and troubleshooting links are here - http://www.apple.com/support/icloud/photo-stream/
    LN

  • Having probelm with JLabel and setText

    I posted a message in Java Programming but I think it will be more appropriate here. I am trying to create a calculator so I want my JLabel(output) to display the number of the button that is clicked on. I used output.setText("7") but I get an error when compiling saying <identifier> expected. Any advice would be great. Also, is there a getText method in JLabel? I need to concatenate the current contents of JLabel and the value of the button pushed. For example:
    output.setText( output.getText() + "7" );
    Anyways, here is my code. I tried to make it indent so it is easier to read but it doesn't show up once I post it.
    Thanks for you help.
    * Write a description of class calculator here.
    * @author (Jeremy Kruer)
    * @version (11/19/02)
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class calculator extends JFrame
    private JButton one, two, three, four, five, six, seven, eight, nine, zero, dec, eq, plus, minus, mult, div;
    private JLabel output;
    private Container container;
    //set up GUI
    public calculator()
    //Create Title
    super("Calculator");
    //Set size and make visible
    setSize( 400, 400 );
    setVisible( true );
    container = getContentPane();
    container.setLayout( new FlowLayout() );
    //set up output
    output = new JLabel();
    container.add( output );
    //set up seven and register its event handler
    seven = new JButton( " 7 " );
    seven.addActionListener(
    //anonymouse inner class
    new ActionListener()
    //add a seven to the output diplay when clicked
    output.setText( "7" );
    }//end anonymouse inner class
    ); //end call to addActionListener
    container.add( seven );
    //set up eight
    eight = new JButton( " 8 " );
    container.add( eight );
    //set up nine
    nine = new JButton( " 9 " );
    container.add( nine );
    //set up div
    div = new JButton( " / " );
    container.add( div );
    //set up four
    four = new JButton( " 4 " );
    container.add( four );
    //set up five
    five = new JButton( " 5 " );
    container.add( five );
    //set up six
    six = new JButton( " 6 " );
    container.add( six );
    //set up mult
    mult = new JButton( " * " );
    container.add( mult );
    //set up one
    one = new JButton( " 1 " );
    container.add( one );
    //set up two
    two = new JButton( " 2 " );
    container.add( two );
    //set up three
    three = new JButton( " 3 " );
    container.add( three );
    //set up minus
    minus = new JButton( " - " );
    container.add( minus );
    //set up zero
    zero = new JButton( " 0 " );
    container.add( zero );
    //set up dec
    dec = new JButton( " . " );
    container.add( dec );
    //set up eq
    eq = new JButton( " = " );
    container.add( eq );
    //set up plus
    plus = new JButton( " +" );
    container.add( plus );
    //Set size and make visible
    setSize( 220, 250 );
    setVisible( true );
    //execute application
    public static void main( String args[] )
    calculator application = new calculator();
    application.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );

    // not tested but try it ...
    1. put an empty string into the JLabel
    declare
    String labString = "";
    (and declare the JLabel too)
    2. initialise label - init() {
    myLabel = new JLabel(labString)
    3. activate
    actionPerformed(ActionEvent evt) {
    if (evt.getSource()==button#7) {
    labString = getActionCommand();
    myLabel.setText(labString);
    validate();
    Something like that anyway - it should work + if you 'play' with it, you can probably make it a bit more efficiently than the methods I've outlined here.

  • Help with apache and virtual hosts

    I hope someone can help me I had installed shared point for testing and learning it. I had setup alternative mapping and know I want to add sub domain to my Apache web server. So I have sub domain redirecting back to share point. Also mine website is being redirected to share point. How I can have sub domain redirected to share point and main website go to my drupal ? I had created virtual host for main website but I still  get redirected to share point.

    I have this and the problem is that main domain goes to share point.
    <VirtualHost xxxx.us:80>
    ServerName xxxx.us
    ServerAlias www.xxxx.us
    DocumentRoot "/srv/http"
    ServerAdmin [email protected]
    ErrorLog "/var/log/httpd/error_log"
    CustomLog "/var/log/httpd/access_log" common
    <Directory />
    Options FollowSymLinks
    AddHandler cgi-script .cgi .pl
    Options ExecCGI Indexes FollowSymLinks MultiViews +Includes
    AllowOverride None
    Order deny,allow
    Deny from all
    </Directory>
    </VirtualHost>
    <VirtualHost sharepoint.xxxx.us:80>
    ServerName sharepoint.xxxx.us
    ServerAlias sharepoint.xxxx.us
    DocumentRoot "/srv/http"
    ServerAdmin [email protected]
    ErrorLog "/var/log/httpd/error_log"
    CustomLog "/var/log/httpd/access_log" common
    RewriteEngine On
    RewriteLog "/var/log/httpd/rewrite_log"
    RewriteLogLevel 9
    RewriteCond %{HTTP_HOST} !^(sharepoint\.)?hebe\.us$
    RewriteRule ^(.*)$ http://hebe.us$1 [L,R=301]
    ProxyRequests On
    ProxyPreserveHost On
    ProxyVia full
    ProxyPass / http://192.168.0.38/
    ProxyPassReverse / http://192.168.0.38/
    </VirtualHost>
    Last edited by tritron4 (2013-06-19 17:01:08)

  • Probelms with video and lockups

    okay my computers specs are,
    MS 6330 Lite V3.0
    1.4Ghz AMD T-bird
    AGP Nvidia GeForce 4Ti 4200
    Lan Card 10/100
    56K Fax Modem
    Sound blaster Audigy
    400W power supply
    512 MB SDRAM
    OS: Win XP proffesional
    Recently my older GeForce 2 video card was fried and it had to be replaced.  When I replaced it I bougth a new GeForce 4 Ti4200  and put it in.  everything seemed to be going great until about two days after instalation it begins to give me strange video problems followed b my computer just locking up.  The video problems include long drawn out polygons, random dots and smears of coloration on the screen.  It only used to do this in Unreal Tournament 2003, However now it will just do it as I run windows aps like Word or Powerpoint.  I have done a few things to try to fix the problem,  I upgraded my power supply from 250W to the 400W one in it now,  I have reseated the card 4 times, I have tryed various driver versions, and have run the 4 in 1 Via upgrade.  Nothing is working and I am at my wits end, at this point the only thing I hope it might  be is a faulty AGP card and I could try to exchange the card for another. Please, someone please help me out here.  
    Thank you

    would be happier if 3.3 was 30 or so
    any thing in pci slots 1 or 5 pull it out and reset navram and reboot as they share with agp

  • Problems with apache and application server

    Hi there,
    I got apache running on the same port as the application server. Each time I want to start the application server or make it work (without displaying the 404 page or an search engine) I have to shut down my apache server!
    Is there a way I can change the port of the application server so that I can run both at the same time ?
    I have J2EE 1.4 version
    Thanks in advance
    Rik

    yes, you can do this via the admin gui by modifying the http listener port.
    You can also do this via the cli commandline as well http-listener-1 is the one you want to change the port for.
    http://docs.sun.com/source/817-6088/httpservice.html has details

  • [URGENT] Performance problem with BC4J and partioned data

    Hi all,
    I have a big performance probelm with BC4J and partitioned data. As as partitioned table shouldn't have a primary key like a sequence (or something else) my partitioned table doesn't have any primary key.
    When I debug my BC4J application I can see a message showing me "ignoring row with no primary key" from EntityCache. It takes a long time to retrieve my data even if I use the partition keys. A quick & dirty forms application was multiple times faster!
    Is this a bug in BC4J, or is BC4J not suitable for partitioned data? Can anyone give me a hint what to do, do make the BC4J application fast even with partitioned data? In a non-partitioned environment the application works quite well. So it seams that it must be an "error" somewhere in this part.
    Thanks,
    Axel

    Here's a SQL statement that creates the table.
    CREATE TABLE SEARCH
    (SEAR_PARTKEY_DAY              NUMBER(4)        NOT NULL
    ,SEAR_PARTKEY_EMP            VARCHAR2(2)      NOT NULL
    ,SEAR_ID                     NUMBER(20)       NOT NULL
    ,SEAR_ENTRY_DATE             TIMESTAMP        NOT NULL
    ,SEAR_LAST_MODIFIED            TIMESTAMP             NOT NULL
    ,SEAR_STATUS                 VARCHAR2(100)    DEFAULT '0'
    ,SEAR_ITC_DATE               TIMESTAMP        NOT NULL
    ,SEAR_MESSAGE_CLASS          VARCHAR2(15)     NOT NULL
    ,SEAR_CHIPHERING_TYPE        VARCHAR2(256)   
    ,SEAR_GMAT                   VARCHAR2(1)      DEFAULT 'U'
    ,SEAR_NATIONALITY            VARCHAR2(3)      DEFAULT 'XXX'
    ,SEAR_MESSAGE_ID             VARCHAR2(32)     NOT NULL
    ,SEAR_COMMENT                VARCHAR2(256)    NOT NULL
    ,SEAR_NUMBER_OF              NUMBER(3)        NOT NULL
    ,SEAR_INTERCEPTION_SYSTEM    VARCHAR2(40)    
    ,SEAR_COMM_PRIOD_H           NUMBER(5)        DEFAULT -1
    ,SEAR_PRIOD_R                  NUMBER(5)        DEFAULT -1
    ,SEAR_INMARSAT_CES           VARCHAR2(40)    
    ,SEAR_BEAM                   VARCHAR2(10)    
    ,SEAR_DIALED_NUMBER          VARCHAR2(70)    
    ,SEAR_TRANSMIT_NUMBER        VARCHAR2(70)    
    ,SEAR_CALLED_NUMBER          VARCHAR2(40)    
    ,SEAR_CALLER_NUMBER          VARCHAR2(40)    
    ,SEAR_MATERIAL_TYPE          VARCHAR2(3)      NOT NULL
    ,SEAR_SOURCE                 VARCHAR2(10)    
    ,SEAR_MAPPING                VARCHAR2(100)    DEFAULT '__REST'
    ,SEAR_DETAIL_MAPPING         VARCHAR2(100)
    ,SEAR_PRIORITY               NUMBER(3)        DEFAULT 255
    ,SEAR_LANGUAGE               VARCHAR2(5)      DEFAULT 'XXX'
    ,SEAR_TRANSMISSION_TYPE      VARCHAR2(40)    
    ,SEAR_INMARSAT_STD           VARCHAR2(1)     
    ,SEAR_FILE_NAME              VARCHAR2(100)    NOT NULL
    PARTITION BY RANGE (SEAR_PARTKEY_DAY, SEAR_PARTKEY_EMP)
      PARTITION SEARCH_MAX VALUES LESS THAN (MAXVALUE, MAXVALUE) MIRA4_SEARCH_EVEN
    );of course SEAR_ID is filled by a sequence but the field is not the primary key as it would decrease the performance of partitioned data.
    We moved to native JDBC with our application and the performance is like we never expected to be!

  • Apache and Firefox2 on Netware65 SP6

    Hi
    someone must know the answer to this, i have just built a very basic
    site with sharepoint designer and have copied it to the
    sys:apache2\htdocs folder and in IE it works fine, when i try to access
    the site with firefox i just get
    at the top left hand corner of the page, if i copy the contents of the
    htdocs folder to an IIS server it works fine on both IE and firefox 2,
    so its something to do with apache and firefox.
    Anyone got any ideas ?
    Cheers in advance
    GarethWilson
    http://www.systems.swan.ac.uk/gareth/homer.gif
    Fighting with managment to keep Novell over Reboot-o-soft :(

    GarethWilson,
    > you should be able to now get at it :
    >
    > 'Welcome To LIS Systems Website' (http://137.44.41.45)
    >
    Well. Tell your users to use Opera :) Works perfecty there, but. If I
    go to your site it asks for a lis_systems_header.htm and that page
    contains garbage. See below. Before the doctype tag, you have
    \357\273\277. Ie the page is not valid HTML.
    0000 00 17 a4 d1 0c 66 00 18 f3 5a c4 0a 08 00 45 00
    .....f...Z....E.
    0010 03 fe 29 7a 40 00 2d 06 ac 7c 89 2c 29 2d c0 a8
    ..)[email protected]..|.,)-..
    0020 01 02 00 50 05 60 c1 6a db 1e 48 dc 3b df 50 18
    ...P.`.j..H.;.P.
    0030 1d 50 3e d7 00 00 48 54 54 50 2f 31 2e 31 20 32 .P>...HTTP/1.1
    2
    0040 30 30 20 4f 4b 0d 0a 44 61 74 65 3a 20 4d 6f 6e 00 OK..Date:
    Mon
    0050 2c 20 32 30 20 41 75 67 20 32 30 30 37 20 31 35 , 20 Aug 2007
    15
    0060 3a 30 30 3a 34 33 20 47 4d 54 0d 0a 53 65 72 76 :00:43
    GMT..Serv
    0070 65 72 3a 20 41 70 61 63 68 65 2f 32 2e 30 2e 35 er:
    Apache/2.0.5
    0080 39 20 28 4e 45 54 57 41 52 45 29 20 6d 6f 64 5f 9 (NETWARE)
    mod_
    0090 6a 6b 2f 31 2e 32 2e 31 35 0d 0a 4c 61 73 74 2d
    jk/1.2.15..Last-
    00a0 4d 6f 64 69 66 69 65 64 3a 20 57 65 64 2c 20 31 Modified: Wed,
    1
    00b0 35 20 41 75 67 20 32 30 30 37 20 31 31 3a 30 32 5 Aug 2007
    11:02
    00c0 3a 31 30 20 47 4d 54 0d 0a 45 54 61 67 3a 20 22 :10 GMT..ETag:
    00d0 31 61 66 36 65 66 2d 32 39 34 2d 65 33 61 63 33
    1af6ef-294-e3ac3
    00e0 30 38 30 22 0d 0a 41 63 63 65 70 74 2d 52 61 6e
    080"..Accept-Ran
    00f0 67 65 73 3a 20 62 79 74 65 73 0d 0a 43 6f 6e 74 ges:
    bytes..Cont
    0100 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 36 36 30 0d ent-Length:
    660.
    0110 0a 4b 65 65 70 2d 41 6c 69 76 65 3a 20 74 69 6d .Keep-Alive:
    tim
    0120 65 6f 75 74 3d 31 35 2c 20 6d 61 78 3d 39 39 0d eout=15,
    max=99.
    0130 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 4b 65 65 .Connection:
    Kee
    0140 70 2d 41 6c 69 76 65 0d 0a 43 6f 6e 74 65 6e 74
    p-Alive..Content
    0150 2d 54 79 70 65 3a 20 74 65 78 74 2f 68 74 6d 6c -Type:
    text/html
    0160 3b 20 63 68 61 72 73 65 74 3d 49 53 4f 2d 38 38 ;
    charset=ISO-88
    0170 35 39 2d 31 0d 0a 0d 0a ef bb bf 3c 21 44 4f 43
    59-1.......<!DOC
    0180 54 59 50 45 20 68 74 6d 6c 20 50 55 42 4c 49 43 TYPE html
    PUBLIC
    0190 20 22 2d 2f 2f 57 33 43 2f 2f 44 54 44 20 58 48 "-//W3C//DTD
    XH
    01a0 54 4d 4c 20 31 2e 30 20 54 72 61 6e 73 69 74 69 TML 1.0
    Transiti
    01b0 6f 6e 61 6c 2f 2f 45 4e 22 20 22 68 74 74 70 3a onal//EN"
    "http:
    01c0 2f 2f 77 77 77 2e 77 33 2e 6f 72 67 2f 54 52 2f
    //www.w3.org/TR/
    01d0 78 68 74 6d 6c 31 2f 44 54 44 2f 78 68 74 6d 6c
    xhtml1/DTD/xhtml
    01e0 31 2d 74 72 61 6e 73 69 74 69 6f 6e 61 6c 2e 64
    1-transitional.d
    01f0 74 64 22 3e 0d 0a 3c 68 74 6d 6c 20 78 6d 6c 6e td">..<html
    xmln
    0200 73 3d 22 68 74 74 70 3a 2f 2f 77 77 77 2e 77 33
    s="http://www.w3
    0210 2e 6f 72 67 2f 31 39 39 39 2f 78 68 74 6d 6c 22
    .org/1999/xhtml"
    0220 3e 0d 0a 0d 0a 3c 68 65 61 64 3e 0d 0a 3c 6d 65
    >....<head>..<me
    0230 74 61 20 68 74 74 70 2d 65 71 75 69 76 3d 22 43 ta
    http-equiv="C
    0240 6f 6e 74 65 6e 74 2d 54 79 70 65 22 20 63 6f 6e ontent-Type"
    con
    0250 74 65 6e 74 3d 22 74 65 78 74 2f 68 74 6d 6c 3b
    tent="text/html;
    0260 20 63 68 61 72 73 65 74 3d 75 74 66 2d 38 22 20 charset=utf-8"
    0270 2f 3e 0d 0a 3c 74 69 74 6c 65 3e 4c 49 53 20 53 />..<title>LIS
    S
    0280 79 73 74 65 6d 73 20 48 65 61 64 65 72 3c 2f 74 ystems
    Header</t
    0290 69 74 6c 65 3e 0d 0a 3c 62 61 73 65 20 74 61 72 itle>..<base
    tar
    02a0 67 65 74 3d 22 63 6f 6e 74 65 6e 74 73 22 20 2f get="contents"
    02b0 3e 0d 0a 3c 73 74 79 6c 65 20 74 79 70 65 3d 22 >..<style
    type="
    02c0 74 65 78 74 2f 63 73 73 22 3e 0d 0a 2e 73 74 79
    text/css">...sty
    02d0 6c 65 31 20 7b 0d 0a 09 62 6f 72 64 65 72 2d 77 le1
    {...border-w
    02e0 69 64 74 68 3a 20 30 70 78 3b 0d 0a 7d 0d 0a 3c idth:
    0px;..}..<
    02f0 2f 73 74 79 6c 65 3e 0d 0a 3c 2f 68 65 61 64 3e
    /style>..</head>
    0300 0d 0a 0d 0a 3c 62 6f 64 79 20 73 74 79 6c 65 3d ....<body
    style=
    0310 22 6d 61 72 67 69 6e 2d 6c 65 66 74 3a 20 30 3b "margin-left:
    0;
    0320 20 6d 61 72 67 69 6e 2d 74 6f 70 3a 20 30 3b 20 margin-top: 0;
    0330 62 61 63 6b 67 72 6f 75 6e 64 2d 69 6d 61 67 65
    background-image
    0340 3a 20 75 72 6c 28 27 68 65 61 64 65 72 62 61 63 :
    url('headerbac
    0350 6b 2e 70 6e 67 27 29 22 3e 0d 0a 0d 0a 3c 70 20 k.png')">....<p
    0360 73 74 79 6c 65 3d 22 77 69 64 74 68 3a 20 37 37 style="width:
    77
    0370 36 70 78 22 3e 3c 61 20 68 72 65 66 3d 22 6c 69 6px"><a
    href="li
    0380 73 5f 73 79 73 74 65 6d 73 5f 68 65 61 64 65 72
    s_systems_header
    0390 2e 68 74 6d 22 20 74 61 72 67 65 74 3d 22 5f 73 .htm"
    target="_s
    03a0 65 6c 66 22 3e 0d 0a 3c 69 6d 67 20 73 72 63 3d elf">..<img
    src=
    03b0 22 43 65 6e 74 65 72 50 69 65 63 65 2e 6a 70 67
    "CenterPiece.jpg
    03c0 22 20 77 69 64 74 68 3d 22 37 38 30 22 20 68 65 " width="780"
    he
    03d0 69 67 68 74 3d 22 31 35 30 22 20 63 6c 61 73 73 ight="150"
    class
    03e0 3d 22 73 74 79 6c 65 31 22 20 2f 3e 3c 2f 61 3e ="style1"
    /></a>
    03f0 3c 2f 70 3e 0d 0a 0d 0a 3c 2f 62 6f 64 79 3e 0d
    </p>....</body>.
    0400 0a 0d 0a 3c 2f 68 74 6d 6c 3e 0d 0a ...</html>..
    - Anders Gustafsson, Engineer, CNE6, ASE
    NSC Volunteer Sysop
    Pedago, The Aaland Islands (N60 E20)
    Novell does not monitor these forums officially.
    Enhancement requests for all Novell products may be made at
    http://support.novell.com/enhancement
    Using VA 5.51 build 315 on Windows 2000 build 2600

Maybe you are looking for

  • Safari Bookmarks Lost via Drag and Drop to Finder

    All of my most important bookmarks vanished without a trace after I dragged and dropped their folder from the "Show All Bookmarks" screen in Safari 4.0.3 to a Shared Network Drive in the Finder sidebar. The Shared Network Drive was not connected at t

  • Linking and de-linking of Oracle tables

    Hi, Does anyone know how to link and de-link Oracle database from MS Access please? (programmatically) I have made a form in MS access. For example. say there is a button when user click on in, it will insert the data from access into Oracle table. I

  • Structure of a table

    hi all, I want to save the structure of a table in a file can i save it?

  • RAR 5.3 - kill session of another user

    how can RAR admin kill session of another user?

  • Java Runtime parameters at System tab

    Did install Java Runtime 1.6.0.18 silently, for many workstations, but after install I checked "Control Panel/Java". The "System" tab i "Java Runtime Environment Settings" are disabled, and can not be revised. How can System tab be enabled? (User tab