Hi everyone,
I have ArcGIS Desktop and ArcGIS Server installed on my laptop, witch runs windows 10 and I want to open the ArcGIS Manager window on my public server witch has as OS Ubuntu Server installed. Opening the ArcGIS Manager window on my localhost works great, but I don't seem to find a work around on how to set the reverse proxy server settings on my Apache web server on Ubuntu. I fallowed the instructions posted here: Using a reverse proxy server with ArcGIS Server—ArcGIS Server Administration (Windows) | ArcGIS Enterprise
The server url for my localhost is: http://home:6080/arcgis
The name of my domain is mapwizard.eu.
As I understand from the link above, I should write the lines
ProxyPass /arcgis http://gisserver.domain.com:6080/arcgis ProxyPassReverse /arcgis http://gisserver.domain.com:6080/arcgis
on my httpd.conf file but with my personal url, witch should look like this:
ProxyPass /arcgis http://home.mapwizard.eu:6080/arcgis ProxyPassReverse /arcgis <A href="http://home.mapwizard.eu:6080/arcgis" rel="nofollow noopener noreferrer" target="_blank">http://home.mapwizard.eu:6080/arcgis</A>
But I receive the following error message: "Internal server error (status code 500)"
If anyone could give some advice, it would be great.