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...
Apache & nginx Settings autmaticly deactiv after a while
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...
Apache & nginx Settings autmaticly deactiv after a while