Apache-Subversion integration attempts return "Permission Denied" errors
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Symptoms
The following message is reported in the Apache error log file.
1
2
error http://client 127.0.0.1 500 Can't connect to crowdserver:8095 (connect: Permission denied) at /usr/lib/perl5/site_perl/5.8.8/Atlassian/Crowd.pm line 60\n
Cause
The Crowd Server or Apache Server machine SELinux configuration is not allowing communication through port 8095.
Resolution
Change the local machine SELinux configuration to allow Crowd to receive and Apache to access connections from port 8095.
In addition, please run the following command:
1
2
/usr/sbin/setsebool -P httpd_can_network_connect 1
Was this helpful?