Forum

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.

webserver behind an...
 
Notifications
Clear all

webserver behind an apache proxy-pass, not possible to log-in

5 Posts
2 Users
0 Reactions
13.7 K Views
(@jswordy)
Posts: 3
Active Member
Topic starter
 
[#274]

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


 
Posted : 12 Dec 2011 23H01
babynus
(@babynus)
Posts: 14957
Main Contributor Admin
 

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.


 
Posted : 12 Dec 2011 23H17
(@jswordy)
Posts: 3
Active Member
Topic starter
 

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


 
Posted : 12 Dec 2011 23H25
(@jswordy)
Posts: 3
Active Member
Topic starter
 

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.


 
Posted : 12 Dec 2011 23H36
babynus
(@babynus)
Posts: 14957
Main Contributor Admin
 

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/


 
Posted : 12 Dec 2011 23H55
Share:

Scroll to Top