This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ANNOUNCEMENT] Updated: apache-1.3.33-2


I updated the apache-1.3.33 package to release 2.

Changes made:
- Import lib file libhttpd.dll.a added
- Sleep removed in postinstall script
- Start daemon section added to README
- apache-1.3.33.README updated

Please see the README below.

Have fun,
Robert

--- apache.README ----------------------------------------------

Apache Version 1.3.x

----------------------------------------------------------------
A robust, commercial-grade, featureful, and freely-available
source code implementation of an HTTP (Web) server.

Runtime requirements:
  cygwin-1.5.10 or newer

Build requirements:
  cygwin-1.5.10 or newer
  gcc-3.3.1-3 or newer
  binutils-20030901-1 or newer
  ...

Canonical homepage:
  http://httpd.apache.org/
  http://www.modssl.org/

Canonical download:
  http://httpd.apache.org/
  http://www.modssl.org/

----------------------------------------------------------------

Build instructions:
  unpack <PKG>-<VER>-<REL>-src.tar.bz2
    if you use setup to install this src package, it will be
  unpacked under /usr/src automatically
  cd /usr/src
  ./<PKG>-<VER>-<REL>.sh all

This will create:
  /usr/src/<PKG>-<VER>-<REL>.tar.bz2
  /usr/src/<PKG>-<VER>-<REL>-src.tar.bz2

Or use './<PKG>-<VER>-<REL>.sh prep' to get a patched source directory

----------------------------------------------------------------

Starting the daemon:

You can start the daemon either as a Windows service or as a Cygwin
background
process.

Use cygrunsrv to install Apache as Windows service:

 # Install HTTPD that starts automatically after system bring up:
 $ cygrunsrv.exe -I httpd -d "CYGWIN httpd" -p /usr/sbin/httpd -a -F

 # Install HTTPD that starts manually after system bringup:
 $ cygrunsrv.exe -I httpd -d "CYGWIN httpd" -p /usr/sbin/httpd -a -F -t
manual

The -F option is needed to run the daemon in foreground.

To remove the service call:

 $ cygrunsrv.exe -R httpd

The service can be started/stopped with the MS net command:

 $ net start httpd
 $ net stop httpd

Since the daemon is started as SYSTEM user, make sure the user configuration
in /etc/apache/httpd.conf is set to a valid user. In case the service stops
unexpectedly, check /var/log/apache/error_log for errors.

The daemon can also be started/stopped using the common /usr/sbin/apachectl
script. However, this starts the daemon not as a service:

 $ /usr/sbin/apachectl start
 $ /usr/sbin/apachectl stop

----------------------------------------------------------------

Source packages and configurations used in this distribution

Apache package used: apache_1.3.33.tar.gz
Apache configure options:
  --with-layout=Cygwin \
  --datadir=/var/www \
  --sysconfdir=/etc/apache \
  --enable-rule=EAPI \
  --enable-rule=SHARED_CORE \
  --enable-module=all \
  --disable-module=auth_db \
  --disable-module=auth_dbm \
  --disable-module=mmap_static \
  --enable-shared=max \
  --without-confadjust \
mod_ssl package used: mod_ssl-2.8.22-1.3.33.tar.gz

----------------------------------------------------------------

Files included in this binary distribution:

  /etc/apache.new/access.conf
  /etc/apache.new/access.conf.default
  /etc/apache.new/httpd.conf
  /etc/apache.new/httpd.conf.default
  /etc/apache.new/magic
  /etc/apache.new/magic.default
  /etc/apache.new/mime.types
  /etc/apache.new/mime.types.default
  /etc/apache.new/srm.conf
  /etc/apache.new/srm.conf.default
  /etc/postinstall/apache.sh
  /usr/bin/checkgid.exe
  /usr/bin/dbmmanage
  /usr/bin/htdigest.exe
  /usr/bin/htpasswd.exe
  /usr/bin/libhttpd.dll
  /usr/bin/libhttpd.ep
  /usr/include/apache/ap.h
  /usr/include/apache/ap_alloc.h
  /usr/include/apache/ap_compat.h
  /usr/include/apache/ap_config.h
  /usr/include/apache/ap_config_auto.h
  /usr/include/apache/ap_ctx.h
  /usr/include/apache/ap_ctype.h
  /usr/include/apache/ap_ebcdic.h
  /usr/include/apache/ap_hook.h
  /usr/include/apache/ap_md5.h
  /usr/include/apache/ap_mm.h
  /usr/include/apache/ap_mmn.h
  /usr/include/apache/ap_sha1.h
  /usr/include/apache/buff.h
  /usr/include/apache/compat.h
  /usr/include/apache/conf.h
  /usr/include/apache/explain.h
  /usr/include/apache/fnmatch.h
  /usr/include/apache/hsregex.h
  /usr/include/apache/http_conf_globals.h
  /usr/include/apache/http_config.h
  /usr/include/apache/http_core.h
  /usr/include/apache/http_log.h
  /usr/include/apache/http_main.h
  /usr/include/apache/http_protocol.h
  /usr/include/apache/http_request.h
  /usr/include/apache/http_vhost.h
  /usr/include/apache/httpd.h
  /usr/include/apache/multithread.h
  /usr/include/apache/os-inline.c
  /usr/include/apache/os.h
  /usr/include/apache/rfc1413.h
  /usr/include/apache/scoreboard.h
  /usr/include/apache/util_date.h
  /usr/include/apache/util_md5.h
  /usr/include/apache/util_script.h
  /usr/include/apache/util_uri.h
  /usr/include/apache/xml/asciitab.h
  /usr/include/apache/xml/hashtable.h
  /usr/include/apache/xml/iasciitab.h
  /usr/include/apache/xml/latin1tab.h
  /usr/include/apache/xml/nametab.h
  /usr/include/apache/xml/utf8tab.h
  /usr/include/apache/xml/xmldef.h
  /usr/include/apache/xml/xmlparse.h
  /usr/include/apache/xml/xmlrole.h
  /usr/include/apache/xml/xmltok.h
  /usr/include/apache/xml/xmltok_impl.h
  /usr/lib/apache/httpd.exp
  /usr/lib/apache/libproxy.dll
  /usr/lib/apache/mod_access.dll
  /usr/lib/apache/mod_actions.dll
  /usr/lib/apache/mod_alias.dll
  /usr/lib/apache/mod_asis.dll
  /usr/lib/apache/mod_auth.dll
  /usr/lib/apache/mod_auth_anon.dll
  /usr/lib/apache/mod_autoindex.dll
  /usr/lib/apache/mod_cern_meta.dll
  /usr/lib/apache/mod_cgi.dll
  /usr/lib/apache/mod_digest.dll
  /usr/lib/apache/mod_dir.dll
  /usr/lib/apache/mod_env.dll
  /usr/lib/apache/mod_example.dll
  /usr/lib/apache/mod_expires.dll
  /usr/lib/apache/mod_headers.dll
  /usr/lib/apache/mod_imap.dll
  /usr/lib/apache/mod_include.dll
  /usr/lib/apache/mod_info.dll
  /usr/lib/apache/mod_log_agent.dll
  /usr/lib/apache/mod_log_config.dll
  /usr/lib/apache/mod_log_forensic.dll
  /usr/lib/apache/mod_log_referer.dll
  /usr/lib/apache/mod_mime.dll
  /usr/lib/apache/mod_mime_magic.dll
  /usr/lib/apache/mod_negotiation.dll
  /usr/lib/apache/mod_rewrite.dll
  /usr/lib/apache/mod_setenvif.dll
  /usr/lib/apache/mod_speling.dll
  /usr/lib/apache/mod_status.dll
  /usr/lib/apache/mod_unique_id.dll
  /usr/lib/apache/mod_userdir.dll
  /usr/lib/apache/mod_usertrack.dll
  /usr/lib/apache/mod_vhost_alias.dll
  /usr/lib/libhttpd.dll.a
  /usr/sbin/ab.exe
  /usr/sbin/apachectl
  /usr/sbin/apxs
  /usr/sbin/httpd.exe
  /usr/sbin/logresolve.exe
  /usr/sbin/rotatelogs.exe
  /usr/share/doc/Cygwin/apache-1.3.33.README
  /usr/share/doc/apache-1.3.33/INSTALL
  /usr/share/doc/apache-1.3.33/LICENSE
  /usr/share/doc/apache-1.3.33/README
  /usr/share/man/man1/dbmmanage.1.gz
  /usr/share/man/man1/htdigest.1.gz
  /usr/share/man/man1/htpasswd.1.gz
  /usr/share/man/man8/ab.8.gz
  /usr/share/man/man8/apachectl.8.gz
  /usr/share/man/man8/apxs.8.gz
  /usr/share/man/man8/httpd.8.gz
  /usr/share/man/man8/logresolve.8.gz
  /usr/share/man/man8/rotatelogs.8.gz
  /var/www.new/cgi-bin/printenv
  /var/www.new/cgi-bin/test-cgi
  /var/www.new/htdocs/apache_pb.gif
  /var/www.new/htdocs/index.html.ca
  /var/www.new/htdocs/index.html.cz
  /var/www.new/htdocs/index.html.de
  /var/www.new/htdocs/index.html.dk
  /var/www.new/htdocs/index.html.ee
  /var/www.new/htdocs/index.html.el
  /var/www.new/htdocs/index.html.en
  /var/www.new/htdocs/index.html.es
  /var/www.new/htdocs/index.html.fr
  /var/www.new/htdocs/index.html.he.iso8859-8
  /var/www.new/htdocs/index.html.hu
  /var/www.new/htdocs/index.html.it
  /var/www.new/htdocs/index.html.ja.jis
  /var/www.new/htdocs/index.html.kr.iso-kr
  /var/www.new/htdocs/index.html.lb.utf8
  /var/www.new/htdocs/index.html.nl
  /var/www.new/htdocs/index.html.nn
  /var/www.new/htdocs/index.html.no
  /var/www.new/htdocs/index.html.po.iso-pl
  /var/www.new/htdocs/index.html.pt
  /var/www.new/htdocs/index.html.pt-br
  /var/www.new/htdocs/index.html.ru.cp-1251
  /var/www.new/htdocs/index.html.ru.cp866
  /var/www.new/htdocs/index.html.ru.iso-ru
  /var/www.new/htdocs/index.html.ru.koi8-r
  /var/www.new/htdocs/index.html.ru.ucs2
  /var/www.new/htdocs/index.html.ru.ucs4
  /var/www.new/htdocs/index.html.ru.utf8
  /var/www.new/htdocs/index.html.se
  /var/www.new/htdocs/index.html.zh-tw.big5
  /var/www.new/htdocs/manual/LICENSE
  /var/www.new/htdocs/manual/bind.html.en
  /var/www.new/htdocs/manual/bind.html.fr
  /var/www.new/htdocs/manual/bind.html.html
  /var/www.new/htdocs/manual/bind.html.ja.jis
  /var/www.new/htdocs/manual/configuring.html.en
  /var/www.new/htdocs/manual/configuring.html.fr
  /var/www.new/htdocs/manual/configuring.html.html
  /var/www.new/htdocs/manual/configuring.html.ja.jis
  /var/www.new/htdocs/manual/content-negotiation.html.en
  /var/www.new/htdocs/manual/content-negotiation.html.html
  /var/www.new/htdocs/manual/content-negotiation.html.ja.jis
  /var/www.new/htdocs/manual/custom-error.html.en
  /var/www.new/htdocs/manual/custom-error.html.fr
  /var/www.new/htdocs/manual/custom-error.html.html
  /var/www.new/htdocs/manual/custom-error.html.ja.jis
  /var/www.new/htdocs/manual/cygwin.html
  /var/www.new/htdocs/manual/dns-caveats.html.en
  /var/www.new/htdocs/manual/dns-caveats.html.fr
  /var/www.new/htdocs/manual/dns-caveats.html.html
  /var/www.new/htdocs/manual/dns-caveats.html.ja.jis
  /var/www.new/htdocs/manual/dso.html
  /var/www.new/htdocs/manual/ebcdic.html
  /var/www.new/htdocs/manual/env.html.en
  /var/www.new/htdocs/manual/env.html.html
  /var/www.new/htdocs/manual/env.html.ja.jis
  /var/www.new/htdocs/manual/footer.html
  /var/www.new/htdocs/manual/handler.html.en
  /var/www.new/htdocs/manual/handler.html.html
  /var/www.new/htdocs/manual/handler.html.ja.jis
  /var/www.new/htdocs/manual/header.html
  /var/www.new/htdocs/manual/howto/auth.html
  /var/www.new/htdocs/manual/howto/cgi.html.en
  /var/www.new/htdocs/manual/howto/cgi.html.html
  /var/www.new/htdocs/manual/howto/cgi.html.ja.jis
  /var/www.new/htdocs/manual/howto/footer.html
  /var/www.new/htdocs/manual/howto/header.html
  /var/www.new/htdocs/manual/howto/htaccess.html
  /var/www.new/htdocs/manual/howto/ssi.html.en
  /var/www.new/htdocs/manual/howto/ssi.html.html
  /var/www.new/htdocs/manual/howto/ssi.html.ja.jis
  /var/www.new/htdocs/manual/images/apache_header.gif
  /var/www.new/htdocs/manual/images/custom_errordocs.gif
  /var/www.new/htdocs/manual/images/home.gif
  /var/www.new/htdocs/manual/images/index.gif
  /var/www.new/htdocs/manual/images/mod_rewrite_fig1.fig
  /var/www.new/htdocs/manual/images/mod_rewrite_fig1.gif
  /var/www.new/htdocs/manual/images/mod_rewrite_fig2.fig
  /var/www.new/htdocs/manual/images/mod_rewrite_fig2.gif
  /var/www.new/htdocs/manual/images/pixel.gif
  /var/www.new/htdocs/manual/images/sub.gif
  /var/www.new/htdocs/manual/index.html.en
  /var/www.new/htdocs/manual/index.html.fr
  /var/www.new/htdocs/manual/index.html.html
  /var/www.new/htdocs/manual/index.html.ja.jis
  /var/www.new/htdocs/manual/install-tpf.html
  /var/www.new/htdocs/manual/install.html.en
  /var/www.new/htdocs/manual/install.html.es
  /var/www.new/htdocs/manual/install.html.fr
  /var/www.new/htdocs/manual/install.html.html
  /var/www.new/htdocs/manual/install.html.ja.jis
  /var/www.new/htdocs/manual/invoking.html.en
  /var/www.new/htdocs/manual/invoking.html.fr
  /var/www.new/htdocs/manual/invoking.html.html
  /var/www.new/htdocs/manual/invoking.html.ja.jis
  /var/www.new/htdocs/manual/keepalive.html.en
  /var/www.new/htdocs/manual/keepalive.html.html
  /var/www.new/htdocs/manual/keepalive.html.ja.jis
  /var/www.new/htdocs/manual/location.html.en
  /var/www.new/htdocs/manual/location.html.html
  /var/www.new/htdocs/manual/location.html.ja.jis
  /var/www.new/htdocs/manual/logs.html
  /var/www.new/htdocs/manual/man-template.html
  /var/www.new/htdocs/manual/misc/API.html
  /var/www.new/htdocs/manual/misc/FAQ.html
  /var/www.new/htdocs/manual/misc/HTTP_Features.tsv
  /var/www.new/htdocs/manual/misc/client_block_api.html
  /var/www.new/htdocs/manual/misc/compat_notes.html
  /var/www.new/htdocs/manual/misc/custom_errordocs.html
  /var/www.new/htdocs/manual/misc/descriptors.html
  /var/www.new/htdocs/manual/misc/fin_wait_2.html
  /var/www.new/htdocs/manual/misc/footer.html
  /var/www.new/htdocs/manual/misc/header.html
  /var/www.new/htdocs/manual/misc/howto.html
  /var/www.new/htdocs/manual/misc/index.html
  /var/www.new/htdocs/manual/misc/known_client_problems.html
  /var/www.new/htdocs/manual/misc/nopgp.html
  /var/www.new/htdocs/manual/misc/perf-bsd44.html
  /var/www.new/htdocs/manual/misc/perf-dec.html
  /var/www.new/htdocs/manual/misc/perf-hp.html
  /var/www.new/htdocs/manual/misc/perf-tuning.html
  /var/www.new/htdocs/manual/misc/perf.html
  /var/www.new/htdocs/manual/misc/rewriteguide.html
  /var/www.new/htdocs/manual/misc/security_tips.html
  /var/www.new/htdocs/manual/misc/tutorials.html
  /var/www.new/htdocs/manual/misc/vif-info.html
  /var/www.new/htdocs/manual/misc/windoz_keepalive.html
  /var/www.new/htdocs/manual/mod/core.html.en
  /var/www.new/htdocs/manual/mod/core.html.fr
  /var/www.new/htdocs/manual/mod/core.html.html
  /var/www.new/htdocs/manual/mod/core.html.ja.jis
  /var/www.new/htdocs/manual/mod/directive-dict.html.en
  /var/www.new/htdocs/manual/mod/directive-dict.html.fr
  /var/www.new/htdocs/manual/mod/directive-dict.html.html
  /var/www.new/htdocs/manual/mod/directive-dict.html.ja.jis
  /var/www.new/htdocs/manual/mod/directives.html.de
  /var/www.new/htdocs/manual/mod/directives.html.en
  /var/www.new/htdocs/manual/mod/directives.html.fr
  /var/www.new/htdocs/manual/mod/directives.html.html
  /var/www.new/htdocs/manual/mod/directives.html.ja.jis
  /var/www.new/htdocs/manual/mod/footer.html
  /var/www.new/htdocs/manual/mod/header.html
  /var/www.new/htdocs/manual/mod/index-bytype.html.en
  /var/www.new/htdocs/manual/mod/index-bytype.html.fr
  /var/www.new/htdocs/manual/mod/index-bytype.html.html
  /var/www.new/htdocs/manual/mod/index-bytype.html.ja.jis
  /var/www.new/htdocs/manual/mod/index.html.en
  /var/www.new/htdocs/manual/mod/index.html.fr
  /var/www.new/htdocs/manual/mod/index.html.html
  /var/www.new/htdocs/manual/mod/index.html.ja.jis
  /var/www.new/htdocs/manual/mod/mod_access.html.en
  /var/www.new/htdocs/manual/mod/mod_access.html.html
  /var/www.new/htdocs/manual/mod/mod_access.html.ja.jis
  /var/www.new/htdocs/manual/mod/mod_actions.html.en
  /var/www.new/htdocs/manual/mod/mod_actions.html.html
  /var/www.new/htdocs/manual/mod/mod_actions.html.ja.jis
  /var/www.new/htdocs/manual/mod/mod_alias.html.en
  /var/www.new/htdocs/manual/mod/mod_alias.html.html
  /var/www.new/htdocs/manual/mod/mod_alias.html.ja.jis
  /var/www.new/htdocs/manual/mod/mod_asis.html.en
  /var/www.new/htdocs/manual/mod/mod_asis.html.html
  /var/www.new/htdocs/manual/mod/mod_asis.html.ja.jis
  /var/www.new/htdocs/manual/mod/mod_auth.html.en
  /var/www.new/htdocs/manual/mod/mod_auth.html.html
  /var/www.new/htdocs/manual/mod/mod_auth.html.ja.jis
  /var/www.new/htdocs/manual/mod/mod_auth_anon.html
  /var/www.new/htdocs/manual/mod/mod_auth_db.html
  /var/www.new/htdocs/manual/mod/mod_auth_dbm.html
  /var/www.new/htdocs/manual/mod/mod_auth_digest.html
  /var/www.new/htdocs/manual/mod/mod_autoindex.html.en
  /var/www.new/htdocs/manual/mod/mod_autoindex.html.html
  /var/www.new/htdocs/manual/mod/mod_autoindex.html.ja.jis
  /var/www.new/htdocs/manual/mod/mod_browser.html
  /var/www.new/htdocs/manual/mod/mod_cern_meta.html
  /var/www.new/htdocs/manual/mod/mod_cgi.html.en
  /var/www.new/htdocs/manual/mod/mod_cgi.html.html
  /var/www.new/htdocs/manual/mod/mod_cgi.html.ja.jis
  /var/www.new/htdocs/manual/mod/mod_cookies.html
  /var/www.new/htdocs/manual/mod/mod_digest.html
  /var/www.new/htdocs/manual/mod/mod_dir.html.en
  /var/www.new/htdocs/manual/mod/mod_dir.html.html
  /var/www.new/htdocs/manual/mod/mod_dir.html.ja.jis
  /var/www.new/htdocs/manual/mod/mod_dld.html
  /var/www.new/htdocs/manual/mod/mod_env.html.en
  /var/www.new/htdocs/manual/mod/mod_env.html.html
  /var/www.new/htdocs/manual/mod/mod_env.html.ja.jis
  /var/www.new/htdocs/manual/mod/mod_example.html
  /var/www.new/htdocs/manual/mod/mod_expires.html
  /var/www.new/htdocs/manual/mod/mod_headers.html
  /var/www.new/htdocs/manual/mod/mod_imap.html
  /var/www.new/htdocs/manual/mod/mod_include.html
  /var/www.new/htdocs/manual/mod/mod_info.html.en
  /var/www.new/htdocs/manual/mod/mod_info.html.html
  /var/www.new/htdocs/manual/mod/mod_info.html.ja.jis
  /var/www.new/htdocs/manual/mod/mod_isapi.html
  /var/www.new/htdocs/manual/mod/mod_log_agent.html
  /var/www.new/htdocs/manual/mod/mod_log_common.html
  /var/www.new/htdocs/manual/mod/mod_log_config.html.en
  /var/www.new/htdocs/manual/mod/mod_log_config.html.html
  /var/www.new/htdocs/manual/mod/mod_log_config.html.ja.jis
  /var/www.new/htdocs/manual/mod/mod_log_forensic.html.en
  /var/www.new/htdocs/manual/mod/mod_log_forensic.html.html
  /var/www.new/htdocs/manual/mod/mod_log_referer.html
  /var/www.new/htdocs/manual/mod/mod_mime.html.en
  /var/www.new/htdocs/manual/mod/mod_mime.html.html
  /var/www.new/htdocs/manual/mod/mod_mime.html.ja.jis
  /var/www.new/htdocs/manual/mod/mod_mime_magic.html
  /var/www.new/htdocs/manual/mod/mod_mmap_static.html
  /var/www.new/htdocs/manual/mod/mod_negotiation.html.en
  /var/www.new/htdocs/manual/mod/mod_negotiation.html.html
  /var/www.new/htdocs/manual/mod/mod_negotiation.html.ja.jis
  /var/www.new/htdocs/manual/mod/mod_proxy.html
  /var/www.new/htdocs/manual/mod/mod_rewrite.html.en
  /var/www.new/htdocs/manual/mod/mod_rewrite.html.html
  /var/www.new/htdocs/manual/mod/mod_rewrite.html.ja.jis
  /var/www.new/htdocs/manual/mod/mod_setenvif.html.en
  /var/www.new/htdocs/manual/mod/mod_setenvif.html.html
  /var/www.new/htdocs/manual/mod/mod_setenvif.html.ja.jis
  /var/www.new/htdocs/manual/mod/mod_so.html.en
  /var/www.new/htdocs/manual/mod/mod_so.html.html
  /var/www.new/htdocs/manual/mod/mod_so.html.ja.jis
  /var/www.new/htdocs/manual/mod/mod_speling.html.en
  /var/www.new/htdocs/manual/mod/mod_speling.html.html
  /var/www.new/htdocs/manual/mod/mod_speling.html.ja.jis
  /var/www.new/htdocs/manual/mod/mod_status.html
  /var/www.new/htdocs/manual/mod/mod_unique_id.html.en
  /var/www.new/htdocs/manual/mod/mod_unique_id.html.html
  /var/www.new/htdocs/manual/mod/mod_unique_id.html.ja.jis
  /var/www.new/htdocs/manual/mod/mod_userdir.html.en
  /var/www.new/htdocs/manual/mod/mod_userdir.html.html
  /var/www.new/htdocs/manual/mod/mod_userdir.html.ja.jis
  /var/www.new/htdocs/manual/mod/mod_usertrack.html
  /var/www.new/htdocs/manual/mod/mod_vhost_alias.html
  /var/www.new/htdocs/manual/mod/module-dict.html.en
  /var/www.new/htdocs/manual/mod/module-dict.html.html
  /var/www.new/htdocs/manual/mod/module-dict.html.ja.jis
  /var/www.new/htdocs/manual/mpeix.html
  /var/www.new/htdocs/manual/multilogs.html
  /var/www.new/htdocs/manual/netware.html
  /var/www.new/htdocs/manual/new_features_1_0.html
  /var/www.new/htdocs/manual/new_features_1_1.html
  /var/www.new/htdocs/manual/new_features_1_2.html
  /var/www.new/htdocs/manual/new_features_1_3.html.en
  /var/www.new/htdocs/manual/new_features_1_3.html.html
  /var/www.new/htdocs/manual/new_features_1_3.html.ja.jis
  /var/www.new/htdocs/manual/process-model.html.en
  /var/www.new/htdocs/manual/process-model.html.html
  /var/www.new/htdocs/manual/process-model.html.ja.jis
  /var/www.new/htdocs/manual/programs/ab.html
  /var/www.new/htdocs/manual/programs/apachectl.html.en
  /var/www.new/htdocs/manual/programs/apachectl.html.html
  /var/www.new/htdocs/manual/programs/apachectl.html.ja.jis
  /var/www.new/htdocs/manual/programs/apxs.html
  /var/www.new/htdocs/manual/programs/dbmmanage.html
  /var/www.new/htdocs/manual/programs/footer.html
  /var/www.new/htdocs/manual/programs/header.html
  /var/www.new/htdocs/manual/programs/htdigest.html
  /var/www.new/htdocs/manual/programs/htpasswd.html.en
  /var/www.new/htdocs/manual/programs/htpasswd.html.html
  /var/www.new/htdocs/manual/programs/htpasswd.html.ja.jis
  /var/www.new/htdocs/manual/programs/httpd.html.en
  /var/www.new/htdocs/manual/programs/httpd.html.html
  /var/www.new/htdocs/manual/programs/httpd.html.ja.jis
  /var/www.new/htdocs/manual/programs/index.html.en
  /var/www.new/htdocs/manual/programs/index.html.html
  /var/www.new/htdocs/manual/programs/index.html.ja.jis
  /var/www.new/htdocs/manual/programs/logresolve.html
  /var/www.new/htdocs/manual/programs/other.html
  /var/www.new/htdocs/manual/programs/rotatelogs.html
  /var/www.new/htdocs/manual/programs/suexec.html.en
  /var/www.new/htdocs/manual/programs/suexec.html.html
  /var/www.new/htdocs/manual/programs/suexec.html.ja.jis
  /var/www.new/htdocs/manual/readme-tpf.html
  /var/www.new/htdocs/manual/sections.html.en
  /var/www.new/htdocs/manual/sections.html.html
  /var/www.new/htdocs/manual/sections.html.ja.jis
  /var/www.new/htdocs/manual/server-wide.html.en
  /var/www.new/htdocs/manual/server-wide.html.fr
  /var/www.new/htdocs/manual/server-wide.html.html
  /var/www.new/htdocs/manual/server-wide.html.ja.jis
  /var/www.new/htdocs/manual/sitemap.html
  /var/www.new/htdocs/manual/sourcereorg.html
  /var/www.new/htdocs/manual/stopping.html.en
  /var/www.new/htdocs/manual/stopping.html.fr
  /var/www.new/htdocs/manual/stopping.html.html
  /var/www.new/htdocs/manual/suexec.html.en
  /var/www.new/htdocs/manual/suexec.html.html
  /var/www.new/htdocs/manual/suexec.html.ja.jis
  /var/www.new/htdocs/manual/suexec_1_2.html
  /var/www.new/htdocs/manual/unixware.html
  /var/www.new/htdocs/manual/upgrading_to_1_3.html
  /var/www.new/htdocs/manual/urlmapping.html
  /var/www.new/htdocs/manual/vhosts/details.html
  /var/www.new/htdocs/manual/vhosts/details_1_2.html
  /var/www.new/htdocs/manual/vhosts/examples.html
  /var/www.new/htdocs/manual/vhosts/fd-limits.html.en
  /var/www.new/htdocs/manual/vhosts/fd-limits.html.html
  /var/www.new/htdocs/manual/vhosts/fd-limits.html.ja.jis
  /var/www.new/htdocs/manual/vhosts/footer.html
  /var/www.new/htdocs/manual/vhosts/header.html
  /var/www.new/htdocs/manual/vhosts/host.html
  /var/www.new/htdocs/manual/vhosts/index.html.en
  /var/www.new/htdocs/manual/vhosts/index.html.html
  /var/www.new/htdocs/manual/vhosts/index.html.ja.jis
  /var/www.new/htdocs/manual/vhosts/ip-based.html
  /var/www.new/htdocs/manual/vhosts/mass.html
  /var/www.new/htdocs/manual/vhosts/name-based.html.en
  /var/www.new/htdocs/manual/vhosts/name-based.html.html
  /var/www.new/htdocs/manual/vhosts/name-based.html.ja.jis
  /var/www.new/htdocs/manual/vhosts/vhosts-in-depth.html
  /var/www.new/htdocs/manual/vhosts/virtual-host.html
  /var/www.new/htdocs/manual/win_compiling.html.en
  /var/www.new/htdocs/manual/win_compiling.html.html
  /var/www.new/htdocs/manual/win_compiling.html.ja.jis
  /var/www.new/htdocs/manual/win_service.html.en
  /var/www.new/htdocs/manual/win_service.html.html
  /var/www.new/htdocs/manual/win_service.html.ja.jis
  /var/www.new/htdocs/manual/windows.html.en
  /var/www.new/htdocs/manual/windows.html.html
  /var/www.new/htdocs/manual/windows.html.ja.jis
  /var/www.new/icons/README
  /var/www.new/icons/a.gif
  /var/www.new/icons/a.png
  /var/www.new/icons/alert.black.gif
  /var/www.new/icons/alert.black.png
  /var/www.new/icons/alert.red.gif
  /var/www.new/icons/alert.red.png
  /var/www.new/icons/apache_pb.gif
  /var/www.new/icons/apache_pb.png
  /var/www.new/icons/back.gif
  /var/www.new/icons/back.png
  /var/www.new/icons/ball.gray.gif
  /var/www.new/icons/ball.gray.png
  /var/www.new/icons/ball.red.gif
  /var/www.new/icons/ball.red.png
  /var/www.new/icons/binary.gif
  /var/www.new/icons/binary.png
  /var/www.new/icons/binhex.gif
  /var/www.new/icons/binhex.png
  /var/www.new/icons/blank.gif
  /var/www.new/icons/blank.png
  /var/www.new/icons/bomb.gif
  /var/www.new/icons/bomb.png
  /var/www.new/icons/box1.gif
  /var/www.new/icons/box1.png
  /var/www.new/icons/box2.gif
  /var/www.new/icons/box2.png
  /var/www.new/icons/broken.gif
  /var/www.new/icons/broken.png
  /var/www.new/icons/burst.gif
  /var/www.new/icons/burst.png
  /var/www.new/icons/c.gif
  /var/www.new/icons/c.png
  /var/www.new/icons/comp.blue.gif
  /var/www.new/icons/comp.blue.png
  /var/www.new/icons/comp.gray.gif
  /var/www.new/icons/comp.gray.png
  /var/www.new/icons/compressed.gif
  /var/www.new/icons/compressed.png
  /var/www.new/icons/continued.gif
  /var/www.new/icons/continued.png
  /var/www.new/icons/dir.gif
  /var/www.new/icons/dir.png
  /var/www.new/icons/diskimg.gif
  /var/www.new/icons/diskimg.png
  /var/www.new/icons/down.gif
  /var/www.new/icons/down.png
  /var/www.new/icons/dvi.gif
  /var/www.new/icons/dvi.png
  /var/www.new/icons/f.gif
  /var/www.new/icons/f.png
  /var/www.new/icons/folder.gif
  /var/www.new/icons/folder.open.gif
  /var/www.new/icons/folder.open.png
  /var/www.new/icons/folder.png
  /var/www.new/icons/folder.sec.gif
  /var/www.new/icons/folder.sec.png
  /var/www.new/icons/forward.gif
  /var/www.new/icons/forward.png
  /var/www.new/icons/generic.gif
  /var/www.new/icons/generic.png
  /var/www.new/icons/generic.red.gif
  /var/www.new/icons/generic.red.png
  /var/www.new/icons/generic.sec.gif
  /var/www.new/icons/generic.sec.png
  /var/www.new/icons/hand.right.gif
  /var/www.new/icons/hand.right.png
  /var/www.new/icons/hand.up.gif
  /var/www.new/icons/hand.up.png
  /var/www.new/icons/icon.sheet.gif
  /var/www.new/icons/icon.sheet.png
  /var/www.new/icons/image1.gif
  /var/www.new/icons/image1.png
  /var/www.new/icons/image2.gif
  /var/www.new/icons/image2.png
  /var/www.new/icons/image3.gif
  /var/www.new/icons/image3.png
  /var/www.new/icons/index.gif
  /var/www.new/icons/index.png
  /var/www.new/icons/layout.gif
  /var/www.new/icons/layout.png
  /var/www.new/icons/left.gif
  /var/www.new/icons/left.png
  /var/www.new/icons/link.gif
  /var/www.new/icons/link.png
  /var/www.new/icons/movie.gif
  /var/www.new/icons/movie.png
  /var/www.new/icons/p.gif
  /var/www.new/icons/p.png
  /var/www.new/icons/patch.gif
  /var/www.new/icons/patch.png
  /var/www.new/icons/pdf.gif
  /var/www.new/icons/pdf.png
  /var/www.new/icons/pie0.gif
  /var/www.new/icons/pie0.png
  /var/www.new/icons/pie1.gif
  /var/www.new/icons/pie1.png
  /var/www.new/icons/pie2.gif
  /var/www.new/icons/pie2.png
  /var/www.new/icons/pie3.gif
  /var/www.new/icons/pie3.png
  /var/www.new/icons/pie4.gif
  /var/www.new/icons/pie4.png
  /var/www.new/icons/pie5.gif
  /var/www.new/icons/pie5.png
  /var/www.new/icons/pie6.gif
  /var/www.new/icons/pie6.png
  /var/www.new/icons/pie7.gif
  /var/www.new/icons/pie7.png
  /var/www.new/icons/pie8.gif
  /var/www.new/icons/pie8.png
  /var/www.new/icons/portal.gif
  /var/www.new/icons/portal.png
  /var/www.new/icons/ps.gif
  /var/www.new/icons/ps.png
  /var/www.new/icons/quill.gif
  /var/www.new/icons/quill.png
  /var/www.new/icons/right.gif
  /var/www.new/icons/right.png
  /var/www.new/icons/screw1.gif
  /var/www.new/icons/screw1.png
  /var/www.new/icons/screw2.gif
  /var/www.new/icons/screw2.png
  /var/www.new/icons/script.gif
  /var/www.new/icons/script.png
  /var/www.new/icons/small/README.txt
  /var/www.new/icons/small/back.gif
  /var/www.new/icons/small/back.png
  /var/www.new/icons/small/binary.gif
  /var/www.new/icons/small/binary.png
  /var/www.new/icons/small/binhex.gif
  /var/www.new/icons/small/binhex.png
  /var/www.new/icons/small/blank.gif
  /var/www.new/icons/small/blank.png
  /var/www.new/icons/small/broken.gif
  /var/www.new/icons/small/broken.png
  /var/www.new/icons/small/burst.gif
  /var/www.new/icons/small/burst.png
  /var/www.new/icons/small/comp1.gif
  /var/www.new/icons/small/comp1.png
  /var/www.new/icons/small/comp2.gif
  /var/www.new/icons/small/comp2.png
  /var/www.new/icons/small/compressed.gif
  /var/www.new/icons/small/compressed.png
  /var/www.new/icons/small/continued.gif
  /var/www.new/icons/small/continued.png
  /var/www.new/icons/small/dir.gif
  /var/www.new/icons/small/dir.png
  /var/www.new/icons/small/dir2.gif
  /var/www.new/icons/small/dir2.png
  /var/www.new/icons/small/doc.gif
  /var/www.new/icons/small/doc.png
  /var/www.new/icons/small/forward.gif
  /var/www.new/icons/small/forward.png
  /var/www.new/icons/small/generic.gif
  /var/www.new/icons/small/generic.png
  /var/www.new/icons/small/generic2.gif
  /var/www.new/icons/small/generic2.png
  /var/www.new/icons/small/generic3.gif
  /var/www.new/icons/small/generic3.png
  /var/www.new/icons/small/image.gif
  /var/www.new/icons/small/image.png
  /var/www.new/icons/small/image2.gif
  /var/www.new/icons/small/image2.png
  /var/www.new/icons/small/index.gif
  /var/www.new/icons/small/index.png
  /var/www.new/icons/small/key.gif
  /var/www.new/icons/small/key.png
  /var/www.new/icons/small/movie.gif
  /var/www.new/icons/small/movie.png
  /var/www.new/icons/small/patch.gif
  /var/www.new/icons/small/patch.png
  /var/www.new/icons/small/ps.gif
  /var/www.new/icons/small/ps.png
  /var/www.new/icons/small/rainbow.gif
  /var/www.new/icons/small/rainbow.png
  /var/www.new/icons/small/sound.gif
  /var/www.new/icons/small/sound.png
  /var/www.new/icons/small/sound2.gif
  /var/www.new/icons/small/sound2.png
  /var/www.new/icons/small/tar.gif
  /var/www.new/icons/small/tar.png
  /var/www.new/icons/small/text.gif
  /var/www.new/icons/small/text.png
  /var/www.new/icons/small/transfer.gif
  /var/www.new/icons/small/transfer.png
  /var/www.new/icons/small/unknown.gif
  /var/www.new/icons/small/unknown.png
  /var/www.new/icons/small/uu.gif
  /var/www.new/icons/small/uu.png
  /var/www.new/icons/sound1.gif
  /var/www.new/icons/sound1.png
  /var/www.new/icons/sound2.gif
  /var/www.new/icons/sound2.png
  /var/www.new/icons/sphere1.gif
  /var/www.new/icons/sphere1.png
  /var/www.new/icons/sphere2.gif
  /var/www.new/icons/sphere2.png
  /var/www.new/icons/tar.gif
  /var/www.new/icons/tar.png
  /var/www.new/icons/tex.gif
  /var/www.new/icons/tex.png
  /var/www.new/icons/text.gif
  /var/www.new/icons/text.png
  /var/www.new/icons/transfer.gif
  /var/www.new/icons/transfer.png
  /var/www.new/icons/unknown.gif
  /var/www.new/icons/unknown.png
  /var/www.new/icons/up.gif
  /var/www.new/icons/up.png
  /var/www.new/icons/uu.gif
  /var/www.new/icons/uu.png
  /var/www.new/icons/uuencoded.gif
  /var/www.new/icons/uuencoded.png
  /var/www.new/icons/world1.gif
  /var/www.new/icons/world1.png
  /var/www.new/icons/world2.gif
  /var/www.new/icons/world2.png

----------------------------------------------------------------

Port Notes:

NOTE: Starting from 1.3.24-3 we are adding the
Enhanced API (EAPI) hooks from Ralf's mod_ssl distro
to the core Apache source tree. This does *not* include
the SSL module sources itself.

NOTE: The related mod_ssl-xxx-yyy.tar.gz package is
required for building Apache and is part of this Apache
Cygwin source package distribution.


--- PACKAGE RELEASE NOTES --------------------------------------

--- apache-1.3.33-2 --------------------------------------------

- Import lib file libhttpd.dll.a added
- Sleep removed in postinstall script
- Start daemon section added to README
- apache-1.3.33.README updated

--- apache-1.3.33-1 --------------------------------------------

Initial apache-1.3.33 package release

----------------------------------------------------------------

Cygwin port maintained by: Robert Richter <rrsource@users.sourceforge.net>

Please address all questions to the Cygwin mailing list
at <cygwin-apps@cygwin.com>

Apache initially ported to Cygwin by: Stipe Tolj <stolj@wapme.de>




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]