Re: [EMAIL PROTECTED] Apache Hangs.. Server-Status shows all Reading

2007-11-09 Thread Sander Temme
On Nov 7, 2007, at 9:31 AM, Andrew Rosolino wrote: I restarted apache and all was fine.. but then 20 minutes later they went back all into a reading state.. it appears as if slowly each processes goes into the reading state?? I dont understand what the problem is. If you have gdb on the b

Re: [EMAIL PROTECTED] Warning when starting Apache2

2007-11-09 Thread ighal . micha
Hi, May be you have a file included somewhere before the directive with the same directive, which could be the one overlaped. - Ighal Quoting Robert Rawlinson <[EMAIL PROTECTED]>: When I start Apache2 I get this warning: rcapache2 start Starting httpd2 (prefork) [Fri Nov 09 14:52:25 2007]

Re: [EMAIL PROTECTED] Looking for Windows based commercial LAMP setup

2007-11-09 Thread William A. Rowe, Jr.
Andrew Hodgson wrote: Does anyone know the actual status of HTTPD on Windows as a production server? I know lots of people use it, but I have seen articles (and so have others in the company) which suggest it is designed as a development platform, and not really intended as a production ready s

[EMAIL PROTECTED] Warning when starting Apache2

2007-11-09 Thread Robert Rawlinson
When I start Apache2 I get this warning: rcapache2 start Starting httpd2 (prefork) [Fri Nov 09 14:52:25 2007] [warn] The ScriptAlias directive in /etc/apache2/httpd.conf at line 215 will probably never match because it overlaps an earlier ScriptAlias. I have searched and I can not find any oth

Re: [EMAIL PROTECTED] Sharing resources across virtual hosts

2007-11-09 Thread SW
> Unless: > > Alias /faqs.php /path/to/mainsite/docroot/faqs.php > > is valid? I can answer my own question now as I finally got a test server up and running on my local machine. It appears you can indeed map to specific files, and tests are working nicely so far :) Cheers Spencer

Re: [EMAIL PROTECTED] Sharing resources across virtual hosts

2007-11-09 Thread SW
> RewriteRules are good if you need complicated mappings. For something > simple they are not needed: > > > ServerName MainSite > DocumentRoot /path/to/www > > > > ServerName BrandedSite > DocumentRoot /path/to/www > Alias /css /path/to/branded/css > Alias /specialdir /path/to/specialdir >

Re: [EMAIL PROTECTED] Looking for Windows based commercial LAMP setup

2007-11-09 Thread Michael McGlothlin
All our other LAMP setups are using RHEL4/5, but I have one PHP based app which uses some Windows middleware, and thus we are using Apache for Windows. Can you configure, or rewrite, the PHP app to call the Windows middleware remotely? That might be the easiest solution. That is a

Re: [EMAIL PROTECTED] Sharing resources across virtual hosts

2007-11-09 Thread SW
> Have a look at rewriterules. > Probably you could have both virtual hosts share the same docroot, but > rewrite requests for the css stylesheets to the branded version on one > of your vhosts. To further expand on the scenario, there may be several branded webs, in addition to each one having

Re: [EMAIL PROTECTED] Looking for Windows based commercial LAMP setup

2007-11-09 Thread Andrew Hodgson
On Fri, 9 Nov 2007 09:52:15 -0700, you wrote: > >> All our other LAMP setups are using RHEL4/5, but I have one PHP based app >> which uses some Windows middleware, and thus we are using Apache for Windows. >> >Can you configure, or rewrite, the PHP app to call the Windows >middleware remotely

Re: [EMAIL PROTECTED] Looking for Windows based commercial LAMP setup

2007-11-09 Thread Tom Hart
Andrew Hodgson wrote: Andrew Hodgson wrote: What I am looking for is a LAMP type setup under Windows, which uses similar security update techniques as RedHat/other Linux distros out there, i.e., backporting the security fixes into the current release. The app uses PHP and Tomcat.

Re: [EMAIL PROTECTED] Looking for Windows based commercial LAMP setup

2007-11-09 Thread Michael McGlothlin
All our other LAMP setups are using RHEL4/5, but I have one PHP based app which uses some Windows middleware, and thus we are using Apache for Windows. Can you configure, or rewrite, the PHP app to call the Windows middleware remotely? That might be the easiest solution. -- Michael McGlot

Re: [EMAIL PROTECTED] Looking for Windows based commercial LAMP setup

2007-11-09 Thread Andrew Hodgson
On Fri, 9 Nov 2007 11:19:39 -0500, you wrote: >Andrew Hodgson wrote: >> What I am looking for is a LAMP type setup under Windows, which uses similar >> security update techniques as RedHat/other Linux distros out there, i.e., >> backporting the security fixes into the current release. The app u

Re: [EMAIL PROTECTED] View directory index but not parent directory

2007-11-09 Thread Joshua Slive
On Nov 9, 2007 9:59 AM, Luis Moreira <[EMAIL PROTECTED]> wrote: > > > Hi > Sorry to come back to this, but I got an error saying that messages > to me were bouncing, so I don't have a clue if someone replied or not... Check one of the list archives. For example: http://apache.markmail.org/

Re: [EMAIL PROTECTED] Looking for Windows based commercial LAMP setup

2007-11-09 Thread Tom Hart
Tom Hart wrote: Andrew Hodgson wrote: What I am looking for is a LAMP type setup under Windows, which uses similar security update techniques as RedHat/other Linux distros out there, i.e., backporting the security fixes into the current release. The app uses PHP and Tomcat. Also, this pag

Re: [EMAIL PROTECTED] Looking for Windows based commercial LAMP setup

2007-11-09 Thread Tom Hart
Andrew Hodgson wrote: What I am looking for is a LAMP type setup under Windows, which uses similar security update techniques as RedHat/other Linux distros out there, i.e., backporting the security fixes into the current release. The app uses PHP and Tomcat. If you googled for even 5 secon

[EMAIL PROTECTED] Looking for Windows based commercial LAMP setup

2007-11-09 Thread Andrew Hodgson
Hi, All our other LAMP setups are using RHEL4/5, but I have one PHP based app which uses some Windows middleware, and thus we are using Apache for Windows. However, I have issues with HTTPD running under Windows, because I have had instances where upgrading one of the components (usually as a r

[EMAIL PROTECTED] View directory index but not parent directory

2007-11-09 Thread Luis Moreira
Hi Sorry to come back to this, but I got an error saying that messages to me were bouncing, so I don't have a clue if someone replied or not... Using Apache 2.2.6, I want to allow access to a specific directory with authentication, which works fine. When accessed, it look

Re: [EMAIL PROTECTED] Apache Losing Post Data

2007-11-09 Thread Stephen Johnston
The requests are not posted by Javascript and SSL is not involved. We're pulling out hair out on this one. There are certainly *similar* issues out there, but this one seems to be unique. -Stephen On 11/6/07, Nick Kew <[EMAIL PROTECTED]> wrote: > > On Mon, 5 Nov 2007 22:42:32 -0500 > "Stephen Jo

Re: [EMAIL PROTECTED] Sharing resources across virtual hosts

2007-11-09 Thread Joshua Slive
On Nov 9, 2007 7:39 AM, Krist van Besien <[EMAIL PROTECTED]> wrote: > On Nov 9, 2007 11:54 AM, SW <[EMAIL PROTECTED]> wrote: > > > Any help or pointers greatly appreciated. > > Have a look at rewriterules. > Probably you could have both virtual hosts share the same docroot, but > rewrite requests f

Re: [EMAIL PROTECTED] apache as non-root

2007-11-09 Thread Krist van Besien
On Nov 8, 2007 4:48 PM, Axel-Stephane SMORGRAV <[EMAIL PROTECTED]> wrote: > Somebody trusted you enough to give YOU the root password. > > Why should you not in turn entrust others with the privileges that will allow > them to do their job? I'm not against giving people the privileges needed to

Re: [EMAIL PROTECTED] Sharing resources across virtual hosts

2007-11-09 Thread Krist van Besien
On Nov 9, 2007 11:54 AM, SW <[EMAIL PROTECTED]> wrote: > Any help or pointers greatly appreciated. Have a look at rewriterules. Probably you could have both virtual hosts share the same docroot, but rewrite requests for the css stylesheets to the branded version on one of your vhosts. Krist --

Re: [EMAIL PROTECTED] View directory index but not parent directory

2007-11-09 Thread Graeme Fowler
On Fri, 2007-11-09 at 11:36 +, Luis Moreira wrote: > Using Apache 2.2.6, I want to allow access to a specific directory > with authentication, which works fine. > When accessed, it looks like this > > Index of > > . Parent Directory > . fitoterapia.krp > . publish.zip > > The thing

[EMAIL PROTECTED] View directory index but not parent directory

2007-11-09 Thread Luis Moreira
Hi Using Apache 2.2.6, I want to allow access to a specific directory with authentication, which works fine. When accessed, it looks like this Index of . Parent Directory . fitoterapia.krp . publish.zip The thing is I don't want "parent directory" to be viewed,

[EMAIL PROTECTED] Sharing resources across virtual hosts

2007-11-09 Thread SW
Hi Say you have 2 virtual hosts set up and one of them runs your main website. On the other virtual host you want to run a "branded" (ie: differently styled, using CSS) version of the main website. Rather than copying all the content from your main web over to the branded version (since that w

[EMAIL PROTECTED] Re: Use NTLM only when needed

2007-11-09 Thread Fabrizio Reale
Hi Christian, > On Tue, Nov 06, 2007 at 10:41:57PM +0100, Fabrizio Reale wrote: >> I have a web application (Plone) which has its own authentication, but in >> an intranet I set up the NTLM authentication using the mod_ntlm module. >> It works very well when I am using a windows PC, but when I use