[EMAIL PROTECTED] Wrong default character setting when list file(Options Indexes)

2008-03-24 Thread ccyen
Hi I have a problem when I tried to migrate data from apache 1.3 to apache 2.0 I need to list all my file in public_html(just set Options Indexes to enable it) With Apache 2.0 I found that all filename with chinese (big5) are wrong character setting(ISO-8859) in my browser(firefox). It's ok

[EMAIL PROTECTED] httpd segfaults?

2008-03-24 Thread Devraj Mukherjee
Hi everyone, I administer a web server running CentOS running httpd 2.0.59 distributed from the centosplus repository. I noticed that dmesg splits out a heap of these messages. However httpd was still running, I am suspecting that a child process spat the dummy. httpd[17570]: segfault at

[EMAIL PROTECTED] ServerPath unexpected results

2008-03-24 Thread dave selby
Hi all, I have named vhosting for two sites kmotion testbed working AOK on LAN with hosts file set up as 127.0.0.1 for kmotion testbed. However in the WAN where no DNS points to this machine I have a dydns account so I have its IP. I need to access the vhosts by name. A helpful guy on IRC

[EMAIL PROTECTED] Tomcat clustering

2008-03-24 Thread Ch Praveena
Hi all, I want to cluster Tomcat6 along with session replication to implement Loadbalancing. From the document, http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html I have started making the things. Let me know where can I identify the default value of Multicast address is 228.0.0.4

[EMAIL PROTECTED] Re: ServerPath unexpected results

2008-03-24 Thread dave selby
On 24/03/2008, dave selby [EMAIL PROTECTED] wrote: Hi all, I have named vhosting for two sites kmotion testbed working AOK on LAN with hosts file set up as 127.0.0.1 for kmotion testbed. However in the WAN where no DNS points to this machine I have a dydns account so I have its IP. I

[EMAIL PROTECTED] basic authentication apache 2.2.8

2008-03-24 Thread Florian
Hi List! I'm running apache 2.2.8 on a linux-box and have problems withe the basic authentication. The require user and require group can't be combined in .htaccess. Here my config httpd.conf -- ... Directory /www/vhosts/myserver/htdocs Options -Indexes FollowSymLinks

Re: [EMAIL PROTECTED] [Apache 2.2.4/Internet Explorer] Strange access_log messages when access SSL URL

2008-03-24 Thread ohaya
Hi, Sorry, but I have to clarify my last posting. It turns out that even with the modified BrowserMatch, there appear to be problems with some versions of Internet Explorer and my Apache 2.2.4 build with SSL: IE Version 6.0.3790.1830 - hangs occasionally when using SSL IE Version

Re: [EMAIL PROTECTED] Wrong default character setting when list file(Options Indexes)

2008-03-24 Thread Joshua Slive
On Mon, Mar 24, 2008 at 3:31 AM, [EMAIL PROTECTED] wrote: Hi I have a problem when I tried to migrate data from apache 1.3 to apache 2.0 I need to list all my file in public_html(just set Options Indexes to enable it) With Apache 2.0 I found that all filename with chinese (big5)

Re: [EMAIL PROTECTED] basic authentication apache 2.2.8

2008-03-24 Thread Eric Covener
On Mon, Mar 24, 2008 at 8:30 AM, Florian [EMAIL PROTECTED] wrote: .htaccess - AuthType Basic AuthName Interner Bereich AuthUserFile /etc/htpasswd AuthGroupFile /etc/htgroup Require user user1 Require group group1 group2 group3 # user1 is not a member of any group

[EMAIL PROTECTED] apache windows with ipv6 crashing on a mchine with 2 ipv4 interfaces

2008-03-24 Thread Iuri Fiedoruk
Did anyone was able to run apache 2.2 with ipv6 enabled, in a windows server with two ipv4 network interfaces? We compiled a apache 2.2 under windows with ipv6 support and works fine with just one network interface, being ipv4 or ipv6. When adding a second ipv4 interface with ipv6 being disabled

[EMAIL PROTECTED] Handle html as php only in one directory

2008-03-24 Thread Mathew
I have a user who wants to handle all .html files in a single directory with a PHP script within that same directory. She's added the AddHandler and Action directives to the .htaccess file within the directory but has found they aren't working. Unfortunately, I haven't been able to log into

[EMAIL PROTECTED] High CPU

2008-03-24 Thread Nirmesh Patel
Hi All, Running Server Version: Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.8e DAV/2 Server Built: Sep 23 2007 18:33:41 Linux 2.4.21-47.EL #1 Wed Jul 5 20:46:55 EDT 2006 i686 i686 i386 GNU/Linux I've been seeing some high CPU utilization on one of my webservers. In every case, the thread

[EMAIL PROTECTED] Interconnection Apache/java program

2008-03-24 Thread frannack Guimard
Hello, I have a Java programs that need to connect to an application running in Apache HTTP Server 2. I would like to know the different ways (Architecture, language) to program that piece of software that need to be running on Apache and basically just need to modify some files. Web service,

[EMAIL PROTECTED] Interconnection Apache/java program

2008-03-24 Thread frannack Guimard
Hello, I have a Java programs that need to connect to an application running in Apache HTTP Server 2. I would like to know the different ways (Architecture, language) to program that piece of software that need to be running on Apache and basically just need to modify some files. Web service,

Re: [EMAIL PROTECTED] basic authentication apache 2.2.8

2008-03-24 Thread Florian
Eric Covener schrieb: On Mon, Mar 24, 2008 at 8:30 AM, Florian [EMAIL PROTECTED] wrote: .htaccess - AuthType Basic AuthName Interner Bereich AuthUserFile /etc/htpasswd AuthGroupFile /etc/htgroup Require user user1 Require group group1 group2 group3 # user1 is not a

Re: [EMAIL PROTECTED] Interconnection Apache/java program

2008-03-24 Thread Eric Covener
On Mon, Mar 24, 2008 at 5:34 PM, frannack Guimard [EMAIL PROTECTED] wrote: Hello, I have a Java programs that need to connect to an application running in Apache HTTP Server 2. I would like to know the different ways (Architecture, language) to program that piece of software that need to

RE: [EMAIL PROTECTED] Interconnection Apache/java program

2008-03-24 Thread frannack Guimard
Thank you for your answer Eric. It looks like I wasn't very clear, so here the architecture. Client--apache java program Something written in (I don't know what) so that the client can call it with parameter so I can automatically

[EMAIL PROTECTED] .htaccess and LDAP dilemma - 2 OUs

2008-03-24 Thread Chris
Currently in my Apache I am authenticating users against one OU (ou=staff), I need to add another OU (ou=clients) and not sure how to do that in my .htaccess file. Here is my current .htaccess file: AuthName Restricted Area AuthType Basic LDAP_Server activedirectory.vantrix.com LDAP_Port 389

RE: [EMAIL PROTECTED] Interconnection Apache/java program

2008-03-24 Thread Jaqui Greenlees
--- frannack Guimard [EMAIL PROTECTED] wrote: Thank you for your answer Eric. It looks like I wasn't very clear, so here the architecture. Client--apache java program Something written in (I don't know what) so that the client

RE: [EMAIL PROTECTED] Interconnection Apache/java program

2008-03-24 Thread frannack Guimard
Thank you Jaqui, So the only way would be to have a cgi script in apache that the client could call remotely. Tomcat is not an option, because of the physical architecture. Apache HTTP Server on one DMZ, Tomcat on an other one. Anyone has other ideas or comments? Thank you Frannack

Re: [EMAIL PROTECTED] Query on Maxmemfree

2008-03-24 Thread Arnab Ganguly
And also when the process dies how do I make sure it releases the resource it had acquired. This will happen automatically for most resources. Is there some particular problem you are having? Thanks for the update.My observation even after using MaxRequestPerChild param setting to non