Re: [us...@httpd] rewrite to 443..please help me

2009-07-29 Thread Krist van Besien
On Tue, Jul 28, 2009 at 4:05 PM, danielitob wrote: > but I've nothing under > > , > > cause my virtualhost is configured on port 80, on a specific file. Try putting a ServerName directive (with the correct name) in your SSL virtual host. It's good to have something like: Servername www.grandho

Re: [us...@httpd] Adding Alias with HTTPS

2009-07-29 Thread Krist van Besien
On Tue, Jul 28, 2009 at 9:12 PM, rkw wrote: > > I want to add an alias: > > Alias myApp /opt/installdir/myApp when I install my application. I can do > this fine by adding a myApp.conf file into the /etc/httpd/conf.d folder > > But, this makes the application accessible both via http and https. > >

[us...@httpd] What 'configure' options used to build RPM image of Apache, ie, --prefix=/etc/httpd --bindir etc.

2009-07-29 Thread David (Dave) Donnan
Hello. I'm a new-bee and I apologize, in advance, for my ignorance. Also, I hope I've done sufficient research and, therefore, am asking questions the smart way! Alternate Subject: In order to install a patch, how can I overlay a squid 'configure/make/make install' onto an existing RPM instal

Re: [us...@httpd] Symbolic links not working.

2009-07-29 Thread Steven Lobbezoo
It says : [Tue Jul 28 18:29:44 2009] [error] [client 195.154.112.30] Symbolic link not allowed or link target not accessible: /srv/www/htdocs/sottovento and it is accessible. Steven Le mardi 28 juillet 2009 à 18:13 +0100, Tom Evans a écrit : > On Tue, 2009-07-28 at 19:02 +0200, Steven Lobbezoo

Re: [us...@httpd] Symbolic links not working.

2009-07-29 Thread Eric Covener
On Wed, Jul 29, 2009 at 6:25 AM, Steven Lobbezoo wrote: > It says : > [Tue Jul 28 18:29:44 2009] [error] [client 195.154.112.30] Symbolic link not > allowed or link target not accessible: /srv/www/htdocs/sottovento > > and it is accessible. Is it allowed, via Options? -- Eric Covener cove...@gma

Re: [us...@httpd] Symbolic links not working.

2009-07-29 Thread Steven Lobbezoo
I don't understand the question. I have this in my httpd.conf file : AllowOverride all Order allow,deny Allow from all Which is the directory i am linking to. Le mercredi 29 juillet 2009 à 07:07 -0400, Eric Covener a écrit : > On Wed, Jul 29, 2009 at 6:25 AM, Steven

Re: [us...@httpd] Symbolic links not working.

2009-07-29 Thread Eric Covener
On Wed, Jul 29, 2009 at 7:14 AM, Steven Lobbezoo wrote: > I don't understand the question. > I have this in my httpd.conf file : > > >     AllowOverride all >     Order allow,deny >     Allow from all > > > Which is the directory i am linking to. The directory you link from is the im

[us...@httpd] Mod_Status - queue size

2009-07-29 Thread ricardo13
hi,I need information about queue size.Do mod_status provides this information ?I saw documentation and, I've read about:"The number of worker serving requests"Using MPM Prefork.Thank youRicardo -- View this message in context: http://www.nabble.com/Mod_Status---queue-size-tp24717812p24717812.ht

[us...@httpd] apache problems with number of cgi requests

2009-07-29 Thread Digvijoy Chatterjee
Hi, We are running apache 2.0.35 on RHEL4 running in prefork mode. Its a standard apache configuration for running cgi scripts. I can send it if required The behaviour we are observing with apache is after servicing 2 cgi requests which (do a long database lookup ~5 minutes) apache will not servi

Re: [us...@httpd] Symbolic links not working.

2009-07-29 Thread Steven Lobbezoo
Ok, so i tried that (the statement as below, but with my linked from directory. The result is the same : no dice. To be perfectly clear : I have this : /srv/www/htdocs/sottovento where sottovento is the root directory for my virtual domain and is a link to /srv/www/htdocs/la-france/gite Where "git

Re: [us...@httpd] apache problems with number of cgi requests

2009-07-29 Thread Chandranshu .
Hi Digz Meanwhile, when you say that "apache will not service any other CGI requests", what exactly do you mean? Did you mean that your further HTTP requests returned with 503 or some other error code? Or do they just wait around for a long time before returning any data? You should enable mod_st

Re: [us...@httpd] Symbolic links not working.

2009-07-29 Thread Tom Evans
On Wed, 2009-07-29 at 14:27 +0200, Steven Lobbezoo wrote: > Ok, so i tried that (the statement as below, but with my linked from > directory. > The result is the same : no dice. > > To be perfectly clear : > I have this : > /srv/www/htdocs/sottovento > where sottovento is the root directory for my

Re: [us...@httpd] Symbolic links not working.

2009-07-29 Thread Steven Lobbezoo
Ok, I tried that, but No, still the same log entry : [Wed Jul 29 15:12:30 2009] [error] [client 195.154.112.30] Symbolic link not allowed or link target not accessible: /srv/www/htdocs/sottovento Steven (btw : I also left the 'old' one in, suppose that does not matter ?) Le mercredi 29 juillet

RE: [us...@httpd] Question about Server Side Includes

2009-07-29 Thread Boyle Owen
> -Original Message- > From: Freddy Jensen [mailto:jen...@adobe.com] > Sent: Wednesday, July 29, 2009 3:06 PM > To: users@httpd.apache.org > Cc: jen...@adobe.com > Subject: Re: [us...@httpd] Question about Server Side Includes > > > I really appreciate all the quick and accurate answers.

Re: [us...@httpd] Question about Server Side Includes

2009-07-29 Thread André Warnier
Hi. For a different question, it is better to start a new thread, with a new subject. This way people looking for an answer to the same kind of question, can later find it in the forum archives. Freddy Jensen wrote: I really appreciate all the quick and accurate answers. Great mailing list

Re: [us...@httpd] Mod_Status - queue size

2009-07-29 Thread André Warnier
ricardo13 wrote: hi,I need information about queue size.Do mod_status provides this information ?I saw documentation and, I've read about:"The number of worker serving requests"Using MPM Prefork.Thank youRicardo Ricardo, if you had signed this message as "Barak Obama" or "Jennifer Aniston", ma

Re: [us...@httpd] Mod_Status - queue size

2009-07-29 Thread ricardo figueiredo
Sorry, My english isn't very well. I would like to monitoring the queue of requests. Because I did a program to monitor APACHE web server and, I use CPU LOAD, MEMORY LOAD parameters to make decisions on program. Now, I want to know about queue of requests because, if queue size exceeds the maximu

Re: [us...@httpd] Mod_Status - queue size

2009-07-29 Thread ricardo13
hi, another problem's: mod_status (ExtendedStatus on) shows always BusyWorker =2. I modified parameters as StartServer, MinSpareServers and MaxSpareServer and busyworker continues like 2. My application's CPU-BOUND. It's a loop (1000 interations). What's happen ? THank you Ricardo awarni

[us...@httpd] apache ajp interconnection Issue

2009-07-29 Thread KK CHN
Hi list, I am trying ajp connector for apache to tomcat using mod_ajpapache2.2 and tomcat 5.5on Debian platform apache and Tomcat are in separate boxes both are in same LAN. and apache machine is bind to a public IP address in firwall level. this is the virtua

Re: [us...@httpd] Mod_Status - queue size

2009-07-29 Thread ricardo13
ricardo13 wrote: > > hi, > > another problem's: > > mod_status (ExtendedStatus on) shows always BusyWorker =2. > I modified parameters as StartServer, MinSpareServers and MaxSpareServer > and busyworker continues like 2. > > My application's CPU-BOUND and developed in PHP. It's very simple (

[us...@httpd] Apache + Jetty - proxy: error reading status line

2009-07-29 Thread Patrick Moriarty
Hi, We've deployed Apache 2.2 as a reverse ssl proxy in front of Jetty-6.1.11.  The number of users has increaded in the last couple of weeks and we are now seeing proxy errors in the Apache error log 3-5 times daily: [Wed Jul 29 10:45:40 2009] [error] [client xxx.xxx.xxx.xxx] proxy: error readin

RE: [us...@httpd] apache ajp interconnection Issue

2009-07-29 Thread Boyle Owen
>BalancerMember ajp://192.168.31.128:8009/MyJava min=10 max=100 > http://Ipaddress:8080/MyJava Not same port. What happens if you try direct login to back-end on same port as Balancer (8009)? Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored.

Re: [us...@httpd] Adding Alias with HTTPS

2009-07-29 Thread rkw
It is still just loading the HTTP page fropm the alias, not redirecting to HTTPS. Any ideas? Also, I would like it to be more generic as far as the redirect host is concerned. Could I just do: RewriteRule myApp/(.*) https://%{HOSTNAME}/myApp/$1 [R] or something similar? Krist van Besien w

Re: [us...@httpd] Serving partial data of in-memory common data set

2009-07-29 Thread S.A.
Hi André, > Concurring with Jonathan about the free advice and the > tenuous relevance to the main list topic, I'd nevertheless > want to try to contribute. Thanks for trying to contribute to the discussion. I have looked at the mailing lists for apache and could not figure out a better forum tha

Re: [us...@httpd] Adding Alias with HTTPS

2009-07-29 Thread rkw
OK, needed to add: RewriteEngine on :( Thanks. rkw wrote: > > It is still just loading the HTTP page fropm the alias, not redirecting to > HTTPS. Any ideas? > > Also, I would like it to be more generic as far as the redirect host is > concerned. > > Could I just do: > > RewriteRule myApp

Re: [us...@httpd] Symbolic links not working.

2009-07-29 Thread Steven Lobbezoo
Found it ! ;-)) I had a "Options None" in the default-server.conf Which is read after the statement you suggested. It's maybe a good idea to review the structure of all those config files, and make it les easy to make a mistake like that ! Thanks a lot for your help. I'll keep following

[us...@httpd] Suppress Authentication Headers

2009-07-29 Thread Igor Galić
Hi folks, of both lists. I'm reverse-proxying Apache Archiva, where I have trouble getting authorization right. By default Archiva users have no Roles assigned, which makes them in my setup inferior to even the guest user. As there appears to be no way to give newly created or imported users a sa

Re: [us...@httpd] Serving partial data of in-memory common data set

2009-07-29 Thread S.A.
> ... > > We started with 30 concurrent users and there was no > trouble, > > but when the next batch of 70 users hit concurrently, > we could > > not serve all the users. > > > Just a note for now.  The above is an important part, > and maybe you should have started your initial post with > that

Re: [us...@httpd] Serving partial data of in-memory common data set

2009-07-29 Thread Jonathan Zuckerman
On Wed, Jul 29, 2009 at 11:18 AM, S.A. wrote: >> ... >> > We started with 30 concurrent users and there was no >> trouble, >> > but when the next batch of 70 users hit concurrently, >> we could >> > not serve all the users. >> > >> Just a note for now.  The above is an important part, >> and maybe

[us...@httpd] Re: des3 and vhosts

2009-07-29 Thread Greg Coit
I found a difference between the servers but have no idea if it's relevant. The live server is debian 64 bit, while dev is debian 32 bit. Anyone aware of issues with apache certificates and 64 bit Linux? Thanks! Greg -- Greg Coit System Administrator g...@chapterthree.com http://www.chapterthree

Re: [us...@httpd] Serving partial data of in-memory common data set

2009-07-29 Thread S.A.
Hi Jonathan, Thanks for your response > This might not be an option if image access varies based on > privilege > of user (or if every user has unique images), but have you > considered > using a spritemap for the images?  50 http requests > can be non-trivial. Images are in file store, and yes

[us...@httpd] Issues with vhosts: Service Temporarily Unavailable

2009-07-29 Thread Norman Khine
Hello, I have an issue with Apache in that when I enable vhosts I get this 503 error: -- Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. -- If I disable # Virtual hosts Include con

[us...@httpd] looking for apache configuration/optimize tools

2009-07-29 Thread Randy Paries
Hello, I am building a new server (centos ) this box is going to be exclusively a web server running php (the db is on a different box) is anyone aware of any tools that are out there that will help me with settings to optimize the web server with the memory/processors that is has thanks Randy -

Re: [us...@httpd] Serving partial data of in-memory common data set

2009-07-29 Thread André Warnier
S.A. wrote: ... The reason why I am not suspecting mysql was that the mysql log does indicate that it is getting all the requests and it is servicing them. As I have stated before, some of the users though are not getting images. Can you explain this a bit ? When you say that some users are no

Re: [us...@httpd] Issues with vhosts: Service Temporarily Unavailable

2009-07-29 Thread André Warnier
Norman Khine wrote: Hello, I have an issue with Apache in that when I enable vhosts I get this 503 error: -- Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. -- If I disable # Vir

Re: [us...@httpd] What 'configure' options used to build RPM image of Apache, ie, --prefix=/etc/httpd --bindir etc.

2009-07-29 Thread Sander Temme
On Jul 29, 2009, at 2:46 AM, David (Dave) Donnan wrote: Hello. I'm a new-bee and I apologize, in advance, for my ignorance. Also, I hope I've done sufficient research and, therefore, am asking questions the smart way! Alternate Subject: In order to install a patch, how can I overlay a sq

Re: [us...@httpd] apache problems with number of cgi requests

2009-07-29 Thread Digvijoy Chatterjee
Apache does not process them concurrently but serially all of them go to completion .( no error code etc..) One request runs , other requests wait to get processed, and so on. while i try mod_status to check ExtendedStatus I have been able to simplify our problem as below. Just put test.cgi and