Name-based Virtual Hosts Default

2014-01-07 Thread Bjoern.Becker
Hallo, ich nutze mehrere namensbasierte vhosts auf einem apache 2.2 und möchte verhindern das auch ein Zugriff mit der IP-Adresse/Port möglich ist. Da ansonsten Zugriff auf den Webserver möglich ist welcher normalerweise nicht erlaubt ist, was einfach daran liegt das z.B. manche vhosts keinen

Re: Name-based Virtual Hosts Default

2014-01-07 Thread Reindl Harald
Am 07.01.2014 17:04, schrieb bjoern.bec...@easycash.de: ich nutze mehrere namensbasierte vhosts auf einem apache 2.2 und möchte verhindern das auch ein Zugriff mit der IP-Adresse/Port möglich ist. Da ansonsten Zugriff auf den Webserver möglich ist welcher normalerweise nicht erlaubt ist,

Re: Name-based Virtual Hosts Default

2014-01-07 Thread Customercare
Am 07.01.2014 17:04, schrieb bjoern.bec...@easycash.de: Hallo, ich nutze mehrere namensbasierte vhosts auf einem apache 2.2 und möchte verhindern das auch ein Zugriff mit der IP-Adresse/Port möglich ist. Da ansonsten Zugriff auf den Webserver möglich ist welcher normalerweise nicht erlaubt

AW: Name-based Virtual Hosts Default

2014-01-07 Thread Bjoern.Becker
Hallo, das ist genau das was mir ein Rätsel ist. Wonach richtet sich die Reihenfolge? Ich habe ja die virtuell hosts in mehreren Dateien. Mit freundlichen Grüßen / Best regards Björn -Ursprüngliche Nachricht- Von: Customercare [mailto:customerc...@resellerdesktop.de] Gesendet:

Re: Name-based Virtual Hosts Default

2014-01-07 Thread Reindl Harald
Der *erste* gefundene egal ob in httpd.conf oder irgendein Include folder/*.conf Im Fall von Include folder/*.conf alphabetisch nach Dateiname 1-default.conf gewinnt Am 07.01.2014 17:30, schrieb bjoern.bec...@easycash.de: das ist genau das was mir ein Rätsel ist. Wonach richtet sich die

AW: Name-based Virtual Hosts Default

2014-01-07 Thread Bjoern.Becker
Großartig! Funktioniert einwandfrei: $ apache2ctl -S VirtualHost configuration: 127.0.0.1:80 is a NameVirtualHost default server localhost (/etc/apache2/sites-enabled/1-default:1) port 80 namevhost localhost (/etc/apache2/sites-enabled/1-default:1)

[users@httpd] .htaccess that also works for parent directory listing, Apache 2.2 and 2.4

2014-01-07 Thread jidanni
I need a way to write the perfectly working Apache 2.4 .htaccess, If %{HTTP_HOST} !~ /radioscanningtw\.jidanni\.org/i Deny from all /If to also be able to work correctly for Apache 2.2.9. Thanks. SetEnvIf etc. cannot be used: please see https://issues.apache.org/bugzilla/show_bug.cgi?id=55957

[users@httpd] How to limit the number of requests routed to Tomcat via Apache V2.4.3

2014-01-07 Thread Sailaja Gadireddy
Hello Team, We have a requirement where the tomcat load has to be managed by tuning the following parameters. -- Limit the number of user requests at Apache level that are routed to Tomcat server. -- Track the number of processed requests and the requests that are queued at Apache level.