Re: [us...@httpd] IndexIgnore

2009-09-29 Thread Bob Ionescu
2009/9/24 LuKreme : > IndexIgnore head.html foot.html .. > > Which prevents the "Parent Directory" from showing up in the directory > listing. > > Now, I want to show the "Parent Directory" in the directories under this > one, but there doesn't seem to be an IndexUnignore directive or any syntax >

Re: [us...@httpd] Apache 2.0.63 build on Solaris / Binary Distributions

2009-09-29 Thread Nick Kew
Rajwinder-office Singh wrote: Try this out : http://cooltools.sunsource.net/coolstack/ The coolstack is the direct predecessor of the webstack I suggested in my post. -- Nick Kew - The official User-To-User support forum of

[us...@httpd] "no handler matched request" for certain configuration

2009-09-29 Thread Phillip Jones
Hi, I first asked about this on trac discussions, and I've been advised that this is more likely an apache configuration issue. In the initial setup, I've configured trac and websvn like so: http://example.com/trac http://example.com/websvn relevant excerpts follow: SetHandler mod_pytho

Re: [us...@httpd] Xalan problems with JBoss 4.2.3.GA and Apache

2009-09-29 Thread André Warnier
Newman, Billy wrote: I am currently experiencing problems with using xalan.jar that lives in lib/endorsed and apache. I get a zip file closed exception after a while that hangs my jBoss server. In the little information I have it looks like we are getting a reference (which is possibly inc

Re: [us...@httpd] Too many CLOSE_WAIT connections

2009-09-29 Thread Martin Spinassi
On Mon, 2009-09-28 at 19:48 +0100, Nick Kew wrote: > Martin Spinassi wrote: > > Hi list, > > > > > > I'm trying a load balance two tomcats servers with one apache in front > > wit MPM worker, but after a while, apache left too many connections in > > CLOSE_WAIT state until it stops responding. >

Re: [us...@httpd] Xalan problems with JBoss 4.2.3.GA and Apache

2009-09-29 Thread Peter Schober
* Newman, Billy [2009-09-29 20:29]: > I am currently experiencing problems with using xalan.jar that lives > in lib/endorsed and apache. You might be better off asking this elsewhere, this is the list for the Apache httpd webserver, -peter

[us...@httpd] Xalan problems with JBoss 4.2.3.GA and Apache

2009-09-29 Thread Newman, Billy
I am currently experiencing problems with using xalan.jar that lives in lib/endorsed and apache. I get a zip file closed exception after a while that hangs my jBoss server. In the little information I have it looks like we are getting a reference (which is possibly incorrect) to xalan.jar an

RE: [us...@httpd] 0 byte logs

2009-09-29 Thread Oliver Marshall
Thanks Mick. That helped. The if line returned; ERROR: APACHE_PID_FILE needs to be defined in /etc/apache2/envvars So I added the following to envvars; APACHE_PID_FILE=/var/run/apache2.pid export APACHE_PID_FILE and checked that /var/run/apache2.pid had the pid of apache2 in it. I've forced

RE: [us...@httpd] 0 byte logs

2009-09-29 Thread Mick Sheppard
> -Original Message- > From: Oliver Marshall [mailto:oliver.marsh...@g2support.com] > Sent: 29 September 2009 15:09 > To: users@httpd.apache.org > Subject: RE: [us...@httpd] 0 byte logs > > Hi Mick, > > We are using logrotate to rotate the logs using the following conf file; > > **

RE: [us...@httpd] 0 byte logs

2009-09-29 Thread Oliver Marshall
Hi Mick, We are using logrotate to rotate the logs using the following conf file; * /var/log/apache2/*.log { weekly missingok rotate 12 compress # delaycompress notifempty create 640 www-data www-data sharedscripts

Re: [us...@httpd] Apache 2.0.63 build on Solaris / Binary Distributions

2009-09-29 Thread Rajwinder-office Singh
Try this out : http://cooltools.sunsource.net/coolstack/ It is a bundled version of so called "SAMP" and works pretty well. I am using it under zones and it takes hardly 5 min to install On Tue, Sep 29, 2009 at 7:17 AM, Antonio Vidal Ferrer < antonio.vi.

Re: [us...@httpd] apache2 vhst problem -- Symbolic link not allowed

2009-09-29 Thread J. Bakshi
Tom Evans wrote: > On Tue, 2009-09-29 at 17:30 +0530, J. Bakshi wrote: > >> Hello list, >> >> I have a typical problem in my apache2 server running on opensuse 11 >> server. I like to add the Followsymlinks option in vhost. Previously I >> put the setting in .htaccess and it was running fine. B

Re: [us...@httpd] apache2 vhst problem -- Symbolic link not allowed

2009-09-29 Thread Tom Evans
On Tue, 2009-09-29 at 17:30 +0530, J. Bakshi wrote: > Hello list, > > I have a typical problem in my apache2 server running on opensuse 11 > server. I like to add the Followsymlinks option in vhost. Previously I > put the setting in .htaccess and it was running fine. But to get the > performance

[us...@httpd] apache2 vhst problem -- Symbolic link not allowed

2009-09-29 Thread J. Bakshi
Hello list, I have a typical problem in my apache2 server running on opensuse 11 server. I like to add the Followsymlinks option in vhost. Previously I put the setting in .htaccess and it was running fine. But to get the performance benefit I move the settings in the vhost configuration. To en

RE: [us...@httpd] Apache 2.0.63 build on Solaris / Binary Distributions

2009-09-29 Thread Antonio Vidal Ferrer
Nick: You have 2 options: 1.- Download libexpat package for solaris 10, install it and try to recompile (anyway, you'll need more libraries). 2.- (easier) Download Apache package for solaris 10 and install it. Both downloads can be done from www.sunfreeware.com, where you'll find all such packag

RE: [us...@httpd] Apache 2.0.63 build on Solaris / Binary Distributions

2009-09-29 Thread Darren Strachan
The software that Apache is acting as a front end for recommends 2.0.63 but that's probably just what was current at the time they released it. 2.2.x would probably work fine as well so I will try that. Any thoughts on the build problem though or should I just try 2.2.x and go from there? -O

Re: [us...@httpd] Apache 2.0.63 build on Solaris / Binary Distributions

2009-09-29 Thread Nick Kew
Darren Strachan wrote: *1) *I have downloaded the 2.0.63 source onto a Solaris 10 box and Why such an old version? 2.2.x is always preferred. have successfully run the first installation step – “configure –prefix ”. When I run step two – “make”, it chugs away merrily building things

[us...@httpd] Apache 2.0.63 build on Solaris / Binary Distributions

2009-09-29 Thread Darren Strachan
Dear All, I would be grateful for any assistance with the following: 1) I have downloaded the 2.0.63 source onto a Solaris 10 box and have successfully run the first installation step - "configure -prefix ". When I run step two - "make", it chugs away merrily building things for a wh

[us...@httpd] how to statically link PHP 5.2.x + Apache httpd 2.2.x?

2009-09-29 Thread Ro Achterberg
Hi all, I'm in the midst of setting up my production server, which will be running on a fully chrooted non-root LAMP configuration. Due to my high demands for performance and security, I've been advised by several resources on the net to statically link PHP into Apache. However, all informati

[us...@httpd] Apache service launch cmd.exe windows

2009-09-29 Thread Olivier Roger
Hello, I have a strange problem with an Apache 2.2.8 ssl on Windows Xp pro computer. I have to turn on the option "Allow service to interact with desktop" which is located on the second tab (connexion) of the apache service configuration page in order to launch C++ application (with GUI) from

RE: [us...@httpd] 0 byte logs

2009-09-29 Thread Mick Sheppard
Hi Olly, > From: Oliver Marshall [mailto:oliver.marsh...@g2support.com] > Sent: 28 September 2009 19:19 > To: users@httpd.apache.org > Subject: [us...@httpd] 0 byte logs > > Hi, > > We've seen a problem for a while on our ubuntu web server whereby apache > starts generating 0 byte logs. > This