Re: [EMAIL PROTECTED] name resolution

2007-05-14 Thread Jim Walls
Glen Vickers wrote: K I figured out whats going on with my virtual hosts. I have to have 3 because of the differences. But I noticed that if I go sillumutah.com or sillumutah.net it works fine…. If I put the WWW in front or any other prefix it bombs to the default. So my guess is its my vir

Re: [EMAIL PROTECTED] rewrite rules optimisation

2007-05-14 Thread Arthur Kerpician
Krist van Besien wrote: On 5/14/07, Arthur Kerpician <[EMAIL PROTECTED]> wrote: Hi, Im having trouble with defining some rules. This is the layout: I want to send some GET vars in the URL like this: http://localhost/a-1,b-2,c-3,d-4/ Based on this format, the rewriting engine should forward the r

[EMAIL PROTECTED] Can't install LDAP module on solaris8

2007-05-14 Thread tidal
Hi all, I install apache 2.0.58 on solaris8 and download the ldap module from (URL address blocked: See forum rules) # ./configure --with-apxs=/i03_01/home/it/itadm/itjerry/apache/bin/apxs --with-ldap-dir=/i03_01/home/it/itadm/itjerry/ldaplib --with-apache-dir=/i03_01/home/it/itadm/itjerry/apach

Re: [EMAIL PROTECTED] name resolution

2007-05-14 Thread Norman Peelman
Glen Vickers wrote: K I figured out whats going on with my virtual hosts. I have to have 3 because of the differences. But I noticed that if I go sillumutah.com or sillumutah.net it works fine…. If I put the WWW in front or any other prefix it bombs to the default. So my guess is its my vir

[EMAIL PROTECTED] timeout problem with Debian Etch 64

2007-05-14 Thread James White
I have installed Apache 2.2.4 from source on a Xeon server with Debian Etch amd64 and have a problem setting timeout. I cannot get this test case to pass ".$time.""; passthru(date); ?> I have Timeout 400 and KeepAliveTimeout 400 in httpd.conf, but it does not work. If I change the time to 29

RE: [EMAIL PROTECTED] name resolution

2007-05-14 Thread Glen Vickers
http://www.debian-administration.org/articles/358 This article might be of help to you On May 14, 2007, at 6:35 PM, Glen Vickers wrote: K I figured out whats going on with my virtual hosts. I have to have 3 because of the differences. But I noticed that if I go sillumutah.com or sill

Re: [EMAIL PROTECTED] name resolution

2007-05-14 Thread andrew fong
http://www.debian-administration.org/articles/358 This article might be of help to you On May 14, 2007, at 6:35 PM, Glen Vickers wrote: K I figured out whats going on with my virtual hosts. I have to have 3 because of the differences. But I noticed that if I go sillumutah.com or sillumuta

[EMAIL PROTECTED] name resolution

2007-05-14 Thread Glen Vickers
K I figured out whats going on with my virtual hosts. I have to have 3 because of the differences. But I noticed that if I go sillumutah.com or sillumutah.net it works fine.. If I put the WWW in front or any other prefix it bombs to the default. So my guess is its my virtual server config

Re: [EMAIL PROTECTED] rewrite rules optimisation

2007-05-14 Thread Krist van Besien
On 5/14/07, Arthur Kerpician <[EMAIL PROTECTED]> wrote: Hi, Im having trouble with defining some rules. This is the layout: I want to send some GET vars in the URL like this: http://localhost/a-1,b-2,c-3,d-4/ Based on this format, the rewriting engine should forward the request like this: http://

[EMAIL PROTECTED] Apache 2.0.50 stopped logging

2007-05-14 Thread Lentes, Bernd
hello ML, i have an apche 2.0.50 running, which stopped logging. For me without any clear reason. First i thought about problems with logrotate, but logrotate runs at 4.15 am, and logging stopped at 16.28 pm. I'm sure that logging stopped, because i have a tool running on another box checking this

[EMAIL PROTECTED] Directory listing with Require file-owner

2007-05-14 Thread Joshua Koontz
I'm running Apache 2.2.2 with authz-owner enabled. I'm trying to setup private directories where users have to supply a username and password. Then only a file's owner can access pages under this directory. If I put an index.html page inside the private directory it works. I can't get a direct

[EMAIL PROTECTED] rewrite rules optimisation

2007-05-14 Thread Arthur Kerpician
Hi, Im having trouble with defining some rules. This is the layout: I want to send some GET vars in the URL like this: http://localhost/a-1,b-2,c-3,d-4/ Based on this format, the rewriting engine should forward the request like this: http://localhost/index.php?a=1&b=2&c=3&d=4 I know I can write

Re: [EMAIL PROTECTED] mod_alias failing with multiple VirtualHosts

2007-05-14 Thread Joshua Slive
On 5/13/07, Nikolai Lusan <[EMAIL PROTECTED]> wrote: Greetings, I have an ongoing issue with mod_alias directives failing to work. I have tested all my configurations and they are not only syntactically correct but they are completely valid, however if I run 2 or more VirtualHosts on the same IP

Re: [EMAIL PROTECTED] Server Push fails in Apache server Clustering environment

2007-05-14 Thread Joshua Slive
On 5/14/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I am using server push methodology to send a data from server to client. We are using JBOSS as an application server and Apache as a clustering server for load balancing purpose. Here my problem is, the application is working fine whe

Re: [EMAIL PROTECTED] Leaner httpd

2007-05-14 Thread Grant Peel
Thanks Josh, I will take a look. I did some serious fine tuning in the robots.txt file and that has cut down the cpu usage a bit (running about 0.25-1.00 1 minute load now), so was looking at the memory footprint of the httpd process itself. Anyways, thank for the link, reading it now. -G --

Re: [EMAIL PROTECTED] Leaner httpd

2007-05-14 Thread Joshua Slive
On 5/14/07, Grant Peel <[EMAIL PROTECTED]> wrote: Hi all, my server has been running at a rather high load lately, as well as swapping a bit. I was thinking its time to consider removing some of the DSO entries. (See list of loading modules below). Here is what the server is used for: Virtu

[EMAIL PROTECTED] Leaner httpd

2007-05-14 Thread Grant Peel
Hi all, my server has been running at a rather high load lately, as well as swapping a bit. I was thinking its time to consider removing some of the DSO entries. (See list of loading modules below). Here is what the server is used for: Virtual Hosting - about 250 domains PHP, mostly x-cart, a

[EMAIL PROTECTED] Server Push fails in Apache server Clustering environment

2007-05-14 Thread suresh.skumar3
Hi Folks, I am using server push methodology to send a data from server to client. We are using JBOSS as an application server and Apache as a clustering server for load balancing purpose. Here my problem is, the application is working fine when we try to access it directly from JBOSS. But it's