AW: [EMAIL PROTECTED] How to detect multiple instance of apache

2008-04-07 Thread christian.folini
ps auwwx | grep -v grep | grep root | grep apache (?) -Ursprüngliche Nachricht- Von: Vinay Purohit [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 8. April 2008 08:50 An: users@httpd.apache.org Betreff: [EMAIL PROTECTED] How to detect multiple instance of apache Hi, I have installed

[EMAIL PROTECTED] How to detect multiple instance of apache

2008-04-07 Thread Vinay Purohit
Hi, I have installed apache 2.2.8 and created multiple instance of it (using IP based multiple daemon). I would like to write an application Which required to know "how many instance of apache server running on my machine?" Please let me know hot to find out if multiple instance of apache is

Re: [EMAIL PROTECTED] Invalid command

2008-04-07 Thread Krist van Besien
On Tue, Apr 8, 2008 at 4:30 AM, Ashwin Basagouda Patil <[EMAIL PROTECTED]> wrote: > PLEASE NOTE THAT THE SAME CONFIGURATION WAS WORKING FOR THE APACHE 2.0.56 > AND SVN > 1.4.3 > > BUT NOW CONFIGURED WITH THE APACHE 2.2.8 AND SVN 1.4.6 AND IT IS NOT WORKING. Note also that a config that worked

Re: [EMAIL PROTECTED] Invalid command

2008-04-07 Thread Krist van Besien
On Tue, Apr 8, 2008 at 4:30 AM, Ashwin Basagouda Patil <[EMAIL PROTECTED]> wrote: > Dear All, > > I complied the apache and subversion server and i am getting the bellow > mentioned error while > starting the apache. please suggest me. > > ++

Re: [EMAIL PROTECTED] HTTP_COOKIE exists under HTTPS, but not under HTTP

2008-04-07 Thread Krist van Besien
On Tue, Apr 8, 2008 at 2:44 AM, darlingm <[EMAIL PROTECTED]> wrote: > > I'm probably missing something simple. I am migrating to a new server. The > old server ran Apache 2.0.46 on RHEL 3, and the new server runs Apache 2.2.3 > on CentOS 5.1. The packages related to apache that my new server

RE: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Narendra Verma
Hi You can give destination like ' C:/Apache_installation ' but this folder must created before installing apache. Then your directory tree would be like that : C:/Apache_installation/bin ../build .../cgi-bin .../conf /error /htdocs

RE: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Narendra Verma
That means another process is running at port 1100 So again change your port like #Listen 12.34.56.78:80 Listen 8866 ServerName 12.34.56.78: 8866 I think it may solve your problem. Narendra -Original Message- From: Evelyn Wilkerson [mailto:[EMAIL PROTECTED] Sen

[EMAIL PROTECTED] Invalid command

2008-04-07 Thread Ashwin Basagouda Patil
Dear All, I complied the apache and subversion server and i am getting the bellow mentioned error while starting the apache. please suggest me. + RecoveryServer:~ root# /usr/local/apache2/bin/apachectl start Warning: DocumentRoot [/Volumes

Re: [EMAIL PROTECTED] mod_headers bug?

2008-04-07 Thread Neil Simons
[ mod_headers cannot modify existing headers ] In case anyone comes across the same problem, I have not found a solution. I have run the simple tests below on a xampp-dsl virtual machine, and they work exactly as I expect they should, leading me to believe that there is something fundamentaly wr

[EMAIL PROTECTED] HTTP_COOKIE exists under HTTPS, but not under HTTP

2008-04-07 Thread darlingm
I'm probably missing something simple. I am migrating to a new server. The old server ran Apache 2.0.46 on RHEL 3, and the new server runs Apache 2.2.3 on CentOS 5.1. The packages related to apache that my new server has installed are: "apr - 1.2.7-11.x86_64", "apr-util - 1.2.7-6.x86_64", "http

RE: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Evelyn Wilkerson
I have Apache installed and working. The only problem is my includes aren't being parsed. I have the following in my config file: I have the Directory set as: Options FollowSymLinks Includes AllowOverride None Order deny,allow Deny from all And also: AddType text/html .shtml Ad

Re: [EMAIL PROTECTED] Re: Question: ProxyPass not working??

2008-04-07 Thread Eric Covener
On Mon, Apr 7, 2008 at 11:43 AM, hugh williams <[EMAIL PROTECTED]> wrote: > At least one reason you are having problems is that the ProxyPass and > ProxyPassReverse directives are incorrect. these statements require two > arguments, not one. So try changing the lines to > The one-argument form

RE: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Nils Jeppe
On Mon, 7 Apr 2008, Evelyn Wilkerson wrote: I'm sorry, but I have no idea what that means. How do I find out what process is using the port? On Linux, you can use: lsof -i :80 as root and it should dump a list of processes binding on port 80. Other unices will have something similar. I do

RE: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Evelyn Wilkerson
It's running successfully, when I enter localhost in my browser address bar it says "it works!". But how do I need to set it up so that I can bring up my files by entering C://localhost/foldername/filename ? Do I just put them in the htdocs directory? There are htdocs directories. One inside the

[EMAIL PROTECTED] mod_headers bug?

2008-04-07 Thread Neil Simons
Has anyone had experiences where mod_headers directives often fail to have any effect? - It is unable to modify headers, only create & modify newly added headers. Within my .htaccess file I carried out the following simple tests. 1) Header always set MyCustomHeader myCustomValue -- this works fi

Re: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread wi
Do you have IIS running on this box? If so, you can stop it from the admin panel. cheers On Mon, Apr 7, 2008 at 9:43 AM, Evelyn Wilkerson <[EMAIL PROTECTED]> wrote: > > > > > That still didn't work so I uninstalled and am reinstalling it. When I went > through the installation process it asked m

RE: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Evelyn Wilkerson
That still didn’t work so I uninstalled and am reinstalling it. When I went through the installation process it asked me for my destination folder. I entered C:\Apache2.2\htdocs. Now under Windows Explorer it’s showing another htdocs inside the htdocs folder. I’m sorry for being so obtuse, but I ju

[EMAIL PROTECTED] Isolation of performance between tiers where Apache is involved...

2008-04-07 Thread Tony Anecito
Hi All, I am curious. Is Apache designed such that if a request comes back quickly from a server it passed the request to that and if the client connected to Apache is slow in disconnecting for some reason (internet qos for example) we can deduce it is a client or internet issue? I would think the

RE: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Evelyn Wilkerson
I'm sorry, but I have no idea what that means. How do I find out what process is using the port? -Original Message- From: Nils Jeppe [mailto:[EMAIL PROTECTED] Sent: Monday, April 07, 2008 12:00 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Configuration problem Sounds lik

Re: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Nils Jeppe
Sounds like some other process is already binding on the port you are trying to use. Find out what it is, and either terminate it or find another port to use (via the listen directive). Best wishes Nils On 07.04.2008, at 17:57, Evelyn Wilkerson wrote: Thanks for your help. I changed it t

RE: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Evelyn Wilkerson
Thanks for your help. I changed it to what you have below and still it is giving me the same error message. ?? _ From: Narendra Verma [mailto:[EMAIL PROTECTED] Sent: Monday, April 07, 2008 10:36 AM To: 'Evelyn Wilkerson' Subject: RE: [EMAIL PROTECTED] Configuration problem No, th

[EMAIL PROTECTED] Re: Question: ProxyPass not working??

2008-04-07 Thread hugh williams
[EMAIL PROTECTED] wrote: Hi, folks: On my websites, I want links like the following: http://example.com/images/pic.jpg silently grab the image from http://192.168.53.93/images/pic.jpg [internal IP] or http://imgserver.com/images/pic.jpg [external IP] example2.com(192.168

Re: [EMAIL PROTECTED] Question: RewriteMap and context

2008-04-07 Thread lihao0129
On Mon, Apr 7, 2008 at 10:54 AM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Mon, Apr 7, 2008 at 10:51 AM, <[EMAIL PROTECTED]> wrote: > > > Outside the VirtualHost container in my httpd.conf, I have tried: > > > > RewriteOptions inherit > > RewriteRule command rules.. > > You use Rewri

Re: [EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-07 Thread lihao0129
On Mon, Apr 7, 2008 at 10:47 AM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Mon, Apr 7, 2008 at 10:36 AM, <[EMAIL PROTECTED]> wrote: > > Hi, Eric: > > > > Thank you very much for your response. I've set > > > > RewriteLogLevel 4 > > RewriteLog "/var/log/www/rewrite.log" > > > > and fou

[EMAIL PROTECTED] ApacheCon Europe Live Video Streaming - Apache 3.0 Keynote by Roy Fielding

2008-04-07 Thread Lars Eilebrecht
ApacheCon Europe 2008 takes place 7-11 April in Amsterdam. http://www.eu.apachecon.com/ For those of you who can't make it to Amsterdam, there's the Live Video Streaming! Especially the Apache 3.0 keynote by Roy Fielding may be of interest to Apache HTTP Server users (see below). The following

Re: [EMAIL PROTECTED] Question: RewriteMap and context

2008-04-07 Thread Eric Covener
On Mon, Apr 7, 2008 at 10:51 AM, <[EMAIL PROTECTED]> wrote: > Outside the VirtualHost container in my httpd.conf, I have tried: > > RewriteOptions inherit > RewriteRule command rules.. You use RewriteOptions inherit in the scope you want to inherit "to" not "from". "This forces the c

Re: [EMAIL PROTECTED] Question: RewriteMap and context

2008-04-07 Thread lihao0129
On Sun, Apr 6, 2008 at 12:17 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Sat, Apr 5, 2008 at 9:09 PM, <[EMAIL PROTECTED]> wrote: > > From the Apache mod_rewrite documentation, the RewriteMap should be > > working under both server config and virtual host. I have the > > following RewriteMap

Re: [EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-07 Thread Eric Covener
On Mon, Apr 7, 2008 at 10:36 AM, <[EMAIL PROTECTED]> wrote: > Hi, Eric: > > Thank you very much for your response. I've set > > RewriteLogLevel 4 > RewriteLog "/var/log/www/rewrite.log" > > and found that Apache did not check ProxyPass rules at all. If I added: > > RewriteRule ^/pics

Re: [EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-07 Thread lihao0129
Hi, Eric: Thank you very much for your response. I've set RewriteLogLevel 4 RewriteLog "/var/log/www/rewrite.log" and found that Apache did not check ProxyPass rules at all. If I added: RewriteRule ^/pics/(.*\.jpg)$http://192.168.53.93/pics/$1 [P,L] This worked as expected, b

RE: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Narendra Verma
Hi Just change your listen port in httpd.conf file Listen 1100 ServerName :1100 Narendra -Original Message- From: Evelyn Wilkerson [mailto:[EMAIL PROTECTED] Sent: Monday, April 07, 2008 7:38 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Configuration problem

Re: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Eric Covener
2008/4/7 Evelyn Wilkerson <[EMAIL PROTECTED]>: > > Only one usage of each socket address is normally permitted. Could not bind > to address 0.0.0.0:80 Overlapping listen directives or some other application listening on port 80? -- Eric Covener [EMAIL PROTECTED]

[EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Evelyn Wilkerson
I’m a complete newbie to Apache, I’ve used it in the past for SSI purposes, but Apache was already installed & configured. Now I’m trying to do this on my own and I’m totally lost. I’m receiving the following error message when I try to start Apache: Only one usage of each socket address is nor