Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration

2006-06-21 Thread CC CHEN
Finally igot the reason what cause the deflate cannot work. Emmanuel E U r right that the proxy is not http 1.1 compliant. From the log i can see that when I access the page with proxy : 10.150.1.111 [07/Jun/2006:14:43:08 +0800] "GET /beta/public/Page.do?mode=MAIN HTTP/1.0" 200 16889 - -

RE: [EMAIL PROTECTED] RE: RE: /my.html#mySection

2006-06-21 Thread Boyle Owen
-Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Mike - EMAIL IGNORED Sent: Wednesday, June 21, 2006 4:04 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] RE: RE: /my.html#mySection [...] Yes, I know what it all is. The #ZZZ appeared in part

RE: [EMAIL PROTECTED] Intermittent problem with Apache, PHP and SSL

2006-06-21 Thread Boyle Owen
-Original Message- From: Jesse Gumm [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 6:42 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Intermittent problem with Apache, PHP and SSL So I'm encountering an EXTREMELY intermittent error with Apache, PHP and SSL, and

Re: [EMAIL PROTECTED] Thousands of VirtualHosts slowing down start/stop/graceful

2006-06-21 Thread Matus UHLAR - fantomas
On 21.06.06 03:07, jome wrote: Subject: [EMAIL PROTECTED] Thousands of VirtualHosts slowing down start/stop/graceful I'm running Apache 2.2.2[1] on a Mac OS X Server 10.3 box, and I'm having some trouble which I'm pretty sure is related to having large amounts of VirtualHosts (or large

Re: [EMAIL PROTECTED] Re: RE: /my.html#mySection

2006-06-21 Thread Pid
Mike - EMAIL IGNORED wrote: On Tue, 20 Jun 2006 08:42:33 -0600, David Salisbury wrote: [...] The occasional appearance of #ZZZ in my logs therefore still remains a mystery. By the way, I can duplicate it if I use nc on another Linux box to send an (in)appropriate GET. Which user-agent

Re: [EMAIL PROTECTED] Thousands of VirtualHosts slowing down start/stop/graceful

2006-06-21 Thread jome
Joshua Slive wrote: On 6/20/06, jome [EMAIL PROTECTED] wrote: I have tried to locate the error but all I can come up with is that it is related to the large configuration (roughly 700k) file or the contents of it. An idea might be that the DocumentRoot checks are taking a lot of time, but I'm

[EMAIL PROTECTED] vhost -1 ip add

2006-06-21 Thread onin
hi all! i have multiple websites that resides on c:\webs\*\public_html what i want to happen is to access each website to a different port by same hostname. ie. localhost:80 - default website localhost:81 - c:\webs\xxx1\public_html localhost:82 - c:\webs\xxx2\public_html part of my current

Re: [EMAIL PROTECTED] Need clarification

2006-06-21 Thread Rainer Sokoll
On Wed, Jun 21, 2006 at 04:48:01PM +0530, Siva Prasad wrote: hi I have set library path set LD_LIBRARY_PATH= path (where my libraries reside) but could not find luck. I am getting the same errors Few more ideas plz.. What does both ls -l `echo $LD_LIBRARY_PATH` and ldd httpd

Re: [EMAIL PROTECTED] vhost -1 ip add - correction

2006-06-21 Thread onin
i got it working now! thanks dude! Boyle Owen wrote: -Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 11:49 AM - put in a default document (eg, index.html) or define it with DirectoryIndex (see docs for details),

Re: [EMAIL PROTECTED] Intermittent problem with Apache, PHP and SSL

2006-06-21 Thread Jesse Gumm
I know what Server not found means, but the fact that it happens ONLY when submitting a CERTAIN form, ONLY in IE, and ONLY in SSL makes it suspicious. If you read my second post about it, it turns out to be a problem with IE's keepalive during SSL sessions. Adding the following to the

Re: [EMAIL PROTECTED] Using SetOutputFilter in Location blocks

2006-06-21 Thread Andy Buckley
Just a reminder about this post :) Has anyone else seen this sort of behaviour? Do you need more information? Any help would be most appreciated! Andy Andy Buckley wrote: Hi, I have a long-standing problem with getting output filters to work in Location blocks. Here's an example

Re: [EMAIL PROTECTED] Need clarification

2006-06-21 Thread Susan Roesner RZ
Hi, it is important how you start apache. If you start it manual then the library path of ssl in /etc/profile unter LD_LIBRARY_PATH is enough. If you start apache at system boot, the /etc/profile is not read. In this case you have to make sure that the LD_LIBRARY_PATH for ssl lib is set in

RE: [EMAIL PROTECTED] Need clarification

2006-06-21 Thread Anil Dighade
Shiva, I didnt get this error, Whilst installation I installed openssl first and then Apache(with mod_ssl ). Before installation check the both the path variable(LD_LIBRARY_PATH and PATH) have path of the installed openssl. Also I had copied the respective openssl installed files to my

RE: [EMAIL PROTECTED] Need clarification

2006-06-21 Thread Boyle Owen
-Original Message- From: Siva Prasad [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 1:18 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Need clarification hi I have set library path set LD_LIBRARY_PATH= path (where my libraries reside) The

[EMAIL PROTECTED] mpm on php

2006-06-21 Thread onin
hi all! i've installed php5 and apache2 on a winxp os. after reading the php install file. there's paragraph like this: - We do not recommend using a threaded MPM in production with Apache2. Use the prefork MPM instead, or use Apache1. For information on why, read the related FAQ

[EMAIL PROTECTED] Re: Re: RE: /my.html#mySection

2006-06-21 Thread Mike - EMAIL IGNORED
On Wed, 21 Jun 2006 09:33:46 +0100, Pid wrote: Mike - EMAIL IGNORED wrote: On Tue, 20 Jun 2006 08:42:33 -0600, David Salisbury wrote: [...] The occasional appearance of #ZZZ in my logs therefore still remains a mystery. By the way, I can duplicate it if I use nc on another Linux box

[EMAIL PROTECTED] RE: ProxyPass and HTTP-Auth username+password?

2006-06-21 Thread henk.fictorie
You can add the header manually, like: RequestHeader set Authorization: Basic qwertyuiopasdfgjhj The last string is the base64 encoded username/password. See http://noeld.com/programs.asp?cat=misc#authentication for a windows tool that. regards Henk Fictorie -- Henk Fictorie KPN.com

[EMAIL PROTECTED] password protected site

2006-06-21 Thread Jay
Hello all, don't know if this is possible but I thought I'd ask anyways. I have an internal website that I've used the allow,deny feature and narrowed it down to only allow our main office and our remote offices to view this site. I have some users though, that when they are out on the

Re: [EMAIL PROTECTED] password protected site

2006-06-21 Thread Rainer Sokoll
On Wed, Jun 21, 2006 at 06:13:09AM -0700, Jay wrote: I have some users though, that when they are out on the feild, from time to time need access to the internal site. It there a way to let the thise people view it by some sort of authenication? You want a VPN. Rainer

Re: [EMAIL PROTECTED] RE: ProxyPass and HTTP-Auth username+password?

2006-06-21 Thread Christian Hammers
On Wed, Jun 21, 2006 at 02:36:24PM +0200, [EMAIL PROTECTED] wrote: RequestHeader set Authorization: Basic qwertyuiopasdfgjhj Thanks! bye, -christian- -- Christian Hammers WESTEND GmbH | Internet-Business-Provider Technik CISCO Systems Partner - Authorized

Re: [EMAIL PROTECTED] Thousands of VirtualHosts slowing down start/stop/graceful

2006-06-21 Thread Joshua Slive
On 6/21/06, jome [EMAIL PROTECTED] wrote: Joshua Slive wrote: On 6/20/06, jome [EMAIL PROTECTED] wrote: I have tried to locate the error but all I can come up with is that it is related to the large configuration (roughly 700k) file or the contents of it. An idea might be that the

Re: [EMAIL PROTECTED] maximum httpd.conf size

2006-06-21 Thread Joshua Slive
On 6/21/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: What is the maximum size of httpd.conf ( with large number of portals, etc ) file that Apache can support. I am having around 1000 virtualhosts. There is no maximum size as far as I know. But a very large config will slow startups and

RE: [EMAIL PROTECTED] password protected site

2006-06-21 Thread Boyle Owen
-Original Message- From: Jay [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 3:13 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] password protected site Hello all, don't know if this is possible but I thought I'd ask anyways. I have an internal website

Re: [EMAIL PROTECTED] mpm on php

2006-06-21 Thread Joshua Slive
On 6/21/06, onin [EMAIL PROTECTED] wrote: hi all! i've installed php5 and apache2 on a winxp os. after reading the php install file. there's paragraph like this: - We do not recommend using a threaded MPM in production with Apache2. Use the prefork MPM instead, or use Apache1. For

Re: [EMAIL PROTECTED] password protected site

2006-06-21 Thread Jay
it has a public ip with a specific port attached to it. like. www.mydomain.com:1234 the DNS stuff is only internal, I mean this address is only on our internal DNS server. - Original Message - From: Boyle Owen [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Wednesday, June 21,

Re: [EMAIL PROTECTED] mpm on php

2006-06-21 Thread William A. Rowe, Jr.
Joshua Slive wrote: On 6/21/06, onin [EMAIL PROTECTED] wrote: there's paragraph like this: - We do not recommend using a threaded MPM in production with Apache2. Use the prefork MPM instead, or use Apache1. For information on why, read the related FAQ entry on using Apache2 with a

Re: [EMAIL PROTECTED] Apache 2.0.55 on Win2003 crashes when attempting LDAP auth against AD

2006-06-21 Thread Dan Buettner
Thanks Lisa. I see a note for the Windows binary version to install DLLs from a Sun package; I think I have got the right Sun package now. Do you recall details on which DLLs, and where you put them? Dan Gallardo, Lisa wrote: Hi Dan, I've got Windows 2003, Apache 2.0.55 and I'm using the

Re: [EMAIL PROTECTED] mpm on php

2006-06-21 Thread Colm MacCarthaigh
On Wed, Jun 21, 2006 at 12:14:53PM -0500, William A. Rowe, Jr. wrote: Of course some of us have been using it for those 6 years in worker mode, but I wouldn't expect that caviat emptor to disappear anytime soon. The more things change... I wonder will they ever point out the same thing exists

[EMAIL PROTECTED] Certificates and keys

2006-06-21 Thread Savage, Robert CTR USTRANSCOM J6
Im reconstructing a web site and having certificate trouble. http://localhost/ displays the test file at DocumentRoot F:\www\Apache2\htdocs, but https://locahost/ gives me the old The page cannot be displayed error. Is there a way to show that a file server.key is the private key for a

Re: [EMAIL PROTECTED] mpm on php

2006-06-21 Thread William A. Rowe, Jr.
Colm MacCarthaigh wrote: On Wed, Jun 21, 2006 at 12:14:53PM -0500, William A. Rowe, Jr. wrote: Of course some of us have been using it for those 6 years in worker mode, but I wouldn't expect that caviat emptor to disappear anytime soon. The more things change... I wonder will they ever point

[EMAIL PROTECTED] Configure error on HP-UX install

2006-06-21 Thread Mcgovern, Matthew CIV NAVAIR 521420E
Title: Configure error on HP-UX install I am very new at installing Apache. I have an older HP-UX 10.80 OS. I'm getting an error when I type: ./configure --prefix=/h/data/local/APACHE The configuration continues for a good while and then this error occurs: Size of void * is less than

Re: [EMAIL PROTECTED] Certificates and keys

2006-06-21 Thread Andy Buckley
Savage, Robert CTR USTRANSCOM J6 wrote: I'm reconstructing a web site and having certificate trouble. http://localhost/ displays the test file at DocumentRoot F:\www\Apache2\htdocs, but https://locahost/ gives me the old The page cannot be displayed error. Is there a way to show that a file

[EMAIL PROTECTED] Apache 1.3.36 / Solaris 9 / Too Many Open Files

2006-06-21 Thread Charles Plater
We have a webserver running Apache 1.3.36 on Solaris 9. If I try to add more than 81 VHOSTS all of the vhosts start throwing errors: [Wed Jun 21 12:29:31 2006] [crit] [client REMOVED] (24)Too many open files: /path/to/www/content/.htaccess pcfg_openfile: unable to check htaccess file,

RE: [EMAIL PROTECTED] Certificates and keys

2006-06-21 Thread Savage, Robert CTR USTRANSCOM J6
-Original Message- From: Andy Buckley [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 13:48 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Certificates and keys Savage, Robert CTR USTRANSCOM J6 wrote: I'm reconstructing a web site and having certificate trouble.

Re: [EMAIL PROTECTED] Certificates and keys

2006-06-21 Thread Andy Buckley
Savage, Robert CTR USTRANSCOM J6 wrote: Thanks very much for the pointer. Now I must ask one last (and very ignorant) question: Do the following results really say that server.key doesn't go with server.cert? $ openssl x509 -noout -text -in server.cert | openssl md5

[EMAIL PROTECTED] WAMP Server - Running External Application

2006-06-21 Thread Brian Stakes
I have a WAMP server set up and I am trying to use PHP to open an application on my server. I am using a simple system call: system(notepad.exe); I checked on the PHP mailing list and was unable to come up with a solution. I am running XP Pro. And Apache is able to interact with the desktop

[EMAIL PROTECTED] VirtualHost directive not working after XP SP2 install

2006-06-21 Thread Mark Kalmus
Title: VirtualHost directive not working after XP SP2 install We have a handful of ecommerce sites for my wifes cottage industry business. We are developing the sites on a PC running Apache v.1.x, but after having to install XP SP2 so her new Microsoft accounting software would run, her

Re: [EMAIL PROTECTED] VirtualHost directive not working after XP SP2 install

2006-06-21 Thread William A. Rowe, Jr.
It's that hotfix you must have. Then, if it works and listen 80 doesn't behave, I suspect that MS is still treating each loopback IP as disassociated from 'all' 0.0.0.0. So try this instead listen 127.0.0.1:80 listen 127.0.0.2:80 ... listen 127.0.0.5:80 Oh, and take a look at using