Re: [EMAIL PROTECTED] mod_authz_host problem

2007-02-15 Thread Nando Ronsisvalle
Joshua Slive ha scritto: Directory takes a full path relative to the root of the filesystem, not relative to the DocumentRoot. See: http://httpd.apache.org/docs/2.2/sections.html#file-and-web Joshua. Ok! Now works right. I find another error on AllowOverride directive. I setted "none" paramete

Re: [EMAIL PROTECTED] mod_authz_host problem

2007-02-13 Thread Nando Ronsisvalle
Maurer, Hermann ha scritto: Hi, please try this: Order deny,allow allow from 192.168.0.0/24 deny from all Gruß/Regards, Hermann Maurer Doesn't works! It seems ignore directive. NR - The official User-To-User sup

Re: [EMAIL PROTECTED] mod_authz_host problem

2007-02-13 Thread Nando Ronsisvalle
Maurer, Hermann ha scritto: Hi, please try this: Order deny,allow allow from 192.168.0.0/24 deny from all Gruß/Regards, Hermann Maurer Doesn't works! It seems ignore directive. NR -- Saluti / Best regards --- * * / Nando Ronsisvalle / * * / / / / / / I.C.T. Depar

[EMAIL PROTECTED] mod_authz_host problem

2007-02-13 Thread Nando Ronsisvalle
Hi i'm setting access control on a fresh installed apache 2.2.4 linux box. Setting on a sub-directory this directive: Order deny,allow deny from all doesn't work. What am i wrong? this is a part of my http.conf DocumentRoot "/home/www/htdocs" # # Each directory to which Apache has access can be

Re: [EMAIL PROTECTED] Apache management and benchmark/test tools

2007-02-08 Thread Nando Ronsisvalle
Steve Feehan ha scritto: I've only used it once (and somewhat begrudgingly since it's not my cup of tea) but you might take a look at webmin. It supports apache configuration: http://www.webmin.com/ http://www.webmin.com/screens/apache.gif I know webmin, but i didn't know it has an apache mo

Re: [EMAIL PROTECTED] Apache management and benchmark/test tools

2007-02-07 Thread Nando Ronsisvalle
Sander Temme ha scritto: On Feb 7, 2007, at 3:36 AM, Nando Ronsisvalle wrote: I'm looking for a tool or a set of tools to test (performances), benchmark and manage this web server. There are many, from simple and free (ab, http_load, siege) to not-so-simple and free (flood, jmeter) al

[EMAIL PROTECTED] Apache management and benchmark/test tools

2007-02-07 Thread Nando Ronsisvalle
Hi all i recently installed develop server with linux gentoo and apache 2.2.4. I'm looking for a tool or a set of tools to test (performances), benchmark and manage this web server. i have to manage some virtual hosts, htaccess files. Usually i prefer to edit .conf files by hand, but in this cas