Re: [us...@httpd] directory listing & subdirectories with .htaccess

2009-03-26 Thread Michael Ludwig
Hi Frank, thank you very much, That's it! ;-) Michael 2009/3/26 Frank Gingras : > Michael, > > Try IndexOptions ShowForbidden (2.2.x) > > Frank. > > Michael Ludwig wrote: >> >> Hi! >> >> I'm experiencing the following problem: &g

[us...@httpd] directory listing & subdirectories with .htaccess

2009-03-26 Thread Michael Ludwig
Hi! I'm experiencing the following problem: I changed the look&feel of the directory listings with mod_autoindex. Works great so far. But the directory listing doen't list the subdirectories which are secured with .htaccess-Files. Is there a possibility to change this behaviour?? Best wishes Mic

Re: [us...@httpd] animated gif play or no play?

2009-01-14 Thread Michael Ludwig
not play from the website where it is shown in a frame from an html file... Maybe a separate issue, related to HTML - nothing to do with Apache. Michael Ludwig - The official User-To-User support forum of the Apache HTTP Server

Re: [us...@httpd] configure script creating unsolicited dependencies

2009-01-13 Thread Michael Ludwig
Michael Ludwig schrieb: I want an Apache with the standard modules plus mod_rewrite. ./configure --prefix=/usr/local/apache22w \ --with-mpm=worker --enable-rewrite I solved this by adding the follwing option: --with-included-apr lobster:/usr/local/src/httpd-2.2.11# ldd httpd linux

Re: [us...@httpd] configure script creating unsolicited dependencies

2009-01-13 Thread Michael Ludwig
* in order to avoid acquiring a dependency on, say, libkrb5. I'd be looking for the *effective* configure options in order to know what to deconfigure. Turns out this is not the road to follow. See my next reply. Michael Ludwig --

Re: [us...@httpd] configure script creating unsolicited dependencies

2009-01-13 Thread Michael Ludwig
Michael Ludwig schrieb: I want an Apache with the standard modules plus mod_rewrite. ./configure --prefix=/usr/local/apache22w \ --with-mpm=worker --enable-rewrite However, I do get a lot of extra stuff. This is not what I want. lobster:/usr/local/src/httpd-2.2.11# ldd httpd [libsqlite3

Re: [us...@httpd] Setting DirectoryIndex to a Location?

2009-01-13 Thread Michael Ludwig
Bob Ionescu schrieb: 2009/1/12 Michael Ludwig : Bob Ionescu schrieb: http://httpd.apache.org/docs/2.2/sections.html#mergin Thanks. This helps a bit. But I still don't quite understand the meaning of "be applied" and "be evaluated" in this section. Does this re

Re: [us...@httpd] Linux SSL Permission for htdocs directory

2009-01-13 Thread Michael Ludwig
Tomcat runs as If this happens to be the problem, try adding a more permissive umask to $Tomcat/bin/catalina.sh : umask 022; Michael Ludwig - The official User-To-User support forum of the Apache HTTP Server Pr

Re: [us...@httpd] How to manage ~150 Webspaces

2009-01-13 Thread Michael Ludwig
ion. http://www.cri.ensmp.fr/~coelho/mod_macro/#examples Michael Ludwig - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe,

Re: [us...@httpd] Setting DirectoryIndex to a Location?

2009-01-12 Thread Michael Ludwig
Bob Ionescu schrieb: 2009/1/12 Michael Ludwig : Bob Ionescu schrieb: The location walk will be processed (again) after the directory and file walk. So my assumption was wrong. Does anyone know in which document this behaviour is described? http://httpd.apache.org/docs/2.2/sections.html

Re: [us...@httpd] Setting DirectoryIndex to a Location?

2009-01-12 Thread Michael Ludwig
Bob Ionescu schrieb: 2009/1/9 Michael Ludwig : I think here's what happens: By the time Apache has decided, following the Alias, to use the container to locate the requested resource, it is already tied to the filesystem context; and it is now too late to take any containers into ac

Re: [us...@httpd] apache2-2.2.3-16.18 https connection takes 30s

2009-01-12 Thread Michael Ludwig
94(1448) ack 522 win 1984 Sorry, no idea. What's going on in that precise instant? Michael Ludwig - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html&g

[us...@httpd] configure script creating unsolicited dependencies

2009-01-12 Thread Michael Ludwig
The system has quite some libraries installed, and it looks to me as if configure thinks I want an Apache with all those features possible. Is this the expected behaviour? If so, how do I have to run configure to get what I want? Or maybe I hav

Re: [us...@httpd] Apache Perl/CGI Question

2009-01-09 Thread Michael Ludwig
at's a piece of cake; don't know how difficult it is to get this to work on Windows. Michael Ludwig PS: Wunderschöner Nachname! - The official User-To-User support forum of the Apache HTTP Server Project. Se

Re: [us...@httpd] Setting DirectoryIndex to a Location?

2009-01-09 Thread Michael Ludwig
Eric Covener schrieb: On Fri, Jan 9, 2009 at 9:26 AM, Michael Ludwig wrote: Var EumelRoot /home/milu/www/eumel Apache has very basic support for environment variables (from the shell) via ${FOO}, or see mod_macro. Thanks. http://www.cri.ensmp.fr/~coelho/mod_macro/ Another option, of

Re: [us...@httpd] Setting DirectoryIndex to a Location?

2009-01-09 Thread Michael Ludwig
Brian Mearns schrieb: On Fri, Jan 9, 2009 at 9:26 AM, Michael Ludwig wrote: I thought so, too. I had tried, unsuccessfully: DirectoryIndex linch (Note that I believe without a leading slash, this will look append "/linch" to whatever address the user has entered, e.g., server.co

Re: [us...@httpd] Setting DirectoryIndex to a Location?

2009-01-09 Thread Michael Ludwig
e often wished Apache had a feature like: Var EumelRoot /home/milu/www/eumel Alias /eumel $EumelRoot/www ... ... Michael Ludwig - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apach

[us...@httpd] Setting DirectoryIndex to a Location?

2009-01-09 Thread Michael Ludwig
Given the following configuration: Alias /eumel /home/milu/www/eumel/www Options +Indexes SetHandler perl-script PerlResponseHandler Eumel::Web::LinCh Is there a way to make the program at /eumel/linch the directory index without resorting to an HTTP redirect? Michael Ludwig