general/4345: Apache deley to restart if too busy...

1999-05-03 Thread ChihCheng Lee

Number: 4345
Category:   general
Synopsis:   Apache deley to restart if too busy...
Confidential:   no
Severity:   non-critical
Priority:   medium
Responsible:apache
State:  open
Class:  sw-bug
Submitter-Id:   apache
Arrival-Date:   Sun May  2 21:30:00 PDT 1999
Last-Modified:
Originator: [EMAIL PROTECTED]
Organization:
apache
Release:1.3.6 Win32
Environment:
Windows NT4.0 sp4, AMDK6-300, 256MB RAM, Intel EtherExpress 100,
Apache 1.3.6
Description:
I am run apache in NT console mode. (not service mode)

If I send apache -k restart to restart apache, it's worked.
but if Apache very busy, it will delay to restart.

For example, at 23:59 PM, there are about 120 clients on
Apahce (PS: KeepAlive if off), then I send apache -k restart
, and Apache will restart after 0.5 to 2 hours.

If apache not busy (ps: only 10~20 clients), it's will restart
immediately.
How-To-Repeat:
Try restart command on a busy NT site. 
Fix:
Sorry, I don't know.

Restart is not very importent. you can fix it or not.
I got a way to fast restart my apache. just run apache as a batch, like:

:aa
Apache
goto aa

Then, if I want restart apache, run kill.exe Apache.exe ,
then both Apache.exe threads will end, and the batch will let
my Apache quick restart :)
If I hope end apache, just close the console windows :~)
(ps:kill.exe is a utility in NT Resource kit,like UNIX's kill)
Audit-Trail:
Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include [EMAIL PROTECTED] in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]





config/4346: confusing error message: expected /Directory but saw /Directory

1999-05-03 Thread marek

Number: 4346
Category:   config
Synopsis:   confusing error message: expected /Directory but saw 
/Directory
Confidential:   no
Severity:   serious
Priority:   medium
Responsible:apache
State:  open
Class:  sw-bug
Submitter-Id:   apache
Arrival-Date:   Mon May  3 02:20:01 PDT 1999
Last-Modified:
Originator: [EMAIL PROTECTED]
Organization:
apache
Release:1.3.6
Environment:
AIX 4.2, IBM compiler
apache 1.3.6 + fastcgi (for apache 1.3.*), used with apaci
Description:
I get this error message when running apachectl configtest.
full text includes access.conf + line number, complete line IS /Directory.
nothing else to see, no special characters.

compile is successfull, make install ok.
config is same as used with 1.2.6.

commenting whole section: same error on next /Directory.
How-To-Repeat:

Fix:
tried to insert a strcasecmp() call in end_nested_section() - didn't work.
Audit-Trail:
Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include [EMAIL PROTECTED] in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]





Re: config/4346: confusing error message: expected /Directory but saw /Directory

1999-05-03 Thread coar
[In order for any reply to be added to the PR database, ]
[you need to include [EMAIL PROTECTED] in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: confusing error message: expected /Directory but saw /Directory

State-Changed-From-To: open-closed
State-Changed-By: coar
State-Changed-When: Mon May  3 04:13:54 PDT 1999
State-Changed-Why:
[This is a standard response.]
This issue has been reported before;
please search the FAQ and the bug database.
Thanks for using Apache!
Class-Changed-From-To: sw-bug-duplicate
Class-Changed-By: coar
Class-Changed-When: Mon May  3 04:13:54 PDT 1999



Re: general/4295: Starting httpd seems to be OK but no process runs

1999-05-03 Thread Romain Chalumeau
[EMAIL PROTECTED] wrote:

 [In order for any reply to be added to the PR database, ]
 [you need to include [EMAIL PROTECTED] in the Cc line ]
 [and leave the subject line UNCHANGED.  This is not done]
 [automatically because of the potential for mail loops. ]
 [If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request ]
 [from a developer.  ]
 [Reply only with text; DO NOT SEND ATTACHMENTS! ]

 Synopsis: Starting httpd seems to be OK but no process runs

 State-Changed-From-To: open-feedback
 State-Changed-By: marc
 State-Changed-When: Fri Apr 23 10:01:00 PDT 1999
 State-Changed-Why:
 Did you do as we ask and look in the error log?

True, sorry. The daemon is running under apwww:awww which are a
user:group I had created for it

barsac,root # ./apachectl start
kill: 18154: The specified process does not exist.
./apachectl start: httpd started

barsac,root # tail -f error_log
[Mon May  3 15:45:13 1999] [warn] pid file /opt/apache/logs/httpd.pid
overwritten -- Unclean shutdown of previous Apache run?
[Mon May  3 15:45:13 1999] [error] (22)Invalid argument: shmctl() could
not set segment #1010
[Mon May  3 15:45:13 1999] [alert] (22)Invalid argument: setuid: unable
to change uid
[Mon May  3 15:45:13 1999] [alert] (22)Invalid argument: setuid: unable
to change uid
[Mon May  3 15:45:13 1999] [alert] (22)Invalid argument: setuid: unable
to change uid
[Mon May  3 15:45:13 1999] [alert] (22)Invalid argument: setuid: unable
to change uid
[Mon May  3 15:45:13 1999] [alert] (22)Invalid argument: setuid: unable
to change uid
[Mon May  3 15:45:13 1999] [notice] Apache/1.3.6 (Unix) configured --
resuming normal operations
[Mon May  3 15:45:13 1999] [alert] Child 18225 returned a Fatal error...

Apache is exiting!


Can you please help me.
Romain



general/4347: the problem: sometimes the server will stop but all processes are running.

1999-05-03 Thread Römer

Number: 4347
Category:   general
Synopsis:   the problem: sometimes the server will stop but all processes 
are running.
Confidential:   no
Severity:   non-critical
Priority:   medium
Responsible:apache
State:  open
Class:  sw-bug
Submitter-Id:   apache
Arrival-Date:   Mon May  3 08:10:00 PDT 1999
Last-Modified:
Originator: [EMAIL PROTECTED]
Organization:
apache
Release:1.3.6
Environment:
uname -a: LINUX wetteronline 2.2.3 #20 SMP i686 unknown
apache 1.3.6
Compiled-in modules: http_core.c mod_env.c mod_log_config.c mod_mime.c 
mod_negotiation.c mod_status.c mod_include.c mod_autoindex.c mod_dir.c 
mod_cgi.c mod_asis.c mod_imap.c mod_actions.c mod_speling.c mod_userdir.c 
mod_alias.c mod_access.c mod_auth.c mod_expires.c mod_headers.c mod_setenvif.c 
mod_zmod.c 
Description:
the problem: sometimes the server will stop but all processes are running.
this means with ps -uxa i see all process but I can't get contact to the
server. When I restart the server with apache restart then everthing
works fine. This comes only in the time with high trafic. 

at this time there are about 20 requests/sec and 40 kByte/second.
about 100 requests currently being processed, 19 idle servers 

Is there a problem with intern buffers?

In http.conf i changed MAX-Clients to 225 but nothing happens.
How-To-Repeat:
http://www.wetteronline.de/

I can't repeat this problem. It comes sometimes.
Fix:

Audit-Trail:
Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include [EMAIL PROTECTED] in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]





Re: os-linux/3387: Regularly the httpd children will all die with no errors given, the root process will still be running, must stop and restart httpd.

1999-05-03 Thread dgaudet
[In order for any reply to be added to the PR database, ]
[you need to include [EMAIL PROTECTED] in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Regularly the httpd children will all die with no errors given, the 
root process will still be running, must stop and restart httpd.

State-Changed-From-To: feedback-closed
State-Changed-By: dgaudet
State-Changed-When: Mon May  3 12:40:47 PDT 1999
State-Changed-Why:
User reports upgrading kernel fixed the problem.

Thanks!



Re: os-linux/2986: after log rotation restart, all children die in hours. Parent is catatonic.

1999-05-03 Thread dgaudet
[In order for any reply to be added to the PR database, ]
[you need to include [EMAIL PROTECTED] in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: after log rotation restart, all children die in hours. Parent is 
catatonic.

State-Changed-From-To: analyzed-closed
State-Changed-By: dgaudet
State-Changed-When: Mon May  3 12:41:58 PDT 1999
State-Changed-Why:
Another user has reported upgrading to linux 2.0.36 and
apache 1.3.6 fixed a very similar problem.  If you continue
to experience this problem after upgrading, please open a
new report.

Thanks
Dean



Re: mod_autoindex/1381: File name display field is too short (23).

1999-05-03 Thread coar
[In order for any reply to be added to the PR database, ]
[you need to include [EMAIL PROTECTED] in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: File name display field is too short (23).

State-Changed-From-To: suspended-closed
State-Changed-By: coar
State-Changed-When: Mon May  3 13:51:42 PDT 1999
State-Changed-Why:

The NameWidth argument to the IndexOptions directive (added
in version 1.3.2) allows you to specify a different width
for the field.  Thanks fo using Apache!

Category-Changed-From-To: mod_dir-mod_autoindex
Category-Changed-By: coar
Category-Changed-When: Mon May  3 13:51:42 PDT 1999




Re: mod_autoindex/3114: FancyIndexing broken at server config level for BSD/OS.

1999-05-03 Thread coar
[In order for any reply to be added to the PR database, ]
[you need to include [EMAIL PROTECTED] in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: FancyIndexing broken at server config level for BSD/OS.

State-Changed-From-To: feedback-closed
State-Changed-By: coar
State-Changed-When: Mon May  3 14:26:47 PDT 1999
State-Changed-Why:
[This is a standard response.]
No response from submitter, assuming issue has been resolved.



Re: mod_autoindex/3457: Output of mod_autoindex

1999-05-03 Thread coar
[In order for any reply to be added to the PR database, ]
[you need to include [EMAIL PROTECTED] in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Output of mod_autoindex

State-Changed-From-To: open-closed
State-Changed-By: coar
State-Changed-When: Mon May  3 14:32:37 PDT 1999
State-Changed-Why:

This has been fixed and should show up in the next release
after 1.3.6.




Re: mod_autoindex/3158: If header or readme file exists in auto-index'd directory, browsers say document empty!

1999-05-03 Thread coar
[In order for any reply to be added to the PR database, ]
[you need to include [EMAIL PROTECTED] in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: If header or readme file exists in auto-index'd directory, browsers 
say document empty!

State-Changed-From-To: open-feedback
State-Changed-By: coar
State-Changed-When: Mon May  3 14:38:29 PDT 1999
State-Changed-Why:

Is there anything in the errorlog about this?  Please try
with the latest version (1.3.6), also.