[EMAIL PROTECTED] Apache 2.2 mod_include mis-interpreting back-references

2008-10-22 Thread hugh williams
Hi; I have a collection of web pages that use SSI to parse pieces of $DOCUMENT_NAME and present those bits in the HTML output. Here's the code: This takes a file name like "z1234_aba_abt.html" and spits back "Z1234 Option ABA Hyperlinks". This works fine in both Apache 1.3.33 and 2.2.3;

[EMAIL PROTECTED] Apache 2.2 +Suexec + Mailman

2008-10-09 Thread Grant Peel
Hi all, I have been trying to get Mailman (2.1.9) working under Apache2.2+Suexec for the past few days and am about to give up. I have gooogled my ___-___ trying to formulate a solution to no avail. I also have the Mailman install procedure pretty much memorized. What I am seeing is that th

[EMAIL PROTECTED] Apache 2.2 with mod_negotiation/mod_rewrite ordering problem

2008-08-15 Thread Justin Pasher
Hello everyone, This is my first post to the list, so hopefully I am providing everything needed to get started. I am running Apache 2.2.3-4+etch5 (Debian Etch, mpm-prefork version), and I am migrating a site over from an Apache 1.3.34 instance. The site depends on mod_rewrite along with cont

[EMAIL PROTECTED] Apache 2.2 mod_proxy TCP timeouts

2008-08-05 Thread Ian Reynolds
Hey everyone. We have been running Apache 2.2 as a reverse proxy cache server for some time, and in general it performs great. We have one nagging problem however. Currently we have a cluster of 70+ back-end web servers that are BalancerMember's. If we apachectl stop on a backend web, we are fine

[EMAIL PROTECTED] Apache 2.2+SSL+Tomocat+mod_JK configuration that accepts both HTTP and HTTPS requests

2008-07-26 Thread kohanm
Hi, I set up the Apache 2.2+SSL+Tomcat 5.5 + mod_Jk it works fine with HTTP but when I use https I get Forbidden errors. How should I configure the Apache2.2 to accept both HTTP and HTTPS requests? The application uses https and http at the same time and there are not any restricted directorie

Re: [EMAIL PROTECTED] Apache 2.2

2008-07-25 Thread Michael Rogers
riginal Message - From: "Davide Bianchi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 25, 2008 2:18 AM Subject: Re: [EMAIL PROTECTED] Apache 2.2 Michael Rogers wrote: I am new to servers period! Then start reading some documentation. There is a h

Re: [EMAIL PROTECTED] Apache 2.2

2008-07-25 Thread Davide Bianchi
Michael Rogers wrote: I am new to servers period! Then start reading some documentation. There is a huge amount of documents available on Apache's web site, start from there. One thing I found is if you make a mistake in the httpd.conf you may as well trash it copy a new one in it's place b

[EMAIL PROTECTED] Apache 2.2

2008-07-25 Thread Michael Rogers
Hi! I am new to servers period! I downloaded Apache 2xx because it was free and I don't have any money to pay for a better one. So far I have not been able to get it to work. If I can't get any help here to make this work I will simply have to trash it and forget about running my own server

Re: [EMAIL PROTECTED] Apache 2.2 hangs

2008-05-30 Thread Mark Murphy
I found it finally. I installed VisualSVNServer on my PC and it worked despite being based on Apache 2.2.8. So I combed through the httpd.conf files to determine what was different. The difference that proved to be the answer was that Win32DisableAcceptEx had to be specified for this compute

[EMAIL PROTECTED] Apache 2.2 hangs

2008-05-29 Thread Mark Murphy
Is there something with Windows XP Media Center that will cause Apache 2.2 to hang? I have tried the base 2.2.8 windows installer taking all the defaults, and it will not serve a page, it just hangs. I tried installing Zend Core with it's preconfigured Apache 2.2.4 server, it hangs. I tried

[EMAIL PROTECTED] Apache 2.2 on Windows - problem with Params::Callback

2008-05-28 Thread Andrei Kozovski
Hello, Below is a little test script, that show a strange behav. ( or may be a bug ). #!/usr/bin/perl use strict; use warnings; if ( fork ) {     wait; } # this will not work on Apache 2.2 on Windows # gives following error into "child"

[EMAIL PROTECTED] Apache 2.2.x on IPv6

2008-05-19 Thread Prasanna Ram Venkatachalam
Hi All, Does anyone know about any available IPv6 enabled binary of Apache 2.2.x on Windows? If not, how to compile Apache 2.2.x in Windows with IPv6 enabled? Please help. Thanks in advance Regards-- Prasanna Ram

Re: [EMAIL PROTECTED] Apache 2.2 Reverse Proxy to NTLM authenticated Apache 1.3 servers

2008-04-29 Thread Daniel T. Gynn
But then why does it work transparently sometimes? And why does it work after I reenter my credentials? William A. Rowe, Jr. wrote: Daniel T. Gynn wrote: I have two Apache 1.3 servers running on Windows that use NTLM to authenticate users. NTLM isn't a legitimate HTTP authentication protoco

Re: [EMAIL PROTECTED] Apache 2.2 Reverse Proxy to NTLM authenticated Apache 1.3 servers

2008-04-29 Thread William A. Rowe, Jr.
Daniel T. Gynn wrote: I have two Apache 1.3 servers running on Windows that use NTLM to authenticate users. NTLM isn't a legitimate HTTP authentication protocol, it's a point to point connection oriented protocol, while HTTP is a stateless protocol. So in short, it cannot be proxied.

[EMAIL PROTECTED] Apache 2.2 Reverse Proxy to NTLM authenticated Apache 1.3 servers

2008-04-29 Thread Daniel T. Gynn
I have two Apache 1.3 servers running on Windows that use NTLM to authenticate users. I have added a third Windows server to load balance between the two. I have installed Apache 2.2.8 on this server and set it up to Reverse Proxy. This partially works, it will go to the correct server for a

AW: [EMAIL PROTECTED] Apache 2.2 as a static server (without PHP) to serve images

2008-03-31 Thread christian.folini
port 80 and 443. regs, Christian -Ursprüngliche Nachricht- Von: thomas Armstrong [mailto:[EMAIL PROTECTED] Gesendet: Montag, 31. März 2008 12:46 An: users@httpd.apache.org Betreff: Re: [EMAIL PROTECTED] Apache 2.2 as a static server (without PHP) to serve images > Sure, make a c

Re: [EMAIL PROTECTED] Apache 2.2 as a static server (without PHP) to serve images

2008-03-31 Thread thomas Armstrong
> Sure, make a copy of the httpd.conf file, remove everything that refers > PHP (the LoadModule basically), then run a secondary Apache using that > config file. You'll have to use a different port of course and redirect > images and the like to the secondary apache. > > But... why? Thank you

Re: [EMAIL PROTECTED] Apache 2.2 as a static server (without PHP) to serve images

2008-03-31 Thread Davide Bianchi
thomas Armstrong wrote: I was told that Apache 2.2 allows to create a secondary process which doesn't use PHP to serve images or static files without installing a secondary Apcache webserver or lighttpd. Sure, make a copy of the httpd.conf file, remove everything that refers PHP (the LoadModul

[EMAIL PROTECTED] Apache 2.2 as a static server (without PHP) to serve images

2008-03-31 Thread thomas Armstrong
Hi. I've got Apache 2.2 with PHP running on my Linux box to serve dynamic pages. I was told that Apache 2.2 allows to create a secondary process which doesn't use PHP to serve images or static files without installing a secondary Apcache webserver or lighttpd. Is it possible? How can I configure

[EMAIL PROTECTED] apache 2.2 conf issue

2008-03-21 Thread j k
I'm upgrading from 2.0.59 to 2.2.6 on a gentoo box and the vhost config is giving me grief: 2.2.6 will deliver normal content from the document root /var/ww/localhost/htdocs via http://myserver when only vhosts.d/00_default_vhost.conf and vhosts.d/default_vhost.include are present, however as so

RE: [EMAIL PROTECTED] Apache 2.2 Loadbalancing/session stickiness for BEA WL 8.1

2008-03-13 Thread Tamer Embaby
D] Sent: Thursday, March 13, 2008 7:58 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Apache 2.2 Loadbalancing/session stickiness for BEA WL 8.1 Hi, I had the same problem in my environment. But I was using tomcat instead of web logic. What is your JSESSIONID value? It may be like:

RE: [EMAIL PROTECTED] Apache 2.2 Loadbalancing/session stickiness for BEA WL 8.1

2008-03-12 Thread Narendra Verma
Cookies JSESSIONID value? -Original Message- From: Tamer Embaby [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2008 12:18 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache 2.2 Loadbalancing/session stickiness for BEA WL 8.1 Hello all, I have the below configuration on my

[EMAIL PROTECTED] Apache 2.2 Loadbalancing/session stickiness for BEA WL 8.1

2008-03-12 Thread Tamer Embaby
Hello all, I have the below configuration on my Apache 2.2.8 test server, my 2 backends are BEA WebLogic 8.1 servers, basically I'm testing if I can achieve the same load balancing feature that third party BEA WL 8.1 weblogic_module is doing. I open a browser window and wnet to: http://myserver/

[EMAIL PROTECTED] Apache 2.2 for Solaris 5.10 on Sparc

2008-02-27 Thread Andrew2008
Can you tell me where I can download it please? Thanks -- View this message in context: http://www.nabble.com/Apache-2.2-for-Solaris-5.10-on-Sparc-tp15718467p15718467.html Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com. -

[EMAIL PROTECTED] apache 2.2 binaries

2008-02-01 Thread Milo Scholten
Why isn't there any zipped binary of the windows version of apache 2.2? Now I need to uninstall the old installed apache version and after that install the new version

Re: [EMAIL PROTECTED] apache 2.2 auth caching ?

2007-12-27 Thread Nick Owen
On Dec 22, 2007 4:58 AM, Michael Clark <[EMAIL PROTECTED]> wrote: > Does anyone know of a generic auth caching module that can stack on top > of any of the other various auth modules? > > i.e. I want to be able to do something like this. > > AuthCache On > AuthCacheTimeout 10sec > AuthBasicProvider

[EMAIL PROTECTED] apache 2.2 auth caching ?

2007-12-22 Thread Michael Clark
Does anyone know of a generic auth caching module that can stack on top of any of the other various auth modules? i.e. I want to be able to do something like this. AuthCache On AuthCacheTimeout 10sec AuthBasicProvider cache:myauthmodule -

[EMAIL PROTECTED] Apache 2.2 DAV/2 problem

2007-12-14 Thread Russell E Glaue
I have a problem. Apache 2.2 DAV/2 changed the way it handles file properties, and now mod_dav does not work with NFS mounted partition anymore. When files are uploaded via WebDAV, and the properties are modified, a ".DAV" directory with associated property file(s) are created. Apache 2.0.* used:

Re: [EMAIL PROTECTED] Apache 2.2 vs Filezilla performance problem

2007-10-30 Thread J
Thanks, Joshua for your help. Unfortunately I haven't had a chance to get back to the problem. I appreciate your advice and will check it out further as soon as I can. There is no firewall but a messed up stack is not out of the question. Anna On 10/28/07, Joshua Slive <[EMAIL PROTECTED]> wrot

Re: [EMAIL PROTECTED] Apache 2.2 vs Filezilla performance problem

2007-10-28 Thread Joshua Slive
On 10/27/07, J <[EMAIL PROTECTED]> wrote: > Hello All, > > I am having some problems getting the expected performance from Apache > 2.2 running on Windows XP Pro SP2, compared with FileZilla. My test > file is random data. I am deleting it from the directory it is saved > to on download prior to

[EMAIL PROTECTED] Apache 2.2 vs Filezilla performance problem

2007-10-27 Thread J
Hello All, I am having some problems getting the expected performance from Apache 2.2 running on Windows XP Pro SP2, compared with FileZilla. My test file is random data. I am deleting it from the directory it is saved to on download prior to re-testing. I don't think there is any cacheing goin

[EMAIL PROTECTED] Apache 2.2 MPM Worker Virtual Memory Usage

2007-10-18 Thread Apache User
There appears to be a significant difference between Apache 2.2 MPM Worker and MPM Perfork virtual memory usage. As well as between Apache 2.2 MPM Worker and Apache 1.3 virtual memory usage. This can become an issue in a VPS (virtual private server) environment where resources are more constr

[EMAIL PROTECTED] Apache 2.2, rotatelogs and Windows

2007-09-23 Thread Steffen
e 7za.exe file into your system32 folder. Then it is just a matter of calling the batch file from the windows scheduler. On WinNT this is done on the commend line via AT and on WinXP this is done via Scheduled Tasks found in the Control Panel. Some other things that can be done after the files hav

Re: [EMAIL PROTECTED] Apache 2.2, rotatelogs.exe, and Windows

2007-09-20 Thread Mark A. Craig
er. Then it is just a matter of calling the batch file from the windows scheduler. On WinNT this is done on the commend line via AT and on WinXP this is done via Scheduled Tasks found in the Control Panel. Some other things that can be done after the files have been moved, but before they a

RE: [EMAIL PROTECTED] Apache 2.2, rotatelogs.exe, and Windows

2007-09-18 Thread Phillip Hamilton
d in taking a peek if you feel like sharing. -Original Message- From: Mark A. Craig [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 18, 2007 2:01 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache 2.2, rotatelogs.exe, and Windows Philip, do you use a scheduled CMD

Re: [EMAIL PROTECTED] Apache 2.2, rotatelogs.exe, and Windows

2007-09-18 Thread Mark A. Craig
ect: Re: [EMAIL PROTECTED] Apache 2.2, rotatelogs.exe, and Windows From: Phillip Hamilton <[EMAIL PROTECTED]> To: users@httpd.apache.org Date: Tuesday, September 18, 2007 11:50:08 AM I wholeheartedly disagree with this statement: Apache holds only a tiny share of Windows servers. Apache hol

RE: [EMAIL PROTECTED] Apache 2.2, rotatelogs.exe, and Windows

2007-09-18 Thread Phillip Hamilton
- From: Dragon [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 18, 2007 1:02 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache 2.2, rotatelogs.exe, and Windows Mark A. Craig wrote: >So this leads me to ask again, what are all of you successful 2.2.4 >admins using to

Re: [EMAIL PROTECTED] Apache 2.2, rotatelogs.exe, and Windows

2007-09-18 Thread Dragon
Mark A. Craig wrote: So this leads me to ask again, what are all of you successful 2.2.4 admins using to rotate your logs? If the piping mechanism is broken, at least in the Windows binary, then what other technique(s) are people using? Task Scheduler with a batch or CMD file? So far I've b

Re: [EMAIL PROTECTED] Apache 2.2, rotatelogs.exe, and Windows

2007-09-18 Thread Mark A. Craig
ating the logs, but I'd understandably like to automate it. Mark Original Message Subject: Re: [EMAIL PROTECTED] Apache 2.2, rotatelogs.exe, and Windows From: William A. Rowe, Jr. <[EMAIL PROTECTED]> To: users@httpd.apache.org Date: Tuesday, September 18, 2007 08:3

Re: [EMAIL PROTECTED] Apache 2.2, rotatelogs.exe, and Windows

2007-09-18 Thread William A. Rowe, Jr.
Norman Peelman wrote: > > I am unsure of what would be causing your Unicode issues, sorry. That > being said.. i've heard/read that there are issues with rotatelogs on > W32 platforms. I have successfully used rotatelogs on my old XP box > after alot of hassle. What I found for me was that I had

Re: [EMAIL PROTECTED] Apache 2.2, rotatelogs.exe, and Windows

2007-09-16 Thread Norman Peelman
the error... if I comment them out, I don't. Now you know why I'm asking for help with this. What exactly about my syntax (see previous post with sample) is so broken that it could cause such a non sequitur error? Mark Original Message ---- Subject: Re: [EMAIL P

Re: [EMAIL PROTECTED] Apache 2.2, rotatelogs.exe, and Windows

2007-09-15 Thread Mark A. Craig
mment them out, I don't. Now you know why I'm asking for help with this. What exactly about my syntax (see previous post with sample) is so broken that it could cause such a non sequitur error? Mark Original Message ---- Subject: Re: [EMAIL PROTECTED] Apache 2.2, rotatel

Re: [EMAIL PROTECTED] Apache 2.2, rotatelogs.exe, and Windows

2007-09-15 Thread Vincent Bray
On 14/09/2007, Mark A. Craig <[EMAIL PROTECTED]> wrote: > I want to use rotatelogs.exe to archive my logs with Apache 2.2 running > in Windows 2000. WHen I try to configure it the server fails to start > and bitches about Unicode characters on line 1 of httpd.conf that aren't > actually there. I'

[EMAIL PROTECTED] Apache 2.2, rotatelogs.exe, and Windows

2007-09-13 Thread Mark A. Craig
I want to use rotatelogs.exe to archive my logs with Apache 2.2 running in Windows 2000. WHen I try to configure it the server fails to start and bitches about Unicode characters on line 1 of httpd.conf that aren't actually there. I've read the docs repeatedly, but it's not entirely explicit

Re: [EMAIL PROTECTED] Apache 2.2 - Change in default behavior when a .exe file is clicked

2007-09-12 Thread Nick Kew
On Wed, 12 Sep 2007 09:50:23 -0400 Robert Gann <[EMAIL PROTECTED]> wrote: > The apache error log has the phrase "URL file extension is restricted > by policy". That's not an apache error message. Could be a third-party extension (mod_security?) or something enforced at the O/S level. Check your

Re: [EMAIL PROTECTED] Apache 2.2 - Change in default behavior when a .exe file is clicked

2007-09-12 Thread Robert Gann
Title: Robert Gann, Ph The apache error log has the phrase "URL file extension is restricted by policy". The only two AddHandler statements I have in httpd.conf are AddHandler send-as-is asis AddHandler type-map var And one that appears in the middle of a     Joshua Slive wrote: On 9/

Re: [EMAIL PROTECTED] Apache 2.2 - Change in default behavior when a .exe file is clicked

2007-09-12 Thread Joshua Slive
On 9/12/07, Robert Gann <[EMAIL PROTECTED]> wrote: > > I hope this is not a FAQ, but I've searched and been unable to find an > answer. > > I've just migrated to Fedora Linux 7, with Apache 2.2. When I connect to > Apache with a Win XP computer using Mozilla Firefox, if I click on a .zip > file,

[EMAIL PROTECTED] Apache 2.2 - Change in default behavior when a .exe file is clicked

2007-09-12 Thread Robert Gann
Title: Robert Gann, Ph I hope this is not a FAQ, but I've searched and been unable to find an answer. I've just migrated to Fedora Linux 7, with Apache 2.2.  When I connect to Apache with a Win XP computer using Mozilla Firefox, if I click on a .zip file, I am offered the option to download it

RE: [EMAIL PROTECTED] Apache 2.2.x mod_rewrite and mod_proxy and pooled connections

2007-08-30 Thread Axel-Stéphane SMORGRAV
access_status = OK; } -ascs -Message d'origine- De : Axel-Stéphane SMORGRAV Envoyé : mercredi 29 août 2007 19:18 À : users@httpd.apache.org Objet : [EMAIL PROTECTED] Apache 2.2.x mod_rewrite and mod_proxy and pooled connections Hello folks, I have been doing some testing wi

[EMAIL PROTECTED] Apache 2.2.x mod_rewrite and mod_proxy and pooled connections

2007-08-29 Thread Axel-Stéphane SMORGRAV
Hello folks, I have been doing some testing with Apache 2.2.4 recently, and one of the things I am particularly interested in is the pooling of backend connections of mod_proxy's as this makes it possible to maintain persistent connections to backend systems across requests from different clien

[EMAIL PROTECTED] apache 2.2 + suexec + mod_fcgid 2.1 + php-cgi: nproc ulimit ineffective, rabid process spawning occurs

2007-08-06 Thread Johannes Truschnigg
Hello everyone, I'm running a webserver (Server version: Apache/2.2.4 (Unix)) on Gentoo GNU/Linux, Kernel 2.6.22 (x86, Gentoo patchset) for quite some time now, and cannot seem to fix my problems regarding a per-user number-of-processes-restriction I need to implement. I'll post the sections o

Re: [EMAIL PROTECTED] Apache 2.2, worker and ServerLimit

2007-06-23 Thread Vincent Bray
On 22/06/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: # apachectl -t Syntax OK # apachectl -k restart Why doesn't it see ServerLimit 160? Please read the docs :-) "For the worker MPM, this directive in combination with ThreadLimit sets the maximum configured value for MaxClients for the l

[EMAIL PROTECTED] Apache 2.2, worker and ServerLimit

2007-06-22 Thread renton
Hi, My config: PidFile /var/run/apache_aux2.pid LockFile /var/run/accept_aux2.lock ServerLimit 160 StartServers 20 MaxClients 4000 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 25 MaxRequestsPerChild 0 # apache

Re: [EMAIL PROTECTED] apache 2.2 and mysql dbd driver??

2007-05-29 Thread Nick Kew
On Tue, 29 May 2007 23:25:54 -0400 "Tony Guadagno" <[EMAIL PROTECTED]> wrote: > Hi, > I am a little confused, this statement seems to imply that the > database drivers for mod_dbd can be loaded dynamically > > http://people.apache.org/~niq/dbd.html You can build APR to enable that. But this i

[EMAIL PROTECTED] apache 2.2 and mysql dbd driver??

2007-05-29 Thread Tony Guadagno
Hi, I am a little confused, this statement seems to imply that the database drivers for mod_dbd can be loaded dynamically http://people.apache.org/~niq/dbd.html DBD Drivers APR DBD Drivers are currently available for PostgreSQL and SQLite within SVN. The apr_dbd architecture supports dy

Re: [EMAIL PROTECTED] Apache 2.2, Windows Service, Mapped Network Drive

2007-05-16 Thread Tony Guadagno
Hi, I do this exact thing on windows 2003. I use autoexecnt to map the drive and then the alias will work. One think I do notice is that it is a good idea to install the apache service with a service name down the alphabet. If you leave the default service name (Apache2) then it does not gi

Re: [EMAIL PROTECTED] Apache 2.2, Windows Service, Mapped Network Drive

2007-05-15 Thread Peter Wilkins
Yes, tried the UNC path as well and same result. On 5/15/07, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: Peter Wilkins wrote: > > Alias /test/ "z:/small/" > > #try to get access to mapped network drives! > > ... just out of curiosity, had you tried Alias /test //machine/share/small ...

Re: [EMAIL PROTECTED] Apache 2.2, Windows Service, Mapped Network Drive

2007-05-15 Thread William A. Rowe, Jr.
Peter Wilkins wrote: > > Alias /test/ "z:/small/" > > #try to get access to mapped network drives! > > ... just out of curiosity, had you tried Alias /test //machine/share/small ... instead of an explorer-managed mapping? Bill -

[EMAIL PROTECTED] Apache 2.2, Windows Service, Mapped Network Drive

2007-05-15 Thread Peter Wilkins
Hello, I've been struggling with a very bizarre Apache problem. I thought I would post on this in case this is a bug with Apache itself. I'm running Apache 2.2.4 under WINDOZE. It came as part of the MS4W mapping package (http://www.maptools.org/ms4w/), all included software and versions can b

RE: [EMAIL PROTECTED] Apache 2.2 and proxy_balancer - tcp session pipelining

2007-05-13 Thread Ryan Murray
Hi Andy > Hi, Ryan > > On 11 May 2007, at 15:46, Ryan Murray wrote: > > >> Now, what I want to do this time is configure my reverse proxy > >> server to open several connections to each of the back end worker > >> servers when the proxy starts to my back end hosts so that the tcp > >> sess

Re: [EMAIL PROTECTED] Apache 2.2 and proxy_balancer - tcp session pipelining

2007-05-13 Thread Andy Davidson
Hi, Ryan On 11 May 2007, at 15:46, Ryan Murray wrote: Now, what I want to do this time is configure my reverse proxy server to open several connections to each of the back end worker servers when the proxy starts to my back end hosts so that the tcp session can be pipelined, thus prevent

Re: [EMAIL PROTECTED] Apache 2.2 security concern

2007-05-12 Thread Sam Lavitt
Res wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 12 May 2007, Dragon wrote: PHP provides for this directly. There is a restrict_base_dir setting that can be applied to each virtual host that prevents users from accessing anything outside of the specified directory tree.

Re: [EMAIL PROTECTED] Apache 2.2 security concern

2007-05-12 Thread Res
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 12 May 2007, Dragon wrote: PHP provides for this directly. There is a restrict_base_dir setting that can be applied to each virtual host that prevents users from accessing anything outside of the specified directory tree. Correct, every

Re: [EMAIL PROTECTED] Apache 2.2 security concern

2007-05-12 Thread Joshua Slive
On 5/12/07, Dragon <[EMAIL PROTECTED]> wrote: PHP provides for this directly. There is a restrict_base_dir setting that can be applied to each virtual host that prevents users from accessing anything outside of the specified directory tree. Unless you happen to be using a library that access

Re: [EMAIL PROTECTED] Apache 2.2 security concern

2007-05-12 Thread Dragon
Jaqui Greenlees did speak thusly: Yes, as Nick mentioned, suexec and user/group permissions are the common method for securing the site(s) from this. another option, slightly more hardware intensive is the have each hosted site running as a separate instance of apache chrooted so they do not hav

Re: [EMAIL PROTECTED] Apache 2.2 security concern

2007-05-12 Thread Dragon
Sam Lavitt did speak thusly: Based on my research, suexec only works for SSI and CGI, so it would be pointless for providing security with php, and doing mass-hosting, php is something in pretty common use. And I am sorry, I mis-spoke, the mpm was mpm_perchild for apache 2.0, which apparentl

Re: [EMAIL PROTECTED] Apache 2.2 security concern

2007-05-12 Thread andrew fong
Based on my research, suexec only works for SSI and CGI, so it would be pointless for providing security with php, and doing mass- hosting, php is something in pretty common use. And I am sorry, I mis-spoke, the mpm was mpm_perchild for apache 2.0, which apparently is abandoned and broken

Re: [EMAIL PROTECTED] Apache 2.2 security concern

2007-05-12 Thread The Gaijin
> >Sam Lavitt <[EMAIL PROTECTED]> wrote: > > > > > > > >>I am wondernig if apache 2.2 has a means to prevent a user with a > >>site hosted on the server, from accessing another users files. Sam - This might be a possible solution: http://www.telana.com/peruser.php I haven't used it, and the a

Re: [EMAIL PROTECTED] Apache 2.2 security concern

2007-05-12 Thread Nick Kew
On Sat, 12 May 2007 05:00:24 -0400 (EDT) Jaqui Greenlees <[EMAIL PROTECTED]> wrote: > > pointless for providing security with php, and doing security with php is an oxymoron ... > > mass-hosting, php > > is something in pretty common use. > Yes, PHP is very commonly used. > No, suexec does not

Re: [EMAIL PROTECTED] Apache 2.2 security concern

2007-05-12 Thread Jaqui Greenlees
--- Sam Lavitt <[EMAIL PROTECTED]> wrote: > Sorry for my lack of clarity and experience, I came > here looking for > advice and help. This we do understand :) > Based on my research, suexec only works for SSI and > CGI, so it would be > pointless for providing security with php, and doing > m

Re: [EMAIL PROTECTED] Apache 2.2 security concern

2007-05-12 Thread Sam Lavitt
Nick Kew wrote: On Fri, 11 May 2007 23:01:12 -0500 Sam Lavitt <[EMAIL PROTECTED]> wrote: I am wondernig if apache 2.2 has a means to prevent a user with a site hosted on the server, from accessing another users files. That's the operating system's business. (e.g. I hav

Re: [EMAIL PROTECTED] Apache 2.2 security concern

2007-05-12 Thread Nick Kew
On Fri, 11 May 2007 23:01:12 -0500 Sam Lavitt <[EMAIL PROTECTED]> wrote: > I am wondernig if apache 2.2 has a means to prevent a user with a > site hosted on the server, from accessing another users files. That's the operating system's business. > (e.g. > I have /hosting/user1, and I don

Re: [EMAIL PROTECTED] Apache 2.2 security concern

2007-05-11 Thread j k
On 5/11/07, Sam Lavitt <[EMAIL PROTECTED]> wrote: I am wondernig if apache 2.2 has a means to prevent a user with a site hosted on the server, from accessing another users files. (e.g. I have /hosting/user1, and I don't want him to be able to run a script to open /hosting/user2/password-file)

[EMAIL PROTECTED] Apache 2.2 security concern

2007-05-11 Thread Sam Lavitt
I am wondernig if apache 2.2 has a means to prevent a user with a site hosted on the server, from accessing another users files. (e.g. I have /hosting/user1, and I don't want him to be able to run a script to open /hosting/user2/password-file) I read someplace that there was a mpm for apache

[EMAIL PROTECTED] RE: [Bulk] [EMAIL PROTECTED] Apache 2.2 and proxy_balancer - tcp session pipelining

2007-05-11 Thread Ryan Murray
> -Original Message- > From: Andy Davidson [mailto:[EMAIL PROTECTED] > Sent: Friday, May 11, 2007 2:53 PM > To: users@httpd.apache.org > Subject: [Bulk] [EMAIL PROTECTED] Apache 2.2 and proxy_balancer - > tcp session pipelining > > > Hi, > >

[EMAIL PROTECTED] Apache 2.2 and proxy_balancer - tcp session pipelining

2007-05-11 Thread Andy Davidson
Hi, I first posted this question to comp.infosystems.www.servers.unix but had no response. mod_proxy_balancer is cool - I like this, guys, thank you. I want to load balance a number of back-end worker/target servers that host one web application. This is easy to do :

Re: [EMAIL PROTECTED] Apache 2.2 on WinXP and MPM Prefork mode

2007-04-19 Thread Joshua Slive
On 4/19/07, Sebastian Kubiak <[EMAIL PROTECTED]> wrote: I need to install software like Zend Optimizer on my machine but system requirements for Zend Optimizer is Apache 2.2.x (Prefork mode only). My OS: WinXP Prof. SP 2 MPM Defaults for Apache 2.2.x on Windows is mpm_winnt and now my question

[EMAIL PROTECTED] Apache 2.2 on WinXP and MPM Prefork mode

2007-04-19 Thread Sebastian Kubiak
I need to install software like Zend Optimizer on my machine but system requirements for Zend Optimizer is Apache 2.2.x (Prefork mode only). My OS: WinXP Prof. SP 2 MPM Defaults for Apache 2.2.x on Windows is mpm_winnt and now my question is: Can I install Apache on WinXP with other MPM mode,

[EMAIL PROTECTED] Apache 2.2 together with OC4J standalone application server

2007-03-23 Thread ETANOIL
The following module in Apache httpd.conf " ProxyRequests Off ProxyPreserveHost On ProxyPass / http://localhost:/ ProxyPassReverse / http://localhost:/ " results in displaying the default 'Welcome to Oracle Containers for J2EE...' either from my localhost or from the outside world. Howe

Re: [EMAIL PROTECTED] apache 2.2 reverse proxy ftp

2007-03-18 Thread Matus UHLAR - fantomas
On 14.03.07 18:16, Sylvain Bolay wrote: > May I use mod_proxy with mod_proxy_ftp for reverse proxying to a lan proftpd > server? no. FTP protocol can not be proxied, so the only usage of FTP with proxy is telling FTP client to use proxy, so it will talk to the proxy using HTTP protocol. -- Matus

[EMAIL PROTECTED] apache 2.2 reverse proxy ftp

2007-03-14 Thread Sylvain Bolay
Hello Everybody, May I use mod_proxy with mod_proxy_ftp for reverse proxying to a lan proftpd server? Thanks for your help. Sylvain - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.

Re: [EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-03-01 Thread arun kumar
Ok thanks I will check it with top command Regards, Arun Joshua Slive <[EMAIL PROTECTED]> wrote: On 3/1/07, arun kumar wrote: > Hi, > > No i am not measuring memory per process and i am adding all the RSS of the > httpd process of particular apache instance to find total memory usa

Re: [EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-03-01 Thread Joshua Slive
On 3/1/07, arun kumar <[EMAIL PROTECTED]> wrote: Hi, No i am not measuring memory per process and i am adding all the RSS of the httpd process of particular apache instance to find total memory usage every one sec. In prefork(No of process will be more than worker) also i am using the same pr

Re: [EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-02-28 Thread arun kumar
Hi, No i am not measuring memory per process and i am adding all the RSS of the httpd process of particular apache instance to find total memory usage every one sec. In prefork(No of process will be more than worker) also i am using the same process and i am adding all the RSS of

Re: [EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-02-28 Thread Joshua Slive
On 2/28/07, arun kumar <[EMAIL PROTECTED]> wrote: Hi All, I am using the below command to monitor the physical memory. ps -e -o pcpu,vsz,rss,pid,args |grep -v grep | grep "apacheprojectname" Below is the sample output for the worker module 0.0 34608 32744 25609 /local/home/kumarar3/apache/aw

Re: [EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-02-27 Thread arun kumar
Hi All, I am using the below command to monitor the physical memory. ps -e -o pcpu,vsz,rss,pid,args |grep -v grep | grep "apacheprojectname" Below is the sample output for the worker module 0.0 34608 32744 25609 /local/home/kumarar3/apache/aws/bin/httpd -f /local/home/kuma

Re: [EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-02-27 Thread Joshua Slive
On 2/27/07, arun kumar <[EMAIL PROTECTED]> wrote: We are using solaris 8 and i compiled the apache 2.2 using the below option ./configure --prefix=/local/apache/aws --enable-ssl --enable-proxy --enable-proxy-connect --enable-proxy-http --enable-cache --enable-disk-cache --enable-mods-shared=all

Re: [EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-02-27 Thread arun kumar
We are using solaris 8 and i compiled the apache 2.2 using the below option ./configure --prefix=/local/apache/aws --enable-ssl --enable-proxy --enable-proxy-connect --enable-proxy-http --enable-cache --enable-disk-cache --enable-mods-shared=all --with-mpm=worker . I disable the defl

Re: [EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-02-26 Thread Yvo van Doorn
On 2/26/07, arun kumar <[EMAIL PROTECTED]> wrote: Hi All, We are in the process of moving apache 1.3 to apache 2.2we migrated and done the load testing and monitoringwe find that in apache 2.2 physical memory usage is more than apache 1.3we added cache and deflate module in apache 2.

[EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-02-26 Thread arun kumar
Hi All, We are in the process of moving apache 1.3 to apache 2.2we migrated and done the load testing and monitoringwe find that in apache 2.2 physical memory usage is more than apache 1.3we added cache and deflate module in apache 2.2. Below find my apache 1.3 and 2.2 ht

Re: [EMAIL PROTECTED] Apache 2.2 with redirect and CGI

2007-02-07 Thread Steve Feehan
On Wed, Feb 07, 2007 at 01:23:07PM -0800, John Stewart wrote: > Problem description as best I currently understand it: > > We are trying to combine two MoinMoin wikis onto a single host. The two > wikis were previously known by DNS names of wiki and kiwi respectively, > and we want to preserve tha

[EMAIL PROTECTED] Apache 2.2 with redirect and CGI

2007-02-07 Thread John Stewart
Problem description as best I currently understand it: We are trying to combine two MoinMoin wikis onto a single host. The two wikis were previously known by DNS names of wiki and kiwi respectively, and we want to preserve that functionality for our user base. When we move to a third host, we're

[EMAIL PROTECTED] Apache 2.2 as Loadbalancer

2006-12-20 Thread Mueller, Oliver
Hi, I am using Apache 2.2 as loadbalancer for a JBOSS-J2EE-Cluster. The incoming calls are redirected by ajp. This is the configuration I added to the httpd.conf ProxyPass /FOnetConsole ! ProxyPass / balancer://FOnetCluster/ BalancerMember ajp://wnasw022:8009 BalancerMember ajp://kpmg1:8

[EMAIL PROTECTED] Apache 2.2 doesn't load my Vhosts

2006-12-18 Thread Gregor Schneider
Dear list, I've just migrated an I386-Linux-Debian Sarge to Edge. Since Edge includes Apache 2.2, this means I also had to move from Apache 2.0.x to Apache 2.2 Although I know that Joshua is going to scold me ;), I've set up 3 SSL-VHosts on one Debian-Server, all having the same IP. This is a de

RE: [EMAIL PROTECTED] Apache 2.2.x modules

2006-11-23 Thread Boyle Owen
> -Original Message- > From: arun kumar [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 23, 2006 9:26 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Apache 2.2.x modules > > Hi Guys, > > Any difference is there in handling(Configuring)

[EMAIL PROTECTED] Apache 2.2.x modules

2006-11-23 Thread arun kumar
Hi Guys, Any difference is there in handling(Configuring) the below modules between apache 1.3.x and apache 2.2.x - server side includes - mod_cgi - mod_setenvif - mod_rewrite Arun --- Boyle Owen <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Fenlason, Josh [mailto:[EMAIL P

Re: [EMAIL PROTECTED] Apache 2.2, Error: not in required group(s).

2006-10-31 Thread Ian Brandt
Ian Brandt wrote: > However when I try to authenticate the following appears in error.log: > > [error] GROUP: ibrandt not in required group(s). I seem to have solved the issue. I found the text of the error message verbatim in the mod_auth_sys_group source. I had LoadModule directives for mod_a

[EMAIL PROTECTED] Apache 2.2, Error: not in required group(s).

2006-10-31 Thread Ian Brandt
I've just upgraded to 2.2.3 from 2.0.54. I've reviewed the docs regarding the auth changes. My config is: DAV svn SVNParentPath /var/lib/svn SVNListParentPath on SVNPathAuthz off AuthType Basic AuthName "Subversion Repository" AuthBasicProvider file AuthUserFi

[EMAIL PROTECTED] Apache 2.2 and mod-auth-kerb issue

2006-10-28 Thread Juan Wajnerman
I upgraded my apache to version 2.2 and now when I start it, if the auth_kerb module is enabled I get a Segmentation Fault. Using debian with the unstable branch. These are the versions: - libapache2-mod-auth-kerb 5.1-1 - apache2.2-common 2.2.3-2 - libkrb53 1.4.4-3 I

[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://: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

  1   2   >