Configure multiple HTTP servers with APEX SSO

Hello
We currently have APEX configured to work with SINGLE sign-on using the URL http://server.com:7777/pls/apps. Some companies prevent users to go to the URL with the port 7777. We set up a new server http https rather than just current http implementation. All applications that use the SSO do not work with the new URL. I've added the new partner application in the SSO admin and tried running @regapp.sql. APEX may be configured to run multiple servers http with APEX engine registered as a partner app? We are finally going to a single server but need both up during the transition period. Thanks for any help.

Brian

Brian,

Yes. As long as the value of lsnr_token inserted by regapp is unique. It looks like HTML_DB:hostname:port.

Scott

Tags: Database

Similar Questions

  • Multiple MIS servers with unique vCenter

    Servers multiple SRM integration with vCenter unique?

    Yes. documentation is generally called the recovery site model actions to achieve this. You must use the "custom installation" option to install the nth instance and you must designate this pair of instances with the same identifier string.

    VMware KB: Configure Recovery Site-sharing feature in VMware Site Recovery Manager 4.x and 5.x

  • How to specify multiple DNS servers with Dr.-ip-customizer

    Hey guys,.

    The CSV file I get out of the Dr.-ip-customizer tool seems to imply that I can specify multiple DNS servers (it has a column called "DNS Server (s)'").  My problem is that I do not know how...  I tried to put in two server IPs with a space between them, I also tried a comma followed by a semicolon.  The semicolon and space gets the error thrown upward when I try to import that says 'Invalid DNS server field' and the comma causes her think that there are too many columns (since it is after all a CSV file).

    so, any ideas? What I have to put on separate lines or something

    According to the Administrator's guide (P. 56, it is not very clear), it seems that you want to place the second DNS server on a new line with the VM ID and the number of the adapter.  '0' If you want to be global value or the number of actual card to override the global settings.

    Hope that helps...

    -alex

  • APEX 4 with two HTTP servers?

    Hi Im in a new territory for me here
    hope someone can point me in the right direction.

    I have an internal linux 11i and APEX4 with the server HTTP Server
    all the apps work perfectly internally

    I have a HTTP server in the demilitarized zone with modplsql set up to link to one of the apps on my internal network
    The app is in a Linux box with 11i and apex 4.0.

    Internally (on the LAN) of the HTTP server that is located on the same box as 11i and Apex correctly renders every thing.


    When I try to access the application via the web images are not rendered.
    Drop-down menu lists all jobs but do not have the dynamic actions on them.
    also send has none when you press.

    Can someone point me in the direction of reading documents on this kind of Setup?

    Thanks in advance

    Björn

    Hello

    My proxy section reverses in the httpd.conf file:

    ------------------------

    image # Alias
    Alias is/u01/apex/images /.
    # Directory for files of APEX
         

    None of the options
    AllowOverride None
    Order allow, deny
    Allow all the
              
    # Cache
              
    ExpiresActive on
    ExpiresDefault "access plus 1 month".
              

    # compressed files of type
         
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE application/x-javascript
    AddOutputFilterByType DEFLATE application/xhtml + xml
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE text/x-component
              


         
    # Proxy reverse setting

    (# graphic flasch #HOST #)
    ProxyPreserveHost on

    ProxyPass /apex http://localhost: 8080/apex
    ProxyPassReverse /apex http://localhost: 8080/apex

    SetEnv force-proxy-request - 1.0 1
    SetEnv proxy-nokeepalive 1
    --------------------------------

    It works perfectly for me.

    Concerning

  • Using a single server for Multiple Instances of the APEX HTTP

    Our company DBA asked if it would be possible to outsource the server part of HTTP of APEX from DB servers. In other words, it would be highly preferable as DB servers * only * start the Oracle database software.

    We know that we can install the HTTP server on another box, but in thinking how to that, we were wondering if it's really necessary to create a separate HTTP Server installation for each instance of the APEX. What we would really like to do, is have a HTTP server for all our our boxes of Dev and several (but not one) for each of our superior environments; implementation stage, qa, prod, etc..

    Right now, each instance has a file single dads.conf on every box of DB. So, if we we to try to consolidate, we need some way to incorporate several dads files and associate each correct instance.

    Someone has already done this or (preferably) to have some examples?

    Thank you

    -Joe

    The second page on the link provided José begins immediately with the "Configuration of several databases".

    Yes, you can consolidate permanently. It is a common practice that was also available with Apache/mod_plsql, OSH and now with APEX earphone 2.

    Thank you

    Jorge

  • RAY of relief with multiple Radius servers

    Wism2 version 7.6.130

    I have multiple Radius servers for different wireless LANs that are used for authentication. For example:

    WLAN1 - Radius1, Radius2

    Wlan2 - Radius3, Radius4

    WLAN3 - Radius5, Radius6

    Radius servers have different types of user to the authentication databases.

    My question is, when you configure RADIUS of relief in Active mode on the WLC he must receive a successful authentication response in order to stay active or simple an answer?

    Thank you

    Waqas

    "My question is, when you configure RADIUS of relief in Active mode on the WLC he must receive a successful authentication response in order to stay active or simple an answer?

    Hi Waqas,

    It doesn't have to be a successful authentication, could be access accept or decline. You may have noticed with mode active there is a section to specify the user name (default: cisco-probe) what it does is when the radius known as death wlc server use that specific account to query the server radius on the specified time intervals.all these responses would also be responses to refuse access. Just a response if accept or reject to keep active.

    Look here to see little more on the functionality of relief

    See you soon

    Micheline

    WLC actively interrogate the radius server

  • SSO with Apex 4.1.1.00.23

    Hello community of Apex,

    I want to implement a solution of SSO between the apex and the non-apex demand. This solution worked with Apex 4.0, but seems not work with current 4.1.1.00.23.
    I've set up a scenario of test on the hosted environment.

    Dev user:
    Workspace: authtest
    User: authtest
    Pass: authtest

    End user:
    User: test
    Pass: test1

    Things I've done:

    (1) created a custom authentication, System (shown under the current name) "auth_scheme" with following authentication:
    create or replace FUNCTION auth_function(
          p_username IN VARCHAR2,
          p_password IN VARCHAR2)
        RETURN BOOLEAN
      AS
        v_is_authenticated BOOLEAN := false;
      BEGIN
        
          IF lower(p_username)= 'test' OR APEX_UTIL.IS_LOGIN_PASSWORD_VALID(p_username => p_username,
                                                                            p_password => p_password)
        THEN
          v_is_authenticated := true;
        
        ELSE
          v_is_authenticated := false;
        
        END IF;
        
        RETURN v_is_authenticated;
      
      END auth_function;
    (2) created a process of "on the load - before the header' with sequences 5 on page 101:
    DECLARE
      v_user                VARCHAR2(4000);
      v_pass                VARCHAR2(4000);
      v_fsp_after_login_url VARCHAR2(4000) := :FSP_AFTER_LOGIN_URL;
    BEGIN
      
      SELECT SUBSTR(v_fsp_after_login_url, instr(v_fsp_after_login_url, 'P101_UNAME') + LENGTH('P101_UNAME') + 1)
      INTO v_user
      FROM dual; 
      
      wwv_flow_custom_auth_std.login(
        P_UNAME       => v_user,
        P_PASSWORD    => v_pass,
        P_SESSION_ID  => v('APP_SESSION'),
        P_FLOW_PAGE   => :APP_ID||':1'
        );
    
    END;
    Treat the condition: request = AUTOMATIC logon:

    (3) created a hidden element "P101_UNAME" on page 101.

    (4) expected behavior: user loads after the URL:
    http://apex.oracle.com/pls/apex/f?p=30964:1::AUTOLOGON:YES::P101_UNAME:test
    schould user logged in without typing in his letters of credence.

    What's happening: login user faces page. What I don't understand: set to 'None', automatic logon process condition works. But if you have a look at the debug report, apex recognizes the "AUTOMATIC login" request, even if the automatic connection does not work. On my dev with Apex 4.1.1.00.23 environment change of State process does not help.

    I can't understand what I'm doing wrong. With the Group of hotfixes 4.1.1 there is some changes in FSP_AFTER_LOGIN_URL Re: Deep Link (FSP_AFTER_LOGIN_URL) does not work at the APEX 4.1 I would be grateful of any suspicion.

    Thank you very much for your answers.

    Kind regards

    Anton

    Edit: Any ideas? I'd appreciate any suspicion.

    Edit2: Maybe of any advice? Explicit definition of the FSP_AFTER_LOGIN_URL in the Url is not helped either...

    Published by: anton on 20.08.2012 01:26

    Hi Anton,.

    http://Apex.Oracle.com/pls/Apex/f?p=56772:1:P101_UNAME:test

    works fine, after I changed the front header process of

    DECLARE
      v_user                VARCHAR2(4000);
      v_pass                VARCHAR2(4000);
      v_fsp_after_login_url VARCHAR2(4000) := :FSP_AFTER_LOGIN_URL;
      v_user_pos            pls_integer    := instr(v_fsp_after_login_url, 'P101_UNAME:');
    BEGIN
      if v_user_pos is not null then
        v_user := substr(v_fsp_after_login_url, v_user_pos+11);
    
        wwv_flow_custom_auth_std.login(
            P_UNAME       => v_user,
            P_PASSWORD    => v_pass,
            P_SESSION_ID  => v('APP_SESSION'),
            P_FLOW_PAGE   => :APP_ID||':1' );
        :FSP_AFTER_LOGIN_URL := null;
      end if;
    END;
    

    and that is the condition for: FSP_AFTER_LOGIN_URL is not not null.

    Kind regards
    Christian

  • Setting NLS_LANG for a client with multiple Oracle servers

    Hello!

    We have a web application that needs to connect to a Oracle servers with different charactersets. When the NLS_LANG on the client is a single-byte encoding and the server has a single byte encoding there is no problem. We now have a server with NLS_CHARACTERSET UTF8 and all special characters (accented Hungarians) are replaced.
    When we put the customer UTF8 the rest of the servers does not work.
    What is the solution for a client and several servers with a different encoding?
    Is there a special touch to the connection string?
    I tried to change the nls_lang with a statement of alter session but without success.

    Kind regards
    emeriqus

    NLS_LANG does not depend on the database side, it is a CLIENT of setting to 'make Oracle know what encoding is used on the CLIENT' so that Oracle can perform the conversion of the encoding to the encoding of the data base (NLS_CHARACTERSET) of the customer.

    for AN application/client is only a correct value of NLS_LANG, independently of the NLS_CHARACTERSET database

    If you web application is really a UTF8 application (check with your provider) so you can perfectly use a client UTF8 and a database of 8 bits
    Of course, you will be limited on the side of the database in this case given the 8-bit character set knows not all of the characters in UTF8

    The fact that affecting the NLS_LANG UTF8 "does not work" with your web app is simply the fact that your application is not a UTF8 env.
    Setting nls_lang UTF8 will not "magically" your app UTF8, NLS_LANG is a function of the encoding used on the web server.

    But the first thing you should ask yourself is so common is correctly in the Oracle database.

    SQLdeveloper allows to check the data, it is a "good customer know" who needs no NLS configuration.
    You can download it from http://www.oracle.com/technology/products/database/sql_developer/
    If the data is displayed correctly in SQLdeveloper, then you are sure that it is correct in the database.

    If data are WRONG in the database that must be corrected in the first place, 'try' other client side of configurations will only make matter worse (even if they make the data "look good")

    Kind regards
    Gunther

    Client-side mentalink notes:

    Note: 158577.1> NLS_LANG explained (how work of transformation of characters Client / Server)?
    1.2 what is this NLS_LANG thing?
    3.2 an example detailed installation of nls hard to understand what is happening.
    4.2 How to check parameter NLS_LANG to the customer?
    5.1 my windows sqlplus is not displayed all my extended characters.
    Note: 179133.1> the correct NLS_LANG in a Windows environment
    Note: 264157.1> the correct setting of the NLS_LANG in the Unix environments
    Note: 229786.1> NLS_LANG and servers Web explained.
    Note 115001.1> parameter NLS_LANG to the Client and JDBC drivers

    If you are using Unicode beginning here:
    Note: 788156.1> AL32UTF8 / UTF8 (Unicode) Character Set Implications database

    Setting NLs parameters: Note: 241047.1> the priority of NLS parameters explained.

  • vRA: identity device or vSphere SSO when there are multiple vCenters (each with their own SSO) in the environment?

    The installer: We have multiple vCenters each with their own SSO. We must build a minimum install vRA lab 6.1 and used the SSO to the vCenter which is the endpoint lab (and ended up having problems when this vCenter SSO had to be rebuilt and in turn liquid reconstruction vRA). Building on a vRA 6.2 Distributed Lab (based on deployment in the 6.1 reference architecture) to validate our production plan and decided to use the identity.

    Question: For a production buildout there is no reason not to use the device of the identity (scalability, performance, lack of HA)? If you are using vSphere SSO, when there are multiple vCenters one that should be used for SSO of vRA? If that vSphere SSO is never removed (say on the whole things are replaced by a central SSO for all vCenters rather than each on their own, or some issue needs to be rebuilt) is there a clean way to repoint SSO vRA without a reconstruction?

    Post edited by: RebeccaW (removed unrelated to Postgres question)

    What I did in this case is to build a fresh cluster SSO using vCenter SSO and pointing vCAC on this one. It becomes my main source of SSO and I slowly vCenters point and other components to it overtime. You usually put vCAC SSO signed certificates and generally I find people vCenter SSO deployment in this way. To remedy this trying to modify an existing SSO vCenters and risk having to reinstall your VC because you missed the CERT, simply create a new. This also alleviates a changing overtime vCenter and spoil the vCAC SSO. The unit of identity cannot be clustered or joining existing areas of SSO. So if you are looking for HA and scale which probably does not cut it.

  • Help on vSphere 6 upgrade with a SSO strategy internal-> external PSC

    I would ask an idea and help on what and how to revamp our vsphere infrastructure.

    We have an environment that grow very fast in the last 2 years... from a Center unique vcenter/infrastructure for our server environment us growth data center 2 main + 1 small site with a 2nd arriving within a few months, and probably a good number of branches.

    Our main data center 2 are configured with vCenter 3 5.5:

    (1) our main Server vCenter

    (2) our Horizon vCenter for VDI

    (3) a vCenter dedicated to a separate set of servers for a specific project

    All the vCenter are now 5.5u2, but in the past our VDI vSphere still was 5.0, while the rest was upgaded to 5.1 and 5.5.

    The 3) is an environment dedicated with some software/configuration that could conflict or be managed in a way different from our current infrastructure (this ban could remain in an earlier more time for example).

    All these vCenter are configured with a SSO Multisite separated by the environment, so we have a Multisite SSO for server, 1 for VDI and 1 to 3).

    Our vCenter have the PSO and all integrated services in the windows server and a database of separate SQL Server for each of them.

    Verification of certain documents on the vSphere 6 that I noticed that it seems that we have a setup that has somehow changed and thinking about the future and the implementation of new products, I would like to understand how we could manage these infrastructure and how we can join it.

    In this document http://KB.VMware.com/selfservice/microsites/search.do?language=en_US & cmd = displayKC & externalId = 2108548 it seems that manage sites that have integrated the PSC and vCenter Server on the same host is not a recommended way, thinking at least about our vCenter Server main (2 different in 2 sites) infrastructure, we must separate the PSC making external.

    Should we move the SSO outside our 5.5 infrastructure server now before moving on to 6 so that we could improve PSC external SSO and just update our vCenter server or there's a way during the upgrade to the PSC on an external server (such as installing on a new server and migrate SSO to external PSC)?

    Think in the future, we probably want to unify the PSC and use the same servers PSC (2 ha with a LB probably in each site). It is possible during the upgrade a server vcenter Server to migrate from the SSO server/PSC is using another?

    If you want to go out of style incorporated into the external PSC; currently during the upgrade you can not change this IE if it integrated with 5.5 and then it will continue in embedded mode. Future update could be an option / tool to move to external embedded mode PSC post upgrade (this tool is nevertheless do you updated or not; deployment embedded 6.0 can be converted into vCenter pointing to external PSC).

    From now on if you want to pass to the external PSC mode then to 5.5 installation embedded itself move first on external SSO. You can do this by installing separate SSO and re - point your existing inventory, webclient and VC than SSO service. Below KB provides details on the re-score-

    http://KB.VMware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalID=2033620

    Once you are done with the re - verse you can start the upgrade with PSC external.

  • you want to have my pc to be a configuration to boot Daul with Windows XP PRO sp3 and WIN7 how?

    Daul Boot Windows XP PRO sp3 and WIN7

    I want to have my pc to be a configuration to boot Daul with Windows XP PRO sp3 and WIN7 how?

    Hello

    Access the link that has a video on how to set up a configuration to dual-boot between Windows XP and Windows 7: http://www.microsoft.com/showcase/en/us/details/ae3108ed-a8a1-4ba3-8698-01b8cedd2cf4

    Here's a few that has information on multiboot: can I have multiple operating systems on my computer (multiboot)? : http://windows.microsoft.com/en-US/windows7/Can-I-have-more-than-one-operating-system-on-my-computer-multiboot

    Install multiple operating systems (multiboot): http://windows.microsoft.com/en-US/windows7/Install-more-than-one-operating-system-multiboot

  • Windows Mail is no longer supported by HTTP servers.

    What can I do to solve the following problem?  When I try to attach a photo to an e-mail message, I get the following message is displayed.  'Windows Mail can't stand the HTTP servers used by Hotmail and other web e-mail providers'. I am informed that I need to set up a different e-mail account. When I start to install a different account, I was informed that I already have an account.  I am also advised to see the other options to access my e-mail on the web.  If Microsoft developed and sold a program that caught sometime supported HTTP servers and then is no longer supported HTTP servers then it seems that Microsoft should offer and share a simple solution to this very disturbing problem.  Please notify.

    I had the Geek Squad and out Make It Work guys to solve the problem.   It seems they can't.  If they cannot solve the problem, then I know I'm in trouble.  Maybe there is no solution.   Respectfully, Vista is the 'Edsel' from Microsoft?  Can I replace Vista with Windows 7 without disturbing all the info on/in my PC?

    Your help is greatly appreciated.

    Hello
     
    You can follow below link that can help you to solve your problem:
    You cannot configure Windows Mail to use an e-mail account on the Web (HTTP) on a computer that is running Windows Vista
  • ICPPX 4.05 and/or call Mgr 4.13 multiple LDAP servers for redundancy

    We run IPCCX 4.05 to high availability (active / standby) and Call Manager 4.13 Pub/Sub. In this configuration, we use LDAP for authentication AD instead of the directory of DC (not my choice... things you inherit in life).

    The call of Bishop and/or the servers IPCCX can be setup to point to multiple LDAP servers for redundancy?

    CAN CM 4.13 and/or IPCCX 4.05 LDAPS support (as I have said, things you inherit)?

    Our sysadmin team won our main server to the DC, and with him all functins LDAP search broke. Needless to say they will be put in place of LDAP or LDAPS on our main and backup DC in the near future.

    Any information/suggestions/recommendatinos are appreciated.

    Thank you

    -Scott

    Hello

    This IS possible.

    If the CRS web interface admin (/ appadmin) is available:

    1. open a session

    2. go to the system > LDAP information

    3 type the FQDN / IP addresses (I recommend the latter) for LDAP servers, separated by commas (for example, I have something like in our laboratory: "ldapserver.domain.as, 10.1.1.1" - works like charm)

    4. a window will appear asking if the LDAP information must be created or you just want to add another LDAP server (~ configuration already there). Choose wisely :-)

    5. restart the server. No, restart the CRS engine is not enough.

    If the CRS web administration interface is not available (~ as you said Mr. Sysadmin won DC backend), the there is a chance to get rid of this guy ;-) Anyway, there is always a chance that you can make it work. Of course, the LDAP server must already contain the appropriate configuration.

    1. connect to the CRS Server using rdesktop/VNC

    2. look for this file: C:\Program Files\wfavvid\properties\directory.properties it's just a plain text file. Look for this CCNIniFile=c:\\winnt\\system32\\ccn\\ccndir.ini

    In fact, it can be something else too, this is the default path.

    3. this file contains the information that we are looking for: LDAPURL 'ldap://10.1.1.1:389, ldap://10.1.1.2:389' and other important things like passwords and base DN

    Change it according to your needs. :-)

    4. restart the server.

    Good luck.

    G.

  • Configure Apache HTTP Srvr for WLS12c error - "address already in use: make_sock: could not bind to address 80.

    Hello the Experts of Oracle.

    I already have

    1. installed the Apache HTTP Server (with libraries)
    2. Downloaded the Plugin of Apache WLS12c
    3. copied the plugin files into the appropriate directories.
    4. Modify the httpd.conf (see below)

    At the present time, I try to start the Apache HTTP server and runs in an unexpected error.

    WHY APACHE ATTEMPTS TO LISTEN ON PORT 80. ?  I've SPECIFIED the PORT 8888

    Question: How to go beyond the error.   -| "Address already in use: make_sock: could not bind to address 80 '

    My server is 192.168.1.21.  In my view, that it has ESTABLISHED processes.  Yet, he reports, that it cannot start.

    junk1.PNG

    Here is the content of the httpd.conf file.  My customizations are in Red.

    #

    # This is the main Apache HTTP server configuration file.  It contains the

    configuration directives # that give the server its instructions.

    See # < URL: http://httpd.Apache.org/docs/2.4/ > for more information.

    # See especially

    # < URL: http://httpd.Apache.org/docs/2.4/mod/directives.html >

    # for an analysis of each configuration directive.

    #

    # Do NOT simply read the instructions here without understanding

    # what they do.  They are there only as advice or reminders.  If you do not know

    # consult the online documentation. You have been warned.

    #

    # Configuration and logfile names: If the file names that you specify for a lot

    number of files in server control begin by "/" (or "drive: / 'for Win32 '), the

    # server uses this explicit path.  If filenames do * not * start

    # with "/", the value of ServerRoot directive is preceded by - both "logs/access_log".

    # with ServerRoot set to "/ usr/local/apache2" will be interpreted by the

    # Server as "/ usr/local/apache2/logs/access_log", considering that "/ logs/access_log".

    # will be interpreted as "/ logs/access_log".

    #

    # ServerRoot: The top of the directory under which the server tree

    # configuration, error and the log files are kept.

    #

    # Do not add a bar slash at the end of the directory path.  If you point

    # ServerRoot to non-local disk, remember to choose a local drive on the

    # Directive Mutex, if based on mutex files are used.  If you want to share the

    # ServerRoot even for several demons httpd, you will need to change to

    # PidFile less.

    #

    ServerRoot "/ usr/local/apache2.

    #

    # PidFile: The file in which the server should record its process

    ID # when it starts.

    #

    PidFile ' / usr/local/apache2/logs/httpd.pid '.

    #

    # Mutex: Allows you to set the mutex mechanism and the mutex file directory

    # for individual mutex, or change the default global values

    #

    # Uncomment and change the directory if mutexes are based on files and the default

    # mutex file directory is not on a local disk or is not suitable for some

    # other reason.

    #

    # Default Mutex: newspapers

    #

    # Listen: Allows you to bind Apache to specific IP addresses and/or

    ports #, instead of the default value. See also the < VirtualHost >

    directive #.

    #

    # Change this to listen on specific IP addresses below for

    # prevent Apache glomming on all related IP addresses.

    #

    # Example-> look 12.34.56.78:80

    # Listen api.astcorporation.com:8001

    Listen 8888

    #

    # Dynamic Shared Object (DSO) Support

    #

    # To be able to use the features of a module that was built as a DSO you

    # duty place corresponding 'LoadModule' lines at this location until the

    # directives that it contained are actually available _avant_, that they are used.

    # Modules statically compiled (those listed by "httpd-l") is not necessary

    # to be responsible here.

    #

    # Example:

    # LoadModule foo_module modules/mod_foo.so

    #

    LoadModule authn_file_module modules/mod_authn_file.so

    #LoadModule authn_dbm_module modules/mod_authn_dbm.so

    #LoadModule authn_anon_module modules/mod_authn_anon.so

    #LoadModule authn_dbd_module modules/mod_authn_dbd.so

    #LoadModule authn_socache_module modules/mod_authn_socache.so

    LoadModule modules/mod_authn_core.so authn_core_module

    LoadModule modules/mod_authz_host.so authz_host_module

    LoadModule modules/mod_authz_groupfile.so authz_groupfile_module

    LoadModule modules/mod_authz_user.so authz_user_module

    #LoadModule authz_dbm_module modules/mod_authz_dbm.so

    #LoadModule authz_owner_module modules/mod_authz_owner.so

    #LoadModule authz_dbd_module modules/mod_authz_dbd.so

    LoadModule modules/mod_authz_core.so authz_core_module

    LoadModule modules/mod_access_compat.so access_compat_module

    LoadModule auth_basic_module modules/mod_auth_basic.so

    #LoadModule auth_form_module modules/mod_auth_form.so

    #LoadModule auth_digest_module modules/mod_auth_digest.so

    #LoadModule allowmethods_module modules/mod_allowmethods.so

    #LoadModule file_cache_module modules/mod_file_cache.so

    #LoadModule cache_module modules/mod_cache.so

    #LoadModule disk_cache_module modules/mod_cache_disk.so

    #LoadModule cache_socache_module modules/mod_cache_socache.so

    #LoadModule socache_shmcb_module modules/mod_socache_shmcb.so

    #LoadModule socache_dbm_module modules/mod_socache_dbm.so

    #LoadModule socache_memcache_module modules/mod_socache_memcache.so

    #LoadModule macro_module modules/mod_macro.so

    #LoadModule dbd_module modules/mod_dbd.so

    #LoadModule dumpio_module modules/mod_dumpio.so

    #LoadModule buffer_module modules/mod_buffer.so

    #LoadModule ratelimit_module modules/mod_ratelimit.so

    LoadModule modules/mod_reqtimeout.so reqtimeout_module

    #LoadModule ext_filter_module modules/mod_ext_filter.so

    Request_module modules/mod_request.so #LoadModule

    #LoadModule include_module modules/mod_include.so

    LoadModule modules/mod_filter.so filter_module

    #LoadModule substitute_module modules/mod_substitute.so

    #LoadModule sed_module modules/mod_sed.so

    Modules/mod_deflate.so deflate_module #LoadModule

    LoadModule mime_module modules/mod_mime.so

    LoadModule log_config_module modules/mod_log_config.so

    #LoadModule log_debug_module modules/mod_log_debug.so

    #LoadModule logio_module modules/mod_logio.so

    LoadModule env_module modules/mod_env.so

    #LoadModule modules/mod_expires.so expires_module

    LoadModule headers_module modules/mod_headers.so

    #LoadModule unique_id_module modules/mod_unique_id.so

    LoadModule setenvif_module modules/mod_setenvif.so

    LoadModule modules/mod_version.so version_module

    #LoadModule remoteip_module modules/mod_remoteip.so

    #LoadModule modules/mod_proxy.so proxy_module

    Modules/mod_proxy_connect.so proxy_connect_module #LoadModule

    Proxy_ftp_module modules/mod_proxy_ftp.so #LoadModule

    Modules/mod_proxy_http.so proxy_http_module #LoadModule

    #LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so

    #LoadModule proxy_scgi_module modules/mod_proxy_scgi.so

    #LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so

    #LoadModule proxy_ajp_module modules/mod_proxy_ajp.so

    Proxy_balancer_module modules/mod_proxy_balancer.so #LoadModule

    #LoadModule proxy_express_module modules/mod_proxy_express.so

    #LoadModule session_module modules/mod_session.so

    #LoadModule session_cookie_module modules/mod_session_cookie.so

    #LoadModule session_dbd_module modules/mod_session_dbd.so

    #LoadModule slotmem_shm_module modules/mod_slotmem_shm.so

    #LoadModule lbmethod_byrequests_module modules/mod_lbmethod_byrequests.so

    #LoadModule lbmethod_bytraffic_module modules/mod_lbmethod_bytraffic.so

    #LoadModule lbmethod_bybusyness_module modules/mod_lbmethod_bybusyness.so

    #LoadModule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so

    LoadModule modules/mod_unixd.so unixd_module

    #LoadModule dav_module modules/mod_dav.so

    LoadModule status_module modules/mod_status.so

    LoadModule autoindex_module modules/mod_autoindex.so

    #LoadModule info_module modules/mod_info.so

    #LoadModule cgid_module modules/mod_cgid.so

    #LoadModule dav_fs_module modules/mod_dav_fs.so

    #LoadModule vhost_alias_module modules/mod_vhost_alias.so

    #LoadModule modules/mod_negotiation.so negotiation_module

    LoadModule modules/mod_dir.so dir_module

    #LoadModule actions_module modules/mod_actions.so

    Modules/mod_speling.so speling_module #LoadModule

    #LoadModule userdir_module modules/mod_userdir.so

    LoadModule alias_module modules/mod_alias.so

    #LoadModule rewrite_module modules/mod_rewrite.so

    # Added on 23/09/2015 | -enabling reverse proxy requests for users of WLS12c

    LoadModule modules/mod_wl_24.so weblogic_module

    < IfModule unixd_module >

    #

    # If you want httpd to run as a different user or group, you must run

    # httpd as root initially and it will pass.

    #

    # Group / user: the name (or #number) of the user/group to run httpd as.

    # It is generally advisable to create a dedicated and aggregatable for user

    # httpd, as with most system services are running.

    #

    Demon of the user

    Daemon group

    < / IfModule >

    Server configuration # 'hand '.

    #

    # The directives in this section implement the values used by the 'hand '.

    # Server, which meets all demands that are not managed by a

    definition of # < VirtualHost >.  These values also provide defaults for

    # all < VirtualHost > containers you can set later in the file.

    #

    # All these directives may appear inside containers < VirtualHost >,.

    # in which case the value default parameters will be substituted for the

    virtual host of # being defined.

    #

    #

    # ServerAdmin: Your address, where problems with the server should be

    # e-mail.  This address appears on some generated by the page server, such

    # as error documents.  for example [email protected]

    #

    ServerAdmin [email protected]

    #

    # ServerName gives the name and the port used by the server to identify itself.

    # This can often be determined automatically, but we recommend that you specify

    # explicitly to avoid problems during startup.

    #

    # If your host doesn't have a registered DNS name, enter its IP address here.

    #

    Servername 192.168.1.21

    #

    # Deny access to the whole of the file system of your server. You must

    # explicitly allow access to web content directories in other

    blocks of # < directory > below.

    #

    < directory / >

    AllowOverride none

    Need all refused

    < / Book >

    #

    # Note that, from this point forward you must precisely enable

    features special # to be enabled - so if something doesn't work not as

    # you might expect, make sure that you have specifically enabled it

    # below.

    #

    #

    # DocumentRoot: The directory you are going to use your

    documents #. By default, all requests are taken from this directory, but

    aliases and symlinks # can be used to point to other locations.

    #

    DocumentRoot "/ usr/local/apache2/htdocs.

    < directory "/ usr/local/apache2/htdocs" >

    #

    # Possible values for the Options directive are "None", "All."

    # or any combination of:

    # Indexes includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews

    #

    # Note that "MultiViews" must be named * explicitly *-'all Options '.

    # is not give it to you.

    #

    # The Options directive is complex and important.  Please see

        # http://httpd.Apache.org/docs/2.4/mod/core.HTML#options

    # For more information.

    #

    Options Indexes FollowSymLinks

    #

    # AllowOverride controls what directives may be placed in .htaccess files.

    # It can be 'All', 'None', or any combination of key words:

    # AllowOverride FileInfo AuthConfig Limit

    #

    AllowOverride None

    #

    # Controls who can get stuff from this server.

    #

    Need of all granted

    < / Book >

    #

    # DirectoryIndex: sets the file Apache will serve if a directory

    # is requested.

    #

    < IfModule dir_module >

    DirectoryIndex index.html

    < / IfModule >

    #

    # The following lines prevent the .htaccess and .htpasswd files to be

    # seen by customers of the Web.

    #

    < files ".ht *" >

    Need all refused

    < / files >

    #

    # ErrorLog: The location of the error log file.

    # If you do not specify an ErrorLog directive in a < VirtualHost >

    # container, error messages related to this virtual host will be

    # logged here.  If you * define an error for a < VirtualHost > log file

    container of #, that host errors will be logged there and not here.

    #

    ErrorLog "logs/error_log".

    #

    # LogLevel: Control the number of messages in the error_log.

    # Possible values include: debug, info, notice, warn, error, crit,.

    # emerg, alert.

    #

    LogLevel debug

    < IfModule log_config_module >

    #

    # The following directives define some nicknames format for use with

    # a directive CustomLog (see below).

    #

    "LogFormat '%%u %t \"%r\ hour' % > s \"%{Referer}i\ %b" \"%{User-Agent}i\" "handset"

    "LogFormat '%%u %t \"%r\ hour' % > s %b "commune

    < IfModule logio_module >

    # You must enable mod_logio.c use %I and frequency

    "" LogFormat '%%u %t \"%r\ hour' % > s %b \"%{Referer}i\ "\"%{User-Agent}i\ "%I %o "combinedio

    < / IfModule >

    #

    # The location and format of the access (Common Log Format) log file.

    # If you do not have any logfiles access set in a < VirtualHost >

    container of #, they will be saved here.  On the other hand, if you * do *.

    # define per - < VirtualHost > access logfiles, transactions will be

    # logged there and * not * in this file.

    #

    CustomLog "logs/access_log" common

    #

    # If you prefer a log file of access, agent, and referer information

    # (Combined logfile format) you can use the following directive.

    #

    #CustomLog "logs/access_log" combined

    < / IfModule >

    < IfModule alias_module >

    #

    # Redirect: Allows to tell clients the documents used for

    # exist in your server's namespace, but no more. The customer

    # make a new request for the document at its new location.

    # Example:

    # Redirect permanent/foo http://www.example.com/bar

    #

    # Alias: Maps web paths into paths of file system and is used to

    # access content that don't live under the DocumentRoot directive.

    # Example:

    # Alias /webpath/full/filesystem/path

    #

    # If you include a trailing / on /webpath, then the server will be

    # require that he be present in the URL.  It is also likely that

    # duty provide a < Directory > section to allow access to

    # the path to the file system.

    #

    # ScriptAlias: This controls which directories contain server scripts.

    # ScriptAliases are essentially the same as assumed names, except that

    # documents in the target directory are treated as applications and

    # executed by the server on demand, rather than as documents sent to the

    client of #.  The same regulation on flight "/" applies to the ScriptAlias

    # as for the Alias directives.

    #

    ScriptAlias/cgi-bin / "/ usr/local/apache2/cgi-bin /".

    < / IfModule >

    < IfModule cgid_module >

    #

    # ScriptSock: On threaded servers, refers to the access path to the UNIX

    decision # used to communicate with the CGI mod_cgid daemon.

    #

    #Scriptsock cgisock

    < / IfModule >

    #

    # "/ usr/local/apache2/cgi-bin" just need to replace your ScriptAlias

    # CGI directory exists, if you have set up.

    #

    < directory "/ usr/local/apache2/cgi-bin" >

    AllowOverride None

    None of the options

    Need of all granted

    < / Book >

    < IfModule mime_module >

    #

    # TypesConfig points to the file containing the list of mappings from

    # MIME file extension - type.

    #

    TypesConfig conf/mime.types

    #

    # AddType allows you to add or replace the MIME configuration

    # the file specified in TypesConfig for specific file types.

    #

    #AddType application/x-gzip .tgz

    #

    # AddEncoding allows you to have certain browsers uncompress

    # information on the fly. Note: Not all browsers support this.

    #

    #AddEncoding x-compress. Z

    #AddEncoding x-gzip .gz .tgz

    #

    # If the AddEncoding directives above are commented out, then you

    # should probably define these extensions to indicate media types:

    #

    AddType application/x-compress. Z

    AddType application/x-gzip .gz .tgz

    #

    # AddHandler allows you to map certain "manipulators": file extensions

    # No actions associated with the file type. It can be either integrated into the server

    # or added to the directive of the Action (see below)

    #

    # To use CGI outside of ScriptAlias directories scripts:

    # (You will also need to add "ExecCGI" to the "Options" directive.)

    #

    #AddHandler cgi-script .cgi

    # For maps of type (negotiated resources):

    #AddHandler type-plan of the var

    #

    # Filters allow you to process content before sending it to the client.

    #

    # To parse .shtml for server-side includes (SSI) files:

    # (You will also need to add "Includes" the "Options" directive.)

    #

    #AddType text/html .shtml

    #AddOutputFilter INCLUDES .shtml

    < / IfModule >

    #

    # The mod_mime_magic module allows the server to use various boards of the

    content of the file itself to determine its type.  The MIMEMagicFile

    # directive tells the module where the definitions of suspicion.

    #

    #MIMEMagicFile conf/magic

    #

    # Customizable error responses come in three flavors:

    ((# 1) text 2) local redirects 3) external redirects

    #

    # Examples:

    #Error Document 500 "The server made a boo boo".

    #Error Document 404 Missing.html

    #Error Document 404 "/cgi-bin/missing_handler.pl"

    #Errordocument 402 http://www.example.com/subscription_info.html

    #

    #

    # MaxRanges: Number of channels in a Maximum request before

    # return the resource, or one of the extraordinary

    # values 'default', 'none' or 'unlimited '.

    # Default is to accept 200 beaches.

    Unlimited #MaxRanges

    #

    # EnableMMAP and EnableSendfile: on systems that support.

    projection in memory # or the sendfile syscall can be used to deliver

    # files.  Usually, this improves the performance of the server, but must

    # turn off when mounted network is served

    # file systems or if support for these functions is also

    # broken on your system.

    # Default: EnableMMAP, EnableSendfile Off

    #

    #EnableMMAP off

    #EnableSendfile on

    # Additional configuration

    #

    # The configuration files in the conf/extra/directory can be

    # included to add additional features or change the default configuration

    # the server, or you can simply copy their content here and change as

    # necessary.

    # Server-pool management (MPM specific)

    #Include conf/extra/httpd-mpm.conf

    # Multilingual error messages

    #Include conf/extra/httpd-multilang-errordoc.conf

    # Entries to the fancy directory

    #Include conf/extra/httpd-autoindex.conf

    # Language settings

    #Include conf/extra/httpd-languages.conf

    # User directories

    #Include conf/extra/httpd-userdir.conf

    # Info in real time on the applications and configuration

    #Include conf/extra/httpd-info.conf

    # Virtual hosts

    #Include conf/extra/httpd-vhosts.conf

    # Local access to the manual for the Apache HTTP Server

    #Include conf/extra/httpd-manual.conf

    # Distributed authoring and versioning (WebDAV)

    #Include conf/extra/httpd-dav.conf

    # Various default settings

    #Include conf/extra/httpd-default.conf

    # Configure mod_proxy_html to understand HTML4/XHTML1

    < IfModule proxy_html_module >

    Include the conf/extra/proxy-html.conf

    < / IfModule >

    # Secure connections (SSL/TLS)

    #Include conf/extra/httpd-ssl.conf

    #

    # Note: The following text should be present to support

    # start without SSL on platforms without equivalent/dev/random

    but # a statically compiled in mod_ssl.

    #

    < IfModule ssl_module >

    SSLRandomSeed startup builtin

    SSLRandomSeed connect builtin

    < / IfModule >

    #

    # Uncomment on the below to deal with user agents that deliberately

    # violate open standards by abusing DNT (DNT * must * be a specific)

    choice of end-users #)

    #

    # < IfModule setenvif_module >

    #BrowserMatch "MSIE 10.0"; bad_DNT

    # < / IfModule >

    # < IfModule headers_module >

    #RequestHeader unset DNT env = bad_DNT

    # < / IfModule >

    #= WLS 12 c routing Configuration. Seven 2015 =.

    # Added to fix the mistakes of transport of myAST resulting from the use of deprecated SSL 2.0 Mobile Security.

    # The following has been added to activate the reverse proxy requests from users of WLS 12 c-based applications.

    #-8002 port = SSL listener for api.astcorporation.com (managed server)

    # - the port 443 = SSL listener for myast.astcorporation.com (managed server)

    #

    # Phases of deployment:

    API.astcorporation.com:8001/myast # (1).

    # VirtualHost (2) Setup / WeblogicCluster guidelines to register myast.astcorporation.com:443

    # 3-test api & myast

    # 4-regenerate private certificate + all certificates.

    # Minimum nonclustered directive specifies WebLogic IP + port.

    < IfModule mod_weblogic.c >

    WebLogicHost 192.168.1.43

    WebLogicPort 8002

    Debugging now

    DebugConfigInfo WE

    Newspapers/myAst12c_WLS_error_log WLLogFile

    WLS-JSESSION-ID WLCookieName

    < / IfModule >

    # Proxy request per path Note: SetHandler specifies the handler for the plug-in module for the Apache HTTP Server

    < /myast location >

    SetHandler weblogic-Manager

    ErrorPage http://www.astcorporation.com/services/middleware/Middleware_Services.html

    < / location >

    # Added proxy

    ProxyPreserveHost off

    #ProxyPass /api http://API.astcorporation.com:8001 / myast

    #ProxyPass /myast http://myast.astcorporation.com

    I found my answer after I posted.  I'll leave it here to help others...

    The list of all instances of Apache that were started

    • ' ps - ef | grep apache. "

    Kill the persistent process

  • Print PDF with APEX 5.0

    Hello

    I would use option to print pdf with APEX 5.0 and Oracle 12 c, what web listener configuration should I choose?

    Kind regards

    Devi

    Hi Devi b.

    Devi B says:

    I would use option to print pdf with APEX 5.0 and Oracle 12 c, what web listener configuration should I choose?

    If you want the port to listen web in APEX as print PDF, ADR 2.0 engine and later (last ADR 3.0) is a good option to consider:

    Reference:

    NOTE: The links are for APEX 4.2, but they still apply for APEX 5.0 and Oracle 12 c, if you plan to use ADR 2.0 and later versions.

    Kind regards

    Kiran

Maybe you are looking for