No mod_dir does not work, because mod_webapp first finds a match for /myapp , further processing of all /myapp/... is from now on not been done by apache.
I also tried to manipulate with the Alias directive (like it is used for /icons/) but did not work either; probably the same reason as with mod_dir Christian > -----Urspr�ngliche Nachricht----- > Von: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 27. M�rz 2002 15:33 > An: Tomcat Users List > Betreff: AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching > > > Did you try my apache work around ? > > > -----Urspr�ngliche Nachricht----- > > Von: Schulze Christian [mailto:[EMAIL PROTECTED]] > > Gesendet: Mittwoch, 27. M�rz 2002 13:43 > > An: 'Tomcat Users List' > > Betreff: AW: Tomcat, Webapp, Apache and mod_ssl, Protocol > is switching > > > (or any workaround) please let me know > > > > > > > LoadModule dir_module <path-to-apache>/lib/mod_dir.so > > > > > > ... > > > > > > <IfModule mod_dir.c> > > > DirectoryIndex index.html /index.html > > > # First look in the requested directory for index.html, > > > # if this file doesn't exist look in the document root for > > > # index.html > > > </IfModule> > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
