Re: [EMAIL PROTECTED] Port?

2006-09-27 Thread Steve Swift
No Listening ports available implies that something else is already listening on port 80. This is probably the windows IIS system. You'll have to configure that not to start the webserver portion of IIS, or configure it to listen on a port other then 80. I last did this about 15 years ago, so I

Re: [EMAIL PROTECTED] Apache Sometimes Ignoring MaxSpareServers, Running Out of Memory

2006-09-27 Thread Qingshan Xie
Hi! Joshua, Under the high load condition, if the number of children spawned is over the ServerLimit or MaxClients/ThreadsPerChild, what the status of those extra children is? Will all those extra children be in the queue waiting for the process? Thx, Q.Xie --- Joshua Slive [EMAIL PROTECTED]

RE: [EMAIL PROTECTED] server error help !

2006-09-27 Thread Boyle Owen
-Original Message- From: Chris Ackford [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 7:03 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] server error help ! Server error! The server encountered an internal error and was unable to complete your request.

RE: [EMAIL PROTECTED] Two Nics, several ips aliased to each one

2006-09-27 Thread Boyle Owen
-Original Message- From: jekillen [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 27, 2006 7:17 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Two Nics, several ips aliased to each one Hello Apache list; I have a server running FreeBSD 6.0 RELEASE with Apache

RE: [EMAIL PROTECTED] multiple virtual machines

2006-09-27 Thread Boyle Owen
-Original Message- From: Chen, Charles [mailto:[EMAIL PROTECTED] Sent: Monday, September 25, 2006 2:04 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] multiple virtual machines Hi, I am working for a client who would like to group rewrite rules into several virtual

RE: [EMAIL PROTECTED] Error compile mod-ssl and apache-1.3.33

2006-09-27 Thread Boyle Owen
-Original Message- From: Leon King [mailto:[EMAIL PROTECTED] Sent: Monday, September 25, 2006 7:05 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Error compile mod-ssl and apache-1.3.33 Hi: I am installing Apache HTTP Server 1.3.33 on a Solaris 10 box. I have also

RE: [EMAIL PROTECTED] Two questions about Directory directive in Apache2 for Windows

2006-09-27 Thread Boyle Owen
-Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Júlio Maranhão Sent: Monday, September 25, 2006 1:57 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Two questions about Directory directive in Apache2 for Windows ... I confess I am lazy about

[EMAIL PROTECTED] dir protected with .htaccess - show a website, not a pop-up - possible?

2006-09-27 Thread Tomasz Chmielewski
I have a couple of directories which I protect with .htaccess/.htpasswd. So, whenever a user starts a browser and enters http://server/protected, a pop-up authorization window shows up, and he/she is required to give valid credentials. Is there an easy way to replace the pop-up authorization

RE: [EMAIL PROTECTED] dir protected with .htaccess - show a website, not a pop-up - possible?

2006-09-27 Thread Boyle Owen
-Original Message- From: Tomasz Chmielewski [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 27, 2006 11:07 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] dir protected with .htaccess - show a website, not a pop-up - possible? I have a couple of directories which I

[EMAIL PROTECTED] Apache 2.2.3 and 'File Descriptor Limits'

2006-09-27 Thread Kenneth Svee
Hi. We have an older Apache 1.3 server with 130-ish VirtualHosts on Solaris 8. This runs PHP and mod_perl with lots of dependencies. We've built Apache 2.2.3 with the same basic functionality (PHP4.4.4, mod_perl2.0.2). On this server each vhost has it's own access_log and error_log, and we want

Re: [EMAIL PROTECTED] mod_rewrite %{REQUEST_URI} Question

2006-09-27 Thread Rob Wilkerson
On 9/26/06, Bob Ionescu [EMAIL PROTECTED] wrote: Rob Wilkerson wrote: RewriteRule ^/(.*) /landingpage.php?requesturi=%{REQUEST_URI}[QSA,PT] This works fine except when I have a document (these documents are uploaded by users so I have little control over them) called My Resume Cover

Re: [EMAIL PROTECTED] mod_rewrite %{REQUEST_URI} Question

2006-09-27 Thread Rob Wilkerson
On 9/27/06, Rob Wilkerson [EMAIL PROTECTED] wrote: On 9/26/06, Bob Ionescu [EMAIL PROTECTED] wrote: Rob Wilkerson wrote: RewriteRule ^/(.*) /landingpage.php?requesturi=%{REQUEST_URI}[QSA,PT] This works fine except when I have a document (these documents are uploaded by users so I

Re: [EMAIL PROTECTED] Apache 2.2.3 and 'File Descriptor Limits'

2006-09-27 Thread Jim Jagielski
Kenneth Svee wrote: I've ported the old config to Apache 2.2, and we're about 11 vhosts over the limit on the new build. The 1.3.37-server works. The 2.2.3-server starts if i comment out 11 vhosts. With 10 vhosts commented out, the server dumps this to the global error_log, and dies:

Re: [EMAIL PROTECTED] Apache 2.2.3 and 'File Descriptor Limits'

2006-09-27 Thread Kenneth Svee
[ Jim Jagielski ] Kenneth Svee wrote: I've ported the old config to Apache 2.2, and we're about 11 vhosts over the limit on the new build. The 1.3.37-server works. The 2.2.3-server starts if i comment out 11 vhosts. With 10 vhosts commented out, the server dumps this to the global

Re: [EMAIL PROTECTED] Apache Sometimes Ignoring MaxSpareServers, Running Out of Memory

2006-09-27 Thread Joshua Slive
On 9/27/06, Qingshan Xie [EMAIL PROTECTED] wrote: Hi! Joshua, Under the high load condition, if the number of children spawned is over the ServerLimit or MaxClients/ThreadsPerChild, what the status of those extra children is? Will all those extra children be in the queue waiting for the

Re: [EMAIL PROTECTED] Two Nics, several ips aliased to each one

2006-09-27 Thread Joshua Slive
On 9/27/06, Boyle Owen [EMAIL PROTECTED] wrote: Apache tries to get a domain-name for all listened IP addresses at startup (eg, for self-referential URLs). if any fail to resolve, you get the warning. Just make sure all IPs resolve on the server (see /etc/hosts, /etc/resolv.conf etc..), use

Re: [EMAIL PROTECTED] Got Segmentation fault after load mod_ldap and mod_auth_ldap

2006-09-27 Thread Joshua Slive
On 9/26/06, Qingshan Xie [EMAIL PROTECTED] wrote: Hi! All, We have Apache-2.0.54 compiled with worker mpm. After load mod_ldap and mod_auth_ldap as below in httpd.conf, LoadModule ldap_module modules/mod_ldap.so LoadModule auth_ldap_module modules/mod_auth_ldap.so LDAPSharedCacheSize 0

Re: [EMAIL PROTECTED] malformed header from script from include files about META tags

2006-09-27 Thread S.A. Birl
On Sep 26, 2006, S.A. Birl ([EMAIL PROTECTED])...: Birl: When I take out the META tag from .headers.shtml, no error message. I was playing around with .headers.html some more. Seems that Apache doesnt like meta name= but will accept meta http-equiv= so I dont suppose there's

Re: [EMAIL PROTECTED] Apache 2.2.3 and 'File Descriptor Limits'

2006-09-27 Thread Jim Jagielski
On Sep 27, 2006, at 9:13 AM, Kenneth Svee wrote: [ Jim Jagielski ] Kenneth Svee wrote: I've ported the old config to Apache 2.2, and we're about 11 vhosts over the limit on the new build. The 1.3.37-server works. The 2.2.3-server starts if i comment out 11 vhosts. With 10 vhosts commented

Re: [EMAIL PROTECTED] Chaging CR/LF on-the-fly with mod_publisher

2006-09-27 Thread Oliver Schulze L.
It is posible the modify the header info also? I'm having a problem with the device that is sending non 100% html compliant headers. Thanks Oliver Oliver Schulze L. wrote: Hi. I'm doing a ProxyPass in apache 2.0 of a IP camera. The camara has a built-in webserver and I'm having a problem the

[EMAIL PROTECTED] Apache 2 mod_proxy mod_rewrite questions

2006-09-27 Thread Jeff DeFord
All: I have some questions regarding the way to implement Apache as a reverse proxy server using mod_rewrite in order to mask the real URLs. Users will connect to the proxy, then the proxy will connect to the real server that is listening on port 8050 (SSL) So far this is what I have working:

Re: [EMAIL PROTECTED] Apache 2.2.3 and 'File Descriptor Limits'

2006-09-27 Thread Joe Orton
The SLACK_LINE stuff was about preserving low-numbered fds for use by stdio because of the Solaris 8-bit fd limit with stdio. It's not in 2.x because 2.x doesn't use stdio for logging. If you're hitting fd limits in 2.2 it is only because of kernel fd limits which need fixing with

Re: [EMAIL PROTECTED] malformed header from script from include files about META tags

2006-09-27 Thread Nick Kew
On Wednesday 27 September 2006 15:05, S.A. Birl wrote: On Sep 26, 2006, S.A. Birl ([EMAIL PROTECTED])...: Birl: When I take out the META tag from .headers.shtml, no error message. You must have apache configured to run .headers.shtml as a script. What is including it? A static file, or a

Re: [EMAIL PROTECTED] Chaging CR/LF on-the-fly with mod_publisher

2006-09-27 Thread Nick Kew
On Wednesday 27 September 2006 15:22, Oliver Schulze L. wrote: It is posible the modify the header info also? I'm having a problem with the device that is sending non 100% html compliant headers. Hmmm, did you get my reply to your original post? It seems that most (all?) of what I sent from

[EMAIL PROTECTED] Apache httpd and the DST change in 2007

2006-09-27 Thread Marco Lavoie
Hi, I have read the FAQ, I did a lots of queries in Bugzilla and on Google but didn't find an answer to my question. Do you know if there are known issues with Apache regarding the US (and/or Canada) DST change in 2007 ? I am using versions 2.2.0 and 2.0.59 on Solaris. I need an answer

[EMAIL PROTECTED] Strange Delay

2006-09-27 Thread Andrew White
I have doing some stress tests on my apache2 install (using simple curl posts) and have noticed a strange delay after it handles a large number of requests (150-200+). The strange part is that during the delay, cpu usage is 0% and memory usage doesn't change. So what's happening in this 2 second

Re: [EMAIL PROTECTED] Chaging CR/LF on-the-fly with mod_publisher

2006-09-27 Thread Oliver Schulze L.
Hi Nick, no, I did not received it. :( I'm glad you answer me, could you please re-send it to the list or to me? Many thanks! Oliver Nick Kew wrote: On Wednesday 27 September 2006 15:22, Oliver Schulze L. wrote: It is posible the modify the header info also? I'm having a problem with the

Re: [EMAIL PROTECTED] Location of rewrite rules when using mod_proxy in 2.2

2006-09-27 Thread David Salisbury
Well, you may need Rewrite or you may not.. but for the immediate problem below have you checked into using the ProxyPass directives outside of the VirtualHost blocks? ...something along the lines of ProxyPass /ajp://localhost:8009/ ProxyPassReverse / ajp://domain.com:8009 -ds - Original

[EMAIL PROTECTED] apache-worker bugged child, cannot close connection

2006-09-27 Thread Albert Poon
I will keep it short: Related settings: ServerLimit 8 StartServers 8 MaxClients 512 MinSpareThreads 512 MaxSpareThreads 0 ThreadsPerChild 64 MaxRequestsPerChild 0 Problem: (well, see for yourself) Current Time: Wednesday, 27-Sep-2006 23:34:09 HKT

Re: [EMAIL PROTECTED] Location of rewrite rules when using mod_proxy in 2.2

2006-09-27 Thread Chris Hane
I will try to use the ProxyPass directive. I think I tried that first and ran into a limitation that I want to do three things: 1) only redirect if the requests starts with /backoffice-production 2) if #1 then redirect to jboss on port 9009 if the url ends with *.its 3) otherwise redirect to

Re: [EMAIL PROTECTED] apache-worker bugged child, cannot close connection

2006-09-27 Thread Joshua Slive
On 9/27/06, Albert Poon [EMAIL PROTECTED] wrote: Problem: (well, see for yourself) Current Time: Wednesday, 27-Sep-2006 23:34:09 HKT Restart Time: Wednesday, 27-Sep-2006 06:00:20 HKT Parent Server Generation: 9 Server uptime: 17 hours 33 minutes 49 seconds Total accesses: 781692 - Total

Re: [EMAIL PROTECTED] apache-worker bugged child, cannot close connection

2006-09-27 Thread Albert Poon
On Wed, 27 Sep 2006 12:57:16 -0400, Joshua Slive wrote On 9/27/06, Albert Poon [EMAIL PROTECTED] wrote: Problem: (well, see for yourself) Current Time: Wednesday, 27-Sep-2006 23:34:09 HKT Restart Time: Wednesday, 27-Sep-2006 06:00:20 HKT Parent Server Generation: 9 Server uptime: 17

Re: [EMAIL PROTECTED] apache-worker bugged child, cannot close connection

2006-09-27 Thread Joshua Slive
On 9/27/06, Albert Poon [EMAIL PROTECTED] wrote: However I am not familiar with gdb... thus I CP the result here... sorry if its too long... I'm not an expert in this either but... It looks like you are using the worker mpm, in which case the instructions I referenced tell you to use thread

Re: [EMAIL PROTECTED] apache-worker bugged child, cannot close connection

2006-09-27 Thread Joshua Slive
On 9/27/06, Joshua Slive [EMAIL PROTECTED] wrote: On 9/27/06, Albert Poon [EMAIL PROTECTED] wrote: However I am not familiar with gdb... thus I CP the result here... sorry if its too long... I'm not an expert in this either but... It looks like you are using the worker mpm, in which case

[EMAIL PROTECTED] running a virtual server under a different user

2006-09-27 Thread Chris Cheshire
I have an existing Apache setup (2.0.59 on Solaris 8 x86) that I am trying to install Subversion on. The main server is running as user nobody, group nogroup, and is started via init.d at bootup. I don't want to create local (filesystem) permissions for the subversion repository as

Re: [EMAIL PROTECTED] apache-worker bugged child, cannot close connection

2006-09-27 Thread Albert Poon
On Wed, 27 Sep 2006 13:38:17 -0400, Joshua Slive wrote On 9/27/06, Joshua Slive [EMAIL PROTECTED] wrote: On 9/27/06, Albert Poon [EMAIL PROTECTED] wrote: However I am not familiar with gdb... thus I CP the result here... sorry if its too long... I'm not an expert in this either

Re: [EMAIL PROTECTED] apache-worker bugged child, cannot close connection

2006-09-27 Thread Joshua Slive
On 9/27/06, Albert Poon [EMAIL PROTECTED] wrote: I am sure PHP4 was compiled threadsafe, because I had to recompile it when I switched from prefork to worker. I recompiled the PHP4 together with all extensions too. I have to use worker mpm because the server has limited RAM... It's not simply

Re: [EMAIL PROTECTED] running a virtual server under a different user

2006-09-27 Thread Joshua Slive
On 9/27/06, Chris Cheshire [EMAIL PROTECTED] wrote: Is there any way to do this? I looked through the configuration and can't find anything. suexec isn't installed, and doesn't appear to be the right option as Subversion runs through the DAV module, not SSI or CGI. Or do I need to create a

Re: [EMAIL PROTECTED] apache-worker bugged child, cannot close connection

2006-09-27 Thread Albert Poon
On Wed, 27 Sep 2006 14:00:33 -0400, Joshua Slive wrote On 9/27/06, Albert Poon [EMAIL PROTECTED] wrote: I am sure PHP4 was compiled threadsafe, because I had to recompile it when I switched from prefork to worker. I recompiled the PHP4 together with all extensions too. I have to use

Re: [EMAIL PROTECTED] running a virtual server under a different user

2006-09-27 Thread Chris Cheshire
Thanks Joshua I read the docs on the proxy directive and I am a little confused. Is it actually possible to have myhost.mydomain.com:80 (nobody/nogroup) running on one instance and then somehow have myhost.mydomain.com:80/svn (svn/svngroup) running on another instance? This would be the ideal

Re: [EMAIL PROTECTED] running a virtual server under a different user

2006-09-27 Thread Joshua Slive
On 9/27/06, Chris Cheshire [EMAIL PROTECTED] wrote: I read the docs on the proxy directive and I am a little confused. Is it actually possible to have myhost.mydomain.com:80 (nobody/nogroup) running on one instance and then somehow have myhost.mydomain.com:80/svn (svn/svngroup) running on

[EMAIL PROTECTED] Installation problem for apache2.2.3

2006-09-27 Thread Kong, Alan
Title: Installation problem for apache2.2.3 Hi all, I am having a problem when trying to install apache2.2.3. I am running hpux11.00, there is apache1.3.3 running as well. Now I try to install apache2.2.3 with php, so that the enable-so is require on the installation. However, when I run

Re: [EMAIL PROTECTED] malformed header from script from include files about META tags

2006-09-27 Thread S.A. Birl
On Sep 27, 2006, Nick Kew ([EMAIL PROTECTED]) typed: Nick: On Wednesday 27 September 2006 15:05, S.A. Birl wrote: Nick: On Sep 26, 2006, S.A. Birl Nick: ([EMAIL PROTECTED])...: Nick: Nick: Birl: When I take out the META tag from .headers.shtml, no error message. Nick: Nick: You must

[EMAIL PROTECTED] Running Apache with DocumentRoot on a Mapped Drive

2006-09-27 Thread Christian Toledo
Is it possible to run Apache Win32 with a DocumentRoot pointing to a network drive? The servers are on a Workgroup (one with data content and the other running Apache) and I have setup identical users on both systems with local admin rights. I have set the Apache service to use this local user but

Re: [EMAIL PROTECTED] running a virtual server under a different user

2006-09-27 Thread Chris Cheshire
Thank you for the quick help Joshua :) On 9/27/06, Joshua Slive [EMAIL PROTECTED] wrote: On 9/27/06, Chris Cheshire [EMAIL PROTECTED] wrote: I read the docs on the proxy directive and I am a little confused. Is it actually possible to have myhost.mydomain.com:80 (nobody/nogroup) running on

[EMAIL PROTECTED] Apache 2.2.3 CGI OS 5 Issue under load

2006-09-27 Thread Stan Kaushanskiy
Hi All, I am running a cgi program through Apache 2.2.3. Usually everything works fine, but sometimes under load and after about 1-2 hours continuous requests, I get the following error in the apache log: [Tue Sep 26 19:08:16 2006] [error] [client 192.168.26.155] (OS 5)Access is denied. :

[EMAIL PROTECTED] Apache 2.2.3 lots of empty error logs

2006-09-27 Thread Stan Kaushanskiy
Hi All, I am running a cgi program through Apache 2.2.3. I get the following errors in the apache log: [Mon Sep 25 18:17:29 2006] [info] [client 127.0.0.1] (OS 10053)An established connection was aborted by the software in your host machine. : core_output_filter: writing data to the network

RE: [EMAIL PROTECTED] Running Apache with DocumentRoot on a Mapped Drive

2006-09-27 Thread Todd L Hicks
Dewey, I know that this doesn't exactly answer the mail, but... my solution to this problem was rather than using a network share, I used an iscsi solution. Using the microsoft iSCSI initiator on the host and an iscsi enterprise target on FC4. If your remote storage needs to be a windows host,

Re: [EMAIL PROTECTED] Previewing a Virtual Host before server name is available in DNS

2006-09-27 Thread Richard de Vries
I know my hosting provider puts the document root for the virtual host in the document root of the main host. So I can look at it via http://mainhost.domain.com/docroot-of-subhost. Personally I don't like this at all. You could also create a /etc/host file entry on the server running your

Re: [EMAIL PROTECTED] Previewing a Virtual Host before server name is available in DNS

2006-09-27 Thread Joshua Slive
On 9/27/06, Richard de Vries [EMAIL PROTECTED] wrote: I know my hosting provider puts the document root for the virtual host in the document root of the main host. So I can look at it via http://mainhost.domain.com/docroot-of-subhost. Personally I don't like this at all. You could also create

Re: [EMAIL PROTECTED] Apache 2 mod_proxy mod_rewrite questions

2006-09-27 Thread Jim BAO
Did you try HTTP Connect? [EMAIL PROTECTED] 9/27/2006 10:35 AM All: I have some questions regarding the way to implement Apache as a reverse proxy server using mod_rewrite in order to mask the real URLs. Users will connect to the proxy, then the proxy will connect to the real server that is

[EMAIL PROTECTED] suexec2 setup on Suse 10.1

2006-09-27 Thread Pierre Imbaud
Hello, folks, Im trying to make apache2 work on my box with suexec2. Not familiar with apache2 (but configured, and works fine so far), and I guess my questions are somewhat naive. Oh, Im on Suse 10.1, with apache2-2.2.0-21 First: do I have to recompile apache2 to have this working? On start, I

Re: [EMAIL PROTECTED] Two Nics, several ips aliased to each one

2006-09-27 Thread jekillen
On Sep 26, 2006, at 11:34 PM, Boyle Owen wrote: -Original Message- From: jekillen [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 27, 2006 7:17 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Two Nics, several ips aliased to each one Hello Apache list; I have a server

Re: [EMAIL PROTECTED] Apache Sometimes Ignoring MaxSpareServers, Running Out of Memory

2006-09-27 Thread Qingshan Xie
Apache will never create children over ServerLimit/MaxClients. Joshua, I did see our apache created extra children spawned by Apache parent. We configured Apache-2.0.54 with worker MPM, the serverlimit was 32 but it spawned over 42 children in the high load condition. Any comment? Thx,

Re: [EMAIL PROTECTED] Two Nics, several ips aliased to each one

2006-09-27 Thread jekillen
On Sep 27, 2006, at 6:25 AM, Joshua Slive wrote: On 9/27/06, Boyle Owen [EMAIL PROTECTED] wrote: Apache tries to get a domain-name for all listened IP addresses at startup (eg, for self-referential URLs). if any fail to resolve, you get the warning. Just make sure all IPs resolve on the

[EMAIL PROTECTED] Apache 2.2 Adds a / before ?

2006-09-27 Thread Jack van Ooststroom
Hello, I'm trying to achieve the following scenario using Apache 2.2: - http://localhost/aaa/bbb?a=b must be proxied to http://BalancerMember:1234/aaa/bbb?a=b (where BalanceMember is either jack or jill) - http://localhost/aaa/bbb?b=c must be proxied to

Re: [EMAIL PROTECTED] Apache Sometimes Ignoring MaxSpareServers, Running Out of Memory

2006-09-27 Thread Joshua Slive
On 9/27/06, Qingshan Xie [EMAIL PROTECTED] wrote: Apache will never create children over ServerLimit/MaxClients. Joshua, I did see our apache created extra children spawned by Apache parent. We configured Apache-2.0.54 with worker MPM, the serverlimit was 32 but it spawned over 42 children

Re: [EMAIL PROTECTED] Running Apache with DocumentRoot on a Mapped Drive

2006-09-27 Thread William A. Rowe, Jr.
Williams, Dewey wrote: I have tried to do this for years and it always fails. I keep hoping a version of Apache httpd for Win32 will finally recognize mapped drives but so far, no matter how I setup permissions and accounts, it doesn't work. If anyone has this working and can walk us

[EMAIL PROTECTED] DSO cleanup causes abort

2006-09-27 Thread Manish Singh
Hello, I tried to Load PHP5 module to httpd.conf When I try to start HTTPD it aborts without displaying any error in error logs. On debugging I found that apr_pool_clear calls run_cleanups on pool which in turn calls the functions registered at the time of loading. The call to