You are not logged in.
Dear visitor, welcome to Aqua Computer Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Quoted from "bubumeister"
software
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
NameVirtualHost 81.169.179.252:80 <VirtualHost 81.169.179.252:80> ServerName www.gaststaette-feldmann.de ServerAlias gaststaette-feldmann.de 81.169.179.252.gaststaette-feldmann.de DocumentRoot c:/webserver/xampp/htdocs/feldmann AccessFileName .htaccess </VirtualHost> <VirtualHost 81.169.179.252:80> ServerName www.gaststätte-feldmann.de DocumentRoot c:/webserver/xampp/htdocs/feldmann AccessFileName .htaccess </VirtualHost> <VirtualHost 81.169.179.252:80> ServerName www.wolf-light.de DocumentRoot c:/webserver/xampp/htdocs/wolf_light AccessFileName .htaccess </VirtualHost> |
Quoted from "hurra@XGL"
Trotzdem würde ich den Zugriff dann ausm Internet sperren und nur über loopback erlauben. Das genügt.
-