[users@httpd] Where is Support for Hebrew lang

2005-05-17 Thread Nanu Calmanovitz
Hi, I am looking for a forum, mailing list, or any other place \ source that can help me with the Hebrew language support. I already tried to change the AddDefaultCharset to ISO-8859-8 and the Language Priority to he but the text continue to be displayed in Latin order (L2R) instead (R2L)

Re: [users@httpd] Apache on Linux

2005-05-17 Thread Vizion
On Tuesday 17 May 2005 14:09, the author Broming plutonium contributed to the dialogue on Re: [EMAIL PROTECTED] Apache on Linux: & > I recommend instead though that you install & something like Fedora Core fedora core is a form of linux.. If you really want a server system you could try FreeBSD

Re: [users@httpd] Apache on Linux

2005-05-17 Thread dan
Broming plutonium wrote: I recommend instead though that you install something like Fedora Core What's Fedora Core? I know it's an operating system but...what does it do? Hmmm... I never tried this but can't one install Apache on non-Windows using a pre-packaged - i.e., pre-compiled and linked -

Re: [users@httpd] Apache on Linux

2005-05-17 Thread Broming plutonium
> I recommend instead though that you install something like Fedora Core What's Fedora Core? I know it's an operating system but...what does it do? > Hmmm... I never tried this but can't one install > Apache on non-Windows using a pre-packaged - i.e., > pre-compiled and linked - executable? Yes

[users@httpd] Mysterious intermittent apache2 crashes (not sure how to investigate)

2005-05-17 Thread Shaun Fanning
Hi, I am running apache2 with mod_php (php 4.3.9) on RedHat ES on a dual processor x86 box. It is running with prefork MPM to avoid any multi-threading issues with PHP. Several times over the last month, apache has died when our load spiked with a lot of concurrent users. If I watch it happening wi

[users@httpd] Headers Added By Apache

2005-05-17 Thread Bumbia, M Kamran
Hello EveryBody I have a PHP script and I am trying to add myown headers. The Client Requires Content-Length to be the last header. I have trwied everything the header() in php , mod_header to remove the Content-Type header but it always is the last one and is always added by some module/f

[users@httpd] Reverse Proxy to support SharePoint Team

2005-05-17 Thread Yu, Ming
We are trying to use the apache Reverse Proxy server to support the Microsoft SharePoint application. Does anyone know whether it can be done. Thanks. Ming Yu Applied Physics Lab - The official User-To-User support forum of the

Re: [users@httpd] a supposition about .htaccess [was: public_html does not work]

2005-05-17 Thread Joshua Slive
On 5/16/05, alfredo <[EMAIL PROTECTED]> wrote: > My commonhttpd.conf file has this directive uncommented: > > # > # AccessFileName: The name of the file to look for in each directory > # for access control information. > # > AccessFileName .htaccess > > My qyestion is: Do I have to put a .htacces

[users@httpd] Tomcat 5 behind Apache 2 on XP

2005-05-17 Thread Jack Fayard
I am an Apache newbie. I am trying to get Tomcat 5.5 to run behind Apache 2.0 and I was following the steps on this link: http://www.dynamicobjects.com/d2r/archives/002574.html I tried to start tomcat and the service is starting then stopping right away. Apache starts fine. Any direction

Re: [users@httpd] Accessing a usage directory

2005-05-17 Thread Dick Davies
* Mike McMullen <[EMAIL PROTECTED]> [0524 06:24]: > Hi All, > > I'm sure I am doing something stupid here so forgive my upfront. > > I am running Apache 2.0.52 on FC3. With the FC3 installation > comes a web log analyzer called webalizer. It stores it's information > in a directory called usage i

RE: [users@httpd] Accessing a usage directory

2005-05-17 Thread Boyle Owen
> -Original Message- > From: Mike McMullen [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 17. Mai 2005 00:12 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Accessing a usage directory > > > > Hi All, > > I'm sure I am doing something stupid here so forgive me upfront. > > I am

RE: [users@httpd] a supposition about .htaccess [was: public_html does not work]

2005-05-17 Thread Boyle Owen
> -Original Message- > From: alfredo [mailto:[EMAIL PROTECTED] > Sent: Montag, 16. Mai 2005 21:56 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] a supposition about .htaccess [was: public_html > does not work] > > > My commonhttpd.conf file has this directive uncommented: > >

Re: [users@httpd] Accessing a usage directory

2005-05-17 Thread Tom Cat
My guess would be SELinux http://mail-archives.apache.org/mod_mbox/httpd-users/200503.mbox/[EMAIL PROTECTED] http://fedora.redhat.com/docs/selinux-apache-fc3/ http://fedora.redhat.com/docs/selinux-faq-fc3/ On 5/16/05, Mike McMullen <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm sure I am doing so

Re: [users@httpd] Rewrite text in served pages

2005-05-17 Thread Nick Kew
[EMAIL PROTECTED] wrote: > Hello, > > > Suppose an email harvester (evil) from wewillspamyou.com visits my site, > domain.com > > Is there a way for Apache to detect the user and rewrite certain text that > appears in the webpage that is served to that user? There are some cases that can be det

Re: [users@httpd] Accessing a usage directory

2005-05-17 Thread Joe Orton
On Mon, May 16, 2005 at 12:24:53PM -0700, Mike McMullen wrote: > I am running Apache 2.0.52 on FC3. With the FC3 installation > comes a web log analyzer called webalizer. It stores it's information > in a directory called usage in /var/www. You access it by the index.html > file it creates there. >

Re: [users@httpd] Rewrite text in served pages

2005-05-17 Thread Arne Heizmann
[EMAIL PROTECTED] wrote: Is there a way for Apache to detect the user and rewrite certain text that appears in the webpage that is served to that user? If you know what domains are address harvesters, then why don't you just block their access entirely? But of course, this is futile, because you

Re: [users@httpd] Accessing a usage directory

2005-05-17 Thread Joshua Slive
On 5/17/05, Tim Burden <[EMAIL PROTECTED]> wrote: > Are there any other aliases for /var/www/ ? It's not the second argument of Alias that is overlapping here, it is the first argument. You probably have an Alias / ... or something similar that is hitting before your other Alias and overriding it

Re: [users@httpd] Rewrite text in served pages

2005-05-17 Thread Craig Dunigan
On Mon, 16 May 2005 [EMAIL PROTECTED] wrote: > Hello, > > Suppose an email harvester (evil) from wewillspamyou.com visits my site, > domain.com > > Is there a way for Apache to detect the user and rewrite certain text that > appears in the webpage that is served to that user? > > Here's the kic

Re: [users@httpd] Accessing a usage directory

2005-05-17 Thread Tim Burden
Are there any other aliases for /var/www/ ? - Original Message - From: "Mike McMullen" <[EMAIL PROTECTED]> To: Sent: Monday, May 16, 2005 3:24 PM Subject: [EMAIL PROTECTED] Accessing a usage directory > Hi All, > > I'm sure I am doing something stupid here so forgive my upfront. > > I

[users@httpd] Rewrite text in served pages

2005-05-17 Thread krystian
Hello, Suppose an email harvester (evil) from wewillspamyou.com visits my site, domain.com Is there a way for Apache to detect the user and rewrite certain text that appears in the webpage that is served to that user? Here's the kicker: I'm looking to Apache to fulfill this need. I can't u

[users@httpd] Accessing a usage directory

2005-05-17 Thread Mike McMullen
Hi All, I'm sure I am doing something stupid here so forgive me upfront. I am running Apache 2.0.52 on FC3. With the FC3 installation comes a web log analyzer called webalizer. It stores it's information in a directory called usage in /var/www. You access it by the index.html file it creates the

Re: [users@httpd] Apache on Linux

2005-05-17 Thread Duncan Lithgow
Tim Burden wrote: Why not start simple, like with Fedora. Then you can do yum install apache and all is well. Later, when you become a bitchin Linux guru, move to a harder distro. When installing Fedora Core 3 you can just tick the boxes and get php, apache, and mysql all setup (actually you ha