Vhost Document Root

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Vhost Document Root

    Hallöchen, ich versuche grad einen Vhost einzurichten, was ansich schon klappt. Ich hab nur das Problem, dass mein VHost immer auf den Hauptpfad leitet und nich auf den, den ich angegeben habe.

    Bsp:

    <VirtualHost 127.0.0.1:80>
    ServerName test.bla.de
    DocumentRoot /opt/lampp/htdocs/ionas21
    </VirtualHost>

    gibt man nun test.bla.de ein wird man aber nu nach /opt/lampp/htdocs geleitet

    So langsam aber sicher fäll mir auch nichts ein :/

    Wäre für jeden Tipp dankbar.
    Für Rechtschreibfehler übernehme ich keine Haftung!

  • #2
    das hier auch beachtet?

    Auszug aus dem Doku
    Each Virtual Host must correspond to a different IP address, different port number or a different host name for the server, in the former case the server machine must be configured to accept IP packets for multiple addresses. (If the machine does not have multiple network interfaces, then this can be accomplished with the ifconfig alias command -- if your OS supports it).

    Kommentar


    • #3
      Das wäre doch mit den Einträgen in /etc/hosts getan?

      #
      # hosts This file describes a number of hostname-to-address
      # mappings for the TCP/IP subsystem. It is mostly
      # used at boot time, when no name servers are running.
      # On small systems, this file can be used instead of a
      # "named" name server.
      # Syntax:
      #
      # IP-Address Full-Qualified-Hostname Short-Hostname
      #

      127.0.0.1 localhost
      127.0.0.1 test.bla.de
      Für Rechtschreibfehler übernehme ich keine Haftung!

      Kommentar


      • #4
        liest nochmals

        Kommentar


        • #5
          setzt ich den VHost auf meine Netzwerk IP, dann klappts auch nicht :/

          Oder ich verstehe etwas absolut falsch
          Für Rechtschreibfehler übernehme ich keine Haftung!

          Kommentar


          • #6
            Danke habs.

            Lag daran dass in der httpd.conf das Include von httpd-vhost.conf noch auskommentiert war.

            *kopfeinzieh*
            Für Rechtschreibfehler übernehme ich keine Haftung!

            Kommentar


            • #7
              @asp
              i.d.r. hat man einen NIC mit einer IP.
              wenn man nun mehrere namen darauf auflaufen lassen will, kann man diese beim apache via virtualhost unterscheiden. und hier ist i.d.r. auch nur der servername im config entscheidend.

              @Damian1984
              hast du es mal ausprobiert, dass dein neuer (2.) webname nicht als unterverzeichnis des standard-verzeichnisses gilt?

              also nicht: /opt/lampp/htdocs/ionas21
              sondern z.b. /opt/lampp/htdocs2ionas21
              INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


              Kommentar


              • #8
                Hi,

                wenn der server anhand des servernamens entscheiden soll
                musst du NameVirtualHost für den entsprechenden port aktivieren.

                greets
                (((call/cc call/cc) (lambda (x) x)) "Scheme just rocks! and Ruby is magic!")

                Kommentar

                Lädt...
                X