Changing ports for web server

Hey everyone,
I have a small problem: changing the port for the default site.
I know how it's done for custom sites (though I haven't yet figured out how to reach those via the browser).
For the default site however its set to 443 and i cannot change that - I also haven't found any entry in the httpd.conf that relates to the secure port.
Is there a way to switch between http and https?
Thanks a lot,
Chris

Gulfstar37 wrote:
Thanks for the very prompt reply, kevj!  I followed the instructions exactly.  However, on the Tools dropdown menu, I clicked on Options....but there is/was no Ports listed (all the usual icons: Getting Started, Checking Mail, Incoming Mail, Sending Mail, Composing Mail, Internet Dialup, etc.  BUT no incon for Ports!  I went through clicking on every icon, checking thoroughly every possibility...buttons, etc...and can find nowhere anything where a Port is shown, or anything where it might be changed.  I don't know how long it will be before Comcast closes Port 25, and really desperate about this.
OK...I just downloaded and installed Eudora so I could figure this out...and it turns out to be rather easy...
To set up encryption for RECEIVED mail (not required by Comcast, but recommended):
Under Tools...Options, look at the 'Checking Mail' item. Set up the 'Secure Sockets when Receiving' option like this:
Once you receive mail using this setting, if you come back to this option screen and click on 'Last SSL Info' it will show that you connected over port 995.
To set up encryption for SENDING mail (this is required by Comcast):
Under Tools...Options, look at the 'Sending Mail' item. Set up the 'Secure Sockets when Sendin' option like this:
Again, once you set this up and send an email successfully, if you come back to this option screen and click on 'Last SSL Info' it will show that you connected over port 465.
Let us know if this works...it did for me...

Similar Messages

  • How to change port for discoverer server

    Hi All,
    Current default port is 7777 for discoverer server.
    how to change the port number ?
    Thank you.

    [Disco Configuration Guide|http://download.oracle.com/docs/html/B13918_03/maint.htm#i1035783]
    Hi,
    I would recommend using the Oracle Business Intelligence Discoverer Configuration Guide appropriate for your implementation (e.g. for Oracle BI Discoverer 10g Release 2 for SPARC, click on the link above). Here is what the documentation says:
    To change the port on which Discoverer is deployed:
    -Start Oracle Application Server Control and display the System Components page (for more information, see Section 5.1.2, "How to start Application Server Control and display the System Components page").
    Display the Ports tab
    -In the rows containing the Oracle HTTP Server component (Type=Listen), select the edit icon in the Configure column to display the Server Properties page for that component.
    -Scroll down to the Listening Addresses and Ports area and change the port number in the Default Port field.
    -Click OK.
    -When you are prompted to restart the Oracle HTTP Server, click Yes.
    For more information about the Server Properties page in Application Server Control, see Application Server Control Help.
    Hint: If you change a Discoverer port number, make sure that any other OracleAS components that use that Discoverer port number are synchronized.
    I have not needed to do this, so I can not speak from experience. As always, try this in a test environment first.
    Patrick
    Edited by: Patrick Bacon on Dec 8, 2009 5:31 AM

  • Changing port for http server not working, please help

    Hi Gurus
    I installed standalone hhtp server from db companion cd on AIX 5.3 10gR2.
    I tested the http server URL http://XXX.XXX.XXX.com:7777/epdev/helloworld
    after creating a procedure in the db and it works
    But I need http server to use port 80 and not default of 7777
    I did 2 changes in httpd.conf - Port 80 and Listen 80 But after this I am not
    able to start http server . Can somebody tell me what am I missing here ?
    I even tried starting it as root and got error as well
    $HTTP_HOME/opmn/bin/opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=cov6053:6200
    0 of 1 processes started.
    ias-instance id=IAS-X-cov6053.6299
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=720916)
    failed to start a managed process after the maximum retry limit
    Log:
    /export/host/thishost/unix/cen/app/oracle/product/http10.2/opmn/logs/HTTP_Server~1
    The log file has this entry no error:
    07/11/15 10:45:26 Start process
    /export/host/thishost/unix/cen/app/oracle/product/http10.2/Apache/Apache/bin/apachectl start: execing httpd
    Thanks a lot for your help

    I was able to reslove this. Followed this :
    On UNIX, you will hare to run as root if you want to run on ports less than 1024.
    In order to run Oracle HTTP Server as root, perform the following steps:
    Shutdown Oracle HTTP Server using the following command:
    UNIX: ORACLE_HOME/opmn/bin> opmnctl [verbose] stopproc ias-component=HTTP_Server
    Change to root user. Navigate to ORACLE_HOME/Apache/Apache/bin on UNIX or ORACLE_HOME\Apache\Apache\bin on Windows and execute the following command:
    chown root .apachectl
    chmod 6750 .apachectl
    Exit root.
    Restart Oracle HTTP Server using the following command:
    UNIX: ORACLE_HOME/opmn/bin> opmnctl [verbose] restartproc ias-component=HTTP_Server

  • After change port for TCPIP PORT for default SQL Server instance (MSSQLSERVER), sql service and sql agent service did not started again

    Hi 
    -when i install default instance MSSQLSERVER i added a domain account as a service account,
    - when i change port for TCPIP PORT , and after sql service and sql agent service did not started again.
    it thrown error 
    The SQL Server (MSSQLSERVER) service failed to start due to the following error: 
    The service did not start due to a logon failure.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />
        <EventID Qualifiers="49152">7000</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
    but when i add domain\sqservice account in administrators group these services started,
    1) here  why this change behavior  happened
    2i changed the port 1500
    adil

    HI
    the sql instance service is running with domain/sqlservice account , 
    - i stopped the sql service service
    - when i start it not started again and i found below error message
    Domain and account: MOJPORTAL\spsqlservice
    This service account does not have the required user right "Log on as a service."
    User Action
    Assign "Log on as a service" to the service account on this computer. You can use Local Security Settings (Secpol.msc) to do this.
     If this computer is a node in a cluster, check that this user right is assigned to the Cluster service account on all nodes in the cluster.
    If you have already assigned this user right to the service account, and the user right appears to be removed, 
    check with your domain administrator to find out if a Group Policy object associated with this node might be removing the right.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />
        <EventID Qualifiers="49152">7041</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8080000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-24T17:12:58.326973300Z" />
        <EventRecordID>2177</EventRecordID>
        <Correlation />
        <Execution ProcessID="520" ThreadID="4044" />
        <Channel>System</Channel>
        <Computer>PORTALSQL1.mojportal.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="param1">MSSQL$xSQL</Data>
        <Data Name="param2">xxxL\spsqlservice</Data>
      </EventData>
    </Event>
    adil

  • Different ports for web/app servers

    Is it possible to configure weblogic server to act as a webserver and app server
    with different ports. like 80 for web server and 7001 for app. server?
    Thanks in advance.

    "OM" <[email protected]> wrote:
    >
    Is it possible to configure weblogic server to act as a webserver and
    app server
    with different ports. like 80 for web server and 7001 for app. server?
    Thanks in advance.

  • I need to Health check for Web server and need report on daily basis

    Hello,
    How to monitor Web servers  ?
    It would be great for administrators to have a daily alert using power shell script for web server
    Can anyone have any scripts that triggers email like IIS services , etc.. are up and running.
    Thanks
    Pushparaj
    Thanks, Pushparaj

    Hi Pushparaj, this forum is not for sharing or building script based on request
    You check the below code and build your script
    $Service = Get-WmiObject -Class Win32_Service -ComputerName SERVERNAME | ?{$_.Name -eq 'IISADMIN'}
    Send-MailMessage -From 'mailID' -To 'mailID' -SmtpServer 'XXXX.DOMAIN.XXX' -Body $Service.State `
    -Subject 'IIS Service'
    Search Script
    Request Script
    See this script and modify as per your needs
    Regards Chen V [MCTS SharePoint 2010]

  • How to change port for deployed web application on IAS10g(from 7778 to 80)

    I have deployed an application on IAS Application Server. The default link to my application is:
    http:/my_sever_ip_address:7778/my_app
    Can any one tell me how to change the port that my_app run on from 7778 to 80.
    So that the link to my_app will be:
    http:/my_sever_ip_address/my_app (run on default port 80)
    Very urgent!
    Thx

    You need to read the Oracle® Application Server 10g Administrator's Guide of your installation, which is also available online. In particular, for 9.0.4, you need to read the chapter Managing ports. Basically you need to change your web-cache listener port if web-cache is installed; otherwise you need to change Oracle HTTP Server Port.
    Also note tht port 80 requires extra steps since it is a restricted port.

  • Change Port for OID 11.1.1.6 Admin server weblogic 10.3.6

    Hello,
    Want to know if there is any documentation about how to change OID Weblogic Admin Server Port (7001) to different value (weblogic 10.3.6), ina way that OID , OVD , ODSM could continue to start.
    Regards

    When I searched for String 7001 across Middleware folder, it was being used at more than 50-60 files like
    Middleware\wlserver_10.3\common\templates\scripts\wlst\replicatedDomain.py
    Middleware\wlserver_10.3\common\templates\scripts\wlst\basicWLSSDomain.py
    and across 70 more such files... Both important and not so important files...
    So, manually updating the port is probably quite time consuming...
    However UNIX script may be used to update it in one go...

  • Change of port for Livecycle server

    Hi all,
    When we first setup our Livecycle server we configured it running on a non-standard port and have experienced repeated headaches with people behind corporate firewalls not being able to open documents secured with Rights Management.
    We'd like to reconfigure our installation to solve this (change the port) but will this mean all our documents will stop working? Will we have to re-apply RM policies and then redistribute all of our documents?
    Thanks,
    Andrew

    Hi,
    Based on your description, I guess that you install the backup software on Windows Server 2012 Essentials firstly,
    and then configure Direct Access. Then you find there is an issue of port 25566 conflict. If anything I misunderstand, please don’t hesitate to let me know.
    Changing the default port of Direct Access on Windows Server 2012 Essentials seems to be not a good idea. Would
    you please let me know more information of this third-party backup software? You may contact with vendor of the backup software and confirm which service (or any other) listens on port 25566. Meanwhile, confirm if we can change port 25566 of the backup software.
    By the way, for backup, Windows Server Essentials provides reliable ways to perform regular backups of your
    server and backups of your network computers. For more details, please refer to the following article.
    Manage Backup and Restore in Windows Server
    Essentials
    Hope this helps.
    Best regards,
    Justin Gu

  • How to change Port for SAP Client on SAP R/3 Server?

    The defualt port for SAP GUI Client is 3200.
    How could I change the SAP GUI Client port to say 5222 instead of 3200?
    How can I view the full list of all ports required by SAP R/3?

    Freddy,
    I don't have the document handy but there was a document on service.sap.com/security which would give you a list of all the ports. SAP's wording is some thing like "specific ports are fixed and SAP does not support changing that port number".
    In case of GUI client and your example of 3200, as you know 00 is based on the fact that that is your instance number. You could change last two numbers by assigning a different instance number (and not 00).
    Thanks
    BMG

  • Dynamic Host and Port for Web Proxy

    hi,
    When I create a web proxy in JDev I supply the hostname and the port for the web service. The code is then compiled and then deployed. However I want the host and port to be dynamic (kept in a varaible) so when I move my deployment from Development to Test server I just need to change a value in a database or text file. I don't want to re-compile and deploy the code when I move servers. Is there any way to do this??
    Thanks
    Stephen

    Hi,
    not so in the WSDL file that is created. If from the client side access, then WS poxy classes allow you to do this
    Frank

  • Changing port for OAM proxy

    Hi all
    I need to change the port for the OAM proxy which is 5575 because this port is already in use for a different application , how can I do that ?
    Is this change going to break the access gate for OIM , I have OIM OAM integration scenario
    Thanks

    If i understand you right then .....i guess what you need is to have console on a differnt port than the http listen port ....for this you can use Administartion port.....in your console go to the domain tab and in that Enable Administaration port and then you can use this port for the administrative traffic.....so the new url for consle will be t3s://ipaddress:adminport/console..please test this in a test enviornment first......
    The other thing you were telling about is to change the context root for the console application ...you can do this in the same domain tab under configuration ...in the advanced tab you would see Console Context Path...just modify (sayfor eg: MyConsole) this and then you can use that value to bring up your console...http:ipaddress:port/MyConsole.....
    Both the above changes needs a restart of admin server......
    try in a test enviornment first.....
    Hope this answers your question .....
    Let us know if this works.......

  • Changing port for console?

    Hi,
    is it possible to change WLS port for console application only on a standalone wls server?

    If i understand you right then .....i guess what you need is to have console on a differnt port than the http listen port ....for this you can use Administartion port.....in your console go to the domain tab and in that Enable Administaration port and then you can use this port for the administrative traffic.....so the new url for consle will be t3s://ipaddress:adminport/console..please test this in a test enviornment first......
    The other thing you were telling about is to change the context root for the console application ...you can do this in the same domain tab under configuration ...in the advanced tab you would see Console Context Path...just modify (sayfor eg: MyConsole) this and then you can use that value to bring up your console...http:ipaddress:port/MyConsole.....
    Both the above changes needs a restart of admin server......
    try in a test enviornment first.....
    Hope this answers your question .....
    Let us know if this works.......

  • Services port for web access

    I would like to change default port for all web services from port 80 to port 8080 and have full access to webmail, iCal, web page, wiki
    How can I do that?

    Hello Jay!
    Take a look at this doc:
    http://www.cisco.com/en/US/docs/solutions/Verticals/mstdcmsftex.html#wp609677
    RPC requires source ip sticky in order to operate correctly through a loadbalancer.  In the doc, they also walk through doing RPC over http/https - however, I have seen configurations where ACE is not L5-L7 that use RPC on port 135 as a L4 rule with sticky and it appears to work ok.
    Regards,
    Chris Higgins

  • BM access rule and port for Web Manager

    The Netware Webacess and the Netware Web Manager is working fine
    internally. What are the ports to open and the rules to create on the
    Border Manager so it can be access froum outside. How to configure the BM
    Omar

    In article <MLMqe.411$[email protected]>, wrote:
    > The Netware Webacess and the Netware Web Manager is working fine
    > internally. What are the ports to open and the rules to create on the
    > Border Manager so it can be access froum outside. How to configure the BM
    >
    WebAccess just (normally) wants port 80. You can static NAT it, or reverse
    proxy it through BMgr. Older versions of BMgr (3.6 or earlier) put in
    default filter exceptions for reverse proxy (both port 80 and 443), but
    later versions require you to add your own filter exceptions.
    NetWare Web Manager - do you mean for Novonyz Web Server? If so, the port
    used depends on what you configured for it. You could use static NAT, or
    generic tcp proxy, or (I think) reverse proxy for whatever port Web Manager
    is using. Newer web manager for Apache uses port 2200, I think.
    Craig Johnson
    Novell Support Connection SysOp
    *** For a current patch list, tips, handy files and books on
    BorderManager, go to http://www.craigjconsulting.com ***

Maybe you are looking for

  • Conditions in Quotation not getting updated in Info record

    Hi, i have created & maintained a quotation having condition type as PBXX, CUIN & ZRA01 with info update indicator as "C" i.e. Update without Plant. When i maintain it & try to save it, system shows the message as "Followig types of conditions i.e. "

  • ODBC Driver Requirements

    Greetings - At the request of numerous clients, we are forming a generic connectivity link to Oracle. The ODBC driver we are using - although it works wonderfully well with applications like MS Access, fails the TNS with Oracle. Can anyone point me t

  • Portege R500 shuts down automatically

    Portege R500 shuts down automatically when connected to mains power for a certain period. Happens on both Toshiba power cable and igo juice cable. Tends to happen when it gets hot, with and without battery connected. Yellow power light flashes 2 long

  • Statistic of the table RBKP update

    Gurus, How do we update the statistic of the table RBKP? Is this the work done by an ABAPer  or a BASIS guy? Appreciate your help. Thanks, kalikonda.

  • Album Artwork Missing?!

    I updated my iPod yesterday, smae as always. When I went to use it, all my album artwaork was missing and the writing is all left-aligned, on the bit where you can see what song is playing...but the artwork is all there on iTunes...what's up with it?