Apache mod_proxy problem.

Hi.
          We use an apache 1.3.19 webserver with mod_ssl 2.8.3 as a front-end to an application server WLS 5.1 sp 6. The application server is accessed with the apache module mod_proxy. We also use the apache plug-in for WLS mod_wl_ssl.so
          When upgrading to apache v. 1.3.24 and mod_ssl 2.8.8, the pages accessed with mod_proxy show up as "page not found" whereas the pages accessed with mod_wl_ssl works fine as before. Is this a known problem? and is there a way to upgrade apache and still use the mod_proxy module in apache?
          thanx,
          Jonn-Erik Farmen
          

Hi.
Try posting this question in the plug-in newsgroup.
Regards,
Michael
Jonn-Erik Farmen wrote:
Hi.
We use an apache 1.3.19 webserver with mod_ssl 2.8.3 as a front-end to an application server WLS 5.1 sp 6.
The application server is accessed with the apache module mod_proxy. We also use the apache plug-in for WLS mod_wl_ssl.so
When upgrading to apache v. 1.3.24 and mod_ssl 2.8.8, the pages accessed with mod_proxy show up as "page not found",
whereas the pages accessed with mod_wl_ssl works fine as before. Is this a known problem? and is there a way to upgrade apache and still use the mod_proxy module in apache?
thanx,
Jonn-Erik Farmen--
Michael Young
Developer Relations Engineer
BEA Support

Similar Messages

  • Apache FOP Problem with column width

    We are using Apache FOP to generate simple pdf documents out of reports.
    My problem is that the table in the pdf is as standard filled in with columns of same length.
    Further on the content of some table fields is to large or sometimes there is to much room.
    is there any possiblity to let fop react like html?
    The smallest table field size should be like the content. I don't want to adjust all my reports, cause there are really many reports with pdf printing.
    anyone an idea how to solve this with FOP?
    i have no BI pubisher or other reporting engines for this problem
    thx so far

    Oliver,
    I think what you're looking for is having your column width automatically adjusted based on the content of your column values. That is not possible with the built-in, generic XSL-FO template. What you can do is manually adjusting the column width to appropriate values on the print attributes page.
    Regards,
    Marc

  • APACHE SSL: Problem in converting from HTTP to HTTPS

    Hi,
    I have installed apache on my system with openSA flavour with SSL.I need to host my site with https instead of http.While starting apache i get the following error:
    [warn] pid file c:/opensa/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    OpenSA/1.0.4 /Apache/1.3.27 (Win32) PHP/4.2.2 mod_gzip/1.3.19.1a DAV/1.0.3 running...
    OS is windows vista.
    Please revert back for solution to the problem.
    Best Regards,
    Anjan

    What has this to do with JSP/JSTL?
    Apache has it's own website and mailinglist.

  • Safari 2.0.4 not opening - apache tomcat problem

    My friend has an imac flat panel and safary recently refused to open, giving the message "internal server error..... apache tomcat/5.0.28 logs.
    what does this mean? can anyone suggest the best way to sort this problem out please.

    1. You wrote: "all Safari files in the Library are gone."Can you be more specific? Which files? Which Library directory (there are several directories with the name Library).
    2. Are you running any Safari add-ons? BY this I mean third-party applications which are designed to add functions to Safari or expose hidden functions in Safari?
    3. Using Get Info, verify that you are the Owner and have Access of Read & Write on the following folders:
    • Your Home > Library folder.
    • Your Home > Library > Cookies folder.
    • Your Home > Library > Preferences folder.
    Check the Details sub-panel of the Ownership & Permissions panel of the Get Info window for each of the folders above. If you find you are either not the Owner, or do not have Access of Read & Write on those folders, make changes accordingly using the pop-up menus in the Details sub-panel,
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • Apache DNS problems when control terminal closes

    So, I'm having the weirdest problem. I log in to my Mac OS X Snow Leopard server (10.6.4) using SSH. I sudo -s to root and then I run "apachectl start" to start the HTTPD server. Right, no problem here. It starts and serves webpages without a problem.
    Right, but then I log out of SSH and my Apache Error.txt log files start filling up with this:
    *could not lookup DNS configuration info service: (ipc/send) invalid destination port*
    Up until a point where the server stops responding. Googling a bit found this page: http://lists.apple.com/archives/unix-porting/2010/Jul/msg00001.html that doesn't concern Apache but clearly says that loosing the control terminal ended up messing up the process DNS requests. Since this doesn't concern Apache I'm unsure as to how I would apply his solution to my problem. As far as I know - "apachectl start" will start httpd in the background as a daemon. What am I doing wrong here? It worked fine with Mac OS X server 10.4 which I upgraded from yesterday. I also upgraded from httpd 2.2.4 to 2.2.16 - maybe there is something in the httpd.conf that I need to adjust this upgrade change?
    Anyone has any idea?

    I am not running the built in server, but rather a server I've compiled myself...
    There is little that I can provide for you here for a resolution, short of access into and digging through and debugging the (variant) Apache environment involved here, and what may turn into a whole lot of time and thought. The port is (obviously) missing something, or Apache has an incompatibility or a bug, or the build or system environment has an incompatibility or a bug.
    What can go wrong in these cases is chosen from a large set of potential weirdnesses.
    Start by searching for existing reports of that diagnostic (and any potential resolutions), and then by looking for differences between the Apple Apache environment and what you're working with, and then work your way into debugging the server.
    Or switch strategies and implementations entirely, and revert to the in-built Apache server, or switch to MAMP or some other pre-built server for Mac OS X, or switch to an OS that has the Apache configuration you're looking for.

  • WebLogic Apache bridge problems on uploading large files via HTTP post

    I have a problem uploading files larger than quarter a mega, the jsp
    page does a POST
    to a servlet which reads the input stream and writes to a file.
    Configuration: Apache webserver 1.3.12 connected to the Weblogic 5.1
    application server
    via the bridge(mod_wl_ssl.so) from WebLogic Service pack 4.
    The upload goes on for about 30 secs and throws the following error.
    "Failure of WebLogic APACHE bridge:
    IO error writing POST data to 100.12.1.2:7001; sys err#: [32] sys err
    msg [Broken pipe]
    Build date/time: Jul 10 2000 12:29:18 "
    The same upload(in fact I uploaded a 8 MEG file) using the
    Netscape(NSAPI) WebLogic
    connector.
    Any answers would be deeply appreciated.

    I have a problem uploading files larger than quarter a mega, the jsp
    page does a POST
    to a servlet which reads the input stream and writes to a file.
    Configuration: Apache webserver 1.3.12 connected to the Weblogic 5.1
    application server
    via the bridge(mod_wl_ssl.so) from WebLogic Service pack 4.
    The upload goes on for about 30 secs and throws the following error.
    "Failure of WebLogic APACHE bridge:
    IO error writing POST data to 100.12.1.2:7001; sys err#: [32] sys err
    msg [Broken pipe]
    Build date/time: Jul 10 2000 12:29:18 "
    The same upload(in fact I uploaded a 8 MEG file) using the
    Netscape(NSAPI) WebLogic
    connector.
    Any answers would be deeply appreciated.

  • Help please with apache installation problem!!!

    1)I installed Oracle9i Enterprise Edition.
    2)I installed Oracle9iAS standart Edition in separate Home.
    3)Apache HTTP and SSL server servicecould not start.
    I've got 3 errors:
    1.The Apache service named C:\ORACLE\iSuites\Apache\Apache\Apache.exe reported the following error:
    [Wed Aug 22 16:18:53 2001] [error] (2)The system cannot find the file specified: RegQueryValueEx(key System\CurrentControlSet\Services\OracleiSuitesHTTPServer\Parameters) <<<before the error.log file could be opened.
    More information may be available in the error.log file. .
    2.The Apache service named C:\ORACLE\iSuites\Apache\Apache\Apache.exe reported the following error:
    Syntax error on line 14 of c:/oracle/isuites/apache/apache/conf/mod__ose.conf: <<<before the error.log file could be opened.
    More information may be available in the error.log file. .
    3.The Apache service named C:\ORACLE\iSuites\Apache\Apache\Apache.exe reported the following error:
    AuroraService - directive already in effect for this Server <<<before the error.log file could be opened.
    More information may be available in the error.log file. .
    What do I wrong or what do I need to do?
    Thank you in advance
    Alex

    It looks like you have done an installation into a directory that previously contained 9iAS too.
    Look for a file named oracle_apache.conf. It is likely that a line with mod__ose.conf is mentioned twice - remove one line. Save the file. This will solve part of the problem.
    What leaves, your error "1" might indicate that the service was not created because during your prev install it was not removed correctly.
    The installation might contain more errors. Consider uninstalling the software, remove the ORACLE_HOME and services and do a reinstall...

  • Routers, apache, dsl, problems

    I have been running linux as a server for a couple of years, and just recently I have had trouble keeping the same ip address. I have yahoo sbc dsl connected to a linksys BEFSR41v2. I run ssh, ftp, and http, but every time someone accesses http from the outside, the wan ip address of the router drops, and restarts, thus allowing no one to view the webpage. This seemed to happen about the same time i upgraded apache to 2.0.50, and as soon as I upgraded my modem to a higher speed, I don't know if that affects it or not but I have never seen this problem before. Does anyone know what the problem is? Has anybody had the same problem? If so, what do I need to do to fix it?

    in the past, before i upgraded connection speed, i was running all of the services successfully. just recently did the connection not allow port 80.

  • Apache realm problems

    Hi,
    i'm running a 10.5.5 MacOsX Server , and i'm having some problems with Apache realms.
    Actually i'm running 5 sites on this machine , only one needs a Realm with Basic Auth.
    The protected folder is inside root's site (a subfolder).
    Allowed users of course are real local user created with Workgroup manager and have read/write permissions. "Everyone" has no permission.
    Anyway trying to connect to this url (www.site.com/realmfolder), an auth is requested (a classic apache one) but after login it reports an "Internal Server Error".
    Any Idea?

    Camelot wrote:
    How did you setup your realm? manually, or via Server Admin?
    This time via Server Admin, usually from Terminal.
    i'm not new on MacOsxServer , i use it since its early versions...
    Allowed users of course are real local user created with Workgroup manager and have read/write permissions. "Everyone" has no permission.
    Everyone must have no permission, otherwise apache realms doesn't make sense :-D.
    In order for Apache to serve the content you need at least read privileges for the _www user. If Apache can't read the files it can't serve them, regardless of who owns them.
    Permissions are ok i'm sure of that i'm running on this machine 6 sites without any problems.
    Problems come out upgrading from 10.5 > 10.5.5
    after login it reports an "Internal Server Error".
    What does the log say? /var/log/apache2/error_log (or /var/log/httpd/error_log if you're running Apache 1.3).
    here's some line from error log
    [Wed Dec 17 14:50:10 2008] [notice] Digest: generating secret for digest authentication ...
    [Wed Dec 17 14:50:10 2008] [notice] Digest: done
    [Wed Dec 17 14:50:10 2008] [notice] Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.7l PHP/5.2.5 configured -- resuming normal operations
    [Wed Dec 17 14:50:10 2008] [warn] long lost child came home! (pid 49875)

  • Deploying UIX based on Bc4J in Apache Tomcat Problem

    Hi,
    I need to deploy the UIX based on BC4J components application in Apache Tomcat, I install all nessesary jar files into web application directory, but i can't see uix pages based on the bc4j components. The non-bc4j uix pages appears fine.
    Here the Tomcat log information i am getting when i clicks on the one of the bc4j view page:
    2003-08-25 22:38:08 ViewUOM.uix: Parsing error, line 16, column 20: <registryDef> is not an understood element.
    This sometimes means the element's namespace (http://xmlns.oracle.com/uix/bc4j) is set incorrectly. This may also be an issue with the syntax of its parent element.
    2003-08-25 22:38:08 ViewUOM.uix: Parsing error, line 50, column 57: <rootAppModuleScope> is not an understood element.
    This sometimes means the element's namespace (http://xmlns.oracle.com/uix/bc4j) is set incorrectly. This may also be an issue with the syntax of its parent element.
    2003-08-25 22:38:08 ViewUOM.uix: Parsing error, line 170, column 53: <findRootAppModule> is not an understood element.
    This sometimes means the element's namespace (http://xmlns.oracle.com/uix/bc4j) is set incorrectly. This may also be an issue with the syntax of its parent element.
    2003-08-25 22:38:08 ViewUOM.uix: Parsing error, line 197, column 53: <findRootAppModule> is not an understood element.
    This sometimes means the element's namespace (http://xmlns.oracle.com/uix/bc4j) is set incorrectly. This may also be an issue with the syntax of its parent element.
    2003-08-25 22:38:08 ViewUOM.uix: Parsing error, line 209, column 53: <findRootAppModule> is not an understood element.
    This sometimes means the element's namespace (http://xmlns.oracle.com/uix/bc4j) is set incorrectly. This may also be an issue with the syntax of its parent element.
    2003-08-25 22:38:08 ViewUOM.uix: Parsing error, line 226, column 53: <findRootAppModule> is not an understood element.
    This sometimes means the element's namespace (http://xmlns.oracle.com/uix/bc4j) is set incorrectly. This may also be an issue with the syntax of its parent element.
    2003-08-25 22:38:08 ViewUOM.uix: Parsing error, line 237, column 53: <findRootAppModule> is not an understood element.
    This sometimes means the element's namespace (http://xmlns.oracle.com/uix/bc4j) is set incorrectly. This may also be an issue with the syntax of its parent element.
    2003-08-25 22:38:08 ViewUOM.uix: Parsing error, line 257, column 53: <findRootAppModule> is not an understood element.
    This sometimes means the element's namespace (http://xmlns.oracle.com/uix/bc4j) is set incorrectly. This may also be an issue with the syntax of its parent element.
    Could any one please help me and let me know if I am missing any jar files.
    Thanks!!!
    Mohammad Tahir

    Thanks, Markus
    After copying the BC4J runtime libraries into tomcat_install/common/lib , I am able to access all UIX pages based on BC4J.
    But I have now problem with WAR files, once I deploy my BC4J UIX web application using the WAR file, I can't access any UIX pages. According to Jdeveloper help we need to put WAR file into tomcat_install/webapps directory.
    Please let me know if you have any information about deploying the Web application using the WAR file, beacuse currently my all uix and classes are not packaged.
    Again Thanks for your help!
    Regards!
    Mohammad Tahir

  • Apache VirtualHost Problem

    I'm attempting to set up a virtual host in the apache server of the 9ias middle tier. I set up 2 virtual host containers, 1 to handle the normal server, and the second that is the real virtual server. The virtual hosts seem to work correctly except that I cannot get the second virtual host to serve up its default index.htm file. Its going to the main index.htm file that is defined in the main server.
    Here's what I've got (this is a local intranet, so no www):
    #This is the main server
    <VirtualHost pallannarbornet.mw.na.pall.com>
    ServerAdmin [email protected]
    DocumentRoot D:\ora9ias\Apache\Apache\htdocs
    ServerName pallannarbornet.mw.na.pall.com
    ErrorLog logs/paaerror_log
    CustomLog logs/paaccess_log common
    Port 7778
    </VirtualHost>
    #this is the virtual
    <VirtualHost aaxnet.mw.na.pall.com>
    ServerAdmin [email protected]
    DocumentRoot D:\ora9ias\Apache\Apache\xnet
    ServerName aaxnet.mw.na.pall.com
    ErrorLog logs/xneterror_log
    CustomLog logs/xnetaccess_log xcommon
    </VirtualHost>
    The reason for the virtual host is to have an extranet accessible by vendors - I don't want them going to the normal company intranet. Anyone got any ideas here?

    I am having the same problem. I've defined a virtual host (by name) to point to a new web site. Now I get the new website every time regardless of how I point to the server. The default page is no longer accessible by name or IP address.
    Anyone have any ideas?
    Thanks.

  • Apache/PHP - Problem with shell_exec - ImageMagick - convert

    Hi,
    I have a problem with running external commands from a webpage written in php using Apache. In this case I'm trying to run convert, which is a program in ImageMagick.
    I can run most commands without any problems but when running these I get errors.
    shell_exec("/usr/bin/convert -alpha Set -filter bessel -resize '200'x'200' -density '200'x'200' 'image.eps' -channel A -fx 'B' -negate '/var/im/4.png' 2>&1");
    shell_exec("/usr/bin/convert 'image.eps' -alpha Set -filter bessel -channel A -fx 'B' -negate '/var/im/4.png' 2>&1");
    shell_exec("/usr/bin/convert '/var/im/4.png' -density '200'x'200' -resize '200'x'200' '/var/im/5.png' 2>&1");
    Error:
    convert: Error when saving the profile into a file '.' @ warning/opencl.c/autoSelectDevice/2303.
    The first command generates the new image but it is incorrect. The two others together gives me an output which looks correct but I still get the errors.
    Running either of these commands directly via shell works great and generates the correct output and no error messages.
    I would guess that the issue is how Apache handles the execution of shell_exec and the user that is used to run Apache. There is probably some restrictions that creates the issue but I'm note sure what.
    I have tried running Apache using a new user I created which can run the commands correct directly in shell or by running "php -f testfile.php" but not through a webpage via Apache.
    Any suggestions?
    I also asked in the ImageMagick forum if anyone wants to check that they think so far.
    http://www.imagemagick.org/discourse-se … =1&t=25418

    are your files being uploaded correctly ?
    i think u need to determine that first.

  • Apache // PHP problems

    Dear all,
    I have a very weird problem with the built-in Apache / PHP I cannot solve myself.
    Whatever I try, my *.php files are not processed but downloaded when locally hosted.
    Background:
    For an experiment I want to locally host a few pages / site. It needs html for the front-end, PHP for processing and MySQL for storing. Nothing special. As I didn't fancy a lot of configuring, I downloaded two instances of such an architecture: MAMP and LAMP. Both did not work and gave the same problem as I'm experiencing now with the built-in Apache and PHP. I'm on a fresh install (as of last night, updated and all), so there should be no problems there.
    To enable Apache and PHP, I've enabled the web-sharing option, uncommented the PHP5-line in the configuration for Apache and tested it via /localhost/manual, phpinfo() and via Terminal. It works well. Now, when I use a simple html-file that uses a form to post something to a linked PHP-file, it does not process the file and carry out the PHP-instructions. Instead, it just downloads the PHP-file...!? (files are stored in and opened form /sites/)
    How can I solve this? Please note I did not yet install MySQL, I am just testing and trying to get this solved. I'm pretty sure it's not my code, as I tested it on an online server where it worked flawlessly (it is not an option to host the final result online as I need LARGE videofiles).
    What can it be? Hope you can help.
    Best,
    -Pim
    Details:
    Mac OS X Snow Leopard. 10.6.3
    PHP 5.3.1
    Apache 2.2

    for php, you must enable your local web server, and access the files through safari with either a bonjour address or an ip address. if you open an html file from finder and click on something that links to a php file, it will show just the php file (all it's code). php is a server-side scripting language that needs a webserver to parse it. try enabling the web server, opening safari, and going to http://localhost/~username/path/to/file if the files are in ~/Sites/, or http://localhost/path/to/file if in the root web document directory (usually /Library/WebServer/Documents/).

  • Apache 2.2.2 Jrun 4 WinXP --- Apache connector problem.

    I configured External Web Server using Web Server
    Configuration tool. I have cross-checked all the artifacts like
    httpd.conf, etc. Everything looks fine. I started JRun and Apache
    multiple times. "C:/JRun4/lib/wsconfig/1/mod_jrun20.so" is present.
    I cannot get rid of following error.
    Apache Server Start Console
    Log.-------------------------------------
    C:\Program Files\Apache Software
    Foundation\Apache2.2\bin>httpd.exe -w -n Apache2.2 -k start
    httpd.exe: Syntax error on line 486 of C:/Program
    Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot
    load C:/JRun4/lib/wsconfig/1/mod_jrun20.so into server: The
    specified procedure could not be found.
    httpd.conf lines ---------------------------------
    # JRun Settings
    LoadModule jrun_module
    "C:/JRun4/lib/wsconfig/1/mod_jrun20.so"
    <IfModule mod_jrun20.c>
    JRunConfig Verbose true
    JRunConfig Apialloc false
    JRunConfig Ssl false
    JRunConfig Ignoresuffixmap false
    JRunConfig Serverstore
    "C:/JRun4/lib/wsconfig/1/jrunserver.store"
    JRunConfig Bootstrap 127.0.0.1:51000
    #JRunConfig Errorurl <optionally redirect to this URL on
    errors>
    AddHandler jrun-handler .jsp .jws
    </IfModule>
    BTW , Which procedure it is trying to find?
    Can somebody help me.
    Thanks in advance.
    Suyog

    And what happens on Apache 1.3?
    Thanks in advance,
    Lopato

  • Tomcat 4 - apache - mod_webapp problem

    hi,
    I know this is no tomcat forum, but i don't know where to post this message.
    I'm unable to connect apache with my tomcat server.
    I've installed apache(1.3.x) and tomcat(4.0 final) as stand-alone. they work fine.
    I've added the mod_webapp.so and the following to my configuration:
    --- httpd.conf ---------------------------------------
    # WARP Connection to Tomcat 4
    LoadModule webapp_module /usr/lib/apache/mod_webapp.so
    AddModule mod_webapp.c
    WebAppConnection warpConnection warp localhost:8008
    WebAppDeploy examples warpConnection /examples/
    --- server.xml ---------------------------------------
    <Service name="Tomcat-Apache">
    <Connector className="org.apache.catalina.connector.warp.WarpConnector"
    port="8008" minProcessors="5" maxProcessors="75"
    enableLookups="true"
    acceptCount="10" debug="0"/>
    <Engine className="org.apache.catalina.connector.warp.WarpEngine"
    name="Apache" debug="0" appBase="webapps">
    <Logger className="org.apache.catalina.logger.FileLogger"
    prefix="apache_log." suffix=".txt"
    timestamp="true"/>
    <Realm className="org.apache.catalina.realm.MemoryRealm" />
    </Engine>
    </Service>
    If I call http://localhost/examples
    apache should forward this request to tomcat,
    but apache says: "Not Found"
    Can anybody help me, please?
    ciao Markus

    Try
    http://localhost/examples/
    Why?
    Apache doesn't automaticaly add the slash sign at the end if it is not configured to.
    Hint:
    Install webapp-info also. Can be usefull sometimes...

Maybe you are looking for

  • My command key on my macbook pro retina 2014 is sinking

    So I have recently bought a Macbook pro retina 13 inch 2014 model. I have been using it a lot lately especially for typing and using the command key. I notice that my left command key is sinking or in other words, the left command key is much lower o

  • Administrator account is disable when deploying windows 7 x64 captured image

    I'm using MDT 2012 update 1. I create one deployment share with two task sequence. The task sequences are: one for windows 7 x86 and the other one is windows 7 x64. Both are working fine until I try to sysprep and capture with all the windows updates

  • Can't sync TO the computer from iPhone so going to lose 30 albums! Help!

    I have an old iPhone 4 which I used to sync with my old Acer laptop.  The laptop died and I bought a new Macbook Air (love it!).  I copied music from the old laptop to the Macbook but for some reason lots of albums didn't copy across.  It's mainly al

  • Wish List for AutoUpdate function

    I'm not sure if this belongs in this board but I can't seem to find a good place to gripe ... if this is the wrong place then my apologies. I'm old and somewhat computer challenged and I like the auto-update feature, but I wish that Creative would ch

  • Flex 3: DataGrid Column width on resize

    Hello experts, I am facing an issue with width of DataGrid columns. We are using Flex 3.2. I am setting the widths for columns in creationComplete handler of DataGrid. When the browser window is resized, say restore down and then maximize, the column