Re: [EMAIL PROTECTED] language-based redirection

2008-02-07 Thread Zbigniew Szalbot
2008/2/7, Nick Kew <[EMAIL PROTECTED]>: > On Thu, 7 Feb 2008 10:33:44 +0100 > "Zbigniew Szalbot" <[EMAIL PROTECTED]> wrote: > > > > Now I am putting in the index.html.po.iso8859-2 file the following > > code: > content="http://domain.tld/test/pl/index.php";> > http-equiv="Status" content="301 No

Re: [EMAIL PROTECTED] Apache error Please Help!

2008-02-07 Thread mohannbr
Tony Stevenson-2 wrote: > > mohannbr wrote: >> >> >> We found the following error while starting apache .. >> >> Cannot load /usr/local/apache2/modules/libphp4.so into server: >> /usr/local/apache2/modules/libphp4.so: cannot restore segment prot after >> reloc: Permission denied > > I thi

Re: [EMAIL PROTECTED] Do NOT add a slash at the end of the directory path.

2008-02-07 Thread solprovider
On Thu, Feb 7, 2008 at 4:29 PM, Lloyd Parkes <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Input validation is typically handled with something like: > > if(ServerRoot ends with slash) ServerRoot = > ServerRootWithFinalSlashRemoved; > I must confess that I thought this was the norma

Re: [EMAIL PROTECTED] Mod rewrite - can it tell if a requested file exists

2008-02-07 Thread Christian Folini
Hi Lance, Have you checked the documentation? http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewritecond Christian On Fri, Feb 08, 2008 at 12:47:52AM -0600, Campbell, Lance wrote: > Apache 2.2 > > > > I know it is possible to chain mod rewrite rules. Is it possible with > mod rewrite

[EMAIL PROTECTED] Mod rewrite - can it tell if a requested file exists

2008-02-07 Thread Campbell, Lance
Apache 2.2 I know it is possible to chain mod rewrite rules. Is it possible with mod rewrite to test for the existence of a requested file? Example: Requested URL: http://acme.com/abc/123 Sudo Code: If the URL matches /abc/* Then rewrite the URL to /zzz/abc/123 if th

Re: [EMAIL PROTECTED] Mod Disk Cache Problem

2008-02-07 Thread Colm MacCarthaigh
On Thu, Feb 07, 2008 at 04:30:38PM -0600, Campbell, Lance wrote: > I am using mod disk cache to cache some dynamic content. It works great > if there are NO parameters passed to the requested URL. anything with a query string is considered uncacheable unless the thing handling the query sets an e

[EMAIL PROTECTED] Mod Disk Cache Problem

2008-02-07 Thread Campbell, Lance
Apache 2.2.8 I am using mod disk cache to cache some dynamic content. It works great if there are NO parameters passed to the requested URL. Working Example: http://qa.webtools.uiuc.edu/rssManager/imageList/30/1 But if I pass any parameters at all the URL is not cashed. Example

Re: [EMAIL PROTECTED] Do NOT add a slash at the end of the directory path.

2008-02-07 Thread Lloyd Parkes
[EMAIL PROTECTED] wrote: Input validation is typically handled with something like: if(ServerRoot ends with slash) ServerRoot = ServerRootWithFinalSlashRemoved; I must confess that I thought this was the normal way to do things as well. Of course, one problem is that removing a trailing slash

[EMAIL PROTECTED] Apache Tomcat Certification?

2008-02-07 Thread John Yen
We want to use Apache Tomcat as part of an IA-enbled application being developed here at the Space and Naval Warfare System Center San Diego, but we are required by NSTISSP #11 to use products that have been (or are being) evaluated through the Common Criteria and/or National Information Assurance

[EMAIL PROTECTED] redirect/rewrite

2008-02-07 Thread Mandy Singh
how can i have www.one.com serve content from two.one.com but only for index page. else www.one.com/ should be served from www.one.com domain only and two.one.com/ should serve from two.one.com domain only. is mod_rewrite the way to go?

[EMAIL PROTECTED] Page Cannot Be Diplayed OR Hang

2008-02-07 Thread Douglas Hobaugh
I am having trouble with users getting "Page cannot be displayed" error messages OR their browser just hangs. Sometimes they get to the site and sometimes not. People have had this problem using IE 7 on XP and Vista others are using IE 6 I have searched, implemented and verified solutions that

Re: [EMAIL PROTECTED] language-based redirection

2008-02-07 Thread Nick Kew
On Thu, 7 Feb 2008 10:33:44 +0100 "Zbigniew Szalbot" <[EMAIL PROTECTED]> wrote: > Now I am putting in the index.html.po.iso8859-2 file the following > code: content="http://domain.tld/test/pl/index.php";> http-equiv="Status" content="301 Now where did I leave that URL"> What's that supposed t

[EMAIL PROTECTED] Re: mod_userdir and "."

2008-02-07 Thread Stefano Sabatini
On date Thursday 2008-02-07 16:52:32 +0100, Stefano Sabatini wrote: > Hi to all apache users, > > this is my first post here, so many greetings and thanks for this > wonderful community effort. > > I'm using apache2 on a Debian machine, and I need to test some PHP > script. > > In order to do so

Re: [EMAIL PROTECTED] language-based redirection

2008-02-07 Thread Joshua Slive
On Feb 7, 2008 4:33 AM, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > 2008/2/4, Nick Kew <[EMAIL PROTECTED]>: > > On Mon, 4 Feb 2008 18:23:35 +0100 > > "Zbigniew Szalbot" <[EMAIL PROTECTED]> wrote: > > > > > Only this? Or should the header contain this: > > > > > > Status: 301 Now where did I leave

Re: [EMAIL PROTECTED] language-based redirection

2008-02-07 Thread Joshua Slive
On Feb 7, 2008 5:02 AM, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > 2008/2/4, Joshua Slive <[EMAIL PROTECTED]>: > > > On Feb 4, 2008 1:43 AM, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > > > > > The thing is that in order to provide blogs in two languages I cannot > > > install one blog and make

[EMAIL PROTECTED] mod_userdir and "."

2008-02-07 Thread Stefano Sabatini
Hi to all apache users, this is my first post here, so many greetings and thanks for this wonderful community effort. I'm using apache2 on a Debian machine, and I need to test some PHP script. In order to do so, I'm using the userdir module, then I use a pattern of the kind: http://localhost/~/

Re: [EMAIL PROTECTED] Anyone want to help me get started

2008-02-07 Thread William A. Rowe, Jr.
Johnny Kewl wrote: Couldnt help smiling when I saw this question, I think to answer it properly, one could write a book. :-) Just to offer a few historical corrections... If I'm not mistaken HttpD is the project that started it all, its the mother ship of open source community driven proje

Re: [EMAIL PROTECTED] upgrade mod_rewrite

2008-02-07 Thread Matthew Tice
> > > mod_rewrite is versioned with apache, and the only (supported) way to > upgrade it is to upgrade apache. > > What, exactly, is the reported problem? I'm guessing it is > CVE-2006-3747, in which case it can be fixed by moving to 1.3.37 or > higher. (But going to 2.2 is not a bad idea, in gener

Re: [EMAIL PROTECTED] Anyone want to help me get started

2008-02-07 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true. --

Re: [EMAIL PROTECTED] language-based redirection

2008-02-07 Thread Zbigniew Szalbot
2008/2/4, Joshua Slive <[EMAIL PROTECTED]>: > On Feb 4, 2008 1:43 AM, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > > > The thing is that in order to provide blogs in two languages I cannot > > install one blog and make it display in two languages. It needs to be > > two blogs. Hence, they need to

Re: [EMAIL PROTECTED] Anyone want to help me get started

2008-02-07 Thread Manne Ekström
Hi, I want to know more about: - is it rewarding developing in this community. What are drives you? - how do you decide on what patches to work on, and how do you send in code and get it approved - is the community working well today, or are there things that are annoying they way they work I rea

Re: [EMAIL PROTECTED] language-based redirection

2008-02-07 Thread Zbigniew Szalbot
2008/2/4, Nick Kew <[EMAIL PROTECTED]>: > On Mon, 4 Feb 2008 18:23:35 +0100 > "Zbigniew Szalbot" <[EMAIL PROTECTED]> wrote: > > > Only this? Or should the header contain this: > > > > Status: 301 Now where did I leave that URL > > Location: http://xyz.abc.com/foo/bar.html > > Content-type: text/htm

Re: [EMAIL PROTECTED] Anyone want to help me get started

2008-02-07 Thread Emanuel Ekstrom
Hi, I want to know more about: - is it rewarding developing in this community. What are drives you? - how do you decide on what patches to work on, and how do you send in code and get it approved - is the community working well today, or are there things that are annoying they way they work I rea

Re: [EMAIL PROTECTED] Anyone want to help me get started

2008-02-07 Thread Tony Stevenson
Manne Ekström wrote: Hi, I am interested to get involved. Does anyone want to discuss Apache in general with me? What do you want to be able to do? Code? Documentation? Support? Cheers, Tony smime.p7s Description: S/MIME Cryptographic Signature

Re: [EMAIL PROTECTED] Clustered Reverse proxy

2008-02-07 Thread Sam Crawley
Thanks for the response. That's not really going to be an issue in my case, since this cache is sitting at the back end of the application stack, and actually consists of small components that are later assembled into a complete page. The outside world never gets to access the cache directly. I co

[EMAIL PROTECTED] Anyone want to help me get started

2008-02-07 Thread Manne Ekström
Hi, I am interested to get involved. Does anyone want to discuss Apache in general with me? I would really appreciate it. -Manne

Re: [EMAIL PROTECTED] Do NOT add a slash at the end of the directory path.

2008-02-07 Thread solprovider
On 2/6/08, Lloyd Parkes <[EMAIL PROTECTED]> wrote: > Why? > > We've all seen this comment for ServerRoot, but does anyone know why it's > there? > What bad things will happen if I put a slash at the end of my ServerRoot? > > The documentation for ServerRoot doesn't say anything about this. Goog