Sie sind nicht angemeldet.

1

20.01.2008, 09:56

Subdomain anlegen funktioniert nicht, problem muss mit apache zusammenhängen

Ich will ne subdomain anlegen: ....xenrov.com
sie geht nicht.
obwohl ich alles gemacht habe wie sonst auch.

1. mkdir /var/www/xxx
2. mkdir /var/www/xxx/htdocs
3. useradd -m -s /bin/bash USERNAME
4. passwort für ihn gesetzt + getestet - geht
5. chown die ordner die ich angelegt hatte
6. localhost ~ # cd /var/bind/
localhost bind # ls
named.ca pri root.cache sec xenrov.com.hosts
localhost bind # nano xenrov.com.hosts <- siehe punkt 7
localhost bind # rndc flush && rndc reload
server reload successful
7. sowie das beispiel: forum IN CNAME dragon <-- habe ich dann xx IN CNAME dragon angelegt
natürlich ganz oben das datum und die änderung angepasst, danach siehe rest von punkt 6
8. bei apache2 unter der vhost.d einen eintrag gemacht
ein beispiel:
localhost vhosts.d # cat 20_x.xenrov.com.conf
<VirtualHost *:80>
DocumentRoot "/var/www/x/htdocs/"
ServerNamex.xenrov.com
<Directory "/var/www/x/htdocs/">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>

so ist auch die neue file angelegt, habe extra alles von hand geschrieben und KEINE typos !!!
gespeichert

9. noch mal nen flush gemacht wie bei punkt 6
10. apache2 neu gestartet
11. ging nicht. und nun kein plan warum.


wer kann mir helfen?

Dieser Beitrag wurde bereits 4 mal editiert, zuletzt von »Renard« (25.01.2008, 09:04)


2

23.01.2008, 08:00

KRITISCH

ich muss wissen warum es nicht geht, ich habe nun ne neue subdomain benutzt und neue rechte vergeben, sowie millionen mal den apache2 neu gestratet, alle configs durch geschaut ICH FINDE KEINEN FEHLER !

warum geht diese scheiß subdomain nicht?!!

3

23.01.2008, 08:51

Momentan sehe ich noch zu wenig Infos ... aber kannst du checken, ob der Apache den http-request überhaupt bekommt?

--> Wenn du die Standard-Einstellungen hast, dann hast du /var/log/apache2/access.log und /var/log/apache2/error.log. Mach 2 Shell Fenster auf und mach in einem

Quellcode

1
# tail -f /var/log/apache2/access.log
und im 2.

Quellcode

1
# tail -f /var/log/apache2/error.log
.

Weiters: falls der apache keinen Mucks macht ... kannst du nicht mal via "nslookup" checken, ob du Client-seitig eigentlich eine IP in die Hand kriegst?
http://www.dyle.org
IM-Account (Jabber!) sind auf meiner HP ...
There is no place like /home

http://www.gentooforum.de
http://www.gentoofreunde.org

<div>how to annoy a web developer?</span>

4

23.01.2008, 09:00

die sache ist, alle anderen 8 subdomains gehen, nur diese eine nicht.
ich verstehs nicht.

in der zoneconfig stimmt alles, die rechte sind gleich, die ordner sind gleich, der user existiert, apache2 vhost.d stimmt, alles stimmt... dennoch gehts nicht, ich peils net

5

23.01.2008, 10:55

Moment ... du hast bereits 8 andere subdomains da dran hängen, nur eine einzige geht nicht? Alle auf die gleiche Weise, auf der gelichen Maschine?

Kling nach einem doofen typo in irgendeinem config-file. Etwa "supdomain" statt "subdomain".

... und wenn du einem da nicht mehr in die Karten gucken läßt (sprich: config-files, logs, etc.) ... wie sollen wir dir da bitte helfen?
http://www.dyle.org
IM-Account (Jabber!) sind auf meiner HP ...
There is no place like /home

http://www.gentooforum.de
http://www.gentoofreunde.org

<div>how to annoy a web developer?</span>

6

23.01.2008, 11:08

Subdomain die nicht geht: floppydisk.xenrov.com
Muster Subdomain die geht: forum.xenrov.com


localhost ~ # cat /etc/apache2/vhosts.d/30_floppydisk.xenrov.com.conf
<VirtualHost *:80>
DocumentRoot "/var/www/floppydisk/htdocs/"
ServerName floppydisk.xenrov.com
<Directory "/var/www/floppydisk/htdocs/">
Options -Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>

localhost ~ # cat /etc/apache2/vhosts.d/50_forum.xenrov.com.conf
<VirtualHost *:80>
DocumentRoot "/var/www/localhost/htdocs/daten/forum/"
ServerName forum.xenrov.com
<Directory "/var/www/localhost/htdocs/daten/forum/">
Options -Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>


localhost ~ # cat /var/bind/xenrov.com.hosts
$ttl 38400
xenrov.com. IN SOA server1932015482.serverpool.info tyran.xenrov.com. (
2008012303
10800
3600
604800
38400 )
xenrov.com. IN NS server1932015482.serverpool.info.
xenrov.com. IN NS slv2.1und1.de.
xenrov.com. IN A 193.201.54.82
dragon IN A 193.201.54.82
aod IN CNAME dragon
shiin IN CNAME dragon
www IN CNAME dragon
forum IN CNAME dragon
forums IN CNAME dragon
sc IN CNAME dragon
rev IN CNAME dragon
firedragon IN CNAME dragon
tyran IN CNAME dragon
irc IN CNAME dragon
services IN CNAME dragon
mail IN MX dragon
floppydisk IN CNAME dragon


localhost ~ # cat /etc/conf.d/apache2
# /etc/conf.d/apache2: config file for /etc/init.d/apache2

# When you install a module it is easy to activate or deactivate the modules
# and other features of apache using the APACHE2_OPTS line. Every module should
# install a configuration in /etc/apache2/modules.d. In that file will have an
# <IfDefine NNN> directive where NNN is the option to enable that module.
#
# Here are the options available in the default configuration:
#
# AUTH_DIGEST Enables mod_auth_digest
# AUTHNZ_LDAP Enables authentication through mod_ldap (available if USE=ldap)
# CACHE Enables mod_cache
# DAV Enables mod_dav
# ERRORDOCS Enables default error documents for many languages.
# INFO Enables mod_info, a useful module for debugging
# LANGUAGE Enables content-negotiation based on language and charset.
# LDAP Enables mod_ldap (available if USE=ldap)
# MANUAL Enables /manual/ to be the apache manual (available if USE=docs)
# MEM_CACHE Enables default configuration mod_mem_cache
# PROXY Enables mod_proxy
# SSL Enables SSL (available if USE=ssl)
# SUEXEC Enables running CGI scripts (in USERDIR) through suexec.
# USERDIR Enables /~username mapping to /home/username/public_html
#
#
# The following two options provide the default virtual host for the HTTP and
# HTTPS protocol. YOU NEED TO ENABLE AT LEAST ONE OF THEM, otherwise apache
# will not listen for incomming connections on the approriate port.
#
# DEFAULT_VHOST Enables name-based virtual hosts, with the default
# virtual host being in /var/www/localhost/htdocs
# SSL_DEFAULT_VHOST Enables default vhost for SSL (you should enable this
# when you enable SSL)
#
#APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D LANGUAGE -D SSL -D SSL_DEFAULT_VHOST"
APACHE2_OPTS="-D DEFAULT_VHOST -D PHP5"

# Extended options for advanced uses of Apache ONLY
# You don't need to edit these unless you are doing crazy Apache stuff
# As not having them set correctly, or feeding in an incorrect configuration
# via them will result in Apache failing to start
# YOU HAVE BEEN WARNED.

# ServerRoot setting
#SERVERROOT=/usr/lib/apache2

# Configuration file location
# - If this does NOT start with a '/', then it is treated relative to
# $SERVERROOT by Apache
#CONFIGFILE=/etc/apache2/httpd.conf

# Location to log startup errors to
# They are normally dumped to your terminal.
#STARTUPERRORLOG="/var/log/apache2/startuperror.log"

# A command that outputs a formatted text version of the HTML at the URL
# of the command line. Designed for lynx, however other programs may work.
#LYNX="lynx -dump"

# The URL to your server's mod_status status page.
# Required for status and fullstatus
#STATUSURL="http://localhost/server-status"

# Method to use when reloading the server
# Valid options are 'restart' and 'graceful'
# See http://httpd.apache.org/docs/2.2/stopping.html for information on
# what they do and how they differ.
#RELOAD_TYPE="graceful"


localhost ~ # cat /etc/make.conf
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -mtune=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="-O2 -mtune=i686 -pipe"
USE="maildir -mbox apache2 php cgi"
APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias"
APACHE2_MPMS="worker"


(I) www-servers/apache
Installed versions: 2.2.6-r7(2)(19:13:53 01/18/08)


localhost ~ # ls -alh /var/www/
total 44K
drwxr-xr-x 11 root root 4.0K Jan 23 07:33 .
drwxr-xr-x 14 root root 4.0K Nov 13 10:36 ..
drwxrwx--- 5 apache root 4.0K Nov 15 08:52 .maildir
drwxr-xr-x 3 root root 4.0K Jun 29 2007 aod
drwxr-xr-x 3 firedragon root 4.0K Jul 15 2007 firedragon
drwxr-xr-x 3 streidelkevin root 4.0K Jan 19 08:32 floppydisk
drwxr-xr-x 6 root root 4.0K Jan 18 20:04 localhost
drwxr-xr-x 3 rev rev 4.0K Nov 30 22:46 rev
drwxr-xr-x 3 sc sc 4.0K Jul 11 2007 sc-consulting.de
drwxr-xr-x 3 root root 4.0K Jun 22 2007 shiin
drwxr-xr-x 3 tyranastrasz tyranastrasz 4.0K Jul 15 2007 tyran


localhost ~ # ls -alh /var/www/floppydisk/
total 12K
drwxr-xr-x 3 streidelkevin root 4.0K Jan 19 08:32 .
drwxr-xr-x 11 root root 4.0K Jan 23 07:33 ..
drwxr-xr-x 2 streidelkevin root 4.0K Jan 19 08:47 htdocs


localhost ~ # ls -alh /var/www/floppydisk/htdocs/
total 12K
drwxr-xr-x 2 streidelkevin root 4.0K Jan 19 08:47 .
drwxr-xr-x 3 streidelkevin root 4.0K Jan 19 08:32 ..
-rw-r--r-- 1 streidelkevin streidelkevin 171 Jan 19 08:48 index.html



localhost ~ # cat /etc/apache2/httpd.conf
# This is a modification of the default Apache 2.2 configuration file
# for Gentoo Linux.
#
# Support:
# http://www.gentoo.org/main/en/lists.xml [mailing lists]
# http://forums.gentoo.org/ [web forums]
# irc://irc.freenode.net#gentoo-apache [irc chat]
#
# Bug Reports:
# http://bugs.gentoo.org [gentoo related bugs]
# http://httpd.apache.org/bug_report.html [apache httpd related bugs]
#
#
# This is the main Apache HTTP server configuration file. It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
# In particular, see
# <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
# for a discussion of each configuration directive.
#
# Do NOT simply read the instructions in here without understanding
# what they do. They're here only as hints or reminders. If you are unsure
# consult the online docs. You have been warned.
#
# Configuration and logfile names: If the filenames you specify for many
# of the server's control files begin with "/" (or "drive:/" for Win32), the
# server will use that explicit path. If the filenames do *not* begin
# with "/", the value of ServerRoot is prepended -- so "var/log/apache2/foo.log"
# with ServerRoot set to "/usr" will be interpreted by the
# server as "/usr/var/log/apache2/foo.log".

# ServerRoot: The top of the directory tree under which the server's
# configuration, error, and log files are kept.
#
# Do not add a slash at the end of the directory path. If you point
# ServerRoot at a non-local disk, be sure to point the LockFile directive
# at a local disk. If you wish to share the same ServerRoot for multiple
# httpd daemons, you will need to change at least LockFile and PidFile.
ServerRoot "/usr/lib/apache2"

# Dynamic Shared Object (DSO) Support
#
# To be able to use the functionality of a module which was built as a DSO you
# have to place corresponding `LoadModule' lines at this location so the
# directives contained in it are actually available _before_ they are used.
# Statically compiled modules (those listed by `httpd -l') do not need
# to be loaded here.
#
# Example:
# LoadModule foo_module modules/mod_foo.so
#
# GENTOO: Automatically defined based on apache2-builtin-mods at compile time
#
# The following modules are considered as the default configuration.
# If you wish to disable one of them, you may have to alter other
# configuration directives.
#
# Change these at your own risk!

LoadModule actions_module modules/mod_actions.so
LoadModule alias_module modules/mod_alias.so
LoadModule auth_basic_module modules/mod_auth_basic.so
<IfDefine AUTH_DIGEST>
LoadModule auth_digest_module modules/mod_auth_digest.so
</IfDefine>
LoadModule authn_anon_module modules/mod_authn_anon.so
LoadModule authn_dbd_module modules/mod_authn_dbd.so
LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule authn_default_module modules/mod_authn_default.so
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authz_dbm_module modules/mod_authz_dbm.so
LoadModule authz_default_module modules/mod_authz_default.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_host_module modules/mod_authz_host.so
LoadModule authz_owner_module modules/mod_authz_owner.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule autoindex_module modules/mod_autoindex.so
<IfDefine CACHE>
LoadModule cache_module modules/mod_cache.so
</IfDefine>
LoadModule cgid_module modules/mod_cgid.so
<IfDefine DAV>
LoadModule dav_module modules/mod_dav.so
</IfDefine>
<IfDefine DAV>
LoadModule dav_fs_module modules/mod_dav_fs.so
</IfDefine>
<IfDefine DAV>
LoadModule dav_lock_module modules/mod_dav_lock.so
</IfDefine>
LoadModule dbd_module modules/mod_dbd.so
LoadModule deflate_module modules/mod_deflate.so
LoadModule dir_module modules/mod_dir.so
<IfDefine CACHE>
LoadModule disk_cache_module modules/mod_disk_cache.so
</IfDefine>
LoadModule env_module modules/mod_env.so
LoadModule expires_module modules/mod_expires.so
LoadModule ext_filter_module modules/mod_ext_filter.so
<IfDefine CACHE>
LoadModule file_cache_module modules/mod_file_cache.so
</IfDefine>
LoadModule filter_module modules/mod_filter.so
LoadModule headers_module modules/mod_headers.so
LoadModule ident_module modules/mod_ident.so
LoadModule imagemap_module modules/mod_imagemap.so
LoadModule include_module modules/mod_include.so
<IfDefine INFO>
LoadModule info_module modules/mod_info.so
</IfDefine>
LoadModule log_config_module modules/mod_log_config.so
LoadModule logio_module modules/mod_logio.so
<IfDefine CACHE>
LoadModule mem_cache_module modules/mod_mem_cache.so
</IfDefine>
LoadModule mime_module modules/mod_mime.so
LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule negotiation_module modules/mod_negotiation.so
<IfDefine PROXY>
LoadModule proxy_module modules/mod_proxy.so
</IfDefine>
<IfDefine PROXY>
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
</IfDefine>
<IfDefine PROXY>
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
</IfDefine>
<IfDefine PROXY>
LoadModule proxy_connect_module modules/mod_proxy_connect.so
</IfDefine>
<IfDefine PROXY>
LoadModule proxy_http_module modules/mod_proxy_http.so
</IfDefine>
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule speling_module modules/mod_speling.so
<IfDefine SSL>
LoadModule ssl_module modules/mod_ssl.so
</IfDefine>
<IfDefine INFO>
LoadModule status_module modules/mod_status.so
</IfDefine>
LoadModule unique_id_module modules/mod_unique_id.so
<IfDefine USERDIR>
LoadModule userdir_module modules/mod_userdir.so
</IfDefine>
LoadModule usertrack_module modules/mod_usertrack.so
LoadModule vhost_alias_module modules/mod_vhost_alias.so

# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.
#
# User/Group: The name (or #number) of the user/group to run httpd as.
# It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services.
User apache
Group apache

# Supplemental configuration
#
# Most of the configuration files in the /etc/apache2/modules.d/ directory can
# be turned on using APACHE2_OPTS in /etc/conf.d/apache2 to add extra features
# or to modify the default configuration of the server.
#
# To know which flag to add to APACHE2_OPTS, look at the first line of the
# the file, which will usually be an <IfDefine OPTION> where OPTIONS is the
# flag to use.
Include /etc/apache2/modules.d/*.conf

# Virtual-host support
#
# Gentoo has made using virtual-hosts easy. In /etc/apache2/vhosts.d/ we
# include a default vhost (enabled by adding -D DEFAULT_VHOST to
# APACHE2_OPTS in /etc/conf.d/apache2).
Include /etc/apache2/vhosts.d/*.conf

# vim: ts=4 filetype=apache



Reichen diese Informationen?

7

23.01.2008, 14:03

die subdomain brauche ich dringend...
daher bin ich für paar antworten dankbar!

8

23.01.2008, 14:18

Du weißt, das im Domainsystem floppydisk.xenrov.com nicht aufgelöst wird?

Wieviele DNS-Einträge erlaubt Dein Provider?
Meine Rechtschreibfehler sind gewollt und unterliegen dem Copyright des Verfassers, es sei denn, sie sind explizit unter die GPL gestellt .....

Außerdem sind sie ein Ausdruck der Persönlichkeit des Schreibers!

9

23.01.2008, 14:24

localhost ~ # cat /var/bind/xenrov.com.hosts
...
mail IN MX dragon

Fehlt da nicht was? So wie

Quellcode

1
mail                    IN      MX      10 dragon


... mit 'ner Zahl (bsp 10) als priorität Value ... reiner Schuß ins Blaue.
http://www.dyle.org
IM-Account (Jabber!) sind auf meiner HP ...
There is no place like /home

http://www.gentooforum.de
http://www.gentoofreunde.org

<div>how to annoy a web developer?</span>

10

23.01.2008, 14:29

die ganzen zahlen habsch net... aber es rennt alles.. wie viele subdomains ich anlegen darf: unlimed
zumindest steht keine begrenzung da: www.firstdedicated.de (ist nen sau laden)

aber ich habe auch immer rndc flush && rndc reload gemacht (rndc heists glaub ich.. ka) und apache2 neugestartet, daher verstehe ich es nicht

11

23.01.2008, 14:35

die ganzen zahlen habsch net... aber es rennt alles.. wie viele subdomains ich anlegen darf: unlimed
zumindest steht keine begrenzung da:


Kannst du den "services" noch Auflösen ... ist es nicht seltsam, das bei dir floppydisk

Quellcode

1
2
3
services IN CNAME dragon
mail IN MX dragon
floppydisk IN CNAME dragon

nach einem IMHO fehlerhaften IN MX Eintrag steht?
http://www.dyle.org
IM-Account (Jabber!) sind auf meiner HP ...
There is no place like /home

http://www.gentooforum.de
http://www.gentoofreunde.org

<div>how to annoy a web developer?</span>

12

23.01.2008, 14:46

das könnte echt das problem sein...
ich teste das grad mal, da die subdomain services geht o.o'''

13

23.01.2008, 15:54

localhost ~ # cat /var/bind/xenrov.com.hosts
$ttl 38400
xenrov.com. IN SOA server1932015482.serverpool.info tyran.xenrov.com. (
2008012304
10800
3600
604800
38400 )
xenrov.com. IN NS server1932015482.serverpool.info.
xenrov.com. IN NS slv2.1und1.de.
xenrov.com. IN A 193.201.54.82
dragon IN A 193.201.54.82
aod IN CNAME dragon
shiin IN CNAME dragon
www IN CNAME dragon
forum IN CNAME dragon
forums IN CNAME dragon
sc IN CNAME dragon
rev IN CNAME dragon
firedragon IN CNAME dragon
tyran IN CNAME dragon
irc IN CNAME dragon
services IN CNAME dragon
floppydisk IN CNAME dragon
mail IN MX 10 dragon


angepasst

localhost ~ # rndc flush && rndc reload
server reload successful
localhost ~ # /etc/init.d/apache2 restart
* Stopping apache2 ...
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName [ ok ]
* Starting apache2 ...
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName [ ok ]

jedoch:
Der Server unter floppydisk.xenrov.com konnte nicht gefunden werden.

geht immer noch net

14

23.01.2008, 16:01

Der Apache kann sich selbst nicht finden. Was sagt nslookup mit den einzelnen Domains da bei dir?
http://www.dyle.org
IM-Account (Jabber!) sind auf meiner HP ...
There is no place like /home

http://www.gentooforum.de
http://www.gentoofreunde.org

<div>how to annoy a web developer?</span>

15

23.01.2008, 16:11

localhost ~ # nslookup xenrov.com
Server: 81.3.3.81
Address: 81.3.3.81#53

Non-authoritative answer:
Name: xenrov.com
Address: 193.201.54.82

localhost ~ # nslookup forum.xenrov.com
Server: 81.3.2.130
Address: 81.3.2.130#53

Non-authoritative answer:
forum.xenrov.com canonical name = dragon.xenrov.com.
Name: dragon.xenrov.com
Address: 193.201.54.82

localhost ~ # nslookup floppydisk.xenrov.com
Server: 81.3.3.81
Address: 81.3.3.81#53

** server can't find floppydisk.xenrov.com.serverpool.info: NXDOMAIN

16

23.01.2008, 17:23

Also liegt es nicht an Apache sondern an dem DNSsystem ...

Kannst DU Dich mal direkt mit Deinem DNS-Server verbinden?
Meine Rechtschreibfehler sind gewollt und unterliegen dem Copyright des Verfassers, es sei denn, sie sind explizit unter die GPL gestellt .....

Außerdem sind sie ein Ausdruck der Persönlichkeit des Schreibers!

17

23.01.2008, 18:14

wie mach ich das?

die domain xenrov.com hostet das ja alles so zu sagen, die ist registriert bei 1und1. und dort ist der typ DNS gewählt, jedoch als nameserver ist mein eigener server eingetragen 1932015482.serverspool.info der kram halt...
nun .. was nun? ich weis nicht weiter, ich denke ich werde eine nicht mehr genutzt subdomain sollange mal dafür verwenden...

18

23.01.2008, 18:32

Läuft Dein bind auf der gleichen Maschiene?

Dann mach nach einem nslookup

Quellcode

1
2
3
4
5
6
7
8
9
10
birgit ~ # nslookup
> server DeineIP
Default server: DeineIP
Address: DeineIP#53
> forum.xenrov.com
Server:         DeineIP
Address:        DeineIP#53

Name:   floppydisk.xenrov.com
Address: ......


Alles was mit > Anfängt, ist eine "Kommandozeile"

Bitte "DeineIP" Anpassen mit der Adresse Deines Bind ....

P.S. Teste natürlich anstatt floppydisk.xenrov.com auch mit Deinen anderen Adresse um zu sehen, ob die Verbindung steht ...
P.P.S. Ist eigentlich rndc ein Shellscript? Sagt mir momentan nichts .... :o(
Meine Rechtschreibfehler sind gewollt und unterliegen dem Copyright des Verfassers, es sei denn, sie sind explizit unter die GPL gestellt .....

Außerdem sind sie ein Ausdruck der Persönlichkeit des Schreibers!

19

23.01.2008, 19:21

hab mal mit jemand anderen gesprochen...
laut ihm war die named.conf geschrottet
nun kommt das:

; <<>> DiG 9.4.1-P1 <<>> @193.201.54.82 floppydisk.xenrov.com
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49771
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 0

;; QUESTION SECTION:
;floppydisk.xenrov.com. IN A

;; ANSWER SECTION:
floppydisk.xenrov.com. 38400 IN CNAME dragon.xenrov.com.
dragon.xenrov.com. 38400 IN A 193.201.54.82

;; AUTHORITY SECTION:
xenrov.com. 38400 IN NS server1932015482.serverpool.info.
xenrov.com. 38400 IN NS slv2.1und1.de.

;; Query time: 45 msec
;; SERVER: 193.201.54.82#53(193.201.54.82)
;; WHEN: Wed Jan 23 19:17:10 2008
;; MSG SIZE rcvd: 149


sprich, abwarten und tee trinken bis alle nameserver wissen das es ne neue subdomain gibt O.o

20

23.01.2008, 19:53

Jep .. und dann erst apache testen.....

War also bisher kein APACHE sondern ein Nameserver-Problem ...

Weißt Du noch den fehler in der named.conf??
Meine Rechtschreibfehler sind gewollt und unterliegen dem Copyright des Verfassers, es sei denn, sie sind explizit unter die GPL gestellt .....

Außerdem sind sie ein Ausdruck der Persönlichkeit des Schreibers!