Hello,
i have install a new Mirror
http://tor.webersiedlung.at
best regards
--
Andreas Habith
Webersiedlung 11/4
8402 Werndorf
AUSTRIA
a.habith(a)gmail.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Setting up a mirror for the first time here, and I haven't messed around
with Apache for a while so I can't figure out what I'm doing wrong
here... I have two virtual hosts setup: First, one for tor.tehzomb.info
that points to DocumentRoot /foo/tor, and another that's (supposed) to
be for everything else that points to /foo/bar.
However, typing in any subdomain pointing to the box [1][2] brings up
the tor mirror, and typing in the IP address is the only way to bring up
the blank index page [3].
Does anyone know what I'm doing wrong? I pasted my
/etc/apache2/ports.conf below.
Thanks,
Jake
[1] http://tor.tehzomb.info/
[2] http://vps1.tehzomb.info
[3] http://173.230.139.152/
- --snip
NameVirtualHost tor.tehzomb.info:80
NameVirtualHost *:80
Listen 80
<IfModule mod_ssl.c>
# SSL name based virtual hosts are not yet supported, therefore no
# NameVirtualHost statement here
Listen 443
</IfModule>
<VirtualHost tor.tehzomb.info:80>
ServerAdmin the.jungle(a)tehzomb.info
ServerName tor.tehzomb.info
DocumentRoot /var/www/tor-mirror
<Directory /var/www/tor-mirror/>
Options MultiViews Indexes
DirectoryIndex index
AllowOverride None
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerName default
ServerAlias *
ServerAlias vps1.tehzomb.info
DocumentRoot /var/www/tehzomb.info
</VirtualHost>
- --snip
- --
Jake Eisenman - the.jungle(a)tehzomb.info
http://http.tehzomb.info/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQIcBAEBAgAGBQJNqmoDAAoJENfuoNySdlsETSEP/j1/0gdwPkTDR2UV/hEjjGTS
ttkRty780SHnD87zQHk3jMNQWoTAq9j85h75EWrCRINUbkJfHu1iXMSo4vR0FtUD
UdKRuK586h3NY+YkFJiH9vqJRvTRlAq12DhzRptGi4v1YKP4z76FXKI59BRhKDLd
+PUfQwU0aHMz+nSAv0Qt8zvMSUEb5rjn/nmyQ5mQLV+UEDfGmhNVJa2ej3Q2ZKnD
YMmEs6o+urSuow7xEFu0i877c5RXcV7fQFgkd62cTlAk+0aeS8Jw9Posdfg2OCK6
KGBb8W1oK52kBOC9zokOebwHDh64YhPaGSeF9PKZy+xVINR17XGQpDeks+4pkzat
imqKDqPzOfBYfRDbWUy44hmTU7qgzkRCHGueR/I8fa7xUfVSsRLBITitaRnp5Y+L
BREdkZNlG8EVpV1IjYMTXihce1/24JOGDEtlFZAexbWaFhWgt4YnL9bQhZsBshDG
kashx5htDXEsfa4KfmR5UyQ9u3v8+YXZCc5k5NaTPe9IftETw4QfvwOuFnIDMj9A
t3Er5spCtJiet2grd96xuL1ms94aXzZHXEQy/ZaCx9H4fGkQ9/HklHgmFwGdr5Oy
nAXVka99Ks+DMVQOALMK9yzHqLa2OhgTmZ/CTX1MrFFY+HPUKiLikMt5i0/q7106
ei2DyNUAkxJUOi4nTGGc
=eOfv
-----END PGP SIGNATURE-----