Web server: showing other server's content?

Hi all,
Can anybody tell me if what I want to do is possible?
I have two web servers. Both servers can see each other, but only one is available from outside my network.
What I want to do is be able to access the server which is normally hidden. Can I use the accessible one to make the hidden one accessible to?
Maybe I can set up a special page on the accessible server that will serve the content of the hidden one? I don't have shell access, so I can't mount a remote fs.
Any ideas? Is it at all possible?
Thanx!

big_gie wrote:@fukawi2
Can that be placed into .htaccess or only the main apache config? I don't have access to this on the server but still its a good idea. I did not even know it was possible to do this with apache!
Ah, I thought it could, but a quick Google to confirm appears than it cant... Sorry for misleading you

Similar Messages

  • Apache Web Server for Content Server 6.4

    Hi!
    I have installed the SAP Content Server 6.4 with a SAP DB instance (MaxDB 7.6.0) on SuSE Linux Enterprise Server 9 (32bit-Version). I've also installed Apache Web Server 2.0.49 via yast.
    When i am trying to access the server through csadmin in the Knowledge Warehouse, i get the following error message:
    Error in HTTP-Access:  IF_HTTP_CLIENT->RECEIVE 1
    ICM_HTTP_CONNECTION_FAILED
    The Content Server's database is online and the Apache is running, but when i prompt the command
    apache2ctl fullstatus (or apache2ctl status, respectively)
    it says:
    Object not found!
    The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
    If you think this is a server error, please contact the webmaster.
    Error 404
    localhost
    The linux-version is 2.6.5-7.244-smp
    SuSE-version is SLES 9 (i586), Patchlevel 3
    I am pretty new to Linux and Apache, so i really do appreciate any kind of help!
    Thanks a lot!
    best regards, TW

    Hi. Did you figure this out ? I have the same error and the only difference is I am using apache on Solaris.  I found the file /sapcs/apache/2.0.59/logs/error_log. From some trial and error, it looks like in the home dir of apache is in /sapcs/apache/2.0.59/htdocs but in csadmin the field 'http script' doesn't like relative addressing. ( I put in ../modules/mod_sapcs.so ) and it still didn't like it. I ended up creating a softlink in htdocs that point back to the modules directory. Now I get other issues ( can't create the content repository from csadmin - get http: 405 method not allowed ).

  • Web Server rendering pages no in document root

    A developer approached me today with this problem. The website was displaying the intended page, but the document root had a older version of the page present.
    I moved to the "generated" directory of the website and removed the the class and java files then refreshed the page. the server is now displaying the page (jsp) that is in the document root.
    Is there anyone that can explain what is going on in this situation so that i can make the proper adjustments and pass it on to my devs?

    The web server caches content and if a JSP is compiled will serve up the compiled version until it either detects that the source JSP has been updated and recompile it again, or the content of the compiled directory is removed and it needs to be regenerated. This detection is done by checking the timestamp on the file, so if someone copies an older version of the file to the document root, it will get ignored since the timestamp is older. If you want to force a recompilation, update the timestamp of the file by using the touch command if you are on Solaris/Linux

  • Flex components is not showing up after deploying to web server

    Hello,
    I am working in flex builder 2.0 to develop a simple
    application.
    I am getting some issues around custom components.
    My directory structure is as follows:
    Project_Folder-
    |-Components
    |-bin
    |-assets
    |-Application.mxml
    I put all my custom components in Components folder.
    I have a custom component in there and the application.mxml
    is using
    it.
    the code is somthign like this:
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute" xmlns:test="Components.*"
    backgroundGradientColors="[#000000, #000000]">
    <test:baseLayer horizontalCenter="0" top="0"/>
    </mx:Application>
    Here base layer is the custom component.
    My problem is when i ran it it is workign fine, but when I am
    deploying it in the apache server teh Custom components are
    not
    showing up. I copied all contents of the bin folder to my web
    server
    root.
    I am not sure if it will need some extra task to deploy the
    custom
    component?
    I thought since it is in the same project the swf file
    already packed
    with the custom components.
    Please can anyone help me to clarify that?
    thank you,

    Thanks, this makes sense. Can you tell me how I upload the whole scripts
    folder to justhost.com? When I try to select the folder at upload it opens
    the folder as if I should then select a single file ( like the
    AC_RunActiveContent.js file that is in the folder) So that is what I did.
    Which makes sense that the path is now broken for the flash cause it is not
    in the folder anymore.  In other words what I don't understand is how to get
    my scripts folder and its contents as a whole uploaded to the Justhost.com.
    Thanks your email has been very helpful!
    10/14/09 12:32 [email protected]
    I did finally figure out the problem.
    In my case, I was putting all of my files directly into justhost.com with no
    regard for the way the files were classified in the original folders used to
    build my site. In other words, you can't just put AC_RunActiveContent.js into
    justhost.com randomly and expect that your Flash will work.
    Instead, you have to create a Scripts folder and then put
    AC_RunActiveContent.js within the scripts folder.  This sets up the paths to
    function the way they were originally created on your Dreamweaver document (or
    whatever the html editor you may happen to be using).
    Whether dealing with Flash or images, the main thing to remember is that you
    have to mirror the structure of your original folders/files exactly.
    So try creating a folder called Scripts, then place the AC_RunActiveContent.js
    file inside of this Scripts folder, and see if that works.  I assume the foder
    AC_RunActiveContent.js is within Scripts, but if it called something
    different, just copy the name (exactly), and put AC-RunActiveContet inside of
    it.
    I hope this helps,
    sherwulff
    >

  • Web server log not show byte transfer for php

    I added php module to iWS 6.0 it work fine but access log not show byte transfer information for php. How can I do?

    The iPlanet Web Server 6.0 access log does not report the number of bytes sent by plugins unless the plugin explicitly sets the Content-length: header. Sun ONE Web Server 6.1 is the first version of Web Server that always reports the number of bytes sent, even if the plugin neglects to set a Content-length: header.

  • Placing content on a web server

    We have a similar situation as was in the 1st post where we want to link to the help file created in roboHelp from our JSP page hosted on our weblogic server. How can we do this?
    What are the possible file extensions that are generated from the roboHelp software? I tried dropping the ".chm" file to our war directory on our app server but somehow can't view this file. The page shows up with some garbage characters. How can we view this help file correctly?
    I tried setting the mime type in our web.xml file but it still doesn't seem to work.
    Appreciate your response on this! Thanks.

    Hi, Vimala
    Since you are new to RoboHelp I can understand how there may be some confusion. The student was evidently using something called the MS HTML Layout (which produces .chm installed locally) instead of the more appropriate, WebHelp which is published to traditional web servers.
    Here is the process:
    The RoboHelp author should click View > Pods > Single Source Layouts
    Then, right click on the WebHelp item and set it as the "Primary Layout"
    Now double click the WebHelp item and make the preferred choices in the following screens.
    Click Save and Generate
    This will create the content appropriate for web delivery. By default, the content will show up in your RoboHelp project directory under !SSL!\WebHelp.
    Obviously there is a great deal more to it than that, but you will need to read documentation or take training to go deeper. Because you are providing help to a JSP application, you will want to look at the online help topic which discusses using the JAVA CSH API.
    http://help.adobe.com/en_US/robohelp/robohtml/WS5b3ccc516d4fbf351e63e3d11aff59c571-8000.ht ml
    Especially the section: Information for Developers.
    For basic understanding of RoboHelp, check out Rick Stone's inexpensive Goober Guides to get you started.
    http://www.gooberguides.com/products/robohelp/
    John Daigle
    Adobe Certified RoboHelp and Captivate Instructor
    Evergreen, Colorado
    www.showmethedemo.com

  • Report generated in Forms 6i shows no data on Web server

    Hi guys,
    I am having an application running web server Unix platform. We have recently migrated from forms 4.5 to 6i. I have a form which generates a report. When run on Web server, the report is generated but shows no data. The report runs fine when run in the client server mode. The parameter list in the form is generated using a procedure from one of the PL/SQL libraries and this is passed to another program unit in the form which runs the report.
    Any solutions for this?

    Rohanb,
    I had a similar situation (Reports 9i) so for all users, 95% could see the pdf and 5% get a beautyful white page...
    After updating for Acrobat Reader 7, everybody see the correct result !
    Francois

  • The Web application at could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application

    Hi,
    I have created on windows service to fetch sharepoint list ad update the list items.
    when i run this service in sharepoint server(where the sharepoint site is hosted),it is working fine. If i run the same service in another machine(sharepoint installed in this machine also). it is giving the below error
    The Web application at [URL] could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.
    Code snippet
    SPSite sharepointSite = null;
                SPWeb rootWeb = null;
                try
                    //SPList current = null, previous = null;
                    string colmId = ConfigurationManager.AppSettings[ID_COLM];
                    List<TaskEntity> list = new List<TaskEntity>();
                    sharepointSite = new SPSite(URL);
                    rootWeb = sharepointSite.OpenWeb();
                    SPList current = rootWeb.Lists[ConfigurationManager.AppSettings[OMEGA_REGISTRATION_LIST]];
                    WriteEventLog("current" + current.Items.Count.ToString());
                catch (Exception ex)
                    ExceptionMethod(ex);
                finally
                    sharepointSite = null;
                    rootWeb = null;
    I have pointed .net framework to 3.5 version and target palform as Any CPU. Please suggest me

    Hi mallela1,
    I also had similar issue couple of months back when I was trying to access a remote URL from a Windows service when the site does not exists in the server where service resides.
    You cannot access a remote url (even though it is SharePoint server and also in same network ) from server object model.
    SPSite can look in the current server only. here what is happening is SPSite will look for this in the current server DB and it is not finding this errror.
    So please dont use ServerObject model for accessing remote sites. You can use Client Object model for the code /requirement you have stated above.
    I wasted lot of time in finding a work around to make to work. It did not. So look for other options.
    Regards,
    Nandini

  • HP LaserJet Pro 200 color MFP M276nw - No Embedded Web Server (Port 80 not even showing open)

    The embedded web server on our LaserJet Pro 200 color MFP M276nw is not responding and a port scan of the printer shows that port 80 is not open. We have power cycled the printer and that did not resolve the issue. 
    Is there a way to check the status of the embedded web  server through the control panel on the printer? 
    Are there any other steps we can take to restore the embedded web server? 
    Thanks in advance. 

    Hello csandrews68,
    I see you have an LaserJet Pro 200 color MFP M276nw that the Embedded Web Server will not load, port 80 shows as closed.
    I suggest restoring the network defaults on the printer:
    From the home screen on the printer push Setup (wrench and gear icon)
    Go to and select Network Setup
    Push Restore Defaults
    With defaults restored, connect the printer back to the network and try to load the EWS.
    Let me know if that helped.
    Thanks,
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Report Manager - "Show in Web browser" - "Post to web server"

    Hi,
    My boss has asked me to monitor CPU Utilisation and Load Average on 4 T2000's that have performance issues.
    I have created a report using report manager (thanks to the Halcyon guide!) and I'm happy!
    But I now want to use the "Post to web server" function to allow the user to read the results.
    First up the "Show in browser" option comes up with "Netscape not found". I discovered what I thought was the config
    entry for this in /var/opt/SUNWsymon/cfg and changed /usr/bin/netscape to /usr/bin/firefox which does exist on the server.
    But I still get "netscape not found". What do I need to change to get this bit working?
    Second, when I select "Post to web server", the task appears to complete, but what is the URL or where does the
    file get deposited? I could not find this out anywhere, browsing logs or config files for the server.
    Thansk for your help so far - our SunMC environment is now paying off and we're getting useful info out of it!
    rachel

    Hi Rachel,
    virag064 wrote:
    Second, when I select "Post to web server", the task appears to complete, but what is the URL or where does the
    file get deposited? I could not find this out anywhere, browsing logs or config files for the server.http://docs.sun.com/app/docs/doc/819-5423/6n7gov5h9?l=en&a=view
    The actual files are on your Server under /var/opt/SUNWsymon/reports (from memory: directory is something like that :) )
    [email protected]
    http://www.HalcyonInc.com
    New !! : http://forums.HalcyonInc.com !!

  • HP 5550 web server doesn't show all required tabs

    Good afternoon!
    I have an issue with web server on hp 5550 Laserjet. Everything was good, but after reboot, it doesn't show all tabs such as "Information", "Setting", "Networking". It shows only "Home" and "Networking"...
    Do someone know how to fix this issue?
    Thanks in advance!
    Any help will be appreciated!
    Igro

    Your best bet would be to try Rapidweaver: www.realmacsoftware.com
    Best,
    Andrew
    I am not very into this stuff (can't write HTML),
    do you might have a suggestion for an other
    WebsiteBuilder?
    We can't afford GoLive (which was very cool in the
    early days built by CyberStudio) nor have I time to
    learn or buy the complex Dreamweaver.

  • How to install Apache Web server on my SAP Content Server

    Dear Experts,
    I am in the process of installaing Content Server in my landscape, i am working on Suse Linux 10 SP2 and planning to install ContentServer 6.30.
    I have read the standard SAP installation document for the same and it says that we need to install Apache Web server version 1.3.XX, so i have downloaded the file apache_1.3.27-x86_64-whatever-linux22.tar.
    Now i want to know the following before i take any actions on my further installation of the Content Server
    What is the difference between Apache and httpd servers (services) are they different or same
    Is the file apache_1.3.27-x86_64-whatever-linux22.tar correct to install Web Server on my Linux system
    Do i have to download any other httpd files
    How to install and start the Web server on my Linux
    Waiting for some information
    Thanks and regards
    BasoKing

    You can install a higher apache also (2.2.x), I'd not use the old versions. I'd also not use a "somwhere" compiled apache, you don't now if that version is clean.
    I'd rather compile an own one, it's not that difficult:
    Note 664384 - Generation info for Apache Web server for SAP Content Server
    The result will be a default webserver (httpd) without any unnecessary modules compiled in.
    Markus

  • Add Web content into ISE Web Server?

    Hello,
    We use Cisco ISE 1.2.0.899 on our network.
    We would like to add a Web based documentation about Guest Portal ("how to find MAC Address", "how to release/renew IP Address"...) on our network to help users.
    Idealy we would like to host these data on the Web server integrated to ISE (which already hosts Guest/Sponsor Portals).
    Does ISE allow that?
    Unregistered users (or not already profiled devices) are automatically redirected to the Guest Portal, but we would like they're able to access to this documentation (hosted on ISE Web Server or another Web Server).
    How can we set that? By not using port 80 to access to this documentation?
    Which elements does ISE identify to redirect browsers to the Guest Portal? Is it port 80, http protocol or other?
    Regards,
    Chris

    Thanks Marvin.
    I've checked this guide, I may have misunderstood, but I've seen how to customize built-in content only, and not how to add our own content.
    We've created our own documentation (html files), and we would like that our users can access to it when they are using the Guest Portal.
    We thought add the documentation URL on the "Guest Portal Login", to open it in a pop-up or new window.
    Can we host these documentation files on ISE Web Server (apache)?
    Or do we have to host them on a separate server?
    Because unregistered users/devices are automatically redirected to the Guest Portal, we would like to know how to allow users to access to this online documentation without the documentation pages are also redirected to the Guest Portal?
    Thanks for your help,
    Chris

  • How to configure LabVIEW web server to allow viewing and accessing the content of a folders

    I have added the following html line to the body of the html file generated by the LabVIEW Web Publishing Tool:
    <a href="MyFolder" target="_blank">My Folder Content</a>
    I expect the link labeled "My Folder Content" to open a new browser window displaying the content of  "Myfolder" which is located inside the LabVIEW webserver root folder.  I got an error instead.  If I substitute "Myfolder" with a filename, the browser will display the file just fine.
    Can someone provide me with some hints on configuring the web server for this purpose?

    Hola Hector
                       Estoy trabajando con tu caso y se me ha hecho bastante interesante.
    Solo te quiero preguntar... que version de Internet Explorer tienes?
    Utilizas algun otro web server ? ( Mozilla tiene este problema me parece)
    Segui los pasos que mencionas con Internet Explorer 6
    y pude abrir la carpeta sin problemas.
    Te pido por favor que me contestes estos datos para darte una solucion muy especifica.
    lamentablemente tengas que hacer referencia directa ( todo el path) a los archivos del folder para accesar a ellos si tu explorador no lo permite.
    Lo unico que puedo confirmarte es que parece no ser un problema de National Instruments.
    sin embargo si me das mas informacion podemos descartar cualquiera de las conclusiones a las que he llegado.
    Espero tu respuesta
    Saludos 
    Erwin Franz R.

  • Can't print anything other than a test page from the embedded web server

    Hi all
    I have two computers hooked up wirelessly to my HP C410b All in one printer.  One computer works fine and prints everything.  The other one did until this weekend.
    The one printer that will not print will print a test page if I go to the embedded web server and print a test page but if I try to print anything else - even a test page not through the embedded web server - it fails to print.  It does not give an error message it just states print failed.
    The computer shows alerts for the printer like when it runs out of paper or ink so it seems like it's connected but it just won't print.
    I've tried unistalling all the software and printer and reinstalling but it still has the same problem.
    Anyone any ideas???
    Thanks

    What operating system?
    If some version of Windows, download and run this utility: http://h20180.www2.hp.com/apps/Nav?h_pagetype=s-926&h_lang=en&h_client=s-h-e17-1&h_keyword=dg-NDU&ju... 
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

Maybe you are looking for