RE: [EMAIL PROTECTED] Problems with virutal host v2.0.54

2005-11-10 Thread Siegfried Heintze
Problem solved! I uncommented the line #NameVirtualHost *:80   From: Siegfried Heintze [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 10:51 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Problems with virutal host v2.0.54   I had some nice virtual host

[EMAIL PROTECTED] Problems with virutal host v2.0.54

2005-11-10 Thread Siegfried Heintze
I had some nice virtual host definitions that worked nicely under 2.0.48. I now have transferred the content to a new machine that has the same IP as the old machine (which is no longer in use). I am now running 2.0.54.   The virtual hosts used to work. It seems presently that only the fi

Re: [EMAIL PROTECTED] basic auth config

2005-11-10 Thread Mike Dewhirst
Joshua Slive wrote: On 11/10/05, Mike Dewhirst <[EMAIL PROTECTED]> wrote: 2) looking at the wrong config file; Not sure about that. I'm gunna strip things back and try to start from scratch. Lets go back to what Nick asked you. Your answer to him was ambiguous. When you put some random g

[EMAIL PROTECTED] how to turn off ssl debug log

2005-11-10 Thread jiesheng zhang
Hi, My system is suse 9.3, apache 2.0 and mod_ssl. The /var/log/apache2/error_log has lots of ssl debug information such as this --- [Thu Nov 10 22:55:48 2005] [debug] ssl_engine_io.c(1593): | 01d0: d6 07 05 83 7f f6 3c cb-50 cc b3 a2 eb 1c f8 2f ..<.P../ | ---

Re: [EMAIL PROTECTED] Apache 2/Mod_JK 1.2 Slow File Download

2005-11-10 Thread Guy Knights
Yes, I forgot to mention that since I wrote the post I've tried mod_jk 1.2.14 with no change in result. The hardware we are using is an HP Proliant DL-380, standard config, purchased late last year. I'll investigate Apache 2.0.55 and see if that helps - thanks for the info. Regards, Guy Willi

Re: [EMAIL PROTECTED] basic auth config

2005-11-10 Thread Joshua Slive
On 11/10/05, Mike Dewhirst <[EMAIL PROTECTED]> wrote: > 2) looking at the wrong config file; > > Not sure about that. I'm gunna strip things back and try to start from > scratch. Lets go back to what Nick asked you. Your answer to him was ambiguous. When you put some random garbage in the confi

Re: [EMAIL PROTECTED] Apache 2/Mod_JK 1.2 Slow File Download

2005-11-10 Thread William A. Rowe, Jr.
Guy Knights wrote: - compiling and installing the latest mod_jk connector (1.2.6) and testing this with a test copy of apache (2.0.54) and the same copy of tomcat. This didn't solve the problem. mod_jk 1.2.6 is nearly as old and stale as 1.2.4 that you really don't want to be using. Strongl

[EMAIL PROTECTED] Problems building 2.0 with mod_auth_ldap

2005-11-10 Thread Stephen Thomas
Hi! Hoping someone can help with this. I'm trying to build Apache 2.0.55 on Solaris 8 (SPARC). I want to upgdate from 1.3, and also want to add support for SSL. So my configure is: ./configure \ --prefix=/usr/local/apache2 \ --with-ldap \ --enable-mods-shared=most \

[EMAIL PROTECTED] Apache 2/Mod_JK 1.2 Slow File Download

2005-11-10 Thread Guy Knights
Hi, *The below was originally sent to the Tomcat users mailing list. Since then, we've discovered that the problem DOES NOT occur when we use apache 1.3, so we have moved all our sites back to this version. It is also not limited to PDFs apparently, but happens with all files. The PDFs just h

Re: [EMAIL PROTECTED] basic auth config

2005-11-10 Thread Mike Dewhirst
Joshua Slive wrote: On 11/10/05, Mike Dewhirst <[EMAIL PROTECTED]> wrote: They are identical. There was no trailing slash but sticking that in made no difference anyway so I took it out again. It would help if you gave us the exact error message. Sometimes a few hundred more eyes can find t

[EMAIL PROTECTED] Problem with Apache installation on Win2K

2005-11-10 Thread TonyY
Re-post,  Please help if you can.  Thanks,   I am installing the Apache v2. on the Win2K Small Business Server and have problem to confirm the status. I can see both the apache.exe and apachemonitor.exe running on the Task Manager.  When I try to use http://localhost from IE I get nothing.  J

Re: [EMAIL PROTECTED] basic auth config

2005-11-10 Thread Joshua Slive
On 11/10/05, Mike Dewhirst <[EMAIL PROTECTED]> wrote: > > They are identical. There was no trailing slash but sticking that in > made no difference anyway so I took it out again. It would help if you gave us the exact error message. Sometimes a few hundred more eyes can find things that you misse

Re: [EMAIL PROTECTED] Question regarding VirtualHosts

2005-11-10 Thread Martin Lyberg
On 11/10/05, Joshua Slive wrote: Hmmm... Did you read the FAQ entry? Anyway, to be extremely explicit, keep the exact config you alreadyhave but add the following immediately BEFORE the existing sections.  This works because the first listedname-based virtual host catches all non-matching hostnames

Re: [EMAIL PROTECTED] basic auth config

2005-11-10 Thread Mike Dewhirst
Joshua Slive wrote: On 11/10/05, Mike Dewhirst <[EMAIL PROTECTED]> wrote: Nick Kew wrote: On Thursday 10 November 2005 09:56, Mike Dewhirst wrote: In /etc/Apache2/conf.d - basic_auth.conf which only contains ... Check that that's being included. Put some random junk in - if you don't

Re: [EMAIL PROTECTED] Question regarding VirtualHosts

2005-11-10 Thread Joshua Slive
On 11/10/05, Martin Lyberg <[EMAIL PROTECTED]> wrote: > On 11/10/05, Joshua Slive wrote: > > > In this example: > > > http://httpd.apache.org/docs/1.3/misc/FAQ.html#canonical-hostnames > > > > Replace the Redirect with a > > > > Deny from all > > > > > > Hi Joshua, > > I'm not quite sure i unders

Re: [EMAIL PROTECTED] Question regarding VirtualHosts

2005-11-10 Thread Martin Lyberg
On 11/10/05, Joshua Slive wrote: In this example:http://httpd.apache.org/docs/1.3/misc/FAQ.html#canonical-hostnamesReplace the Redirect with a Deny from allHi Joshua, I'm not quite sure i understand the syntax. Where would i put this:Deny from all Inside both of my VHosts? The sites are two differe

Re: [EMAIL PROTECTED] Question regarding VirtualHosts

2005-11-10 Thread Joshua Slive
On 11/10/05, Martin Lyberg <[EMAIL PROTECTED]> wrote: > Hi, > > I'm running Apache 2.0 on FC4. I have two websites with two domains on > the same machine. The VirtualHosts work as it should when typing > domain1.com or domain2.com. > > My question is: > > I only want Apache to respond with the corr

[EMAIL PROTECTED] Question regarding VirtualHosts

2005-11-10 Thread Martin Lyberg
Hi, I'm running Apache 2.0 on FC4. I have two websites with two domains on the same machine. The VirtualHosts work as it should when typing domain1.com or domain2.com. My question is: I only want Apache to respond with the correct site if it hits on one of the two VirtualHosts. If i type the ip

Re: [EMAIL PROTECTED] not navigate during downloading

2005-11-10 Thread Joshua Slive
On 11/10/05, Max Yu <[EMAIL PROTECTED]> wrote: > Thanks Joshua. > > The strange things are it can access other sites, no problems. > Only problem is it can't access any other pages in the site. The > site is also controlled by MySQL. How to solve it? I doubt this is an apache issue. But if you ha

Re: [EMAIL PROTECTED] not navigate during downloading

2005-11-10 Thread Max Yu
Thanks Joshua. The strange things are it can access other sites, no problems. Only problem is it can't access any other pages in the site. The site is also controlled by MySQL. How to solve it? Thanks, Max --- Joshua Slive <[EMAIL PROTECTED]> wrote: > On 11/9/05, Max Yu <[EMAIL PROTECTED]> w

RE: [EMAIL PROTECTED] Problems with cgi scripts

2005-11-10 Thread Boyle Owen
> -Original Message- > From: Mark Wendt (Contractor) [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 10. November 2005 14:34 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Problems with cgi scripts > > > Hi, > > I'm in the process of moving our web server from old > hardw

Re: [EMAIL PROTECTED] Help with Location directive

2005-11-10 Thread Joshua Slive
On 11/9/05, Robin Bowes <[EMAIL PROTECTED]> wrote: > To enable XML format listing of the source archives in svn, I'd like to > use the SVNIndexXSLT directive (commented out in the above code. > > However, because I'm using mod_python to handle the root location "/" > the requests for svnindex.xsl

Re: [EMAIL PROTECTED] not navigate during downloading

2005-11-10 Thread Joshua Slive
On 11/9/05, Max Yu <[EMAIL PROTECTED]> wrote: > Hi, > > There was an old apache server (on redhat), on which users can > view and download files. I can navigate other pages during > downloading. Now I updated all the php code and setup a new > apache server on a new machine (Fedora Core 3). The beh

Re: [EMAIL PROTECTED] Problems with cgi scripts

2005-11-10 Thread Mark Wendt (Contractor)
I did check the error log, and the error log had thus to say: Permission denied: access to /cgi-bin/.cgi (or .pl) denied, referer https://mywebserver.com/. I wouldn't have posted to the list otherwise. Mark At 09:48 AM 11/10/2005, you wrote: On 11/10/05, Mark Wendt (Contractor) <[EMAIL PRO

RE: [EMAIL PROTECTED] LDAPS authentication APACHE2 with W2K Domain anyone?[Scanned]

2005-11-10 Thread Marc Jonkers
I get this message in the log:     [Thu Nov 10 15:36:32 2005] [debug] /home/adconrad/apache2/apache2-2.0.54/build-tree/apache2/modules/experimental/mod_auth_ldap.c(337): [client 10.10.20.118] [29423] auth_ldap authenticate: using URL ldaps://10.10.20.51/dc=xxx,dc=x,dc=xxx?sAMAccountName?su

Re: Antw: Re: [EMAIL PROTECTED] Apache 2 configuration "present but cannot be

2005-11-10 Thread John P. Dodge
On Thu, 10 Nov 2005 [EMAIL PROTECTED] wrote: > John P. Dodge wrote: > > > > > > > I'm trying to compile Apache 2 because I'm in a situation where I can't > > > use a pre-compiled release. Unfortunately I've got no experience with > > > compiling software at all so I'm hoping you guys can help me

Re: [EMAIL PROTECTED] Problems with cgi scripts

2005-11-10 Thread Joshua Slive
On 11/10/05, Mark Wendt (Contractor) <[EMAIL PROTECTED]> wrote: > Hi, > > I'm in the process of moving our web server from old hardware to > new. Same OS - RHEL4 -U1-ES. Same version of Apache - > v2.0.52. Everything works on the old server, but not the > new. Selinux has been disabled

Re: [EMAIL PROTECTED] basic auth config

2005-11-10 Thread Joshua Slive
On 11/10/05, Mike Dewhirst <[EMAIL PROTECTED]> wrote: > Nick Kew wrote: > > On Thursday 10 November 2005 09:56, Mike Dewhirst wrote: > > > > > >>In /etc/Apache2/conf.d - basic_auth.conf which only contains ... > > > > > > Check that that's being included. Put some random junk in - > > if you don't

Re: [EMAIL PROTECTED] combining mod_rewrite with mod_ntlm and fastcgi

2005-11-10 Thread Joshua Slive
On 11/10/05, Fernando Martins <[EMAIL PROTECTED]> wrote: > > When I ask for http://ckt/ I get back http://ckt/zope and the page urls have > also prefixed zope. In 1.3, the prefix zope would never come back to the > user but it does with 2.0. > RewriteRule ^(.*) http://ckt/zope$1 I'm not positive

RE: [EMAIL PROTECTED] LDAPS authentication APACHE2 with W2K Domain anyone?[Scanned]

2005-11-10 Thread Barham, David
I think (prepares to be shot down in flames) that this mechanism passes the username/password through to PAM which then talks to the DC in the same way as samba. I know it is a good idea to use SSL so that the dialog between the client and apache is encrypted and not just encoded but my understa

RE: [EMAIL PROTECTED] LDAPS authentication APACHE2 with W2K Domain anyone?[Scanned]

2005-11-10 Thread Marc Jonkers
Hi David, Is this secure encryption? Thx, Marc -Oorspronkelijk bericht- Van: Barham, David [mailto:[EMAIL PROTECTED] Verzonden: donderdag 10 november 2005 15:11 Aan: users@httpd.apache.org Onderwerp: RE: [EMAIL PROTECTED] LDAPS authentication APACHE2 with W2K Domain anyone?[Scanned]

Re: [EMAIL PROTECTED] Problems with cgi scripts

2005-11-10 Thread Mick England
If the web directories are a tarballed copy then the problem must lay with either the OS or the Apache install. If you have checked all the permissions etc., the only other thing I can think of is to check that mod_cgi is installed correctly on both machines -- maybe kind of obvious but that's my l

RE: [EMAIL PROTECTED] LDAPS authentication APACHE2 with W2K Domain anyone?

2005-11-10 Thread Barham, David
I got Apache2 on linux authenticating against a windows AD using mod_auth_pam. I'm not sure that trying to use LDAP isn't trying to over complicate things. David Barham From: Marc Jonkers [mailto:[EMAIL PROTECTED] Sent: 10 November 2005 14:11 To: users@ht

[EMAIL PROTECTED] LDAPS authentication APACHE2 with W2K Domain anyone?

2005-11-10 Thread Marc Jonkers
Hi,   I want to authenticate users agains W2K domain with LDAPS in Apache2.  Has anyone running this? I cannot get it working.     thx,   Marc

Re: [EMAIL PROTECTED] Problems with cgi scripts

2005-11-10 Thread Mark Wendt (Contractor)
Mick, Thanks, but that didn't fix it either. What I don't understand, I tarballed all the web directories from the original machine, moved them to the new machine, untarred, and started the server. Other than new hardware, the machines are identical. Mark At 08:56 AM 11/10/2005,

Re: [EMAIL PROTECTED] Problems with cgi scripts

2005-11-10 Thread Mick England
Hi Mark, Seems SuExec is one possibility. More info at: http://httpd.apache.org/docs/1.3/suexec.html Mick. Mark Wendt (Contractor) wrote: > Hi, > > I'm in the process of moving our web server from old hardware to > new. Same OS - RHEL4 -U1-ES. Same version of Apache - v2.0.52. > Everyth

[EMAIL PROTECTED] Re: Apache2, mod_python and nss_ldap: Coredump...

2005-11-10 Thread Johan Ström
On 10 nov 2005, at 12.54, Johan Ström wrote: On 10 nov 2005, at 00.25, Brian Fundakowski Feldman wrote: On Wed, Nov 09, 2005 at 10:20:26AM +0100, Johan Ström wrote: Hi I got a new 6.0-STABLE box. Rebuilt kernel and world 2 hours ago (against RELENG_6), so it should be pretty new. Im trying

[EMAIL PROTECTED] Problems with cgi scripts

2005-11-10 Thread Mark Wendt (Contractor)
Hi, I'm in the process of moving our web server from old hardware to new. Same OS - RHEL4 -U1-ES. Same version of Apache - v2.0.52. Everything works on the old server, but not the new. Selinux has been disabled on both machines, and the directories and partitions are virtually identical,

[EMAIL PROTECTED] Re: Apache2, mod_python and nss_ldap: Coredump

2005-11-10 Thread Johan Ström
On 10 nov 2005, at 13.55, Stephane Bortzmeyer wrote: On Wed, Nov 09, 2005 at 01:46:37PM +0100, Johan Ström <[EMAIL PROTECTED]> wrote a message of 112 lines which said: Im trying to have apache 2.0.55, mod_python 3.1.4 and nss_ldap 239, all the latest from ports. The problem I have is this: I

Re: [EMAIL PROTECTED] basic auth config

2005-11-10 Thread Mike Dewhirst
Nick Kew wrote: On Thursday 10 November 2005 09:56, Mike Dewhirst wrote: In /etc/Apache2/conf.d - basic_auth.conf which only contains ... Check that that's being included. Put some random junk in - if you don't get a syntax error, that's the problem. I did that but everything seemed as p

Re: [EMAIL PROTECTED] basic auth config

2005-11-10 Thread Nick Kew
On Thursday 10 November 2005 09:56, Mike Dewhirst wrote: > In /etc/Apache2/conf.d - basic_auth.conf which only contains ... Check that that's being included. Put some random junk in - if you don't get a syntax error, that's the problem. > > > # forbid access to the entire filesystem by defaul

[EMAIL PROTECTED] [mod_proxy_html] : returned page is empty

2005-11-10 Thread peter pilsl
sorry, I read the manual at http://www.apacheweek.com/features/reverseproxies and I turned on verbose debuginfos for this module, but I just dont get it right. As soon as I turn on the outputfilter proxy-html I get an empty page containing of no more than what do I want: I have a existin

[EMAIL PROTECTED] basic auth config

2005-11-10 Thread Mike Dewhirst
I'm attempting to set up basic auth without .htaccess files and cannot see where I'm going wrong. I haven't tried it with .htaccess because I don't particularly want to use them. I have read the mod_auth and Authorization and Access Control docs as well as Chapter 2 of Ivan Ristic's Apache Sec

Antw: Re: [EMAIL PROTECTED] Apache 2 configuration "present but cannot be

2005-11-10 Thread agebosma
John P. Dodge wrote: > > > > I'm trying to compile Apache 2 because I'm in a situation where I can't use > > a pre-compiled release. Unfortunately I've got no experience with compiling > > software at all so I'm hoping you guys can help me out a bit, assuming this > > is the right place to ask