Bug#447264: apache2.2-common: icons do not work on virtualhost with mod_rewrite on

2007-11-09 Thread Richard van den Berg
Stefan Fritsch wrote: > Maybe you got confused by the browser cache and the problem was > actually something else? Can you reproduce it again if you remove the > SymLinksIfOwnerMatch from /usr/share/apache2/icons? > I removed it, and get the error when I visit http://rob.roukens.org/images1/

Bug#447264: apache2.2-common: icons do not work on virtualhost with mod_rewrite on

2007-11-09 Thread Stefan Fritsch
On Friday 09 November 2007, Richard van den Berg wrote: > All I have for rewrite rules are like the following, stripping www > from the site name. They are in > /etc/apache2/sites-available/default > > RewriteCond %{HTTP_HOST} www.rob.roukens.org [NC] > RewriteRule ^.*$ http://rob.roukens.o

Bug#447264: apache2.2-common: icons do not work on virtualhost with mod_rewrite on

2007-11-09 Thread Richard van den Berg
All I have for rewrite rules are like the following, stripping www from the site name. They are in /etc/apache2/sites-available/default RewriteCond %{HTTP_HOST} www.rob.roukens.org [NC] RewriteRule ^.*$ http://rob.roukens.org/ [R,L] Here is one example of a virtual host that showed this

Bug#447264: apache2.2-common: icons do not work on virtualhost with mod_rewrite on

2007-11-09 Thread Stefan Fritsch
[icons do not work on virtualhost with mod_rewrite on] It works for me. What exactly are you trying to do? Putting a .htaccess in /usr/share/apache2/icons? Or what are your rewrite rules and in which config section are they located? On Friday 19 October 2007, Richard van den Berg wrote: > I bel

Bug#441404: apache2.2-common: SSLCertificateChainFile in virtual host context

2007-11-09 Thread Stefan Fritsch
On Sunday 09 September 2007, Jeroen Dekkers wrote: > According to the documentation, SSLCertificateChainFile should also > work in a virtual host context, but it doesn't really have any > effect there. Apache only sends the certificate chain when I > specify the chain with SSLCertificateChainFile i

Bug#449027: vserver: [notice] child pid 27907 exit signal Segmentation fault (11)

2007-11-09 Thread Stefan Fritsch
On Saturday 03 November 2007, Gerhard Gaußling wrote: > You're using a 32-bit installation with a 64-bit kernel, right? > > GDB doesn't work in this configuration.  It's a kernel bug; the > ptrace 32-bit emulation does not handle some operations that normal > i386 ptrace handles. If that's the pro

Bug#449109: apache2.2-common: AliasMatch regexen broken if number of path elements differ

2007-11-09 Thread Stefan Fritsch
On Friday 09 November 2007, Simon Raven wrote: > > > i get that funky /htdocs error from another bug (#317460). > > > > That likely means that the DocumentRoot is not defined for the > > VirtualHost Apache is trying to serve. It could also mean that > > Apache does not find a VirtualHost for the re

Bug#449109: apache2.2-common: AliasMatch regexen broken if number of path elements differ

2007-11-09 Thread Simon Raven
On 03/11/2007, Stefan Fritsch <[EMAIL PROTECTED]> wrote: > On Saturday 03 November 2007, Simon Raven wrote: > > this works (better): > > AliasMatch ^/user/([a-zA-Z0-9]+)/?(.*) /home/$1/public_html/$2 > > > > but when i do: > > AliasMatch ^/user/([a-zA-Z0-9]+)/?(.*) /home/$1/public_html/pub/$2 > > T