Re: [us...@httpd] VirtualHost UseCanonicalName Off

2010-01-13 Thread Matus UHLAR - fantomas
On 01.01.10 13:39, Bill Gradwohl wrote: On my Fedora 12 laptop, I'm trying to set up a WEB site development environment to mimic my real web server that contains several virtual hosts. On my laptop I want the Apache server to respond to Firefox's requests to http://localhost/somedomain.com and

Re: [us...@httpd] Long graceful restart time

2010-01-13 Thread Matus UHLAR - fantomas
On 01.01.10 17:38, Evan Champion wrote: There are only about 200 virtual hosts and the document root is on a local (SAN) filesystem, so I'm not sure that patch will help (the description suggested a large number of virtual hosts on remote filesystems where the stat takes some time to

Re: [us...@httpd] HTTP over PPPoE???

2010-01-13 Thread Matus UHLAR - fantomas
On 11.01.10 16:18, ChiaTzung Liu wrote: But I don't enable proxy.c in httpd. In addition, these captured packages is captured in LAN directly, not in WAN. So I think not proxy issue. do you mean, both original and downloaded are captured in LAN and they differ? isn't it possible that there

Re: [us...@httpd] Newbie question:How to change chunk size?

2010-01-13 Thread Matus UHLAR - fantomas
On 25.12.09 15:49, zmerry wrote: I guess you are surprised why I want to set the small chunk size. Do you ever see the following example about Chunked Encoding? 29htmlbodypThe file you requested is 53,40023 bytes long and was last modified:1dSat, 20 Mar 2004 21:12:00 GMT 13./p/body/html0

Re: [us...@httpd] build 32 bit httpd on 64 bit RHEL

2010-01-13 Thread Eric Covener
On Wed, Jan 13, 2010 at 12:45 AM, galaft wang gal...@gmail.com wrote: Hi, I am compiling 32 bit httpd on 64 bit RHEL with following command: # ./configure CFLAGS=-m32 CXXFLAGS=-m32 FFLAGS=-m32 FCFLAGS=-m32 --prefix=/root/j131/testhttpd/apache-32bit Probably better luck with CC=gcc -m32 --

Re: [us...@httpd] Apache vs LiteSpeed

2010-01-13 Thread Jorge Schrauwen
Sounds interesting, You may also want to test things like requesting protected resources (basic, digest)... Maybe some other things like WebDAV (of all servers support it),... ~Jorge On Wed, Jan 13, 2010 at 8:08 AM, Jarrod Slick jar...@e-sensibility.comwrote: On Jan 13, 2010, at 12:47 AM,

RE: [us...@httpd] HTTP over PPPoE???

2010-01-13 Thread ChiaTzung Liu
I don't think so. I try to draw my environment as following... WebServer --SendData-- HUB --SendData-- PPPoE Router --SendData(ISP)-- Client | | - Capture packages by Wireshark And the captured data is different

[us...@httpd] TAG Location and ldap_auth

2010-01-13 Thread Bruno Galindro da Costa
Hi, I need to authenticate the users of my network to distinguish directories of SVN with ldap_auth. The method that I used is through the Location tag. The following method that I use is the correct method to prevent users that isn´t inside the AD group GR_INT_SVN to access the /svn

[us...@httpd] Optimizing apache 2

2010-01-13 Thread Nilesh Govindarajan
Hi, I'm on a VPS - Fedora 12, 500 MB RAM. It is running PHP 5.3.1 (via mod_fastcgi), Apache 2.2.14, MySQL 5.4.1 I'd like to know some tweaks in the configuration of apache so that the performance is optimum. I'm using worker MPM and this is the configuration of the MPM- StartServers

[us...@httpd] Name based virtual host bug after Apache restart

2010-01-13 Thread Chirouze Olivier
Hi, After some years out of the Apache discussion, I'm back for a quite specific question... ;-) We have been running Apache HTTP Server 2.0 for some years now. Everything works fine as expected but I think we encounter something that can only be a bug. We are using _name based virtual

Re: [us...@httpd] Name based virtual host bug after Apache restart

2010-01-13 Thread Tom Evans
On Wed, Jan 13, 2010 at 2:39 PM, Chirouze Olivier olivier.chiro...@volvo.com wrote: Hi, After some years out of the Apache discussion, I'm back for a quite specific question... ;-) We have been running Apache HTTP Server 2.0 for some years now. Everything works fine as expected but I think

Re: [us...@httpd] Optimizing apache 2

2010-01-13 Thread Tom Evans
On Wed, Jan 13, 2010 at 2:36 PM, Nilesh Govindarajan li...@itech7.com wrote: Hi, I'm on a VPS - Fedora 12, 500 MB RAM. It is running PHP 5.3.1 (via mod_fastcgi), Apache 2.2.14, MySQL 5.4.1 I'd like to know some tweaks in the configuration of apache so that the performance is optimum. I'm

RE: [us...@httpd] Name based virtual host bug after Apache restart

2010-01-13 Thread Chirouze Olivier
Hi Tom, thanks for the so prompt answer! I didn't know that option of httpd, looks interesting. As of today, the vhost goes to the appropriate file (according to the DUMP VHOST). But I would use that same command when it fails again (after next reboot? ;-) To answer your question, we are

Re: [us...@httpd] Name based virtual host bug after Apache restart

2010-01-13 Thread Eric Covener
On Wed, Jan 13, 2010 at 10:00 AM, Chirouze Olivier olivier.chiro...@volvo.com wrote: Hi Tom, thanks for the so prompt answer! I didn't know that option of httpd, looks interesting. As of today, the vhost goes to the appropriate file (according to the DUMP VHOST). But I would use that same

Re: [us...@httpd] Name based virtual host bug after Apache restart

2010-01-13 Thread Eric Covener
- the actual servername that bugs is of the form www.aservername.co.za (something with the double country extension?? - we do have other servers of the form .co.uk, co.il, etc and they work as expected) - note that a serveralias in the same virtualhost still works: in fact, it's ServerName

RE: [us...@httpd] Name based virtual host bug after Apache restart

2010-01-13 Thread Chirouze Olivier
Of course, I should have guessed about the command just statically parsing files. However, at least I'd have a live proof that it's a bug if I run the command while the server behaves strange :-) Sorry, what do you mean about duplicate? Would you mean: VirtualHost ip:port ServerName nameB1.org

[us...@httpd] Apache 2.2.14 - Win XP - requests hanging, nothing sent

2010-01-13 Thread Nathan Long
Hi! First time posting - will try to step lightly. I've got Apache 2.2.14 installed on a Win XP laptop. Some page loads work fine, but others never complete. To rule out PHP or MySQL, I made a 1 KB, static, HTML-only page, and I get the same hit-or-miss issue with it. I've also tried Firefox and

Re: [us...@httpd] Appending or replacing html/text output

2010-01-13 Thread Eric Covener
2010/1/11 Sam Minning samm...@live.com: I have tried several modules, e.g. mod_substitute or similar, but none was able to fit my needs, mostly not supported compression from mod_deflate or gzip caused problems, so I was unable to implement this at all. You should be able to order the filters

Re: [us...@httpd] Apache 2.2.14 - Win XP - requests hanging, nothing sent

2010-01-13 Thread William A. Rowe Jr.
On 1/13/2010 10:26 AM, Nathan Long wrote: Hi! First time posting - will try to step lightly. I've got Apache 2.2.14 installed on a Win XP laptop. Some page loads work fine, but others never complete. To rule out PHP or MySQL, I made a 1 KB, static, HTML-only page, and I get the same

Re: [us...@httpd] Apache 2.2.14 - Win XP - requests hanging, nothing sent

2010-01-13 Thread Nathan Long
William, That fixed it! Thank you so much - a three-day headache is gone. --Nathan On Wed, Jan 13, 2010 at 1:14 PM, William A. Rowe Jr. wr...@rowe-clan.net wrote: On 1/13/2010 10:26 AM, Nathan Long wrote: Hi! First time posting - will try to step lightly. I've got Apache 2.2.14 installed on

RE: [us...@httpd] Appending or replacing html/text output

2010-01-13 Thread Sam Minning
hello community, hello Eric Covener, I have just the same setup, regardless of this some sites still do not have the replaced content. I assume this is due to compression which is done via PHP - I have seen this on pretty large sites (Joomla CMS and some forums), it may be hard to determine

Re: [us...@httpd] Appending or replacing html/text output

2010-01-13 Thread Eric Covener
2010/1/13 Sam Minning samm...@live.com: this leaves one problem at hand: mod_substitute just replaces content, it is unable to append it when there is no closing body-tag detected. mod_sed or mod_ext_filter are other options. -- Eric Covener cove...@gmail.com

[us...@httpd] HTTPD Authentication Questions

2010-01-13 Thread cgswtsu78
Hello, I'm currently trying to apply apache httpd authentication to a tomcat web application. The user authenticates on the apache side and then has a link within the apache server perl application that sends them over to the tomcat application (reportsvcs_ws) via mod_jk. If the user tries to

Re: [us...@httpd] Apache on IA64

2010-01-13 Thread William A. Rowe Jr.
On 1/9/2010 9:58 AM, Jorge Schrauwen wrote: I have not targetted IA64, but I've done a quite a lot of binaries for EMT64/AMD64. Note the architectures are radically different, AIUI IA64 has a 64 bit default int, X86_64 is a 32 bit; IA64 is a big endian platform, IIRC, while X86_64 is small

[us...@httpd] Apache to Tomcat Auth Setup

2010-01-13 Thread cgswtsu78
Hello, I'm trying to setup basic auth with tomcat using a MemoryRealm but I'm unsure as to how to set the username and password for a given role in the tomcat-users.xml. I don't have just one username and password for auth but 1000s. My users are logging into an apache/perl application which

RE: [us...@httpd] HTTPD Authentication Questions

2010-01-13 Thread Boyle Owen
-Original Message- From: cgswtsu78 [mailto:cg...@proofpoint.com] Sent: Thursday, January 14, 2010 1:12 AM To: users@httpd.apache.org Subject: [us...@httpd] HTTPD Authentication Questions Hello, I'm currently trying to apply apache httpd authentication to a tomcat web