Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hello,
my configuration foreseen a web-server (proxy-pas) that is in front of the internal server where ProjectOrria is installed. As i didnt find a way to configure the ProjecOrria server name every time i log-in it forward me to the internal server (e.g. www.projectorria.com shows the log-in form but as soon as i insert username and password forward me to the projectorria.internal.mydomain.net).
Is it possible to override (in the configuration files) the name of the server where ProjectOrria is installed ?
thanks
Hi,
Sorry, but there is no way to define the server name, and there should not be any need.
Access to pages is always relative.
It is the prowy that should automatically rewrite urls.
Maybe your proxy-pas configuration is not complete.
Regards.
Hello,
this is my proxy pass (servers name substituted):
ServerName www.projectorria.com:443
ErrorLog logs/prjsrv_error.log
CustomLog logs/prjsrv_access.log common
SSLEngine on
SSLProtocol all -SSLv2
SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW
SSLCertificateFile /myserver.crt
SSLCertificateKeyFile /myserver.key
ServerAdmin admin@projectorria.com
ProxyRequests off
ProxyPass / http://projectorria.internal.mydomain.net:80 /
ProxyPassReverse / http://projectorria.internal.mydomain.net:80 /
can you please help e to understand where the problem is ?
thanks
one more hint:
i see that the problem is only the first 'redirect' form www.projectorria.com to www.projectorria.com/view/ then it works without any problem.
I'm not an Apache expert but I think you should try to add directives :
ProxyPass /view/ http://projectorria.internal.mydomain.net:80/view/
ProxyPassReverse /view/ http://projectorria.internal.mydomain.net:80/view/