Questions tagged [wildcard]
248 questions
0
votes
1 answer
Wildcard email receipts and wildcard files to be written
With Sendmail, I want to accept messages to addresses formatted like this:
bounce+blabla@domain.com
bounce+foofoo@domain.com
And then write them all to a separate mail file on server, instead of appending to same one email file.
I am able to fetch…

adrianTNT
- 1,077
- 6
- 22
- 43
0
votes
1 answer
IIS6 wildcard mapping overriding regular mappings
Has anyone ever run into a problem where a wildcard mapping was overriding a standard mapping? Is this expected behavior? In my case I have my wildcard mapped to aspnet_isapi.dll for a cms application and then the .iirf extension mapped to the…

Brian
- 1
0
votes
3 answers
CNAME help - wildcard DNS for SaaS
I am trying to figure out how to allow my users to use a CNAME for their unique wildcard domain. (user1.wlapi.com), etc
I read here: https://stackoverflow.com/questions/5101195/custom-subdomain-with-cname-problem
That using a wildcard DNS for…

DylanJones_md
- 111
- 1
- 6
0
votes
1 answer
Automatically CNAME alias subdomain to domain
I don't entirely understand the web's obsession with 'www', but accepting it, for any given web-related DNS request I usually make a point of registering both 'sub.domain.tld' and 'www.sub.domain.tld'. But we end up manually creating CNAMES every…

kojiro
- 559
- 3
- 8
- 25
0
votes
2 answers
Can I use a single SSLCertificateFile for all my VirtualHosts instead of creating one of it for each VirtualHost?
I have many Apache VirtualHosts for each of which I use a dedicated SSLCertificateFile.
This is an configuration example of a VirtualHost:
ServerName subdomain.domain.localhost
DocumentRoot…

user65567
- 671
- 2
- 6
- 9
0
votes
1 answer
0
votes
2 answers
Make wildcard certificate valid for ALL sites over the globe?
How I do to create a wildcard certificate for ALL domains?
Here is my error:
CACERTIFICATE.crt is imported as trusted in my browser.
SERVERCERTICIATE.crt and SERVERPRIVATEKEY.key is used in a proxy server which scans SSL traffic for virus.
The…

sebastian nielsen
- 207
- 2
- 10
0
votes
1 answer
Wildcard SSL, one subdomain requires client certificate
This configuration works ok, but it asks for certificate on all subdomains.
ServerName *.domain.tld
ServerAlias www.*.domain.tld
VirtualDocumentRoot /home/domaintld/subdomains/%1
ServerAdmin…

Andi T
- 115
- 1
- 5
0
votes
2 answers
How to indicate all files in all subdirectories in unix shell?
I'm using Max OS X.
I'm trying to copy all header files (.h) to specific directory (./aaa) from all subdirectories in source directory. (./src/)
This command worked well.
cp ./src/*/*.h ./aaa
But I want to copy all header files in the…

Eonil
- 10,459
- 16
- 36
- 54
0
votes
4 answers
Wildcard SSL Certificates with Exchange 2010?
Is anyone using a Wildcard Cert with Exchange 2010 please?
We currently have a bunch of individual whatever.domain.com SSL certificates and as several are expiring soon it would be an ideal opportunity to move to a wildcard certificate.
At some…

flooble
- 2,364
- 8
- 28
- 32
0
votes
3 answers
1 Domain, 2 Servers and 2 Applications
I have a site like twitter.com on server one and on server two I have a forum, which path is like domain.com/forum.
On server one I wanted to implement wild card DNS for the domain but on server two I wanted to keep the forum separate. I can't give…

user43937
- 111
- 2
0
votes
2 answers
CNAME Wildcards Server 2003
I'm looking to set up a wildcard cname on a FQDN but cant seem to get it to work.
This is what i'm trying to achive:
A Record : domain.co.uk : my.ip.address.1
A Record : en.domain.co.uk : my.ip.address.1
cname : www.*.en.domain.co.uk : -->…
Sean.C
0
votes
0 answers
Bind Recursion DNS Server Returning Wildcard Address for Host Despite Exact Entry Existing in Zonefile on Hosts DNS Server
I setup a bind server (version BIND 9.18.16-1+ubuntu20.04.1+isc+1-Ubuntu on Ubuntu 20.04), and this particular instance is setup as a recursion resolver with no forwarders. When I dig one of my outside domains using this nameserver, it returns the…

OwN
- 187
- 3
- 14
0
votes
0 answers
How can I point a wildcard subdomain to multiple servers?
As a SaaS software seller, I offer separate cPanel accounts for my customers. My main domain is "domain.com", and I need to automatically create subdomains. However, the IP address is not being pointed to the hosted server. I created a wildcard…
0
votes
0 answers
Setting an iptables rule to drop a UDP that contain a string followed by two numbers betwen 10-89 in one rule
anyone knows if is possible to use only one rule to drop any UDP packet that contain a fixed characters followed by any number between 13 and 90.
I tried string, hex-string, had a look at u32 but the offset inside the packet can be anything between…

crixu
- 1