[EMAIL PROTECTED] Worker process blocked when waiting for HTTPKeepAlive ??

2007-11-26 Thread Gottschalch Christian

Hi List,

short question, in apache mpm prefork, who is handling the connection ? 
if i understand it right, then the apache root process dispatches a 
connection to an worker process, this process is processing the request 
for the client, after request processing, dose the apache worker process 
waits for further requests till Timeout is reached or the connection was 
closed by the client ? After connection close the worker process is free 
to handle  further connections & requests ?


regards
Christian



-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Does apache support binary protocols?

2007-11-26 Thread Issac Goldstand
I don't know that a specific protocol module exists got IIOP, but binary
protocols are certainly possible.  You can look at the sources for
mod_dns, which is a binary protocol module.  It's currently available at
http://www.beamartyr.net/mod-dns-1.02.tar.bz2 and will shortly be
available at http://svn.apache.org/repos/asf/httpd/dns (or somewhere in
that vicinity)

  Issac

Juergen Weber wrote:
> Hi,
>
> since 2.0 Apache is supposed to have multi-protocol support.
>
> Does this include binary protocols like IIOP?
>
> IIOP messages start with the letters G,I,O,P followed by binary data.
>
> Unfortunately I could not easily guess the answer to my question from looking 
> at
> http://svn.apache.org/viewvc/httpd/httpd/trunk/server/protocol.c?view=log
>
> Thanks,
> Juergen
>
> -
> The official User-To-User support forum of the Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>"   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>   

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Worker process blocked when waiting for HTTPKeepAlive ??

2007-11-26 Thread Christian Folini
On Mon, Nov 26, 2007 at 09:58:22AM +0100, Gottschalch Christian wrote:
> Hi List,
> 
> short question, in apache mpm prefork, who is handling the connection ? 
> if i understand it right, then the apache root process dispatches a 
> connection to an worker process, this process is processing the request 
> for the client, after request processing, dose the apache worker process 
> waits for further requests till Timeout is reached or the connection was 
> closed by the client ? After connection close the worker process is free 
> to handle  further connections & requests ?

You understand it correctly. Your assumptions are all correct.

Christian


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] apache2.2

2007-11-26 Thread Bhakta

Hi List
How do I install apache2.2.6 in freeBSD through ports.


Bhakta


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] mod rewrite...

2007-11-26 Thread Krist van Besien
Hello Dan,

I'm seeing two problems,


On Nov 26, 2007 1:20 AM, Dan Brown <[EMAIL PROTECTED]> wrote:

> RewriteEngine On
> RewriteBase /
>
> #S-PHP4 REDIRECT
> RewriteCond %{SERVER_PORT}  ^81$
> RewriteRule ^(.*)   /$1  [S=3]

1) Are you sure you want to skip thhee rules here? You're skipping to
the "RewriteRule ^media.*$ - [L]" rule here.


> RewriteCond /sites/WCW/www/htdocs/.php4 -f RewriteCond %{SERVER_PORT}  ^80$

2) the above rewritecond is malformed. Basically the error you get
("bad flag delimiter") points towards this.

Krist

-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] In Apache Status,the "requests currently being processed",can it be changed?

2007-11-26 Thread baalchina
Thankyou Joshua.

I found I made a STUPID mistake..

In my /usr/local/apache/conf/httpd.conf,I changed the prefork.c module.

But in /usr/local/apache/conf/extra/httpd-mpm.conf,there still a setting,
set maxclients to 150.

So

so I think it
2007/11/24, Joshua Slive <[EMAIL PROTECTED]>:
>
> On Nov 24, 2007 3:08 AM, baalchina <[EMAIL PROTECTED]> wrote:
> > Hello Everyone!
> >
> > I have a Apache 2.2 server running ab php5, mysql forum,with CentOS 4.4.
> >
> > Most of my visitors are from our intranet.
> >
> > The problem is, sometimes, the pages is hardly to open,and sometimes it
> > opens very fast.
> > In apache status,I noticed this:
> >
> > 
> >  Current Time: Saturday, 24-Nov-2007 15:59:38 CST Restart Time: Friday,
> > 23-Nov-2007 21:35:28 CST Parent Server Generation: 4 Server uptime: 18
> hours
> > 24 minutes 10 seconds Total accesses: 2798113 - Total Traffic: 74.8 GB
> CPU
> > Usage: u520.45 s77.28 cu0 cs0 - .902% CPU load 42.2 requests/sec - 1.2
> > MB/second - 28.0 kB/request 150 requests currently being processed, 0
> idle
> > workers
> > 
> >
> > The last line, requests,I found it always is 150.For example ,150
> > currently,and 0 idle,or 138 currently ,12 idle.
> >
> > The cpu and memory load of my server is low, so I think the problem is
> the
> > "REQUESTS".
> >
> > How can I change the max requests of my server?
> >
> > I changed my prefork.c to a very large number,for example:
> >
> > 
> > 
> > StartServers 100
> > MinSpareServers  100
> > MaxSpareServers 200
> > ServerLimit   12000
> > MaxClients 8000
> > MaxRequestsPerChild  12000
> > 
> >  
> > it's is so large,isn't?
>
> Does you error_log have anything interest at startup? I suspect you
> are exceeding some compile-time limits on those directives, causing
> them to get ignored.
>
> Joshua.
>
> -
> The official User-To-User support forum of the Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>   "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
from:baalchina


[EMAIL PROTECTED] Re: [EMAIL PROTECTED] direct to HTTPS using Load Balancer/SSL Offload

2007-11-26 Thread Silmas

Indeed, just my 2 cents since I've had the similar issue - I wanted to
redirect all http traffic to https:

My loadbalancer forwards http traffic to Apache on port 80. 
SSL accelerator forwards decrypted https traffic to Apache on port 81.

Apache is listening on both 80 and 81:

Listen 80
Listen 81

My first attempt was to use the following mod_rewrite rule:

RewriteEngine On
RewriteCond % {SERVER_PORT} ^80$
RewriteRule ^/(.*)$ https:/%{HTTP_HOST}/$1 [L,R]

However for some reason, SERVER_PORT always matched, even when traffic came
through port 81. Adding %p (%...p The canonical port of the server serving
the request ) for the log as such

LogFormat %p Combined
CustomLog log/access_log combined

revealed only port 80 in the log for all traffic, even when traffic came in
on port 81. This was quite confusing, or it's just me not fully
understanding of Apache's internal work.

My solution was as suggested, setup two virtual hosts as such:


RewriteEngine On
RewriteRule ^/*(.*)$ https://%{HTTP_HOST}/$1 [L,R]



#...do some other stuff here


Tada.


-- 
View this message in context: 
http://www.nabble.com/Redirect-to-HTTPS-using-Load-Balancer-SSL-Offload-tf4864401.html#a13947270
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [EMAIL PROTECTED] apache2.2

2007-11-26 Thread Boyle Owen
> -Original Message-
> From: Bhakta [mailto:[EMAIL PROTECTED] 
> Sent: Monday, November 26, 2007 10:57 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] apache2.2
> 
> Hi List
> How do I install apache2.2.6 in freeBSD through ports.

http://httpd.apache.org/docs/2.2/install.html

> 
> 
> Bhakta
> 
> 
> -
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>"   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] 301 Redirects

2007-11-26 Thread Grant Peel

Hi all,

I have a client for whom I have added about 500 301 redirects in thier 
VirtualHost container. The server has about 200 VirtualHosts total.


What kind of performance issues would one think all those redirects have on 
the whole (Apache) server?


-Grant 



-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] httpd.conf shared modules

2007-11-26 Thread Grant Peel

Hi all,

I have asked this question before, but not with as much detail as I hope to 
provide below. FOr those who have read this before, feel free to 
skip/delete.


I am running:

Server version: Apache/2.2.3
Server built:   Oct 27 2007 21:17:49
(Prefork)
on
FreeBSD 6.2

And am wondering which modules you think I can safely remove from the 
config.


- I use .htaccess files,
- I use php4
- I use mod_security
- I use logio
- I use ssl,
- I use status,
- I use info, but its currently remoarked out.
- I use suexec,
- I use alias,

Sp I know I would want to keep the modules related to the functions abouve,. 
My question is, what ones of the remaining mods can I remove. (I am not sure 
what ones apache uses itself that I don't know about).


# Dynamic Shared Object (DSO) Support
LoadModule authn_file_module libexec/apache22/mod_authn_file.so
LoadModule authn_dbm_module libexec/apache22/mod_authn_dbm.so
LoadModule authn_anon_module libexec/apache22/mod_authn_anon.so
LoadModule authn_default_module libexec/apache22/mod_authn_default.so
LoadModule authn_alias_module libexec/apache22/mod_authn_alias.so
LoadModule authz_host_module libexec/apache22/mod_authz_host.so
LoadModule authz_groupfile_module libexec/apache22/mod_authz_groupfile.so
LoadModule authz_user_module libexec/apache22/mod_authz_user.so
LoadModule authz_dbm_module libexec/apache22/mod_authz_dbm.so
LoadModule authz_owner_module libexec/apache22/mod_authz_owner.so
LoadModule authz_default_module libexec/apache22/mod_authz_default.so
LoadModule auth_basic_module libexec/apache22/mod_auth_basic.so
LoadModule auth_digest_module libexec/apache22/mod_auth_digest.so
LoadModule file_cache_module libexec/apache22/mod_file_cache.so
LoadModule cache_module libexec/apache22/mod_cache.so
LoadModule disk_cache_module libexec/apache22/mod_disk_cache.so
LoadModule include_module libexec/apache22/mod_include.so
LoadModule filter_module libexec/apache22/mod_filter.so
LoadModule charset_lite_module libexec/apache22/mod_charset_lite.so
LoadModule deflate_module libexec/apache22/mod_deflate.so
LoadModule log_config_module libexec/apache22/mod_log_config.so
LoadModule logio_module libexec/apache22/mod_logio.so
LoadModule env_module libexec/apache22/mod_env.so
LoadModule mime_magic_module libexec/apache22/mod_mime_magic.so
LoadModule cern_meta_module libexec/apache22/mod_cern_meta.so
LoadModule expires_module libexec/apache22/mod_expires.so
LoadModule headers_module libexec/apache22/mod_headers.so
LoadModule usertrack_module libexec/apache22/mod_usertrack.so
LoadModule unique_id_module libexec/apache22/mod_unique_id.so
LoadModule setenvif_module libexec/apache22/mod_setenvif.so
LoadModule version_module libexec/apache22/mod_version.so
LoadModule ssl_module libexec/apache22/mod_ssl.so
LoadModule mime_module libexec/apache22/mod_mime.so
# LoadModule dav_module libexec/apache22/mod_dav.so
LoadModule status_module libexec/apache22/mod_status.so
LoadModule autoindex_module libexec/apache22/mod_autoindex.so
LoadModule asis_module libexec/apache22/mod_asis.so
# LoadModule info_module libexec/apache22/mod_info.so
LoadModule suexec_module libexec/apache22/mod_suexec.so
LoadModule cgi_module libexec/apache22/mod_cgi.so
# LoadModule dav_fs_module libexec/apache22/mod_dav_fs.so
LoadModule vhost_alias_module libexec/apache22/mod_vhost_alias.so
LoadModule negotiation_module libexec/apache22/mod_negotiation.so
LoadModule dir_module libexec/apache22/mod_dir.so
LoadModule imagemap_module libexec/apache22/mod_imagemap.so
LoadModule actions_module libexec/apache22/mod_actions.so
LoadModule speling_module libexec/apache22/mod_speling.so
LoadModule userdir_module libexec/apache22/mod_userdir.so
LoadModule alias_module libexec/apache22/mod_alias.so
LoadModule rewrite_module libexec/apache22/mod_rewrite.so
LoadModule speedycgi_module   libexec/apache22/mod_speedycgi.so
LoadModule security2_module   libexec/apache22/mod_security2.so
LoadModule php4_modulelibexec/apache22/libphp4.so

TIA,

-Grant 



-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] apache2.2

2007-11-26 Thread Grant Peel
cd /usr/ports/www/apache22

make install clean

done

-Grant
  - Original Message - 
  From: Bhakta 
  To: users@httpd.apache.org 
  Sent: Monday, November 26, 2007 4:57 AM
  Subject: [EMAIL PROTECTED] apache2.2


  Hi List
  How do I install apache2.2.6 in freeBSD through ports.


  Bhakta


  -
  The official User-To-User support forum of the Apache HTTP Server Project.
  See http://httpd.apache.org/userslist.html> for more info.
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  " from the digest: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]


--
  Total Control Panel Login 
   
To: [EMAIL PROTECTED] 
From: [EMAIL PROTECTED] 
 Message Score: 50 High (60): Pass 
My Spam Blocking Level: High Medium (75): Pass 
   Low (90): Pass 
Block this sender / Block this sender enterprise-wide  
Block httpd.apache.org / Block httpd.apache.org 
enterprise-wide  
 
   
  This message was delivered because the content filter score did 
not exceed your filter level. 
   


[EMAIL PROTECTED] mod_jk and mod_rewrite

2007-11-26 Thread Jérémie Balcaen
 

Hello, 

 

I want to combine mod_jk and mod_rewrite in Apache to send a rewritten URL to 
Tomcat.

 

Original URL : http://localhost/oasys/init

Rewritten URL : http://localhost/cwsoft/init

 

 

Since I want to forward the rewritten URL, I need to add the PT flag to the 
rewrite rule:

 

RewriteEngine on 

RewriteRule   ^/oasys/init$   /cwsoft/init [PT,L] 

 

But how can I apply the mod_jk rule to the original URL ?

 

I add this line:

 

JkMount /oasys/* tomcatserver 

 

but it does not work.

 

I can only add a rule on the rewritten URL. (with JkMount /cwsoft/* 
tomcatserver)

 

Is anybody have an idea how I can do that ?

 

If it is not possible, must I rewrite the URL in Tomcat ?

 

 

Jérémie



Re: [EMAIL PROTECTED] 301 Redirects

2007-11-26 Thread Christian Folini
On Mon, Nov 26, 2007 at 08:25:40AM -0500, Grant Peel wrote:
> I have a client for whom I have added about 500 301 redirects in thier 
> VirtualHost container. The server has about 200 VirtualHosts total.
> 
> What kind of performance issues would one think all those redirects have on 
> the whole (Apache) server?

apache bench (ab) would tell you.

Otherwise: Think about what is happening on the network level and
within your server.

For every request, the processing process/thread iterates over up
to 500 rules. Sometimes it issues a redirect status code back to
the client who in turn issues a new request.

It is fairly easy to show, that the redirect itself is expensive
when compared to the 500 rules. At least for the individual client.
It's a bit different for the server.

It is also fairly simple to understand, that you can optimise
the order of the rules. Ideally, you decide on the first
line, that either _no_ rule will apply or _one of those 500 rules_
will apply. That way you can branch and do not affect the server
very much and do not have requests, that run over 500 rules
and not a single one applies. 

In the end it boils down to testing in the real world with your
real application.

As a sidenote: If you run ssl, then rewrite rules hardly matter
at all, as the ssl-handshake takes ages compared to a rewrite
rule.

just my 2 cents,

Christian

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Worker process blocked when waiting for HTTPKeepAlive ??

2007-11-26 Thread Joshua Slive
On Nov 26, 2007 4:02 AM, Christian Folini <[EMAIL PROTECTED]> wrote:
> On Mon, Nov 26, 2007 at 09:58:22AM +0100, Gottschalch Christian wrote:
> > Hi List,
> >
> > short question, in apache mpm prefork, who is handling the connection ?
> > if i understand it right, then the apache root process dispatches a
> > connection to an worker process, this process is processing the request
> > for the client, after request processing, dose the apache worker process
> > waits for further requests till Timeout is reached or the connection was
> > closed by the client ? After connection close the worker process is free
> > to handle  further connections & requests ?
>
> You understand it correctly. Your assumptions are all correct.

Except that the KeepAliveTimeout directive indicates the amount of
time apache will wait, not the regular TimeOut directive.

For a different way to handle this, see the event mpm.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Apache Hangs.. Server-Status shows all Reading

2007-11-26 Thread Jérôme Etévé
I've got here exactly the same problem, but without any php modules.
My server serves only static resources and It's flooded with reading
state request sometime.
Sometime there's more than 80 request waiting in reading state ..

The only turnaround I found is to lower the server timeout (to 10s)
and increase the number of available processes. As soon as I'm serving
only static stuff, it seems to be ok.


On Nov 11, 2007 4:49 PM, Andrew Rosolino <[EMAIL PROTECTED]> wrote:
>
> Im using this for php..
> LoadModule php4_module modules/libphp4.so
>
> not sure if that is mod_php or what
>
> I tried using strace but my server was going extremly slow when I started it
> probably because we get so much traffic so i couldnt debug it...
>
> I did run the gdb on a process and got this..
>
> #0  0x003307a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
> #1  0x00408dbd in poll () from /lib/tls/libc.so.6
> #2  0x00af595f in apr_poll (aprset=0xbfe55310, num=1, nsds=0xbfe5530c,
> timeout=30) at poll.c:130
> #3  0x00af5d5f in apr_wait_for_io_or_timeout (f=0x0, s=0x959b4a8,
> for_read=1)
> at waitio.c:54
> #4  0x00aec19c in apr_socket_recv (sock=0x959b4a8,
> buf=0x9624688 "\n# AddHandler application/x-httpd-php .php
> .sc\r\nIndexIgnore .htaccess */.??* *~ *# */HEADER* */README*
> */_vti*\r\nDirectoryIndex home.gc index.gc index.php\r\n\r\n POST>\r\n#The next line modified b"...,
> len=0xbfe553e8) at sendrecv.c:87
> #5  0x00fcc0dc in socket_bucket_read (a=0x95c0468, str=0xbfe553e4,
> len=0xbfe553e8, block=APR_BLOCK_READ) at apr_buckets_socket.c:36
> #6  0x00fcd06a in apr_brigade_split_line (bbOut=0x95d0f50, bbIn=0x959b9a0,
> block=APR_BLOCK_READ, maxbytes=8192) at apr_brigade.c:289
> #7  0x080b9a9b in core_input_filter (f=0x959b968, b=0x95d0f50,
> mode=AP_MODE_GETLINE, block=APR_BLOCK_READ, readbytes=0) at core.c:3802
> #8  0x0806e8db in logio_in_filter (f=0x959b928, bb=0x95d0f50,
> mode=AP_MODE_GETLINE, block=APR_BLOCK_READ, readbytes=0) at
> mod_logio.c:115
> #9  0x080b3ae3 in ap_rgetline_core (s=0x95d02a0, n=8192, read=0xbfe55528,
> r=0x95d0288, fold=0, bb=0x95d0f50) at protocol.c:230
> #10 0x080b4577 in ap_read_request (conn=0x959b580) at protocol.c:586
> #11 0x0808bc6e in ap_process_http_connection (c=0x959b580) at
> http_core.c:271
> ---Type  to continue, or q  to quit---
> #12 0x080b0a62 in ap_run_process_connection (c=0x959b580) at connection.c:43
> #13 0x080a5ad1 in child_main (child_num_arg=Variable "child_num_arg" is not
> available.
> ) at prefork.c:610
> #14 0x080a5cfb in make_child (s=Variable "s" is not available.
> ) at prefork.c:704
> #15 0x080a5d8c in startup_children (number_to_start=5) at prefork.c:722
> #16 0x080a645f in ap_mpm_run (_pconf=0x8c2c0a8, plog=0x8c6c1a8, s=0x8c32ed0)
> at prefork.c:941
> #17 0x080ab803 in main (argc=4, argv=0xbfe558c4) at main.c:638
>
> havent tried netstat yet because the problem isnt occuring right now..
> Here is some info on the Apache we are using:
> Server Version: Apache/2.0.61 (Unix) mod_ssl/2.0.61 OpenSSL/0.9.7a
> mod_auth_passthrough/2.1 FrontPage/5.0.2.2635 mod_bwlimited/1.4
>
> We are running REDHAT Enterprise 4 i686 almost all our pages are dynamic
> php.. and its running about 200 websites.. we dont have a load balancer..
>
> All the requests are not from the same ip address very random.
>
>
>
> Alf Høgemark wrote:
> >
> > Hi
> >
> > This seems to be quite similar to what I have seen, and others have also
> > posted about the last couple of years.
> > I've done a lot of investigation, but have not found a real solution.
> > My problem is that the threads gets stuck in "W" / "Sending reply" state.
> >
> > Are you using mod_php ? If so, it might be that one thread is doing
> > work, while the other threads are waiting to acquire a lock on the php
> > session file.
> > When PHP session files are used, the request are processed sequentially,
> > and not in parallel for a user.
> >
> > I suggest you also use "strace" unix command to see what the different
> > threads are doing, that might be easier than using gdb.
> > When I use strace, I see that one thread is hanging on "poll" system
> > call, until the timeout (Timeout Apache directive - default 300 seconds)
> > occur. Then I see that the next thread hangs in "poll" and so on.
> > So if you set the "Timeout" lower, it might improve your situation.
> >
> > You should also run "netstat", and see what the status of the sockets
> > are. If they are almost all in CLOSE_WAIT, I think you are seeing
> > something similar to me.
> >
> > Here are some links to similar issues, I'm not sure if it will help you :
> > http://www.nabble.com/RE:-requests-time-out-under-load,-no-warnings-in-logs-p13065495.html
> > http://mail-archives.apache.org/mod_mbox/httpd-users/200611.mbox/[EMAIL 
> > PROTECTED]
> > ( and the other posts to that thread)
> > http://www.linuxforums.org/forum/servers/27519-alright-im-dying-here-apache-help-mysql-php.html
> > http://osdir.com/ml/apache.mod-ssl.user/2

Re: [EMAIL PROTECTED] 301 Redirects

2007-11-26 Thread Krist van Besien
On Nov 26, 2007 2:52 PM, Christian Folini <[EMAIL PROTECTED]> wrote:
> On Mon, Nov 26, 2007 at 08:25:40AM -0500, Grant Peel wrote:
> > I have a client for whom I have added about 500 301 redirects in thier
> > VirtualHost container. The server has about 200 VirtualHosts total.
> >
> > What kind of performance issues would one think all those redirects have on
> > the whole (Apache) server?
>
> apache bench (ab) would tell you.
>
> Otherwise: Think about what is happening on the network level and
> within your server.
>
> For every request, the processing process/thread iterates over up
> to 500 rules. Sometimes it issues a redirect status code back to
> the client who in turn issues a new request.

I had a similar situation, and solved it by using a rewritemap. That
way in stead of going over 500 rules the server just made one lookup
in a hashtable.

Krist


-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] DNS Round-Robin + Apache + Jboss

2007-11-26 Thread Fabricio
Hi all !

 I have two apache 1.3.x servers with mod_jk and jboss servers in the
same machines.

This is my scenario:

server1: apache <--> mod_jk <--> jboss
server2: apache <--> mod_jk <--> jboss

 I'm using a DNS round-robin with address "www.myapplication.com"
poiting to our two apache/jboss servers.  Of course, I get some
issues, because when I login in my application hosted on "server1",
after some clicks my browser can access "server2", so I have an
session problem.

 Is there a way to share sessions between apache/jboss servers ?
 I did some tests with jboss cluster, but I don't know if the session
is shared as I need...  :-/

Thanks !

 Fabricio.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-26 Thread Daniel Campbell
My database has passwords stored in linux crypt format like 
$1$0.$a4M88f1CCRU80Ik6OOGEF0


Does the authentication support this?  If so can someone give me an 
example of a query?  I am a little confused as to how the password 
entered would get translated into this format in order to do the select 
and compare the two values




Res wrote:

On Wed, 21 Nov 2007, Res wrote:


On Tue, 20 Nov 2007, Daniel Campbell wrote:


More progress. I can now see traffic going out and coming back from the
sql server for authentication requests but they are failing some how and
I still get a seg fault when this happens. What type of "(encrypted
password)" does this support? Is there a way to set it so it
automatically succeeds just as a test? Thanks.


ENCRYPT (not MD5 which is mysql default)




However I doubt this is on fact the problem.. enable full logging on 
your sql server


Also can you show me the output of
/path/to/httpd -t -D DUMP_MODULES





-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] How to check for availability of remote server or services?

2007-11-26 Thread Robert Granvin
Not sure that's a particularly descriptive subject ...
 
What we're facing here is a simple situation, but not so clear of a
solution.  Perhaps this is easy and/or someone can offer me suggestions
from past experience?
 
Basically, our primary web server has a link to an important, well
used, web site that resides on a physically different server (we have
root access to both, by the way, so configuration changes are
possible).
 
When the remote web server is down/unavailable, we want the link to
failover to a catch-all page that gives alternate access temporarily to
important pieces.
 
The second scenario is that the remote web server itself is up, but the
application running (jboss in this case) is down or non-responsive.  We
want to accomplish the same thing.
 
My guess is that the first one is a lot easier than the second.  :-) 
I'm not sure if #2 is as easy as creating a custom 404 page.
 
Anyways, really appreciating input and suggestions.
 
 
\\ Robert J. Granvin
Webmaster
 \\ [EMAIL PROTECTED]   Metro State
University


[EMAIL PROTECTED] OpenBSD 4.1 Installation Problem With Apache 2.2.6

2007-11-26 Thread D . J .
Hello all, hopefully you can help.

Starting installation: OpenBSD v4.0, Apache v2.2.4, PHP v5.2.1

I had a problem with my web server that all started with what appeared
to be a hard drive trying to fail.  Long and short of it, after some
disk diags, it turned out that the system just wanted powered off and
back on instead of rebooted.  Unfortunately after this, my
installation of Apache with PHP decided it didn't want to work any
longer.  I receive this wonderful error when trying to start Apache:

Syntax error on line 232 of /usr/local/apache2/conf/httpd.conf: Cannot
load /usr/local/apache2/modules/libphp5.so into server: Cannot load
specified object

Obviously, it's upset with PHP for some reason.  Commenting the line
allows Apache to start, but obviously PHP is out, and that does me no
good whatsoever considering my entire site relies upon it.

(I have another module installed also that causes Apache to fail to
start, all modules must be disabled for Apache to decide to run.)

I started with PHP since it seemed to be causing the issue, and given
I was 4 minor revisions behind, recompiled and reinstalled PHP from
the new 5.2.5 source making my new installation:

OpenBSD v4.0, Apache v2.2.4, PHP v5.2.5

This had no effect whatsoever.  I can see that it's a new .so sitting
in the proper path referred to in the Apache conf.  A co-worker
suggested since I had some weirdness with OpenBSD that started this
mess to reinstall it.  Since again, I was behind the times, I
performed an upgrade to OpenBSD 4.1.  Yes, I know 4.2 is available,
but you have to upgrade one revision at a time.  This made my new
installation:

OpenBSD v4.1, Apache v2.2.4, PHP v5.2.5

Again, no luck.  I finally decided to attack Apache, and this is where
you all come in.  I then attempted to compile and install 2.2.6 from
source but immediately was shut down with this error:

*** BEGIN COMMAND LINE CAPTURE***

phoenix# ./configure --enable-so
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... i386-unknown-openbsd4.1
checking host system type... i386-unknown-openbsd4.1
checking target system type... i386-unknown-openbsd4.1

Configuring Apache Portable Runtime library ...

checking for APR... sed: "./srclib/apr/include/apr_version.h": No such
file or directory
configure: error: failed to find major version of bundled APR
phoenix#

*** END COMMAND LINE CAPTURE***

I've been unable to find anything useful via Google, the FAQ, or
BugZilla on what is happening here.  If at all possible, I'd like to
just fix why Apache refuses to load modules now if at all possible,
but I'll take help on getting the new Apache to at least configure.
Thanks in advance for any help provided.

- D.J.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] install CD for Enterprise Linux 4

2007-11-26 Thread lx7
Hi all,

We are having trouble installing Enterprise Linux 4, downloaded from
Oracle, onto an older Dell PowerEdge 2400 (2 Intel processors), to serve
as a webserver, etc.

The missing link seems to be an install CD.

The Dell will perform installs from a CD and from a floppy, as RHL 9
and Windows 2K have both been installed on this box from CD, and RHL 9
from floppy, so it can't be that the Dell box does not want to install
from CD or floppy.

The files vmlinuz and initrd.img are quite a bit larger for EL4 (1,469
and 3,528 KB, respectively) than for RHL9, and so, will not fit on a
floppy. Thus, installing from CD seems the only option.

The first CD for EL4 contains a directory, isolinux, which seems to
have all the necessary files:

boot.cat
boot.msg
general.msg
initrd.img
isolinux.bin
isolinux.cfg
memtest
options.msg
param.msg
rescue.msg
snake.msg
splash.lss
TRANS.TBL
vmlinuz

However, the Dell will not recognize this CD as a "boot" or "install"
CD and will not boot from it. 

Burning a separate CD with only the files in this directory also does
not work. The Dell will not boot from this CD either.

The CDs are being burned with Adaptec Easy CD Creator 4 software, using
a standard CD writer drive on a PC running W2K. After burning, the CDs
are readable in this drive and on other drives on other machines,
including Linux boxes, so one would conclude that the above file set,
intended to be burned on CD, is actually getting burned on the CDs.

It seems like the boot sector is not getting burned to the CD. Is this
the problem? Or is it something else?

Seems like something very simple is being missed. Several months ago,
this same CD set was used to install EL4 on a Dell PowerEdge 4400 and,
while memory recalls that there were a few false starts, ultimately EL4
did install from this CD set directly to the PowerEdge 4400 where it has
run since - and is still running.

Any ideas? Or alternate solutions?


Thanks in advance,

Larry Kelly


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] install CD for Enterprise Linux 4

2007-11-26 Thread Dragon

lx7 wrote:


Any ideas? Or alternate solutions?

 End original message. -

Not trying to be rude but you are asking in the wrong place. Go to a 
forum or list that supports Redhat.


This one is for the Apache web server and related projects. It is 
doubtful you will find any aid here.


Dragon

~~~
 Venimus, Saltavimus, Bibimus (et naribus canium capti sumus)
~~~


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] DNS Round-Robin + Apache + Jboss

2007-11-26 Thread GKapitany
Hi,
Would be more efficient to use mod_jk in load balancing and use:
worker.loadbalancer1.sticky_session=1.

If you are looking for session replication then your container should
support that.

Gabriel



   
 Fabricio  
 <[EMAIL PROTECTED] 
 m> To 
   users@httpd.apache.org  
 26/11/2007 11:57   cc 
 AM
   Subject 
   [EMAIL PROTECTED] DNS Round-Robin + 
 Please respond to Apache + Jboss  
 [EMAIL PROTECTED] 
   e.org   
   
   
   
   




Hi all !

 I have two apache 1.3.x servers with mod_jk and jboss servers in the
same machines.

This is my scenario:

server1: apache <--> mod_jk <--> jboss
server2: apache <--> mod_jk <--> jboss

 I'm using a DNS round-robin with address "www.myapplication.com"
poiting to our two apache/jboss servers.  Of course, I get some
issues, because when I login in my application hosted on "server1",
after some clicks my browser can access "server2", so I have an
session problem.

 Is there a way to share sessions between apache/jboss servers ?
 I did some tests with jboss cluster, but I don't know if the session
is shared as I need...  :-/

Thanks !

 Fabricio.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] mod_jk and mod_rewrite

2007-11-26 Thread GKapitany
You are rewriting /oasys/init --> /cwsoft/init

Then JkMount /oasys/* tomcatserver  doesn't apply  because the url become:
/cwsoft/init

You need to change it to:
JkMount /cwsoft/init/* tomcatserver

Gabriel



   
 Jérémie Balcaen   
 To
   
 26/11/2007 08:48   cc
 AM
   Subject
   [EMAIL PROTECTED] mod_jk and
 Please respond to mod_rewrite 
 [EMAIL PROTECTED] 
   e.org   
   
   
   
   





Hello,

I want to combine mod_jk and mod_rewrite in Apache to send a rewritten URL
to Tomcat.

Original URL : http://localhost/oasys/init
Rewritten URL : http://localhost/cwsoft/init


Since I want to forward the rewritten URL, I need to add the PT flag to the
rewrite rule:

RewriteEngine on
RewriteRule   ^/oasys/init$   /cwsoft/init [PT,L]

But how can I apply the mod_jk rule to the original URL ?

I add this line:

JkMount /oasys/* tomcatserver

but it does not work.

I can only add a rule on the rewritten URL. (with JkMount /cwsoft/*
tomcatserver)

Is anybody have an idea how I can do that ?

If it is not possible, must I rewrite the URL in Tomcat ?


Jérémie


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] How to check for availability of remote server or services?

2007-11-26 Thread Krist van Besien
On Nov 26, 2007 6:41 PM, Robert Granvin <[EMAIL PROTECTED]> wrote:
>
>
> Not sure that's a particularly descriptive subject ...
>
> What we're facing here is a simple situation, but not so clear of a
> solution.  Perhaps this is easy and/or someone can offer me suggestions from
> past experience?
>
> Basically, our primary web server has a link to an important, well used, web
> site that resides on a physically different server (we have root access to
> both, by the way, so configuration changes are possible).
>
> When the remote web server is down/unavailable, we want the link to failover
> to a catch-all page that gives alternate access temporarily to important
> pieces.
>
> The second scenario is that the remote web server itself is up, but the
> application running (jboss in this case) is down or non-responsive.  We want
> to accomplish the same thing.
>
> My guess is that the first one is a lot easier than the second.  :-)  I'm
> not sure if #2 is as easy as creating a custom 404 page.

I guess what you need is a custom 500 page.

eg.
ErrorDocument 500 /falbacksite/index.html

Krist


-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Does apache support binary protocols?

2007-11-26 Thread Juergen Weber
Those are exactly the answer and the example I was looking for. 8-)

Thanks very much,
Jürgen

On Nov 26, 2007 10:03 AM, Issac Goldstand <[EMAIL PROTECTED]> wrote:
> I don't know that a specific protocol module exists got IIOP, but binary
> protocols are certainly possible.  You can look at the sources for
> mod_dns, which is a binary protocol module.  It's currently available at
> http://www.beamartyr.net/mod-dns-1.02.tar.bz2 and will shortly be
> available at http://svn.apache.org/repos/asf/httpd/dns (or somewhere in
> that vicinity)
>
>   Issac
>
>
> Juergen Weber wrote:
> > Hi,
> >
> > since 2.0 Apache is supposed to have multi-protocol support.
> >
> > Does this include binary protocols like IIOP?
> >
> > IIOP messages start with the letters G,I,O,P followed by binary data.
> >
> > Unfortunately I could not easily guess the answer to my question from 
> > looking at
> > http://svn.apache.org/viewvc/httpd/httpd/trunk/server/protocol.c?view=log
> >
> > Thanks,
> > Juergen
> >
>
> > -
> > The official User-To-User support forum of the Apache HTTP Server Project.
> > See http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> >"   from the digest: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
> -
> The official User-To-User support forum of the Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>"   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Redirect in httpd.conf

2007-11-26 Thread Al Sparks
Again, running Apache 1.3.x, with mod_ssl installed, I probably need
to create an SSL certificate.  What other directives do I need to put
in there?

When I look at the standard ssl.conf file, I see all sorts of
directives.  Would the standard way to configure a virtual host with a
SSL server to place those directives within the ssl.conf file instead
of the httpd.conf file?

Or could I place this within httpd.conf:


  ServerName www.foo.com
  ServerAdmin [EMAIL PROTECTED]

  ProxyRequests Off
  ProxyPass /directory https://server.bar.com:1234/directory/
  ProxyPassReverse /directory https://server.bar.com:1234/directory/


And then within ssl.conf do this?

  ServerName www.foo.com
 [some SSL certificate directives]


Thanks.
   === Al


- Original Message 
From: chris <[EMAIL PROTECTED]>
To: users@httpd.apache.org
Sent: Wednesday, November 21, 2007 6:32:05 PM
Subject: Re: [EMAIL PROTECTED] Redirect in httpd.conf


RedirectMatch ^/$http://www.foo.com/directory

chris

Al Sparks wrote:
> Here's a partial in my httpd.conf:
> 
>   ServerName www.foo.com
>   ServerAdmin [EMAIL PROTECTED]
>
>   ProxyRequests Off
>   ProxyPass /directory http://server.bar.com:1234/directory/
>   ProxyPassReverse /directory
 http://server.bar.com:1234/directory/
> 
>
> Running Apache 1.3.x.  So I've got this to work so that when you type
 in:
>http://www.foo.com/directory
> it reverse proxies to http://server.bar.com:1234/directory/
>
> I'd also like to redirect so that if you try to go to:
>http://www.foo.com
>
> it redirects to http://www.foo.com/directory.
>
> How exactly would I do a redirect command?
> === Al
>
>
>
> -
> The official User-To-User support forum of the Apache HTTP Server
 Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>"   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>   


-
The official User-To-User support forum of the Apache HTTP Server
 Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Re: Mod_proxy_html segfaults

2007-11-26 Thread daniel Wharton

hey,

The latest SVN will likely address your segfault problem, 
but your proxy still won't rewrite html 
properly.

The online documentation fails to mention links, 
so if you copied and modified your config from there,
you probably have the same problem I was having.

Try adding this to your apache config:

ProxyHTMLLinks  a   href
ProxyHTMLLinks  areahref
ProxyHTMLLinks  linkhref
ProxyHTMLLinks  img src longdesc usemap
ProxyHTMLLinks  object  classid codebase data usemap
ProxyHTMLLinks  q   cite
ProxyHTMLLinks  blockquote  cite
ProxyHTMLLinks  ins cite
ProxyHTMLLinks  del cite
ProxyHTMLLinks  formaction
ProxyHTMLLinks  input   src usemap
ProxyHTMLLinks  headprofile
ProxyHTMLLinks  basehref
ProxyHTMLLinks  script  src for

If you know exactly what you want to consider links, 
you can slim that down a bit.

daniel




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Help - Certifications in Software Engineering in Apache

2007-11-26 Thread xico.nunes

Hello,

I have a project in software engineering in wich i should find successful
open-source companies using (or not) some kind of quality certification
(like ISO 9001, 9003 or CMM... etc), to ensure to the companies using the
product they are using a quality product.

I would like to know if Apache applies such certifications to the
development process.
I would like to know if in someway the volunteers are oriented towards the
concepts defined by those methods, or if it is impossible to implement in a
development model as Apache's.

I would also like to know if Apache ever needed to present those
certifications for some reason... to a particular customer.

This would greatly help me, and would be a big value added to my work.
Thanks in advance.
-- 
View this message in context: 
http://www.nabble.com/Help---Certifications-in-Software-Engineering-in-Apache-tf4878245.html#a13959929
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] apache2.2

2007-11-26 Thread Bhakta

Thank you, it work.
But when I start the apache22 it start also and do grep httpd it gives 
as follows.

19984  ??  Ss 0:01.08 /usr/local/sbin/httpd -DNOHTTPACCEPT
19985  ??  I  0:00.01 /usr/local/sbin/httpd -DNOHTTPACCEPT
19986  ??  I  0:00.01 /usr/local/sbin/httpd -DNOHTTPACCEPT
19987  ??  I  0:00.01 /usr/local/sbin/httpd -DNOHTTPACCEPT
19988  ??  I  0:00.01 /usr/local/sbin/httpd -DNOHTTPACCEPT
19989  ??  I  0:00.00 /usr/local/sbin/httpd -DNOHTTPACCEPT
19990  ??  I  0:00.01 /usr/local/sbin/httpd -DNOHTTPACCEPT
19991  ??  I  0:00.01 /usr/local/sbin/httpd -DNOHTTPACCEPT
19992  ??  I  0:00.00 /usr/local/sbin/httpd -DNOHTTPACCEPT

what does that DNOHTTPACCEPT means?


Bhakta



Grant Peel wrote:

cd /usr/ports/www/apache22
 
make install clean
 
done
 
-Grant


- Original Message -
*From:* Bhakta 
*To:* users@httpd.apache.org 
*Sent:* Monday, November 26, 2007 4:57 AM
*Subject:* [EMAIL PROTECTED] apache2.2

Hi List
How do I install apache2.2.6 in freeBSD through ports.


Bhakta


-
The official User-To-User support forum of the Apache HTTP Server
Project.
See http://httpd.apache.org/userslist.html
> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]

" from the digest: [EMAIL PROTECTED]

For additional commands, e-mail: [EMAIL PROTECTED]



Total Control Panel Login


To: [EMAIL PROTECTED]

From: [EMAIL PROTECTED]



Message Score: 50   High (60): Pass
My Spam Blocking Level: HighMedium (75): Pass

Low (90): Pass
Block


this sender / Block


this sender enterprise-wide 
Block


httpd.apache.org / Block


httpd.apache.org enterprise-wide

This message was delivered because the content filter score did
not exceed your filter level.





-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]