cancel
Showing results for 
Search instead for 
Did you mean: 

Change Client Communication port from 8080 to 8085

Former Member
0 Kudos

Hi Guys,

Our discussion is on httpd configuration file for Apache 2.2, which is used to bind SAP SMP 3.0 server.

we have already used 80 and 8080 port for  BOBI Server we cant use it to configure apache and SMP 3.0.

can we use 82 and 8085 ports for binding 82(from Internet to Apache server) and 8085 (from Apache to SMP 3.0) ?

Server Details:

A. Server 1

Apache server 2.2

Binded Public IP

B. Server 2

SAP SMP 3.0

Below is a httpd.config file using 8080 and 82 which was worked:

##############################

Listen 82

<VirtualHost *:82>

ServerName apache.servpro.in

ErrorLog "C:/Apache2.2/logs/error.log"

TransferLog "C:/Apache2.2/logs/access.log"

<Location />

ProxyPass http://192.168.1.89:8080/

ProxyPassReverse http://192.168.1.89:8080/

</Location>

</VirtualHost>

##############################

&  we have added modules for proxy

I have attached SMP Cockpit setting and Apache httpd config file in discussion. 

Regards,

SAGAR DODDI

Accepted Solutions (0)

Answers (1)

Answers (1)

midhun_vp
Active Contributor
0 Kudos

Hi Sagar,

Please have a look at this documentation that explains how to change the default ports:http://help.sap.com/saphelp_smp304svr/helpdata/en/7c/30023470061014aa63e92a84afb83e/frameset.htm

Regards,Midhun

SAP Technology RIG