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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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 .
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 -
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
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
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
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
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
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,
>>
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
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
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
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
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
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
32 matches
Mail list logo