Re: [EMAIL PROTECTED] unusual return (permanently migrated)

2008-11-09 Thread Krist van Besien
On Sun, Nov 9, 2008 at 8:16 AM, Mohan gupta [EMAIL PROTECTED] wrote: but when i try to view this from the browser with exactly the same url i have the image .what can be wrong At first glance nothing is wrong. Your server is sending a redirect. Your browser will follow this redirect

Re: [EMAIL PROTECTED] unusual return (permanently migrated)

2008-11-09 Thread Mohan gupta
thanks man for replying ... actually the program is my one made iam trying to make a web crawler so iam using unix socket api's as i use write(sockfd,GEt url HTTP 1.1\r\nHost:\r\n\r\n,30); and then read it read(sockfd,buf,sizeof(buf)); but i dont understand what do u mean by redirect ...i mean

Re: [EMAIL PROTECTED] High CPU usage with MPM Worker/Event

2008-11-09 Thread Alexey Vlasov
Hi. I set MaxRequestPerChild = 400 (400 is average quantity of ESTABLISHED connections), but it was only worse. On Thu, Nov 06, 2008 at 12:01:00PM +0530, Arnab Ganguly wrote: Hi, Can you try with Non-zero MaxRequestPerChild value.Keep a value which is equal to number of request are particular

Re: [EMAIL PROTECTED] httpd 2.2.10 mod_proxy bug?

2008-11-09 Thread David Multer
More progress: - I inserted log messages and have determined that APR is getting an EAI_AGAIN return value from getaddrinfo() after running for a while. - I've verified that DNS calls are actually still working in other processes via host subdomain.domain.com, etc. - Note that I've compiled

Re: [EMAIL PROTECTED] High CPU usage with MPM Worker/Event

2008-11-09 Thread Arnab Ganguly
Hi , Can you please tell me about your requirements like for example how many processes do you want to create for handling the request, it seems to me the number of processes are very high, you can try out increasing the number of threads per process that way you can reduce the number of

Re: [EMAIL PROTECTED] HTTPS connexion on the port 80

2008-11-09 Thread Eric Covener
On Sun, Nov 9, 2008 at 5:10 PM, David BERCOT [EMAIL PROTECTED] wrote: NameVirtualHost * VirtualHost * ServerName site1.mydomaine.org DocumentRoot /site1 /VirtualHost VirtualHost * ServerName site2.mydomaine.org DocumentRoot /site2 /VirtualHost VirtualHost *

[EMAIL PROTECTED] HTTPS connexion on the port 80

2008-11-09 Thread David BERCOT
Hi, I'm new on this list and this is my first message. So, a little presentation : I'm French, I work on Debian and I have a problem ;-) On my server, I can only use port 80, for http and https access. So, here is my /etc/apache2/sites-available/default file : ServerAdmin [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] HTTPS connexion on the port 80

2008-11-09 Thread David BERCOT
Le Sun, 09 Nov 2008 17:22:05 -0500, steve [EMAIL PROTECTED] a écrit : David BERCOT wrote: Hi, I'm new on this list and this is my first message. So, a little presentation : I'm French, I work on Debian and I have a problem ;-) On my server, I can only use port 80, for http and https

Re: [EMAIL PROTECTED] VirtualHost / subdomain problems

2008-11-09 Thread Giancarlo Rivas
Thank you very much, it is working now. On Sat, Nov 8, 2008 at 4:04 AM, Krist van Besien [EMAIL PROTECTED] wrote: On Sat, Nov 8, 2008 at 5:52 AM, Giancarlo Rivas [EMAIL PROTECTED] wrote: NameVirtualHost = Originally I didn't have NameVirtualHost but now I have

Re: [EMAIL PROTECTED] HTTPS connexion on the port 80

2008-11-09 Thread David BERCOT
Le Sun, 9 Nov 2008 18:16:55 -0500, Eric Covener [EMAIL PROTECTED] a écrit : On Sun, Nov 9, 2008 at 5:10 PM, David BERCOT [EMAIL PROTECTED] wrote: NameVirtualHost * VirtualHost * ServerName site1.mydomaine.org DocumentRoot /site1 /VirtualHost VirtualHost *

[EMAIL PROTECTED] Apache Load Balancing issue using in cluster envionment of tomcat.

2008-11-09 Thread kashif_tomcat
Hi All, i am doing clustering with load balance environment and got stuck with an issue. can anyone please help me ... below is scenario. i have two servers running tomcat 1 and 2 (running in cluster)and apache is on server with tomcat 1. here is load balancing entries. Proxy

Re: [EMAIL PROTECTED] HTTPS connexion on the port 80

2008-11-09 Thread steve
David BERCOT wrote: Hi, I'm new on this list and this is my first message. So, a little presentation : I'm French, I work on Debian and I have a problem ;-) On my server, I can only use port 80, for http and https access. So, here is my /etc/apache2/sites-available/default file :