cancel
Showing results for 
Search instead for 
Did you mean: 

SAP ITS 6.20 with APache 2.2.11 , 403 Forbidden Problem

Former Member
0 Kudos

Hi,

i have installed SAP ITS 6.20 on my linux machine. on which i have also installed the latest version of Apache. it is Apache 2.2.11

the problem is when ever i am trying to get any page like "Http://192.168.1.8:8080/scripts/wgate/admin/!", it says 403 Forbidden, you do not have permisssion to access /scripts/wgate/admin/!

all the ITS instance and IACOR are running well along with the Httpd.

pls do let me know how to solve this....

i am also writing the virtual host code of httpd.conf file here. I have created two port based virtual host....

========================================================

  1. Virtual hosts

#

Listen 1080

Listen 8080

  1. Virtual host WEBGUI

<VirtualHost 192.168.1.8:1080>

DocumentRoot "/var/apache/WEBGUI/"

<Directory "/var/apache/WEBGUI">

</Directory>

</VirtualHost>

  1. Virtual host ADM

<VirtualHost 192.168.1.8:8080>

DocumentRoot "/var/apache/ADM/"

<Directory "/var/apache/ADM">

</Directory>

</VirtualHost>

  1. ToMake sure the directories specified above

  2. have restricted access to read-only.

#

<Directory "/var/apache/*">

Order allow,deny

Allow from all

AllowOverride FileInfo AuthConfig Limit

Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec

<Limit GET POST OPTIONS>

Order allow,deny

Allow from all

</Limit>

<LimitExcept GET POST OPTIONS>

Order deny,allow

Deny from all

</LimitExcept>

</Directory>

=============================================================

One more thing, when ever i am trying to refresh my ITS installation by again running./sapinst, it shows that there is no wgate find for the respective AGATE, so pls fill the documentry path., but at the time of installation it has picked up all the Web Server, which i have created.

What could be the cause?? sth wrong with my Virtual host?? but https- S command is ok for thecheck of virtual host.

Abhishek

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

> the problem is when ever i am trying to get any page like "Http://192.168.1.8:8080/scripts/wgate/admin/!", it says 403 Forbidden, you do not have permisssion to access /scripts/wgate/admin/!

Is the user running the apache process permitted to read the files in /var/apache (from a filesystem level)?

Markus

Former Member
0 Kudos

I am running the apache as root. in httpd.conf the following is mentioned...

user: itsadm

group: sapsys

all the files and folders under /var/apache/ADM and /Var/apache/WEBGUI are having ownership to user "itsadm" and group "sapsys"

this is the setting i did.

Abhishek

Former Member
0 Kudos

I am running the apache as root. in httpd.conf the following is mentioned...

user: itsadm

group: sapsys

all the files and folders under /var/apache/ADM and /Var/apache/WEBGUI are having ownership to user "itsadm" and group "sapsys"

this is the setting i did.

Abhishek

Former Member
0 Kudos

Hi

I have uninstall the ITS and reinstall, now i am getting the error 404, object not found., when ever i am trying to get any sddrees related to ITS like........

http://192.168.1.8:1080/scripts/wgate/admin/!

Why error 404??

i am not be able to the solution.

Pls help

Abhishek

markus_doehr2
Active Contributor
0 Kudos

Please check your abap logfile.

Markus

markus_doehr2
Active Contributor
0 Kudos

Please check your apache logfile (access_log, error_log).

Markus

Former Member
0 Kudos

i did not get any issue with error log

i am pasting my https file. pls check any thig wrong here...

my httpd.conf file is here...

http://www.filefactory.com/file/af9ee3b/n/httpdbb_conf

Abhishek

markus_doehr2
Active Contributor
0 Kudos

I don't believe that.

every request to apache, be it successfull or not, is logged in the logfiles access_log and error_log - if you don't deactivate it.

Markus

Former Member
0 Kudos

Problem has been solved sir. i just reconfigured the Apache.

Thank you,

Abhishek

Answers (0)