Run https and http in parallel for a site

I have Mac OS X Lion Server 10.7.2 and things are more complicated than with 10.6. I need to have https enabled for the only website on my system since it uses wiki and calendar. However, I also have some other pages I want to be accessible without ssl. How can I set up my only website that it allows http in parallel to https for the same resources (http://example.com should work, without redirecting to https and also https://example.com should work).
Any help is appreciated.

there is limit in the number of virtual-server's with SSL you can host... sorry
Each SSL Virtual Hosts need one IP
So, if you only have one IP, you can only have one SSL enable Virtual Host.
The reason for that limit is so technical, let me know if you want more explanations.
Most people joins all the SSL services in one name-IP, something like "https://secure.led.com", and there stores all secure services.
In addition, this solution will require only one SSL Certificate, so you will save some money too.

Similar Messages

  • The passwords and usernames i have for my sites got erased, how can i get them back or reset them so when i open them they nolonger ask me por that info like gmail

    Firefox deleted all of my saved usernames and passwords for the sites i allowed them, For instance I can no longer click gmail and be at my e-mail and see my email, but i am promoted for password and username.

    ''passwords and usernames i have for my sites got erased''
    Did you have them after updating Firefox, or did you lose your passwords as well. If you lost everything you either created a new profile and are in it, or you accidentally/intentionally cleared your history (see picture link). If you cleared your history, the changes are permanent and they are gone.
    If you cleared your history, except for bookmarks in backups, you will have to try for
    #Data in an older profile, for most people this would only be if one accidentally created a new profile, such as during a Firefox installation.
    #Your own backups
    #Old password, cookies from Internet Explorer
    Use the "Alt" key to temporarily see your toolbars. Use the view menu to display any toolbars that should be displayed, such as the Bookmarks Toolbar.
    Check these:
    *Do you have bookmarks Ctrl+B (Bookmarks sidebar), if you don't see your own bookmarks but you see those from when you first installed Firefox, you are probably in a new profile, using the Profile Manager could bring up another profile.
    *Check your current bookmarkbackups for dates
    :On current profile, you can check dates, and restore/replace current bookmarks from a backup. "Ctrl+Shift+B" to bring up the Library List, then in the "Import and Backup" menu, choose Restore to see what dates are available. This will tell you the last 11 dates you used your current profile in Fx5 (5 days if Fx3). You can restore if your bookmarks are messed up.
    Profile: ''Find out if there are multiple profiles''
    :type in '''about:support''' into the location bar<br>:Click on "Open containing folder"<br>:You are now in your current profile<br>:go up one directory level to "'''Profiles'''", where you can see if you have more than one profile directory<br>:files of interest (check last used/update dates) within profile: places.sqlite file, and within bookmarkbackups folder are .json bookmark backups for dates.
    '''Deleting History/Lost History''' (Tools -> options -> Privacy), make sure you are not clearing in "Settings for Clearing History" anything but cache. The items you have check-marked there will be cleared at end of session if "Clear history when Firefox closes" is check-marked. If under tools you click on "Clear recent history Ctrl+Shift+Del" you should be asked for how much history to delete {1hr, 2hr, 4hr, today, everything} and what to clear in the details drop-down. Make sure when using the location bar you are displaying both "History and Bookmarks" so the AwesomeBar can look for items from both.
    * http://img232.imageshack.us/img232/4928/clearcachew.png
    '''You should be backing your for Firefox profiles''', there is not a lot of data and you should be backing up frequently. The is a lot more data for other applications in you Windows user library and you should be backing up data from there as well.
    When you backup all of your user data to external hard-drive (500GB to 3TB) your Firefox profiles would be included.
    But this is about Firefox. For Firefox a thumb drive would probably suffice to backup one or more profiles.
    '''backing up your Firefox Profiles''' (the following is all on one line)
    xcopy C:\Users\''<username>''\AppData\Roaming\Mozilla\Firefox\Profiles\*.* g:\profiles\*.* /s /d /h /y /c /q
    '''Profile references:'''
    *http://kb.mozillazine.org/Profile
    *http://kb.mozillazine.org/Profile_Manager
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    *http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox

  • Fire fow will not let me use curtain buttons and drop down menus for web sites. i had version 7.01 and upgraded to verson 8.02b and it did it on both of them. and the web pages work find if i use chrome

    Firefox will not let me use curtain buttons and drop down menus for web sites. i had version 7.01 and upgraded to verson 8.02b and it did it on both of them. and the web pages work find if i use chrome

    Do a clean reinstall and delete the Firefox program folder before (re)installing a fresh copy of the current Firefox release.
    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 21.0.x: http://www.mozilla.org/en-US/firefox/all.html
    Uninstall your current Firefox version, if possible, to cleanup the Windows registry and settings in security software.
    *Do NOT remove personal data when you uninstall your current Firefox version, because all profile folders will be removed and you will lose all personal data like bookmarks and passwords from profiles of other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *(32 bit Windows) "C:\Program Files\Mozilla Firefox\"
    *(64 bit Windows) "C:\Program Files (x86)\Mozilla Firefox\"
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other personal data are stored in the Firefox profile folder and won't be affected by an uninstall and (re)install, but make sure that "remove personal data" is NOT selected when you uninstall Firefox.
    If you keep having problems then also create a new profile.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • How to run the same procedure in parallel for different parameter value.

    Hi There,
    I am currently working on extracting data in to flat file and I am able to do so for one revenue month (e.g. 200101) using PL/SQL procedure(get_rev_data). it takes almost 1 hour to execute the procedure completely and it generates 400 MB data file. Now I have to run this procedure for last 10 yrs of data (i.e. 120 revenue months) . my prolem here is to figure out a way/logic in such a way that I can run the procedure in parallel for each revenue month and at the same time it will write the data in respective data file for each revenue month. so the final result of this exercise would be 120 flat files, one for each revenue month with file names like
    EXTRACT_00001001 to EXTRACT_00001120.
    where
    first five digits : 00001 will indicate the Extract run number and
    last three digits : 001 will indicate the thread number for each run.
    I am thinking of doing this by creating a table "RevMonth" with two values (revenue_month, thread_num) and calling the procedure in a simple select statement and passing revenue_month as parameter of the procedure like
    SELECT get_rev_data(revenue_month, thread_num)
    FROM REVMONTH;
    But I am not sure if that will do the needful. Any idea on how to achieve this will be of great help. Thank you.

    Hi Smit,
    Thanks for the advise. I am not planning to run for all 120 months at once. actually I am planning to run like 1 year (12 revenue months at a time). I am not sure if that will work well but I was planning to run this through shell script (Unix) and will call the same procedure with different parameter (revenue_month and Thread_number) values and see what happens. I hope that will run in parallel for each revenue month.
    Let me know if you have more knowledge about it. THanks a lot.
    Thanks,
    .

  • 11i : Can we run Apache and Forms on cluster for failover?

    Hi... We are currently running 11.5.5 successfully on 4 servers:
    URANUS (cluster made up of HADES and ATHENA) : database and reports
    ARTEMIS : forms server
    PEGASUS : http server
    We are now attempting to reconfigure the application architecture to increase
    failover because if ARTEMIS or PEGASUS fails, our system is unusable. At the
    back end we are ok because we can bring up the database and reports server on
    the secondary node in the URANUS cluster.
    One of the options we are considering is to cluster the 2 machines ARTEMIS and
    PEGASUS together, and run forms and http on the one primary node. If the
    primary node in the cluster failed, then we would bring up the forms and http
    server on the secondary node automatically when failover happens.
    Has anyone done this?
    Does Oracle support the clustering of these application tier services (http and
    forms) on Compaq TRU 64 clusters?

    hmm.. that's a very interesting question... if you find out please let me know too.

  • Can we run SCC7 and BDLS in parallel?

    Hi Folks,
    We are creating a new R3 system which is a copy of a large production system. There is a requirement for running BDLS to change the logical system name. Since the source system is a huge one, SCC7 and BDLS take a long time to get completed. So, just to save time in delivering the system to the customers, can we run SCC7 and BDLS simultaneously? If not, why?
    Thanks
    Ranga

    Hello,
    Is there any connection between the two? - Of course
    SCC7 is 'Post client copy processing' - which is a part of Client copy
    BDLS is logical system conversion to be done after Client copy
    Until n unless you are not finished with Client copy why would you want to convert logical systems ?
    I would say, you please go through some BDLS SAP Notes to get the concept first - as why we need to run BDLS.
    Thanks

  • Finding enabled locales/dimensions and their respective ids for a site

    Hi,
    I am trying to find all the locales/dimensions which are enabled for a particular site, and their respective ids.
    I have tried using this code:
    webResource = webResource.path("/userlocales");
                   Builder builder = webResource.accept(MediaType.APPLICATION_XML);
                   UserLocalesBean enabledAssets = (UserLocalesBean) builder.get(UserLocalesBean.class);
                   List<UserLocale> userLocList=enabledAssets.getUserLocales();
    But this gives a list of all the locales in the entire system and not per site basis.
    Currently I am accessing the DIMENSION table directly to find out the enabled dimensions and their respective ids, but this is just a temporary solution.
    Can anyone pointout how to use the API to find the enabled locales and their respective ids for a particular site ?

    Sites uses jsp for its templates to render a page. Basically an element is a jsp that contains logic using jsp tag libraries and/or java scriplets. Please do take a look at the documentation that is available on the oracle website: http://docs.oracle.com/cd/E29495_01/index.htm
    The documentation that might be useful to you is the developers guide. Also look at the Developers tool guide that shows you how to setup your developer environment.
    Hope this will help you.
    Regards,
    Rodney

  • Printing from MacBook Pro 17" Mid 2010 running 10.8.2 ... persistent inability for Apple MacBook Pro to print to a variety of HP printers (have run Windows and Ubuntu on Parallels and same printers work) ... what is going on with Apple printer support?

    What is wrong with Apple's support of printers ... inability for MacBook Pros to connect with HP and other printers. Yet the same printers
    work under Mac OS based Parallels (running Windows or Ubuntu) - WHY?  Finger pointing (HP . Apple ... Apple > HP) ... who cares ... FIX IT ... this has gone on for months now. WHAT IS THE PROBLEM?

    HP discontinued support (read: stopped updating their OS X printer drivers) for a lot of their printers back when Apple released Snow Leopard and dropped even more when Lion was released.  This is an HP problem, not an Apple problem.
    Exacty what  printers are you having problems with?
    If any of your printers are on the HPIJS list, try installing the HPIJS drivers (there are 3 files to install, and it won't hurt anything).   This solved the issue for me on Snow Leopard, Lion and Mt. Lion with my older HP printers.

  • Setup ACE probe for HTTP host headers for multiple sites on rservers

    We have multiple sites on each server. Is there a way to have the probe only stop traffic to a specific site or header and not take the complete rserver offline?
    Thanks
    Greg

    If you are running multiple web servers on same servers using same IP addresse on the server. Then Host header field differentiate these web instances on the same physical machine.
    Use header command under http probe definition to send appropriate HOST value with probe rquest
    e.g
    probe http site1
    interval 2
    faildetect 1000
    passdetect interval 2
    passdetect count 1
    header Host header-value "www.site1.com"
    expect status 200 200
    probe http site2
    interval 2
    faildetect 1000
    passdetect interval 2
    passdetect count 1
    header Host header-value "www.site2.com"
    expect status 200 200
    HTH
    Syed iftekhar Ahmed

  • Calculating 60 days from last run date and sum a total for those 60 days

    I need to calculate 60 days from last run date (I will create prompts), then take that number to sum a total of items.
    Can someone be of assistance.

    Hi,
    You can create a calculation to calculate 60 days before your run date. e.g. if rundate is your date item then the calculation will be:
    rundate-60
    Rod West

  • Images and formatting not loading for certain sites

    I've noticed problems with some websites not loading images or page formatting. These sites have worked in the past.
    Two examples:
    www.theoatmeal.com -- site will not load any images (.pngs and .jpgs). I've checked the recommended solutions for images not displaying and have run through all except resetting Firefox to factory settings.
    www.patheos.com -- site displays only basic text on a white background. It does display images however (.jpgs). It also displays a message at the top of the screen that I am running an outdated version of Internet Explorer.

    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Cmd + Shift + R" (MAC)
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Did you check for any image exceptions?
    You can try to use "Clear Recent History" to clear all "Site Preferences"
    *https://support.mozilla.org/kb/Clear+Recent+History
    Note that clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, and passwords.
    If images are missing then check that you aren't blocking images from some domains.
    *Check the permissions for the domain in the current tab in "Tools > Page Info > Permissions"
    *Check that images are enabled: Tools > Options > Content: [X] Load images automatically
    *Check the exceptions in "Tools > Options > Content: Load Images > Exceptions"
    *Check the "Tools > Page Info > Media" tab for blocked images (scroll through all the images with the cursor Down key).
    If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    Make sure that you do not block third-party images, the permissions.default.image pref should be 1.
    There are also extensions (Tools > Add-ons > Extensions) and security software (firewall, anti-virus) that can block images.
    See also:
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *http://kb.mozillazine.org/Images_or_animations_do_not_load

  • Blog Loads Slow  and Intermittent Internet Connection for One Site Only

    Hi
    Yesterday we had a site where the blog lost it's feed, but was restore after a chat with support. Today the blog post are not coming up in the admin. I can see the list, but the not the post as the flywheel keeps spinning and spinning.
    When I go online, I can get to the blog fine, but when I click on the pagination links below or try to do a reload, the entire page gets lost or server can not be found.
    I have re-uploaded all the Layouts and Templates, but with no change.
    Anyone else having this issue, or is there something wrong with this site's blog?
    All other pages and features are accessible from the browser and admin, just not the blog.
    Thanks, Teejay

    Hi Teejay,
    If still experiencing troubles with your blogs please provide the following details so we can attempt to replicate on our end.. 
    - blog name or url
    - steps you are taking (where you are noticing the slowness)
    Or if you would rather you could also provide a quick video cast or your experience so we can investigate further.
    - http://www.techsmith.com/jing.html
    Kind regards,
    -Sidney

  • How to get the user created at and modified at properties for a site collection using powershell

    Hi guys, I Know how to get the list of users of a site collection by Get-SPUser cmdlet but hte problem is that this cmdlet doesnt give me the user Created at and modifed at properties 
    can any one tell me how to get these values via powershell???? 
    ps: ignore the 2013 screenshot.. i just want a way to get those values .. if you provide me solution in either 2010 or 2013 , i will crack the other..
    plz guys help me ...

    Get the User Information list and then get the user from that list
    $web = Get-SPWeb "siteUrl"
    $userInfoList = $web.SiteUserInfoList
    $userItem = $userInfoList.Items[0]; #0 here is just for demonstration. You take the user you want here or loop through all users.
    $created = $userItem["Created"]
    $modified = $userItem["Modified"]

  • I just bought a 13" macbook pro retina display. I need to run films and presentations remotely. Does RemoteHD work on a machine without an IR sensor, or does anybody know what would work?

    I have a mid 2009 Macbook Pro and I have just bought a 13" macbook pro retina display. I need to run films and presentations remotely., i.e not sitting at the computer.
    Does RemoteHD work on a machine without a built in IR sensor, or does anybody know what would work?

    I can't vouch for this as I've never tried one, but I think this does what you're after.
    http://www.satechi.net/index.php/bluetooth/bluetooth-remote/satechi-bluetooth-sm art-pointer

  • Firefox had saved my login name and password for a site, when I changed the password, FF won't ask to save/update it so I have to enter it manually now. How do I get it to prompt me in FF7.01?

    Using FF7.01 on a HP Pavilion dv6775us laptop running Vista Home (updated continuously)
    The site owner changed the rules in order to improve password security so I was required to create a new password. When I did so I was not prompted by FF7.01 to save the new password.
    When I next logged into the site, FF remembered the user name but presented the old (invalid) password. I was forced to manually enter the new password, but again was not prompted to save it to FF.
    I then went into FF Security, viewed the saved passwords and deleted the entry for the site in question. I expected that when I logged into that site the next time I would be asked if I wanted to save the username and password. I wasn't.
    I then exited from FF and relaunched it and again logged into the site in question. I was not prompted to save the username or password.
    How do I force FF to ask for and then save the username and password?

    Thank you for your reply.
    My problem isn't removing my log-in name and password for a site.
    The problem is I already had the log-in name and password saved by FF, but I was required by the site to change the password. FF did not recognize that it had changed and refuses to prompt me to save the new password.
    After several attempts to force the prompt, I deleted the site from the Saved Password list, hoping that the next time I entered my log-in name and password on that site FF would ask if I wanted to save both. That did not happen even after exiting FF and relaunching it.
    So, right now FF will not save my log-in name and password for a site that it used track for me. Given the complexity of the new password, I really do not want to manually enter it every time I use the site.
    Regards.

Maybe you are looking for

  • Initialize I/O Pin

    I am a new programmer, I got a question, hope get help from you. How to initialize Pin I/O of NI 6036E, e.g. set PFI 9 Low or High in DAQmx ANSI C ? Thanks

  • Screen is washed out

    Home screen became washed out after dropping phone, how do I reset?

  • International travel with MBP--how to charge?

    I'm preparing to leave the country for a month. Although I'm worried I'll somehow screw up my MacBook by bringing it along, I can't help myself. Has anyone else charged one outside the country? Or charged a PowerBook? (I'm pretty sure the adapters ar

  • Zen 20GB (like the micro) Firmw

    Hi, I have a 20gb ZEN (the one like the micro) with version .00.02firmware and was looking for the upgrade but the product isn't listed - the upgrade specifically says the for your , 4, 5 or 6GB Creative Zen Micro player. HELP - WHERE IS THE UPGRADE

  • Flex swc library in Flash CS3 project

    Is it possible to use a swc library created in Flex in a Flash CS3 project?