Two virtual hosts to one single directory root was created, but I need to pass variable/params from virtualhosts for accessing two different pages [closed] - virtualhost

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I created two Virtual Hosts, and targeting to a single web root direcoty.
But I need to access two different profiles with passing of variables from Virtual Hosting.

it is possible using routing technique...
Just we need to get the domain name and check the condition and then route accordingly.

Related

Design patterns for hosting multi rest apis on kubernetes [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 15 days ago.
Improve this question
Looking for some suggestions on designing the multi rest api hosted application on kubernetes.
Would like to understand how should I deploy multi container apps to serve different api requests from end user. As I am new to K8 want to check from you to get ideas around basic patterns for running these containers within one pod or multi pods or nodes needed.

Does SQL Server allow Multi table clustering? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
My question is simple.
Does SQL Server allow Multi table clustering?
No - SQL Server has the concept of clusters in which two or instances of SQL Server (the program) is running (or is available to run) and if one fails the other instance can very rapidly take over. They work on the same data which is stored in a shared drive. But only one is active at a time.

File Transfer over ip in vb [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
in Visual basic there is a function called file copy
filecopy(source,destination)
is it possible to copy from my computer to another over ip?
ex:
filecopy("C:\User\name\Desktop\test.txt",//192.168.x.x)
if yes what is the correct syntax?
You need to specify the UNC path correctly, for example:
filecopy("C:\User\name\Desktop\test.txt","\\192.168.x.x\c$\User\name\Desktop")
Also it's better to use File.IO.Copy instead of the old VB6 syntax.

sub domain to act as proxy for another sub domain? apache / htaccess [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have a subdomain:
subdomain.mydomain.com
On my site are 5 images taken from a table which are links from another site:
example: subdomain.anothersite.com/image/123.jpg
If i rename the links in the table to change the domain from
subdomain.anothersite.com/images/123.jpg to subdomain.mydomain.com/images/123.jpg
Can I then setup some sort of reverse proxy which means any url from that table will show as:
subdomain.mydomain.com/images/123.jpg - but is actually showing the content from subdomain.anothersite.com/images/123.jpg
?
Thanks
You can actually achieve that by setting up a CNAME through your DNS from subdomain.mydomain.com to subdomain.anothersite.com . The domain will be essentially masked and all your users see is subdomain.mydomain.com/images/123.jpg

Google Analytics Tracking a sub-directory which itself is pointed to by a separate domain in DNS [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have an existing website pointed to by the domain www.xyz.com . We are now creating a new sub-site to this www.xyz.com/ab/. We have another regional domain www.abc.rg purchased and we want to point this domain to the /ab/ sub-folder.
The queries are:
If I want to do this at the DNS level is it going to be an issue in terms of SEO?
If I do so how can I add Google tracking to it? I want to continue using my existing tracking for www.xyz.com and provide reports separately for www.abc.rg.