[EMAIL PROTECTED] configuration module array erased?

2006-06-26 Thread Emmanuel.Leguy
OS: solaris 9 Apache: 2.2 A module directive is defined like that: AP_INIT_TAKE1(MyDirective, my_directive_function, NULL, OR_FILEINFO,Message), Where my_directive_function is: static const char *my_directive_function (cmd_parms *cmd, void *dummy, const char *data) { server_rec* s =

[EMAIL PROTECTED] mod_autoindex ignore restrited directory

2006-06-15 Thread Emmanuel.Leguy
Hello, When i have directives which restrict access in a .htaccess file, i can't list the directory in the upper directory. Is it normal? Ex: in http://www.truc.fr/dir/child/ i have this .htaccess: AuthType Basic AuthName restricted access AuthBasicAuthoritative off require valid-user If i

[EMAIL PROTECTED] mod_proxy, mod_authz_host and .htaccess

2006-06-13 Thread Emmanuel.Leguy
Hello, Config: - Reverse proxy server: solaris 9, apache 2.2 - Proxied server: solaris 9, apache 2.2 Requests to userdir are reverse proxied: http://www.real.fr/~login - http://www.priv/~login Some users use a .htaccess file with order, allow and deny directives: order deny,allow deny from

[EMAIL PROTECTED] Access counter

2006-05-22 Thread Emmanuel.Leguy
Hello, I am looking for a good web page access counter for apache 2.2. Users must be able to use this counter in ther public_html space. - Muquit seems to be fine but it is not maintained anymore (lastest change: 2.6-beta in 2001). - WebCounter does not seems to be maintained anymore and it is

Re: [EMAIL PROTECTED] Access counter

2006-05-22 Thread Emmanuel.Leguy
Richard Collyer a écrit : There are plenty of free counters that users add via an image. This could be an idea. It is exactly what I need. Why not give them awstats or something...would be nice to have. I already use it but users want a counter in real time. Thanx, Manu. -- Emmanuel

[EMAIL PROTECTED] User dir an reverse proxy

2006-03-03 Thread Emmanuel.Leguy
Hello, My config: proxy server: Apache 2.2 real server: Apache 1.3 (2.2 soon) I would like to reverse proxy requests to userdir (public_html) like that: http://proxy.domain.fr/~username -- http://realserver.domain.fr/~username Thoose directives work for that particular 'username': PassProxy

Re: [EMAIL PROTECTED] User dir an reverse proxy

2006-03-03 Thread Emmanuel.Leguy
, thank you very much for this solution. Manu. Emmanuel.Leguy a écrit : Hello, My config: proxy server: Apache 2.2 real server: Apache 1.3 (2.2 soon) I would like to reverse proxy requests to userdir (public_html) like that: http://proxy.domain.fr/~username -- http://realserver.domain.fr