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
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
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
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
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
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
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