[EMAIL PROTECTED] Authenticating via a secure LDAP server

2007-11-01 Thread Malka Cymbalista
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

Re: [EMAIL PROTECTED] problem with NAT, Public IP's and SSL cert

2007-11-01 Thread Krist van Besien
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

Re: [EMAIL PROTECTED] problem with NAT, Public IP's and SSL cert

2007-11-01 Thread Krist van Besien
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

Re: [EMAIL PROTECTED] problem with NAT, Public IP's and SSL cert

2007-11-01 Thread Hans
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

Re: [EMAIL PROTECTED] problem with NAT, Public IP's and SSL cert

2007-11-01 Thread Krist van Besien
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

[EMAIL PROTECTED] AuthLDAPUrl

2007-11-01 Thread Melanie Pfefer
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

Re: [EMAIL PROTECTED] AuthLDAPUrl

2007-11-01 Thread Tony Stevenson
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

Re: [EMAIL PROTECTED] Re: software to put a counter on a page

2007-11-01 Thread Neville Hillyer
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

[EMAIL PROTECTED] Httpd mpm problem

2007-11-01 Thread Lahiru Gunathilake
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

[EMAIL PROTECTED] run apache as non-root user

2007-11-01 Thread Melanie Pfefer
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

Re: [EMAIL PROTECTED] AuthLDAPUrl

2007-11-01 Thread Melanie Pfefer
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

Re: [EMAIL PROTECTED] Httpd mpm problem

2007-11-01 Thread Joshua Slive
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 >

Re: [EMAIL PROTECTED] APACHE mod_rewrite

2007-11-01 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] mod_proxy

2007-11-01 Thread Joshua Slive
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. --

[EMAIL PROTECTED] change the prefix of apache after its installation

2007-11-01 Thread Melanie Pfefer
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

[EMAIL PROTECTED] Re: [***SPAM*** Score/Req: 10.4/5.0] Re: [EMAIL PROTECTED] APACHE mod_rewrite

2007-11-01 Thread Alberto García Gómez
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

[EMAIL PROTECTED] Re: [***SPAM*** Score/Req: 10.4/5.0] Re: [EMAIL PROTECTED] mod_proxy

2007-11-01 Thread Alberto García Gómez
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.

[EMAIL PROTECTED] Memory leak in 2.2.6 with long-lived connections and mod_proxy

2007-11-01 Thread Romer, Ted
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

Re: [EMAIL PROTECTED] change the prefix of apache after its installation

2007-11-01 Thread Vincent Bray
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

Re: [EMAIL PROTECTED] Re: [***SPAM*** Score/Req: 10.4/5.0] Re: [EMAIL PROTECTED] APACHE mod_rewrite

2007-11-01 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] Re: [***SPAM*** Score/Req: 10.4/5.0] Re: [EMAIL PROTECTED] mod_proxy

2007-11-01 Thread Joshua Slive
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

[EMAIL PROTECTED] mod_auth_dbmcookie.so (help!)

2007-11-01 Thread Jeff Kilbride
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

Re: [EMAIL PROTECTED] Re: [***SPAM*** Score/Req: 10.4/5.0] Re: [EMAIL PROTECTED] APACHE mod_rewrite

2007-11-01 Thread Alberto García Gómez
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

Re: [EMAIL PROTECTED] Re: [***SPAM*** Score/Req: 10.4/5.0] Re: [EMAIL PROTECTED] APACHE mod_rewrite

2007-11-01 Thread Joshua Slive
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

[EMAIL PROTECTED] MOD_REWRITE

2007-11-01 Thread Alberto García Gómez
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

[EMAIL PROTECTED] distribute software

2007-11-01 Thread xhu1
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

Re: [EMAIL PROTECTED] MOD_REWRITE

2007-11-01 Thread Joshua Slive
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 > >

RE: [EMAIL PROTECTED] Apache 2 IP_Forwarding

2007-11-01 Thread Shaw, Dan
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

[EMAIL PROTECTED] Re: [***SPAM*** Score/Req: 10.4/5.0] Re: [EMAIL PROTECTED] MOD_REWRITE

2007-11-01 Thread Alberto García Gómez
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

[EMAIL PROTECTED] Apache: error in error_log

2007-11-01 Thread Atluri, Vamsi
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 *

Re: [EMAIL PROTECTED] Apache: error in error_log

2007-11-01 Thread William A. Rowe, Jr.
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

Re: [EMAIL PROTECTED] Re: [***SPAM*** Score/Req: 10.4/5.0] Re: [EMAIL PROTECTED] MOD_REWRITE

2007-11-01 Thread Joshua Slive
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. --

[EMAIL PROTECTED] SetDefaultCharSet directive has no effect

2007-11-01 Thread Dale Mellor
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. -

[EMAIL PROTECTED] Very Puzzling Question About mod_rewrite

2007-11-01 Thread Jon Forrest
(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

Re: [EMAIL PROTECTED] SetDefaultCharSet directive has no effect

2007-11-01 Thread Dale Mellor
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

Re: [EMAIL PROTECTED] Very Puzzling Question About mod_rewrite

2007-11-01 Thread Joshua Slive
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 "

Re: [EMAIL PROTECTED] Very Puzzling Question About mod_rewrite

2007-11-01 Thread Jon Forrest
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

Re: [EMAIL PROTECTED] SetDefaultCharSet directive has no effect

2007-11-01 Thread Dale Mellor
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

Re: [EMAIL PROTECTED] Very Puzzling Question About mod_rewrite

2007-11-01 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] Very Puzzling Question About mod_rewrite

2007-11-01 Thread Jon Forrest
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

Re: [EMAIL PROTECTED] Httpd mpm problem

2007-11-01 Thread Lahiru Gunathilake
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

[EMAIL PROTECTED] compiling apache on windows with minimum foot print

2007-11-01 Thread Ashwani Kumar Sharma
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

Re: [EMAIL PROTECTED] compiling apache on windows with minimum foot print

2007-11-01 Thread William A. Rowe, Jr.
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

RE: [EMAIL PROTECTED] compiling apache on windows with minimum foot print

2007-11-01 Thread Ashwani Kumar Sharma
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