Re: [EMAIL PROTECTED] Problem on starting Apache2

2006-11-10 Thread Stephen Liu
Hi John, Tks for your advice. - snip - > > $ cat /etc/apache2/ports.conf > > Listen 80 Listen 44 * end * > > > > Only one line on this .conf file. > > > it should be: > > Listen 80 > Listen 44 OK, problem solved. $ sudo /etc/init.d/apache2 start * Starting apache 2.0 web server... apache2: Co

Re: [EMAIL PROTECTED] Problem on starting Apache2

2006-11-10 Thread John Garvin
On 11/11/06, Stephen Liu <[EMAIL PROTECTED]> wrote: $ sudo /etc/init.d/apache2 start Password: * Starting apache 2.0 web server... Syntax error on line 1 of /etc/apache2/ports.conf: Listen takes one argument, A port number or a numeric IP address and a port number [fail] * end * $ cat

[EMAIL PROTECTED] Problem on starting Apache2

2006-11-10 Thread Stephen Liu
Hi folks, ubuntu-6.06.1-LAMP-server-amd64 I'm following; http://www.jessejcollins.com/blog/index.php?/archives/32-How-To-Setup-Subversion-with-Apache2-on-Ubuntu.html to install Apache2 building a web server. This is only a test on building server, not for production. Neither I have static IP

Re: [EMAIL PROTECTED] Apache starting with more child processes thatn startservers directive

2006-11-10 Thread sharath reddy
Hi Joshua,   I checked the server with server-status and it is showing only 5 child processes, but at the same time on the server box it is showing 15 processes(with ps -ef). By analyzing, i came to a conclusion that   1. In the server status page it is only showing child processes, which hav

RE: [EMAIL PROTECTED] Is possible to redistribute apache 2 binary to different server within installing in different location for Unix?

2006-11-10 Thread Mark Lavi
Yes, and some *NIX derivatives have LD_LIBARY_64 as well. To the original poster: why not just build another Apache instance with the ultimate destination by using the ./configure --prefix=/wherever option and then copy that directory. Then you should not have all of these issues to resolve. I us

Re: [EMAIL PROTECTED] Is possible to redistribute apache 2 binary to different server within installing in different location for Unix?

2006-11-10 Thread Sander Temme
On Nov 10, 2006, at 2:28 PM, Fan, Tony wrote: Changes LIBPATH doesn't seem to help, is there other way to set switch on to force to using LIBPATH? I am not very familiar with AIX. On most Unix systems, you can add directories to the dynamic linker's search path by setting and exporting th

RE: [EMAIL PROTECTED] Is possible to redistribute apache 2 binary to different server within installing in different location for Unix?

2006-11-10 Thread Fan, Tony
Thank you all who responded to me to help me out here, I started from AIX first and I moved apache from directory /usr/local/Kronos/apache2 to /usr/local/apache2, I changed path in apachectl and LIBPATH in envvars file, this is error I am getting: # pwd /usr/local/apache2/bin # ./apachectl start

Re: [EMAIL PROTECTED] Apache Proxy, Client Certificate, HTTPS, etc. questions?

2006-11-10 Thread Sander Temme
Pete, On Nov 10, 2006, at 1:38 PM, Lucuk, Pete wrote: So we are currently looking for ways to bridge the gap between the our Jboss web based application on physical server A and the web browser client PCs so that we can perform both... - HTTPS - client certicate A&A I am currently looking at

[EMAIL PROTECTED] Apache Proxy, Client Certificate, HTTPS, etc. questions?

2006-11-10 Thread Lucuk, Pete
Apache Proxy, Client Certificate, HTTPS, etc. questions? I just read this... Proxy SSL and Client Certificates http://marc.theaimsgroup.com/?l=apache-httpd-users&m=115930874503040&w=2 and want to I make sure I fully understand it and have questions at the end of this email. Ba

Re: [EMAIL PROTECTED] apache ignores cached entries.

2006-11-10 Thread Joshua Slive
On 11/10/06, cristi <[EMAIL PROTECTED]> wrote: Hello all I've set up apache 2.2.3 as a caching reverse proxy. Another server behind my apache installation sends cachable responses. My apache server caches all the appropriate responses, but it doesn't use the cache entries for some of them even i

RE: [EMAIL PROTECTED] Is possible to redistribute apache 2 binary to different server within installing in different location for Unix?

2006-11-10 Thread Mark Lavi
So long as your destination system will provide for all of the dependencies or have compatible successors for: - processor - operating system - dynamic libraries (.so on Unix/Linux/etc, .dll on Windows platforms) Then yes, you could try it and see if you encounter (and can solve) the next set of i

Re: [EMAIL PROTECTED] Is possible to redistribute apache 2 binary to different server within installing in different location for Unix?

2006-11-10 Thread Sander Temme
Hi Tony, On Nov 10, 2006, at 11:09 AM, Fan, Tony wrote: I compiled Apache 2 in Unix (Solaris and AIX) without any problem with prefix /usr/local/, is possible I can move my apache binary to different system and install it to /opt directory? This is not always straightforward. First and

Re: [EMAIL PROTECTED] Is possible to redistribute apache 2 binary to different server within installing in different location for Unix?

2006-11-10 Thread Joshua Slive
On 11/10/06, Fan, Tony <[EMAIL PROTECTED]> wrote: I compiled Apache 2 in Unix (Solaris and AIX) without any problem with prefix /usr/local/, is possible I can move my apache binary to different system and install it to /opt directory? Yes, but you'll probably need to edit apachectl to use

[EMAIL PROTECTED] RE: Apache 2.3.3 make problem

2006-11-10 Thread Lucuk, Pete
Title: RE: Apache 2.3.3 make problem Correcting the format of the configure parameters worked, both "_" -> "-" and getting rid of mod. Thank you very much, I appreciate it! _ From:   Lucuk, Pete  Sent:   Friday, November 10, 2006 12:08 PM T

[EMAIL PROTECTED] Is possible to redistribute apache 2 binary to different server within installing in different location for Unix?

2006-11-10 Thread Fan, Tony
Hi,       I compiled Apache 2 in Unix (Solaris and AIX) without any problem with prefix /usr/local/, is possible I can move my apache binary to different system and install it to /opt directory?     --Tony  

Re: [EMAIL PROTECTED] using mod_rewrite to change param value

2006-11-10 Thread Joshua Slive
On 11/10/06, DM <[EMAIL PROTECTED]> wrote: Hi, Thanks for the advice about QUERY_STRING. Please allow me to re-state my problem and my current attempt at a solution: I want to rewrite a URL such as: http://www.example.org/myProgram?param1=val1&url=http://cellularlmanagerpp.aliant.net/foo/bar.

Re: [EMAIL PROTECTED] using mod_rewrite to change param value

2006-11-10 Thread DM
Hi, Thanks for the advice about QUERY_STRING. Please allow me to re-state my problem and my current attempt at a solution: I want to rewrite a URL such as: http://www.example.org/myProgram?param1=val1&url=http://cellularlmanagerpp.aliant.net/foo/bar.html to http://www.example.org/myProgram?pa

RE: [EMAIL PROTECTED] Apache 2.3.3 make problem

2006-11-10 Thread Chris Liles
Try to change the "_"'s to "-"'s -- Chris Liles > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive > Sent: Friday, November 10, 2006 12:21 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Apache 2.3.3 make problem > > On 1

Re: [EMAIL PROTECTED] Apache 2.3.3 make problem

2006-11-10 Thread Joshua Slive
On 11/10/06, Lucuk, Pete <[EMAIL PROTECTED]> wrote: Hello and thank you for helping me. I am a java guy, not a C guy, so I am lost for the most part on this problem. OS: Solaris 8 Compiler: /tools/fortedev/v6.2/SUNWspro/bin/cc Apache src: 2.3.3 I do the below in the following order... #1 .

[EMAIL PROTECTED] Apache 2.3.3 make problem

2006-11-10 Thread Lucuk, Pete
Title: Apache 2.3.3 make problem Hello and thank you for helping me. I am a java guy, not a C guy, so I am lost for the most part on this problem. OS: Solaris 8 Compiler: /tools/fortedev/v6.2/SUNWspro/bin/cc Apache src: 2.3.3 I do the below in the following order... #1 ./configure -

Re: [EMAIL PROTECTED] using mod_rewrite to change param value

2006-11-10 Thread Joshua Slive
On 11/10/06, DM <[EMAIL PROTECTED]> wrote: Hi, I want to use mod_rewrite to change a URL such as the following: http://www.example.org/myProgram?param1=val1&url=http://host.domain.com/foo/bar.html to http://www.example.org/myProgram?param1=val1&url=http://something.else.com/foo/bar.html I'v

[EMAIL PROTECTED] using mod_rewrite to change param value

2006-11-10 Thread DM
Hi, I want to use mod_rewrite to change a URL such as the following: http://www.example.org/myProgram?param1=val1&url=http://host.domain.com/foo/bar.html to http://www.example.org/myProgram?param1=val1&url=http://something.else.com/foo/bar.html I've verified that mod_rewrite is correctly inst

Re: [EMAIL PROTECTED] Apache starting with more child processes thatn startservers directive

2006-11-10 Thread Joshua Slive
On 11/10/06, sharath reddy <[EMAIL PROTECTED]> wrote: Hi joshua, i am just starting one instance only, even then it is showing 3*StartServers processes and one parent process running. if i starts 3 instances, it is showing 3*StartServers for every idividual instance. Try firing up mod_status's

Re: [EMAIL PROTECTED] Apache starting with more child processes thatn startservers directive

2006-11-10 Thread sharath reddy
Hi joshua,   i am just starting one instance only, even then it is showing 3*StartServers processes and one parent process running. if i starts 3 instances, it is showing 3*StartServers for every idividual instance.   here is my directory structure   build: /opt/apache2 --> here is goes all the

Re: [EMAIL PROTECTED] Apache starting with more child processes thatn startservers directive

2006-11-10 Thread Joshua Slive
On 11/9/06, sharath reddy <[EMAIL PROTECTED]> wrote: Hi All, I am using Apache version 2.0.55(with prefork) on Linux with three different httpd.conf files running on 3 different ports and i just loading httpd multiple times with one config file for each port. The problem is : when i start the a

Re: [EMAIL PROTECTED] Apache starting with more child processes thatn startservers directive

2006-11-10 Thread sharath reddy
Hi Joshua,   here are the settings for prefork   StartServers 5MinSpareServers  5MaxSpareServers 10MaxClients 150MaxRequestsPerChild  0   Thanks, Sharath  On 11/9/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/9/06, sharath reddy <[EMAIL PROTECTED]> wrote:> Hi All, >>

Re: [EMAIL PROTECTED] no DNS resolution inside apache???

2006-11-10 Thread Henrik Hudson
FYI: I uninstalled Apache 2.2.3 and installed Apache 1.3.x and now everything works flawlessly. I made zero other changes on the system between working and not working, so there either is a bug or something "wierd". I was running dnstop and when asking the server to do "hostnamelookups on" or

[EMAIL PROTECTED] apache ignores cached entries.

2006-11-10 Thread cristi
Hello all I've set up apache 2.2.3 as a caching reverse proxy. Another server behind my apache installation sends cachable responses. My apache server caches all the appropriate responses, but it doesn't use the cache entries for some of them even if they are cached and fresh. For those cache en

Re: [EMAIL PROTECTED] mod_ext_filter with proxied content

2006-11-10 Thread Tom Pike
On Thu, 2006-11-09 at 23:37 +, Nick Kew wrote: > On Thu, 09 Nov 2006 22:59:10 + > Tom Pike <[EMAIL PROTECTED]> wrote: > > > > We are looking at the use of mod_ext_filter and sed to > > Ouch! mod_line_edit will do that for vastly less overhead. > > > dynamically rewrite the URLs of

[EMAIL PROTECTED] Smart Filtering about includes and deflate (last email missed some info)

2006-11-10 Thread Shao Liang Jia
Hi, Everyone: I try to configure a FilterChain which concantenate "include" and "deflate" filters. However, neither include nor deflate function was performed. Here is part of the .conf file. FilterDeclare include FilterProvider include INCLUDES Content-Type text/html FilterDeclare def Content

[EMAIL PROTECTED] Smart Filtering about includes and deflate

2006-11-10 Thread Shao Liang Jia
Hi, Everyone: I try to configure a FilterChain which concantenate "include" and "deflate" filters. Here is part of the .conf file. FilterDeclare include FilterProvider include INCLUDES Content-Type text/html FilterDeclare def Content_Set FilterProvider def DEFLATE Content-Type text/html Filte

Re: [EMAIL PROTECTED] Apache 2 + LDAP - valid user/pw not authenticated?

2006-11-10 Thread Christophe Gravier
Sohail Somani a écrit : Hi, I'm trying to set up ldap authentication. I am pretty sure that it authenticates because if I get the following results from the error logs in specific situations: Invalid user: auth_ldap authenticate: user authentication failed; URI /mypaty [User not found][No such