SV: [us...@httpd] Options "per address"?

2009-04-25 Thread Anders Norrbring
> Anders Norrbring wrote: > > Is there a way to control options for a directory per address mask? > > > > Like from 192.168.111.0/24, I can have 'Options All' but from all > other > > addresses, 'Options None'.. > > > As far as I know, and

[us...@httpd] Options "per address"?

2009-04-24 Thread Anders Norrbring
Is there a way to control options for a directory per address mask? Like from 192.168.111.0/24, I can have 'Options All' but from all other addresses, 'Options None'.. Anders - The official User-To-User support forum of the Apa

SV: [us...@httpd] Tips for redirects

2009-03-18 Thread Anders Norrbring
> On Tue, Mar 17, 2009 at 12:44 PM, Anders Norrbring > wrote: > >> On Mon, Mar 16, 2009 at 2:15 PM, Anders Norrbring > > >> wrote: > >> > Hi all. > >> > I'm not really familiar with the redirects and regex's needed to > use >

SV: [us...@httpd] Tips for redirects

2009-03-17 Thread Anders Norrbring
> On Mon, Mar 16, 2009 at 2:15 PM, Anders Norrbring > wrote: > > Hi all. > > I'm not really familiar with the redirects and regex's needed to use > it, so I'd like to get some hints.. > > > > I have a web server serving a number of websites, and w

[us...@httpd] Tips for redirects

2009-03-16 Thread Anders Norrbring
Hi all. I'm not really familiar with the redirects and regex's needed to use it, so I'd like to get some hints.. I have a web server serving a number of websites, and while it's down I'd like to have some redirects set up on another machine. The setup I'm looking for is: 1. Redirect all image

SV: [us...@httpd] rewrite rule ideas needed..

2009-01-09 Thread Anders Norrbring
> 2009/1/9 Anders Norrbring : > > But how can I create a setup that will simple add www to any of the > valid > > ServerAlias names listed in the virtual host? They shall keep the > domain > > name part as is, and not rewrite to one name only. > > Have a look a

[us...@httpd] rewrite rule ideas needed..

2009-01-09 Thread Anders Norrbring
Hi. I'm looking at a setup with 6 different ServerAlias in the same single VirtualHost, and I want a rewrite rule that can rewrite calls missing the 'www' part to add that. Looking at example pages I see that this works for a single host name: RewriteEngine On RewriteCond %{HTTP_HOST} !

Re: [EMAIL PROTECTED] Protecting a specific URL with Apache / Jabber server

2007-04-23 Thread Anders Norrbring
those ports? If it uses Apache as it's web interface, just use .htaccess as normal. Anders Norrbring - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html>

Re: [EMAIL PROTECTED] Compiling Apache 2.2.3 - SuSe 10.1 64 bits

2006-11-04 Thread Anders Norrbring
You could try to use the source RPM, or even the ready compiled RPMs from ftp://ftp.norrbring.com/pub/linux/inst-source/ Anders Norrbring Norrbring Consulting Rodolfo skrev: Does anyone know how to solve it ? I receive the following message after I comand the make ./configure --prefix=/opt

[EMAIL PROTECTED] Re: STOP SPAMMING

2006-06-23 Thread Anders Norrbring
hui xu skrev: I don't want to do it! Just want to be removed from your mail list */Anders Norrbring <[EMAIL PROTECTED]>/* wrote: Would you mind stop spamming? -- Then send an e-mail from your signed up address to the unsubscribe address! If you missed it in all posts, i

Re: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Anders Norrbring
Pid skrev: and please stop emailing the list Anders Norrbring wrote: hui xu skrev: Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails. Just send an empty mail from the subscribed address to: [EMAIL PROTECTED] ?? And how do you suggest I

Re: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Anders Norrbring
Graham Frank skrev: Is everyone else being flooded by this guy, or is it just me? I’ve gotten at least 50 in the past few minutes. We all are.. I've added a filter to reply to every mail from him... I wonder how that feels in his inbox.. :) Anders.

Re: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Anders Norrbring
hui xu skrev: Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails. Come on! It doesn't help to spam the list! - The official User-To-User support forum of the Apache HTTP Server P

Re: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Anders Norrbring
hui xu skrev: Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails. Just send an empty mail from the subscribed address to: [EMAIL PROTECTED] - The official User-To-User support f

Re: [EMAIL PROTECTED] Header problems..

2005-11-27 Thread Anders Norrbring
On 2005-11-27 14:26 Nick Kew wrote: On Sunday 27 November 2005 12:54, Anders Norrbring wrote: On 2005-11-27 13:37 Anders Norrbring wrote: I'm trying to validate a site as XHTML 1.1, Content-Type: text/html; charset=' . iso-8859-1 . ' I can't tell why that'

Re: [EMAIL PROTECTED] Header problems..

2005-11-27 Thread Anders Norrbring
On 2005-11-27 13:37 Anders Norrbring wrote: I'm trying to validate a site as XHTML 1.1, and all the web pages are okay according to the W3C validator. But as soon as I put them on my Apache 2.0.54 server I run into problems.. I get this response: "The character encoding specified i

[EMAIL PROTECTED] Header problems..

2005-11-27 Thread Anders Norrbring
om the value in the element (utf-8). I will use the value from the HTTP header (utf-8) for this validation." Seems like the server send an invalid header somehow. I have this in the .htaccess file: AddCharset utf-8 .php .html AddDefaultCharset utf-8 -- Anders Norrbring