Questions tagged [url-routing]

80 questions
0
votes
2 answers

Establishing Subdomains with Registered Domains, DynDNS Forwarding, and Openwrt

I have a registered domain name (thisexample.net), which I forward to a dynamic URL at DynDns (bounce.dnsalias.net) as my internet access comes over cable and doesn't provide a static IP address. My router (openwrt) forwards port 80 to an apache…
chernevik
  • 725
  • 3
  • 10
  • 19
0
votes
2 answers

Proxy port is put automatically at Nginx and Apache combination

I successfully able to setup nginx and apache combination to serve wordpress blog with the help of this site. I exactly followed all the codes supplied in that site and following is the directory strcture of my blog and…
Devyn
  • 133
  • 1
  • 6
0
votes
2 answers

Sonicwall TZ190 Firewall traffic routing via HTTP Host name and port

Ok I am not sure if I asked the question correctly so have mercy. My network is growing at work and I am finding it hard to manage my firewall rules. The problem I am having is 2 fold: I have 4 servers at work and with progress more services are…
BrandonS
  • 103
  • 4
0
votes
1 answer

IIS 7.5 UrlRoutingModule put the cpu at 100 %

i dont know why and dont know how to resolve my problem. Actually i get a web site whoe occassionnly have UrlRoutingModule take all the cpu. Did somebody know a test or a way i could find the problem ? It's look like mvc problem but i am not sure.
Cédric Boivin
  • 744
  • 4
  • 13
  • 31
0
votes
1 answer

How to locally define how a URL is resolved in Windows/IIS

I know that there is a way to make any defined URL resolve to a different URL, but I can't remember how or where to define this setting. I understand this is ambiguous, so consider the following example. I am building http://www.webapplication.com.…
smartcaveman
  • 685
  • 2
  • 8
  • 18
0
votes
1 answer

URL redirect to a virtual server on a VLAN

I have a production site, running off 10 servers. I've been given another virtual server on the same network as these 10 servers, to use for testing purposes. This server doesn't have it's own DNS entry. Therefore I need to do a redirect to the site…
0
votes
2 answers

SharePoint 2007: Moving main site, to be a subsite - How can urls be redirected/changed?

The setup: SharePoint 2007 (MOSS Enterprise) on WINSVR03/IIS6 One site collection, with one access mapping (http://mainsite) currently I'm moving the main SharePoint site, in our one site collection, to be a subsite in a new site collection. I'm…
program247365
  • 171
  • 1
  • 11
0
votes
1 answer

Dealing with Flask routing paths when deployed behind URL prefix

I have single page application build using the python Flask framework. I'm using gunicorn as the web server and I have containerised it using docker. It is deployed on Azure Kubernetes Services (aks) with Nginx Ingress Controller. The setup My Flask…
gigio
  • 3
  • 1
0
votes
1 answer

iptables rules to route a domain through a vpn interface and remaining traffic via default interface

I have a wireguard vpn connection to access certain private services hosted on private ec2 instances. But I want to be able to use my default internet connection for remaining traffic and only route those certain domain names via the wireguard…
0
votes
1 answer

Creating a custom URL for reverse local proxy with NGINX

I'm trying to set a custom URL for a reverse proxy. From what I understand, the code should be fairly straight forward. Here's what I've got: worker_processes 1; events { worker_connections 1024; } http { server { listen 8080; …
0
votes
1 answer

Nginx: URL rewrite with proxy_pass and URL parameters and special chars

I studied all the great posts to nginx proxy and rewrite functionality, but was unable to find a solution for my problem. So here we are. I wrote an web application with vaadin, that is able to handle the follwoing…
0
votes
1 answer

Is it possible to reveal URLs in a masked, server-side 301 redirect?

I work for a search monitoring company and I'm currently investigating some advertisements which are hiding malicious URLs in masked, server-side redirects. When users click these ads, they're redirected through a domain located on a server with…
0
votes
3 answers

Azure gateway for web apps

We are looking for an Azure solution for routing incoming API messages (microservices-based) through a single entry-point to several Azure Web App instances (*.azurewebsites.net), rather than several Virtual Machines. The routing will be URL-based,…
Jaime
  • 53
  • 4
0
votes
2 answers

Query string issue with php-fpm and nginx

I am trying to run a PHP app using Nginx. Rewriting URLs work properly, however, query strings are not passed to the PHP files. Am I doing something wrong in the below configuration? I would appreciate any help! nginx-site.conf : server { root …
0
votes
1 answer

Nginx pattern matching to part of path

Here's what I would like to accomplish: All requests to /api/... should be directed to a reverse proxy All requests to /static/... should be served from /html/static/pub All other requests should be served from /html/app/pub OR fall back to…
Máté Safranka
  • 121
  • 2
  • 6