DO NOT REPLY [Bug 7838] - Apache leaves shared memory segments and dies after unclean shutdown

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7838.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7838

Apache leaves shared memory segments and dies after unclean shutdown





--- Additional Comments From [EMAIL PROTECTED]  2002-04-26 01:43 ---
What is the proper way to kill apache, having it NOT finish servicing any
requests, but die immediately and exit cleanly?

This is what I do now, which apparently leaves shared memory around
sometimes.

if (-e /var/run/httpd.pid) {
kill -TERM `cat /var/run/httpd.pid`
rm /var/run/httpd.pid
}

sleep 2

killall -9 httpd


DO NOT REPLY [Bug 8540] New: - httpd could not be started

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8540.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8540

httpd could not be started

   Summary: httpd could not be started
   Product: Apache httpd-2.0
   Version: 2.0.35
  Platform: Other
OS/Version: AIX
Status: NEW
  Severity: Normal
  Priority: Other
 Component: All
AssignedTo: bugs@httpd.apache.org
ReportedBy: [EMAIL PROTECTED]


I try to start web server by the following command:
/usr/local/apache2/bin/appachectl start
the following messages showed:
/usr/local/apache2/bin/apachectl[79]: 21850 Segmentation fault(coredump)
/usr/local/apache2/bin/apachectl start: httpd could not be started
There is no any log created.
the dbx where output:
apr_thread_mutex_pool_get(ob = 0x2ff22ad0), line 238 in thread_mutex.c
apr_thread_mutex_create(mutex = internal error: assertion failed at line 1882 
in file frame.c
(nil), flags = internal error: assertion failed at line 1882 in file frame.c
0, pool = internal error: assertion failed at line 1882 in file frame.c
(nil)), line 94 in thread_mutex.c
apr_pool_initialize(), line 490 in apr_pools.c
apr_initialize(), line 92 in start.c
main(argc = internal error: assertion failed at line 1882 in file frame.c
805306748, argv = internal error: assertion failed at line 1882 in file frame.c
0x0001), line 407 in main.c


DO NOT REPLY [Bug 8544] - ab is not reporting the right mean time on the load tests

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8544.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8544

ab is not reporting the right mean time on the load tests





--- Additional Comments From [EMAIL PROTECTED]  2002-04-26 08:07 ---
Created an attachment (id=1713)
an explicative diff of the solution


DO NOT REPLY [Bug 8546] New: - ldap module do not compile

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8546.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8546

ldap module do not compile

   Summary: ldap module do not compile
   Product: Apache httpd-2.0
   Version: 2.0.35
  Platform: PC
   URL: http://http://
OS/Version: Linux
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Other Modules
AssignedTo: bugs@httpd.apache.org
ReportedBy: [EMAIL PROTECTED]


Ldap module do not compile without modification.


DO NOT REPLY [Bug 8553] New: - Invalid virtual host name error starting mod_webapp.c

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8553.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8553

Invalid virtual host name error starting mod_webapp.c

   Summary: Invalid virtual host name error starting mod_webapp.c
   Product: Apache httpd-1.3
   Version: 1.3.24
  Platform: Sun
   URL: http://www.orie.cornell.edu/~martin
OS/Version: Other
Status: NEW
  Severity: Critical
  Priority: Other
 Component: Other mods
AssignedTo: bugs@httpd.apache.org
ReportedBy: [EMAIL PROTECTED]


I am getting the following error when starting Apache with the mod_webapp 
module:

# ../bin/apachectl startssl
[Fri Apr 26 07:45:25 2002] [warn] module mod_webapp.c is already added, skipping
Syntax error on line 1142 of /export/home/apache_modssl/conf/httpd.conf:
Invalid virtual host name
../bin/apachectl startssl: httpd could not be started

I have the following pertinent lines in httpd.conf:

LoadModule webapp_module libexec/mod_webapp.so
AddModule mod_webapp.c

IfModule mod_webapp.c
WebAppConnection conn warp 127.0.0.1:8080
WebAppDeploy cocoonconn  /cocoon
/IfModule

I have two questions:

1)  Why is mod_webapp.c already loaded?  This is the first reference to it in 
the httpd.conf file.

2) Why is the virtual host name invalid?
  
The error refers to the line WebAppConnection conn warp 127.0.0.1:8080.  No
value seems to work for the host name (e.g. localhost).


# ./httpd -V -l
Server version: Apache/1.3.24 (Unix)
Server built:   Apr 26 2002 06:47:09
Server's Module Magic Number: 19990320:11
Server compiled with
 -D EAPI
 -D HAVE_MMAP
 -D USE_MMAP_SCOREBOARD
 -D USE_MMAP_FILES
 -D HAVE_FCNTL_SERIALIZED_ACCEPT
 -D HAVE_SYSVSEM_SERIALIZED_ACCEPT
 -D HAVE_PTHREAD_SERIALIZED_ACCEPT
 -D HTTPD_ROOT=/export/home/apache_modssl
 -D SUEXEC_BIN=/export/home/apache_modssl/bin/suexec
 -D DEFAULT_PIDLOG=logs/httpd.pid
 -D DEFAULT_SCOREBOARD=logs/httpd.scoreboard
 -D DEFAULT_LOCKFILE=logs/httpd.lock
 -D DEFAULT_XFERLOG=logs/access_log
 -D DEFAULT_ERRORLOG=logs/error_log
 -D TYPES_CONFIG_FILE=conf/mime.types
 -D SERVER_CONFIG_FILE=conf/httpd.conf
 -D ACCESS_CONFIG_FILE=conf/access.conf
 -D RESOURCE_CONFIG_FILE=conf/srm.conf

# ./httpd -l
Compiled-in modules:
  http_core.c
  mod_env.c
  mod_log_config.c
  mod_mime.c
  mod_status.c
  mod_info.c
  mod_include.c
  mod_autoindex.c
  mod_dir.c
  mod_cgi.c
  mod_asis.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_rewrite.c
  mod_access.c
  mod_auth.c
  mod_cern_meta.c
  mod_expires.c
  mod_headers.c
  mod_so.c
  mod_setenvif.c
  mod_ssl.c
  mod_php4.c
  mod_auth_kerb.c
  mod_auth_mysql.c
  mod_perl.c
suexec: disabled; invalid wrapper /export/home/apache_modssl/bin/suexec

I downloaded the current webapp from cvs.apache.org, according to the 
instructions in jakarta-tomcat-connectors-4.0.2-01-src/webapp/README.txt.
I only used the --with-apxs= option. Everything compiled OK and I copied the 
.so file (./apache-1.3/mod_webapp.so) into my apache libexc directory 
(/misc/apache/libexec).

# ldd ./apache-1.3/mod_webapp.so
libsendfile.so.1 =  /usr/lib/libsendfile.so.1
librt.so.1 =/usr/lib/librt.so.1
libm.so.1 = /usr/lib/libm.so.1
libiconv.so.2 = /usr/lib/libiconv.so.2
libsocket.so.1 =/usr/lib/libsocket.so.1
libnsl.so.1 =   /usr/lib/libnsl.so.1
libresolv.so.2 =/usr/lib/libresolv.so.2
libdl.so.1 =/usr/lib/libdl.so.1
libc.so.1 = /usr/lib/libc.so.1
libaio.so.1 =   /usr/lib/libaio.so.1
libmp.so.2 =/usr/lib/libmp.so.2
/usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1


DO NOT REPLY [Bug 8543] - SetHandler and htaccess

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8543.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8543

SetHandler and htaccess

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
  Component|APR |Auth/Access
Product|APR |Apache httpd-1.3
 Resolution||INVALID
Version|HEAD|1.3.23



--- Additional Comments From [EMAIL PROTECTED]  2002-04-26 12:26 ---
User configuration question - not a bug.  [Hint: see the Override directory 
syntax.]

As repeatedly stated, this database is for tracking bugs in ASF projects only,
not for configuration problems.


DO NOT REPLY [Bug 8554] - Apache 2.0.35 can't load module mod_jk Tomcat 4.0.3

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8554.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8554

Apache 2.0.35 can't load module mod_jk Tomcat 4.0.3

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
  Component|Other Modules   |Connector:JK/AJP
   ||(deprecated)
Product|Apache httpd-2.0|Tomcat 4
 Resolution||INVALID
Version|2.0.35  |4.0.3 Final



--- Additional Comments From [EMAIL PROTECTED]  2002-04-26 12:35 ---
Basic Config question; closing report.

This bug database is for tracking bugs in the software, not user setup problems.
Consult the appropriate user support forum.


DO NOT REPLY [Bug 7822] - small index.html.pt-BR fixes

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7822.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7822

small index.html.pt-BR fixes





--- Additional Comments From [EMAIL PROTECTED]  2002-04-26 12:42 ---
Really was minor problems in language in index.html.pt-br.
There is:
1. The word temporaria in line substituir esta página temporaria, the
correct is temporária
2. The word apontar in line ou apontar o servidor para o seu conteúdo real,
better ou configurar o servidor para o seu conteúdo real, replace apontar
with configurar
3. The prhase Esta página está sendo carregada, pois o administrador...,
better Esta página foi carregada, pois provavelmente, o administrador...
4. The word contacte in line Por favor, contacte..., correct is contate
5. The word a in line e não poderá ajudar a resolução..., better is na,
correct is e não poderá ajudar na resolução...
6. The line O Apache documentation foi incluído com esta distribuição, correct
is A documentação do Apache foi incluída com esta distribuição.

Thanks.

P.S. My english is bad, but my portuguese is better ;)


DO NOT REPLY [Bug 8543] - SetHandler and htaccess

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8543.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8543

SetHandler and htaccess





--- Additional Comments From [EMAIL PROTECTED]  2002-04-26 14:29 ---
And also, method names ARE case sensitive, and you haven't restricted get.
Please see the docs for Limit to find out why you almost never want to
use it.


DO NOT REPLY [Bug 8569] New: - Location(Match) doesn't match against the query string

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8569.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8569

Location(Match) doesn't match against the query string

   Summary: Location(Match) doesn't match against the query string
   Product: Apache httpd-2.0
   Version: HEAD
  Platform: All
OS/Version: All
Status: NEW
  Severity: Minor
  Priority: Other
 Component: Documentation
AssignedTo: bugs@httpd.apache.org
ReportedBy: [EMAIL PROTECTED]


The documentation should be much more specific about what Location matches
against.  People are often confused because they try to match against something
in the query string.


DO NOT REPLY [Bug 8570] New: - ./configure failed

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8570.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8570

./configure failed

   Summary: ./configure failed
   Product: Apache httpd-2.0
   Version: 2.0.35
  Platform: PC
OS/Version: Other
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Config
AssignedTo: bugs@httpd.apache.org
ReportedBy: [EMAIL PROTECTED]


When I try to configure Apache for SCO 5, I receive the following error:
./configure
/httpd-2.0.35/srclib/apr/configure:Error: decision on anonymous shared memory 
allocation method failed
configure failed for srclib/apr
How Can I fix this ?
I need to change my version, because our actual version has security problems.
This is the complete result:
loading cache ./config.cache
checking for chosen layout... Apache
checking host system type... i386-pc-sco3.2v5.0.5
checking target system type... i386-pc-sco3.2v5.0.5
checking build system type... i386-pc-sco3.2v5.0.5

Configuring Apache Portable Runtime library ...

updating cache ./config.cache
configuring package in srclib/apr now
loading cache /u/Software/Apache/httpd-2.0.35/./config.cache
checking host system type... i386-pc-sco3.2v5.0.5
checking target system type... i386-pc-sco3.2v5.0.5
checking build system type... i386-pc-sco3.2v5.0.5
Configuring APR library
Platform: i386-pc-sco3.2v5.0.5
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
Applying APR hints file rules for i386-pc-sco3.2v5.0.5
  setting CPPFLAGS to -DSCO -D_REENTRANT
  adding -Oacgiltz to CFLAGS
  setting LIBS to -lPW -lmalloc _i
(Default will be unix)
checking whether make sets ${MAKE}... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for mawk... (cached) nawk
checking whether ln -s works... (cached) yes
checking for ranlib... (cached) :
checking for a BSD compatible install... (cached) /usr/local/bin/install -c
checking for rm... (cached) rm
checking for as... (cached) as
checking for cpp... (cached) cpp
checking for ar... (cached) ar
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... (cached) no
checking whether system uses EBCDIC... (cached) no
performing libtool configuration...
checking for ld used by GCC... (cached) /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... (cached) no
checking for BSD-compatible nm... (cached) /bin/nm -p
checking whether the C compiler needs -belf... (cached) no
loading cache /u/Software/Apache/httpd-2.0.35/./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... (cached) no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... no
checking if gcc supports -c -o file.o... no
checking if we can lock with hard links... yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking if gcc static flag -static works... none
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking command to parse /bin/nm -p output... failed
checking how to hardcode library paths into programs... immediate
checking for /usr/ccs/bin/ld option to reload object files... -r
checking dynamic linker characteristics... sco3.2v5.0.5 ld.so
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
updating cache /u/Software/Apache/httpd-2.0.35/./config.cache
loading cache /u/Software/Apache/httpd-2.0.35/./config.cache

Check for compiler flags...

checking for res_init in -lresolv... no
checking for gethostbyname in -lnsl... no
checking for library containing gethostname... no
checking for socket in -lsocket... no
checking for library containing crypt... no
checking for main in -ltruerand... no
checking for iconv in -liconv... no
checking for modf in -lm... no

Checking for Threads...

checking for pthread.h... yes
checking for pthreads_cflags...
checking for pthreads_lib...
checking for pthread.h... (cached) yes
checking whether pthread_getspecific takes two arguments... no
checking whether pthread_attr_getdetachstate takes one argument... no
checking for pthread_key_delete... no
checking for pthread_rwlock_init... no
APR will use threads
checking for readdir in -lc_r... no
checking for gethostbyname in -lc_r... no
checking for gethostbyaddr in -lc_r... no
checking for gethostbyname_r... no
checking for gethostbyaddr_r... no
checking for 

DO NOT REPLY [Bug 8570] - decision on anonymous shared memory failed i386-pc-sco3.2v5.0.5

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8570.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8570

decision on anonymous shared memory failed i386-pc-sco3.2v5.0.5

[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Config  |Build
Summary|./configure failed  |decision on anonymous shared
   ||memory failed i386-pc-
   ||sco3.2v5.0.5



--- Additional Comments From [EMAIL PROTECTED]  2002-04-26 20:27 ---
Config is for run-time config.  Perhaps that category is too confusing and
should be removed.


DO NOT REPLY [Bug 8004] - CGI not working properly.

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8004.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8004

CGI not working properly.

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2002-04-26 20:29 ---
*** Bug 8568 has been marked as a duplicate of this bug. ***


DO NOT REPLY [Bug 7889] - pcre.c:2534: `pcre_default_tables' undeclared

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7889.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7889

pcre.c:2534: `pcre_default_tables' undeclared

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WORKSFORME



--- Additional Comments From [EMAIL PROTECTED]  2002-04-26 20:45 ---
hmm... nevermind.  turned out it was bogus compiler output from a modified gcc. 
 ;)


DO NOT REPLY [Bug 8553] - Invalid virtual host name error starting mod_webapp.c

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8553.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8553

Invalid virtual host name error starting mod_webapp.c

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |



--- Additional Comments From [EMAIL PROTECTED]  2002-04-26 21:13 ---
I removed the AddModule mod_webapp.c and that problem went away.  The
second problem still remains.  If this is not the proper place to post this 
problem regarding mod_webapp, please let me know which list I should 
contact.

Thank you,

-- Bill --


DO NOT REPLY [Bug 8553] - Invalid virtual host name error starting mod_webapp.c

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8553.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8553

Invalid virtual host name error starting mod_webapp.c





--- Additional Comments From [EMAIL PROTECTED]  2002-04-26 21:13 ---
I removed the AddModule mod_webapp.c and that problem went away.  The
second problem still remains.  If this is not the proper place to post this 
problem regarding mod_webapp, please let me know which list I should 
contact.

Thank you,

-- Bill --


DO NOT REPLY [Bug 8553] - Invalid virtual host name error starting mod_webapp.c

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8553.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8553

Invalid virtual host name error starting mod_webapp.c

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2002-04-26 21:15 ---
See:
http://httpd.apache.org/docs/misc/FAQ.html#what2do


DO NOT REPLY [Bug 8553] - Invalid virtual host name error starting mod_webapp.c

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8553.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8553

Invalid virtual host name error starting mod_webapp.c

[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Other mods  |Connector:Webapp
Product|Apache httpd-1.3|Tomcat 4
Version|1.3.24  |4.0.2 Beta 1


DO NOT REPLY [Bug 8570] - decision on anonymous shared memory failed i386-pc-sco3.2v5.0.5

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8570.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8570

decision on anonymous shared memory failed i386-pc-sco3.2v5.0.5

[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Build   |Config


DO NOT REPLY [Bug 8570] - decision on anonymous shared memory failed i386-pc-sco3.2v5.0.5

2002-04-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8570.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8570

decision on anonymous shared memory failed i386-pc-sco3.2v5.0.5

[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Config  |Build