Questions tagged [mod-auth-passthrough]
3 questions
5
votes
1 answer
What does mod_auth_passthrough do?
What does apache module mod_auth_passthrough is for exactly? It seems to be shipped with CPanel and sometimes is active. What exactly is it for and what does it do?

Vladislav Rastrusny
- 29,378
- 23
- 95
- 156
1
vote
1 answer
Teradata Prepare object error
I am trying to access the SAS table which I made outside of Teradata Passthrough in working space for query run. Now it gives me an error. My question is how to access the table not in teradata inside the passthrough
proc sql;
connect to…

LonelySoul
- 1,212
- 5
- 18
- 45
0
votes
1 answer
Transparent rewrite/Pass Through of wildcard subdomain
I am close to achieving my goal but I cannot come up with the correct solution to my problem.
I have written the following rules for my wildcard subdomains:
#remove www.
RewriteCond %{HTTP_HOST} ^www\.domain\.com$ [NC]
RewriteRule ^(.*)$…

amcc
- 2,608
- 1
- 20
- 28