Questions tagged [url-routing]
80 questions
1
vote
2 answers
Is F5 Big-IP Routing by DNS Names (on one IP address and port) Possible?
In IIS, it is possible to listen for many DNS names on one IP address and port and then direct users to different websites based on the DNS name.
Is the same thing possible with F5 Big-IP devices?

Techboy
- 1,550
- 7
- 31
- 49
1
vote
3 answers
Connect root domain name to dyndns?
Is there any way to connect the root of a domain name to a dyndns account? This question reveals how to get www.whatever.com to point to dyndns, but is there a way to get whatever.com itself to point to it?
The domain is registered with GoDaddy if…

Claudiu
- 1,207
- 5
- 21
- 28
1
vote
0 answers
Cloudfront url routing to a domain
I have a cloudfront url I want to route to demo.example.com. I used nginx for the routing and configuration and generated the ssl certificate and then added the txt records in the DNS portal.
But when I'm trying to access it, it is showing…

Manoj Mandala
- 11
- 2
1
vote
0 answers
when it goes to https:/... directly it is missing the referer part
it's all about cookies ,it suppose redirect to ?referer_id=186 every time which is refresh the cookies of new logo but i notices when user delete or clear the history of Brower and try to visit the website by https the cookies not refresh again
you…

Momen Rashad
- 11
- 2
1
vote
1 answer
Serving subsection of urls on different network card
I have a Django 2.2 web application running on Apache 2.4 Ubuntu 18.04 web server, which has two network interfaces. One network interface is for internet access(eth0) and other one is for local network(eth1).
I need to find a way to restrict access…

zenprogrammer
- 121
- 4
1
vote
1 answer
Serve website from different directory based on URL string parameter
I would like to learn if I can serve the website from 2 different versions according to URL string parameters.
Example:
I have two installs on my server: example.com/website-1/ and example.com/website-2/
if end-user visits…

Buffy
- 11
- 1
1
vote
1 answer
How to filter / redirect URLs coming into the network?
I am not sure if this is possible, or not but what I would like to do is as follows:
I have one IP address (dynamic using zoneedit.com to keep it uptodate). I have one webserver running my main site which is an Ubuntu machine running Apache. I also…

Jon
- 353
- 2
- 8
- 20
0
votes
2 answers
Proxypass changing URL Apache Reverse Proxy
I am trying to connect my jupyter notebok server (:8888 port) via reverse proxy server
I have such rules:
ProxyPass "/serv8888" "http://localhost:8888"
ProxyPassReverse "/serv8888" "http://localhost:8888"
ProxyPass "/" …

user548395
- 1
- 1
- 2
0
votes
0 answers
Nginx redirects to proxy instead of static files
I want nginx first redirect http to https, then check for static files in www root dir, if none, pass request to proxy. However, after http->https redirect requests are immediately passed to proxy.
On same server (127.0.0.1 as seen from nginx) port…

user538772
- 1
- 1
0
votes
0 answers
How to pass .jpg url to index.php in Nginx
My Yii2 application generates urls like this:
http://example.com/map-image/1-map.jpg
This is not a real jpg file but a dynamically generated jpg image. But nginx returns 404 error.
I want to pass /map-image/1-map.jpg to /index.php so that it can…

Future King
- 135
- 1
- 8
0
votes
1 answer
Modify response URL or Location header Apache2 mod_proxy
I have a WordPress site running in a server where now I need to deploy a web app on and since our SSL certificate is not wildcard it has to be under the same domain name too. Now it's running on a different port but users are complaining that is not…
0
votes
1 answer
Routing Rules icon in Microsoft ARR 3 - Server Farm Section Does not exist
I want to implement Application Load Balancing by Application Request Routing - ARR3 on IIS8. I download ARR3 Source file and install on my server. the server farm section created in my iis but when I check the ARR modules it includes Cacheing,…

Milad Habibian
- 43
- 1
- 1
- 5
0
votes
1 answer
Location block passing through to a different php-fpm sock
There are two hosts with a PHP-FPM pool each - one.com and two.com. I would like one.com/two to pass through and show two.com using two's pool, but I seem to be having difficulty.
Through alias and try_files, I've managed to get static assets from…

Sean
- 101
- 3
0
votes
0 answers
Write Url Rewrite to replace %2F to %252F
We have two kind of api url's
1) RESTful style clean urls - http://x.x.x.x/api/records1/{entityId1}/records2/{entityId2}
2) Query string to search - http://x.x.x.x/api/records1?filter1={filterString}&filter2={filterString}....
In first case…

user393014
- 101
0
votes
3 answers
Site specific URL DNS Issue
I have a large number of worldwide sites that need to access a service via a URL.
The site URL cannot be altered as it is set centrally.
The service is hosted locally at each site, as connectivity can be flaky, and therefore the URL has to route…

Mark Sutton
- 636
- 5
- 7