Kai Kremer
New Pleskian
Hello,
I´ve configured an Additional directives for HTTP as follows:
ProxyRequests Off
ProxyPreserveHost On
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://localhost:58080/ connectiontimeout=300 timeout=300
ProxyPassReverse / http://localhost:58080/
This directive works fine so far! If someone calls the url <exampleUrl.de> he see´s the application which is behind the port 58080. The only thing is, that the script just works for a while. After one day or so it is not acitve anymore and I have to "apply" it again.
Can someone tell me how to activate the Additional directives permanently?
thanks in advance,
I´ve configured an Additional directives for HTTP as follows:
ProxyRequests Off
ProxyPreserveHost On
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://localhost:58080/ connectiontimeout=300 timeout=300
ProxyPassReverse / http://localhost:58080/
This directive works fine so far! If someone calls the url <exampleUrl.de> he see´s the application which is behind the port 58080. The only thing is, that the script just works for a while. After one day or so it is not acitve anymore and I have to "apply" it again.
Can someone tell me how to activate the Additional directives permanently?
thanks in advance,