Hello All,
We are running Apache/2.2.6 with mod_ssl/2.2.6, OpenSSL/0.9.7a, PHP/5.2.4,
mod_perl/2.0.3 and
Perl/v5.8.5 on Red Hat Enterprise Linux AS release 4 machine.
We compiled Apache with the follwing options to configure:
--prefix=/WWW/httpd --with-ldap --enable-ldap --enable-authnz-l
On Nov 1, 2007 8:38 AM, Hans <[EMAIL PROTECTED]> wrote:
> So in your config you have only or
> .
No. In your config you have:
Several of either
or
(After "VirtualHost" you need to put exactly the same thing you've put
after your NameVirtualHost statement.)
And you can have one
blockt
or one
On Nov 1, 2007 10:36 AM, Krist van Besien <[EMAIL PROTECTED]> wrote:
> On Nov 1, 2007 8:38 AM, Hans <[EMAIL PROTECTED]> wrote:
>
> > So in your config you have only or
> > .
>
> No. In your config you have:
> Several of either
>
> or
>
> (After "VirtualHost" you need to put exactly the same thin
Krist van Besien wrote:
On Nov 1, 2007 10:36 AM, Krist van Besien <[EMAIL PROTECTED]> wrote:
On Nov 1, 2007 8:38 AM, Hans <[EMAIL PROTECTED]> wrote:
So in your config you have only or
.
No. In your config you have:
Several of either
or
(After "VirtualHost" you need to put ex
On Nov 1, 2007 11:14 AM, Hans <[EMAIL PROTECTED]> wrote:
> I have one main VIP 65.65.65.65 for vhosts which share that IP, and if
> customer needs(like in the case of ssl) he will get another IP e.g.
> 65.65.65.66. I always thought that for ssl is important public IP not
> private on host. I think
hi,
AuthLDAPUrl can have multiple values?
AuthLDAPUrl ldap://. , ldap://.
or this form?
AuthLDAPUrl ldap://...
AuthLDAPUrl ldap://...??
thanks.
___
Want ideas for reducing your carbon footprint? Visit Yahoo! For Good
htt
On Thu, November 1, 2007 12:34 pm, Melanie Pfefer wrote:
> hi,
>
> AuthLDAPUrl can have multiple values?
>
>
> AuthLDAPUrl ldap://. , ldap://.
>
This is correct. If you use your last method, the last entry will
overwrite the previous values. This is how it should look:
AuthLDAPUrl ldap://a
At 14:06 + 30/10/2007, Nick Kew wrote:
On Tue, 30 Oct 2007 13:57:31 +
Neville Hillyer <[EMAIL PROTECTED]> wrote:
Please let me know if you discover a better text counter.
Yeah, Randal Schwartz wrote one, many years ago. I expect
google could find it.
--
Nick Kew
"Neville" == N
hello folks,
I'm working with HTTPD-2.2.6.I wanted to test our sample Web Service in
Apache Benchmark using our Web Services Engine Apache Axis2c.
I tried to use worker MPM but our services didn't perform well with
worker MPM although it's a threaded MPM.What kind of a configuration do
i have to u
hi
the way i usually do that is to compile and install
apache as root. Then, chown -R user:group apache2/
Is there a different method? (such as ./configure and
make and make install as non-root user??)
coz sometimes stop and start scripts do not work well
if run as normal user...
thanks
thanks. But I got this error:
Syntax error on line 177 of
/usr/local/apache2/conf/httpd.conf:
Invalid LDAP connection mode setting: must be one of
NONE, SSL, or TLS/STARTTLS
any idea?
thanks.
--- Tony Stevenson <[EMAIL PROTECTED]> wrote:
> On Thu, November 1, 2007 12:34 pm, Melanie Pfefer
> wr
On Oct 31, 2007 10:01 AM, Lahiru Gunathilake <[EMAIL PROTECTED]> wrote:
> hello folks,
>
> I'm working with HTTPD-2.2.6.I wanted to test our sample Web Service in
> Apache Benchmark using our Web Services Engine Apache Axis2c.
> I tried to use worker MPM but our services didn't perform well with
>
On Oct 31, 2007 4:04 PM, Alberto García Gómez <[EMAIL PROTECTED]> wrote:
>
>
> I have this URL
>
> http://www.myserver.com/dir1/dir2/page.html
>
> and I wish to rewrite the url using mod_rewrite to add a ~ after the first
> dir always, eg.:
>
> http://www.myserver.com/~dir1/dir2/page.html
>
> Pleas
On Oct 31, 2007 4:07 PM, Alberto García Gómez <[EMAIL PROTECTED]> wrote:
>
>
> Can I proxying a connection using mod_proxy in avirtual host?
Yes. If you need more help, please give us more details about what you
are trying to accomplish.
Joshua.
--
Hi
During the compilation phase, I specified prefix to be
/usr/local/apache224. apache is now installed and
running.
What needs to be done so that I rename apache224 to
apache2??
Thanks.
___
Want ideas for reducing your carbon fo
Hi Joshua and fellows:
Here's my problem indeed:
I working in a website and I trying to make this website full SEO. Now
actually I'm pasing all parameters to the server in this way:
1.- http://www.myserver.com/?param1/param2/param3.html
But I want to pass the parameters in this way:
2.- h
Here's the idea:
I have an Apche server running over port 80 and a Squid proxy server running
in the same machine in 3128. But trough some firewall restrinctions that I
can't change due Systems Security Polices. So I want some users navigate
using mod_proxy but I have not idea how to do it.
Running Apache as a reverse proxy with long-lived client connections,
we're seeing memory consumption grow linearly in the number of
requests sent on the connection, to the tune of about 10 KB/request.
The consequence is that the memory footprint for each process is
determined by the longest-lived
On 01/11/2007, Melanie Pfefer <[EMAIL PROTECTED]> wrote:
> During the compilation phase, I specified prefix to be
> /usr/local/apache224. apache is now installed and
> running.
>
> What needs to be done so that I rename apache224 to
> apache2??
Either recompile or start httpd with the relevant arg
On Nov 1, 2007 11:21 AM, Alberto García Gómez <[EMAIL PROTECTED]> wrote:
> Hi Joshua and fellows:
>
> Here's my problem indeed:
>
> I working in a website and I trying to make this website full SEO. Now
> actually I'm pasing all parameters to the server in this way:
>
> 1.- http://www.myserver.com
On Nov 1, 2007 11:26 AM, Alberto García Gómez <[EMAIL PROTECTED]> wrote:
> Here's the idea:
>
> I have an Apche server running over port 80 and a Squid proxy server running
> in the same machine in 3128. But trough some firewall restrinctions that I
> can't change due Systems Security Polices. So I
I've recently taken over as sysadmin at a new company. The apache servers
are using an auth module I've never seen before and can't find any
information for on the web. The module is listed in the config as:
LoadModule dbmcookie_auth_module /usr/lib/apache/1.3/mod_auth_dbmcookie.so
The config for
Joshua:
I place the directives in both VirtualHost and in the .htaccess file and
nothing happen, ins't working.
- Original Message -
From: "Joshua Slive" <[EMAIL PROTECTED]>
To:
Sent: Thursday, November 01, 2007 01:07 PM
Subject: Re: [EMAIL PROTECTED] Re: [***SPAM*** Score/Req: 10.4
On Nov 1, 2007 1:05 PM, Alberto García Gómez <[EMAIL PROTECTED]> wrote:
> Joshua:
>
> I place the directives in both VirtualHost and in the .htaccess file and
> nothing happen, ins't working.
Turn on the RewriteLog at a nice high RewriteLogLevel.
Those directives belong inside the section but ou
Joshua, please check the result log (attach it) for a single request of a
page. Off course I do this:
http://myserver.com/page.html
but nothing return, otherwise if I request:
http://myserver.com/?page.html
it works
Este correo ha sido enviado desde el Politécnico de Informática "Carlos Mar
Hi,
I have Apache and app server on UNIX. I would like to make my site have the
ability to distribute software. How can I approach? At least display executable
files and when user click it prompt user to save.
Thanks
__
Do You Yahoo!?
Tired of
On Nov 1, 2007 2:17 PM, Alberto García Gómez <[EMAIL PROTECTED]> wrote:
> Joshua, please check the result log (attach it) for a single request of a
> page. Off course I do this:
>
> http://myserver.com/page.html
>
> but nothing return, otherwise if I request:
>
> http://myserver.com/?page.html
>
>
Thank you we will check apache2 2.0
Dan / Rick
-Original Message-
From: Nick Kew [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 31, 2007 2:14 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Apache 2 IP_Forwarding
On Wed, 31 Oct 2007 14:10:26 -0700
"Shaw, Dan" <[EMAIL P
Joshua:
My deepest apologies for my faults, I promisse you don't do it again.
Now it's working fine, I really apreciate this help.
best regards.
- Original Message -
From: "Joshua Slive" <[EMAIL PROTECTED]>
To:
Sent: Thursday, November 01, 2007 03:44 PM
Subject: [***SPAM*** Score/Re
Hello All
Im not entirely sure how or why this is happening, but the error_log in
the apache installation directory can grow up to 10-15mb in an 8hr day
with error below. Has anyone ever seen this before
I am setup with subversion and apache using LDAP authentication
Contents of error_log
*
Atluri, Vamsi wrote:
[Thu Nov 01 15:03:51 2007] [error] [client xx.xx.xx.xx] (OS 87)The
parameter is incorrect. : authentication failure for
"/svn/svnrepo/!svn/bc/4291/X/trunk": user unknown, reason: cannot
generate context
I don't find this under httpd 2.2 sources, perhaps ask on a subve
On Nov 1, 2007 4:17 PM, Alberto García Gómez <[EMAIL PROTECTED]> wrote:
> Joshua:
>
> My deepest apologies for my faults, I promisse you don't do it again.
>
> Now it's working fine, I really apreciate this help.
No need to apologize. Glad it's working.
Joshua.
--
I am trying to send xhtml files in the UTF-8 charset. I have changed
the configuration file to include 'SetDefaultCharSet utf-8', but the
server insists on sending the response header 'Content-Type: text/html;
charset=ISO-8859-1' to the browser.
Any ideas??
I am using Apache-2.2.6 on Linux.
-
(This is on Solaris 10-x86 with Apache 2.2.4)
When I give the URL
1) http://www-demo.cchem.berkeley.edu/username/public_html
everything works fine. However, for historical reasons,
I can't require that people give the "/public_html" at
the end of the URL. In other words, I want users to
be abl
On Thu, 2007-11-01 at 23:48 +, Dale Mellor wrote:
> I am trying to send xhtml files in the UTF-8 charset. I have changed
> the configuration file to include 'SetDefaultCharSet utf-8', but the
> server insists on sending the response header 'Content-Type: text/html;
> charset=ISO-8859-1' to the
On Nov 1, 2007 8:13 PM, Jon Forrest <[EMAIL PROTECTED]> wrote:
> (This is on Solaris 10-x86 with Apache 2.2.4)
>
> When I give the URL
>
> 1) http://www-demo.cchem.berkeley.edu/username/public_html
>
> everything works fine. However, for historical reasons,
> I can't require that people give the "
Joshua Slive wrote:
Likely because your Options directive is applied by-url rather than
by-directory.
You need
Options +Indexes
Or you need to find the Options directive that currently applies to
those directories and add Indexes.
Thanks. After doing what you suggest I can see a directory
On Fri, 2007-11-02 at 00:21 +, Dale Mellor wrote:
> On Thu, 2007-11-01 at 23:48 +, Dale Mellor wrote:
> > I am trying to send xhtml files in the UTF-8 charset. I have changed
> > the configuration file to include 'SetDefaultCharSet utf-8', but the
> > server insists on sending the response
On Nov 1, 2007 8:45 PM, Jon Forrest <[EMAIL PROTECTED]> wrote:
> Joshua Slive wrote:
>
> > Likely because your Options directive is applied by-url rather than
> > by-directory.
> >
> > You need
> >
> > Options +Indexes
> >
> >
> > Or you need to find the Options directive that currently applies t
Joshua Slive wrote:
On Nov 1, 2007 8:45 PM, Jon Forrest <[EMAIL PROTECTED]> wrote:
Joshua Slive wrote:
Thanks. After doing what you suggest I can see a directory
listing of http://www-demo.cchem.berkeley.edu/username/ which
shows the index.html file. However, if I click on index.html
I get a
Thanks joshua,
I've changed the httpd.conf and included extras/httpd-mpm.conf and
extras/httpd-default.conf files.Now i can see that my changes affects
the out put of Apache Benchmark.
Our product is not having segmentation faults with worker mpm.If you
have any idea please tell.Do we need to chan
Hi team,
I want to compile apache with minimum footprint possible on windows.
For doing this I want to build it with only those modules without which
apache cannot be built.
I want to exclude rest of the modules while building.
Can somebody tell me, which are those modules that can be exc
Ashwani Kumar Sharma wrote:
Hi team,
I want to compile apache with minimum footprint possible on *windows.*
For doing this I want to build it with only those modules without which
apache cannot be built.
I want to exclude rest of the modules while building.
Generally you'll build with
Hi,
Thanks for the reply.
Actually I want to compile the apache source code without including the extra
modules. So, wanted to know what are those modules.
In my application the apache's work is that it will simply send some jar
files to my user through web that's it. So, I want to reduce the fo
44 matches
Mail list logo