Results 1 to 6 of 6

Thread: Web access port

  1. #1
    Join Date
    Oct 2009
    Location
    Switzerland
    Posts
    26
    Rep Power
    0

    Default Web access port

    Is it possible to change the port for the web access?

  2. #2
    Dirk's Avatar
    Dirk is offline Moderator
    Join Date
    May 2006
    Location
    England.
    Posts
    927
    Rep Power
    9

    Default

    it sure is!
    try:
    zmprov ms server.domain.tld zimbraMailPort 81

  3. #3
    Join Date
    Oct 2009
    Location
    Switzerland
    Posts
    26
    Rep Power
    0

    Default

    Quote Originally Posted by Dirk View Post
    it sure is!
    try:
    zmprov ms server.domain.tld zimbraMailPort 81
    well..that did change the port and I can access my mail server at the ip 192.168.1.102:81 but I can't access from the outside with my dyndns domain....and my router's port is open..
    I need to know how I can have the ports redirected to the files (html files) couse my port 80 is also not listening to anything

  4. #4
    Tux.Ice is offline Intermediate Member
    Join Date
    Sep 2009
    Posts
    20
    Rep Power
    4

    Default

    If port 80 isn't binded, you would probably need to install apache, by doing something like the following:

    apt-get install apache2
    yum install httpd

    etc.

  5. #5
    Join Date
    Oct 2009
    Location
    Switzerland
    Posts
    26
    Rep Power
    0

    Default

    Quote Originally Posted by Tux.Ice View Post
    If port 80 isn't binded, you would probably need to install apache, by doing something like the following:

    apt-get install apache2
    yum install httpd

    etc.
    well...the apache is installed and I have the index.html file in /var/www
    I think that it should work but the strange thing is that if I go to system->Administration->Network tools and I do a scan to the ports on that server the port 80 is closed (By the way I have ubuntu)

    The port 81 is open but I can only access it inside the network...and my NAT on my router is redirecting both 80 and 81 to that server. I'm confused. at the moment I would be already happy if I could access the /var/www/index.html from the outside...

    any help?

    thanks

  6. #6
    ArcaneMagus's Avatar
    ArcaneMagus is offline Moderator
    Join Date
    Feb 2007
    Location
    Portland, OR
    Posts
    1,147
    Rep Power
    9

    Default

    Are you sure that you have actually started apache?

    This should show you all processes that are listening on port 80:
    Code:
    lsof -i :80
    Since you are talking about dyndns I am going to assume this is on a residential connection. Some residential ISP's block ports like 25 (needed to deliver/receive email) and port 80...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Erorr..initializing ldap failed(5362)
    By Logan_filter in forum Installation
    Replies: 10
    Last Post: 12-19-2008, 12:10 PM
  2. Access Zimbra on port 443 via apache
    By CatiaL in forum Administrators
    Replies: 1
    Last Post: 06-15-2007, 02:11 AM
  3. Unable to access web client
    By scervera in forum Installation
    Replies: 10
    Last Post: 02-23-2007, 04:32 AM
  4. Moving Zimbra Web Client from one port to another.
    By oopstu in forum Administrators
    Replies: 2
    Last Post: 01-20-2007, 01:47 AM
  5. How to change web access port?
    By hootjr29 in forum Installation
    Replies: 8
    Last Post: 02-21-2006, 04:50 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •