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
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
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
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.
>
> ++
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
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
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
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
[ 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
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
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
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
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
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
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
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
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
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
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
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
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] 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
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
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
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
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
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
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
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
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
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]
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
32 matches
Mail list logo