.
Is there a way to do this hum.. more seriously ?
Phil
Vincent Bray wrote:
On 12/06/07, philguillard <[EMAIL PROTECTED]> wrote:
I get many attempts to DocumentRoot, they seem not to be correlated with
user requests for pages, and it comes 15 lines like this one beow at the
same time:
[err
hi all,
I hope my question is not too stupid:
I get many attempts to DocumentRoot, they seem not to be correlated with
user requests for pages, and it comes 15 lines like this one beow at the
same time:
[error] [client 127.0.0.1] Attempt to serve directory:
/usr/local/apache2/htdocs/myapp/
eRule ^(.+)/img/folder/no.gif
Regards,
Phil
why not have a rewrite that says if the request is an image, and is not
present, then redirect to the 404 images, you can capture the type of
extension in the rewrite and direct to the appropriate pre-rendered image.
philguillard wrote:
Hi,
I'd like to render a specific 404.gif file when the requested
gif/png/jpg image is not found on the file system while other documents
are still redirected to a 404.html document with "ErrorDocument 504
/404.html" directive.
Is there a way to do that in http.conf? I can do it within my
a
Hi,
I get troubles rendering emails with mod_mbox (rls 0.2 or svn trunk or
branch/surgery, launching /usr/local/apache2/bin/mod-mbox-util -v -c
/foo to index my mboxes)
-I get a message "An error occured while fetching this message, sorry !"
with mod_mbox if i try to index multipart/alternati
Hi,
I use prefixes (foo1.domain.com, foo2.doamin.com), my application is
made of a servlet inside one container/context. So it is not virtual
hosting, just a prefix changed from left to right side with mod_rewrite
rules:
RewriteCond %{HTTP_HOST} !^www\.mydomain\.org [NC]
RewriteRule ^(.+) www