RE: [users@httpd] Help with Apache setup

2005-05-10 Thread Boyle Owen
> -Original Message- > From: anshul [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 11. Mai 2005 07:46 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Help with Apache setup > Importance: High > > > Hi friends, You posted the same question twice without, apparently, reading either

[users@httpd] Help with Apache setup

2005-05-10 Thread anshul
Hi friends, I've recently installed Apache2 on Windows 2000. I want http://localhost:555/ point to c:\inetpub\root\mysite ( http://localhost points to c:\inetpub\wwwroot already ). I used somrthing like this, but it fails: NameVirtualHost 127.0.0.1:555 ServerAdmin [EMAIL PROTECTED] Do

[users@httpd] effect of server idle timeouts on ldap connection pool?

2005-05-10 Thread Albert Lunde
I've got a question about the effect on ldap authentication on Apache of an LDAP server applying idle timeouts to close connections. It appears from some emperical evidence that the ldap authentication module that comes with Apache 2.0.54 makes bad use of the ldap connection pool: it tends to slowl

Re: [EMAIL PROTECTED] Error: "(28)No space left on device: Couldn't create accept lock" - what could this be?

2005-05-10 Thread Joshua Slive
On 5/8/05, Christian Frankerl <[EMAIL PROTECTED]> wrote: > [Sun May 08 22:04:00 2005] [emerg] (28)No space left on device: Couldn't > create accept lock > > I find out that i get this error message only when i use mod_ssl. Then > i get this error message and the apache server stops. > Try playi

Re: [EMAIL PROTECTED] Apache 2.1 when?

2005-05-10 Thread Joshua Slive
On 5/8/05, db <[EMAIL PROTECTED]> wrote: > Hi all > > I've searched http://httpd.apache.org/ but couldn't find the info I was > looking for, so I hope someone here can help me. > I want to write a module for apache 2.x, but as far as I could see the module > API is not "stable" yet. I'm guessing t

Re: [EMAIL PROTECTED] Ignore requests

2005-05-10 Thread Joshua Slive
On 5/9/05, Joel Bjurström <[EMAIL PROTECTED]> wrote: > I've been a victim for this annoying /sumthin-attack, I get quite a > few requests for that dir, that's very annoying, 'cause my (not very > silent) dot-matrix printer is printing my error_log ;) > So now i wonder if i can make apache simply ig

Re: [users@httpd] Bug? Or not? Accessing server with numeric IP produces error page... with VirtualHost setup

2005-05-10 Thread SkyFlash
Well i actually found a different bug with the same topic... but this one answers question 1+2 for me, thanks! Now to question 3: Lets pretend I want this to work on my server... is there anything I can do to forward any request to a standard vhost, even if its an malformed one? Thanks! Chris

Re: [EMAIL PROTECTED] Looking for a Favicon/Robots Solution

2005-05-10 Thread Joshua Slive
On 5/9/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > > I put that in my main server conf file thinking that it would > > catch all > > addresses, and if it failed to find one of the files, it > > would spit out the > > common file. This hit a glitch though, it appears that Apache > > sends the addres

RE: [users@httpd] Blocking domains or IP addresses

2005-05-10 Thread Boyle Owen
> -Original Message- > From: Carl Schrader [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 10. Mai 2005 17:23 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Blocking domains or IP addresses > > > I want to block some domains and IP addresses from accessing > my Apache > server. C

[users@httpd] Creating New Certificates

2005-05-10 Thread Kaplan, Andrew H.
Hi there –   I am running Apache 1.3.x with Mod_SSL 2.8.x and during the initial installation of the server, I had run the make certificate script. The certificate has recently expired and I wanted to replace it with a new one. Is it simply a matter of rerunning the utility to create t

[users@httpd] Blocking domains or IP addresses

2005-05-10 Thread Carl Schrader
I want to block some domains and IP addresses from accessing my Apache server. Can someone point me in the right direction here? I am new to this sort of thing. ThX - The official User-To-User support forum of the Apache HTTP S

Re: [EMAIL PROTECTED] Can't delete apache2's logfile under windows 2003

2005-05-10 Thread Craig Dunigan
On Tue, 10 May 2005, Cheng-Lin Yang wrote: > Hi all, > Three days, I helped my friend to setup a server with apache2(IIS Sucks!) on > Windows Server 2003. Everything runs fine. In httpd.conf I reset the > configure of CustomLog to: > CustomLog "|c:/apache/apache2/bin/cronolog.exe e:/logs/access%

Re: [EMAIL PROTECTED] Apache

2005-05-10 Thread Craig Dunigan
JK2 is deprecated. Try it with either JK or mod_webapp. On Mon, 9 May 2005, Sauparna Sarkar wrote: > We are using Apache 2.0 and Tomcat 5.0. We use JK2 AJP 1.3 Connector > to communicate between Apache and Tomcat. We see a number of the > following errors in the jk2 logs: > > [Mon May 09 18:52:

RE: [EMAIL PROTECTED] "Expires" and "Cache-Control" don't work properly

2005-05-10 Thread Axel-Stéphane SMORGRAV
httpd -l only shows statically linked modules; If you have a "CacheEnable disk" statement somewhere in your conf which is not enclosed in and you do not get an error, and you cache file structure does get created, then your cache modules are most probably loaded. Rather than _assuming_ that t

Re: [users@httpd] Help with Apache setup

2005-05-10 Thread Gene
anshul wrote: Hi friends, I've recently installed Apache2 on Windows 2000. I want http://localhost:555/ point to c:\inetpub\root\mysite ( http://localhost points to c:\inetpub\wwwroot already ). I used somrthing like this, but it fails: NameVirtualHost 127.0.0.1:555 ServerAdmin [EMAIL PROTE

RE: [users@httpd] "Expires" and "Cache-Control" don't work proper ly

2005-05-10 Thread Diana Horvitz
Title: RE: [EMAIL PROTECTED] "Expires" and "Cache-Control" don't work properly Hi Axel, You were right, apparently Apache does not add the headers defined in httpd.conf to pages built on the fly. We finally made the application set the appropriate headers and everything works. Thanks for

Re: [users@httpd] Help with Apache setup

2005-05-10 Thread Patrick Donker
anshul wrote: - Original Message - From: "anshul" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 10, 2005 3:16 PM Subject: Help with Apache setup Hi friends, I've recently installed Apache2 on Windows 2000. I want http://localhost:555/ point to c:\inetpub\root\mysite ( http://localhos

[users@httpd] Help with Apache setup

2005-05-10 Thread anshul
- Original Message - From: "anshul" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 10, 2005 3:16 PM Subject: Help with Apache setup > Hi friends, > > I've recently installed Apache2 on Windows 2000. > I want http://localhost:555/ point to c:\inetpub\root\mysite > ( http://localhost po

RE: [EMAIL PROTECTED] Apache 1.3x Secure Server

2005-05-10 Thread Boyle Owen
> -Original Message- > From: Bob Cohen [mailto:[EMAIL PROTECTED] > > > > http://www.modssl.org/docs/2.7/ssl_faq.html#remove-passphrase > > Thank you Dan. I guess it isn't such a good idea to do this, > eh? To add a point to the discussion: You have to ask yourself what the passphrase