Questions tagged [multiple-sites]
49 questions
0
votes
1 answer
Apache2 - multiple sites, easiest setup
I'd like to use mod_vhost_alias for ease of site setup in Apache2.2. So I'd have my virtual host setup something like this:
VirtualDocumentRoot "/var/www/%0"
What I'd also like to do on a per site basis, is to…
James
0
votes
1 answer
Nutch does not crawl multiple sites
I'm trying to crawl multiple sites using Nutch. My seed.txt looks like this:
http://1.a.b/
http://2.a.b/
and my regex-urlfilter.txt looks like this:
# skip file: ftp: and mailto: urls
-^(file|ftp|mailto):
# skip image and other suffixes we can't…

marrop
- 279
- 1
- 8
0
votes
3 answers
Django multiple sites on same instance
How can I get a few sites similar in functionality, but different in appearance and content - all data will be different.
Change SITE_ID on the fly and write own template loader & staticfile finder (same URL /static/ for different sites indicates to…

ssbb
- 1,965
- 2
- 14
- 26
-1
votes
1 answer
SSL Certificate for 1 Site
Can someone help me understand if I have 1 domain
www.example.com
which runs lampp on port 80 and tomcat on port 8080 ,
do I need 1 or 2 SSL certificates?
for example the commercial site runs on www.example.com but the actually web…

Tyler Evans
- 567
- 1
- 8
- 25