[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apache2-Alias auf anderen Port lauschen lassen?



Am Sonntag 25 Mai 2008 10:54:20 schrieb Ansgar Burchardt:
> Du kannst das mit <VirtualHost> erreichen, aber dann kann noch immer
> jeder darauf zugreifen.
Das krieg ich nicht hin. Weder manuell, noch per webmin (VirtualHost anlegen).

# cat /etc/apache2/conf.d/pitchfork
{
<VirtualHost *:50>
 DocumentRoot "/var/lib/mpd/webinterface"
 ServerName pitchfork
 ServerAdmin webmaster@localhost
  <Directory />
  Options FollowSymLinks
  AllowOverride All
  </Directory>
</VirtualHost>
}

{
# /etc/init.d/apache2 restart (Auszug)
[error] VirtualHost *:50 -- mixing * ports and non-* ports with a 
NameVirtualHost address is not supported, proceeding with undefined results
}

Sieht jemand einen Fehler?


Reply to: