1. We didn't compile anything to get SUEXEC running on a friends SUSE 9 last year2. I can't help with compile options - I've never compiled it3. Yes, the messages turn up either in the standard error_log for your host or in the
suexec.log fileI found a handy reference on the web of all the steps
> -Original Message-
> From: Stan Kaushanskiy [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 27, 2006 9:16 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Apache 2.2.3 CGI OS 5 Issue under load
>
> Hi All,
>
> I am running a cgi program through Apache 2.2.3. Usually
One possibility is that one of your CGI's is writing a null line to STDERR. Can you correlate the times in the error log with the times in the access log to work out the culprit?It might not be your code that is generating the STDERR - I once had a system call that generated a line on stderr even
> -Original Message-
> From: Kong, Alan [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 27, 2006 8:31 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Installation problem for apache2.2.3
>
> Hi all,
>
> I am having a problem when trying to install apache2.2.3.
>
>
> -Original Message-
> From: jekillen [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 28, 2006 1:34 AM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Two Nics, several ips aliased to each one
> ...
> Thanks for the reply, I can't use the private IP addresses in pub
Hi,
I am using apache 1.3.33 on debian3.1 and I want to
hide 'server string' in headers. I already configured
'ServerTokens Prod'.
Now it shows server string as 'Apache' and I need to
change this. So I configured the following in my
httpd.conf and this is not working
LoadModule headers_module
/
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 dlclos
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
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 chil
Hello,
I'm trying to achieve the following scenario using Apache 2.2:
- http://localhost/aaa/bbb?a=b must be proxied to
http://:1234/aaa/bbb?a=b (where is
either jack or jill)
- http://localhost/aaa/bbb?b=c must be proxied to
http://:1234/aaa/bbb?b=c
- http://localhost/aaa m
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 s
>
> 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,
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 run
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 ha
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
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/.
Personally I don't like this at all.
You could also create a /etc/host file
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/.
Personally I don't like this at all.
You could also create a /etc/host file entry on the
server running your virtual host, configure a
Title: Previewing a Virtual Host before server name is available in DNS
I have configured 2 virtual host in the http.conf file. Both are working fine since we have configured the DNS server to point to the apache server. We need to configure a 3rd virtual host, but can't change the DNS to po
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, then
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" through the steps I know I
would
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
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. : coul
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) runn
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
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 mus
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 ru
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 ano
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
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
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 se
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 simpl
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 C&P the result here...
sorry if
> > > its too long...
> >
> > I'm not an expert
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 nobody/nogrou
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 C&P 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 c
On 9/27/06, Albert Poon <[EMAIL PROTECTED]> wrote:
However I am not familiar with gdb... thus I C&P 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 "thre
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
> > Se
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 Traff
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 tom
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
Res
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
I am about to upgrade from 2.0 to 2.2.
Our current configuration is pretty simple. We have a couple of virtual
hosts and are using mod_jk to talk to 3 applications in Tomcat. The
mod_jk rules are not in a VirtualHost but are in the top level of the
http.conf file. This setup allows any doma
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 de
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 vo
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 tha
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
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, o
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 limit/ulimit
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:
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 t
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 o
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
Thanks
Birl
Please do not CC me responses to my own posts.
I'll read the
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
LDA
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 ns
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 proce
[ 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 "glob
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:
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 u
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 &
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 to
> -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
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 wind
> -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 ab
> -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
63 matches
Mail list logo