Trotz SEARCH voll das vhost PROB

Irgendwelche Probleme mit XAMPP für Linux? Dann ist hier genau der richtige Ort um nachzufragen.

Trotz SEARCH voll das vhost PROB

Postby Crash0r » 15. September 2004 18:38

Hi erstma,

fettes lob an Entwickler TEAM ;)

----------------------------------------------------------

Meine Komponenten:

1. UNIX (Firewall) Extern Router (NAT an Internal FTP/HTTP Ports 80/8080/443/21/22)
2. SUSE LINUX ENTERPRICE mit lampp
3. Windows 2003 Server (DomainConroller) / DynDNS update (zwei Domains)

wenn ich nun die Domains im Explorer eingebe gelange ich immer ins Document root jedoch nicht ins vhostz verzeichnis. habe schon diverse änderungen vorgenommen. hat da jemand einen rat ? derzeit kommt nicht einmal eine fehlermeldung *g*

-----------------------------------------------------------
httpd.conf
Code: Select all
#
# Use name-based virtual hosting.
#
NameVirtualHost www.www1.de

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
<VirtualHost www.www1.de:80>
    ServerAdmin webmaster@www1.de
    DocumentRoot /opt/lampp/htdocs/www1.de
    ServerName www.www1.de
#    ErrorLog logs/dummy-host.example.com-error_log
#    CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>

<VirtualHost www.www2.de:8080>
    ServerAdmin webmaster@www2.de
    DocumentRoot /opt/lampp/htdocs/www2.de
    ServerName www.www2.de
#    ErrorLog logs/dummy-host.example.com-error_log
#    CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>

Alias /phpmyadmin "/opt/lampp/phpmyadmin"

# since XAMPP 1.4.3
<Directory "/opt/lampp/phpmyadmin">
    AllowOverride AuthConfig Limit
</Directory>


THX Crash0r
Crash0r
 
Posts: 1
Joined: 15. September 2004 18:27

Return to XAMPP für Linux

Who is online

Users browsing this forum: No registered users and 19 guests