FreshPorts -- The Place For Ports Mon, 15 Mar 2010 2:06 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
apache20 2.0.63_3 www on this many watch lists=107 search for ports that depend on this port An older version of this port was marked as vulnerable.
Version 2.0.x of Apache web server with prefork MPM.
Maintained by: apache@FreeBSD.org search for ports maintained by this maintainer
Port Added: 22 May 2005 10:10:20
Also Listed In: ipv6


The Apache HTTP Server Project is an effort to develop and maintain an
open-source HTTP server for various modern desktop and server operating
systems, such as UNIX and Windows NT. The goal of this project is to
provide a secure, efficient and extensible server which provides HTTP
services in sync with the current HTTP standards.
The 2.x branch of Apache Web Server includes several improvements like
threading, use of APR, native IPv6 and SSL support, and many more.

WWW: http://httpd.apache.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: lang/perl5.8, devel/autoconf262, devel/libtool22
Required To Run: lang/perl5.8
Required Libraries: textproc/expat2, converters/libiconv

To install the port: cd /usr/ports/www/apache20/ && make install clean
To add the package: pkg_add -r apache20


Configuration Options
     No options to configure

Master Sites:
http://www.apache.org/dist/httpd/
http://archive.apache.org/dist/httpd/
ftp://ftp.pop-mg.com.br/data/apache/dist/httpd/
ftp://ftp.gin.cz/pub/mirrors/www.apache.org/dist/httpd/
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/httpd/
ftp://ftp.apache.de/mirrors/dev.apache.org/dist/httpd/
ftp://mir1.ovh.net/ftp.apache.org/dist/httpd/
ftp://ftp.forthnet.gr/pub/www/apache/httpd/
ftp://xenia.sote.hu/pub/mirrors/www.apache.org/httpd/
ftp://ftp.esat.net/mirrors/ftp.apache.org/httpd/
ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/httpd/
ftp://ftp.rhnet.is/pub/apache/httpd/
http://ring.nict.go.jp/archives/net/apache/httpd/
http://ring.k-opti.com/archives/net/apache/httpd/
http://ring.riken.jp/archives/net/apache/httpd/
ftp://ftp.sogang.ac.kr/www/apache/dist/httpd/
ftp://ftp.task.gda.pl/pub/www/apache/dist/httpd/
ftp://sunsite.icm.edu.pl/pub/www/apache/dist/httpd/
ftp://ftp.kappa.ro/pub/mirrors/ftp.apache.org/httpd/
ftp://apache.rinet.ru/pub/mirror/apache.org/dist/httpd/
ftp://ftp.chg.ru/pub/WWW/apache/dist/httpd/
ftp://ftp.sunet.se/pub/www/servers/apache/dist/httpd/
ftp://ftp.flirble.org/pub/web/apache/dist/httpd/
ftp://mirrors.rmplc.co.uk/pub/apache/httpd/
ftp://apache.secsup.org/pub/apache/dist/httpd/
ftp://ftp.ccs.neu.edu/net/mirrors/Apache/dist/httpd/
ftp://ftp.tux.org/pub/net/apache/dist/httpd/
ftp://ftp.saix.net/pub/apache/dist/httpd/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/apache2/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2008-01-20
    Affects: users of www/apache20
    Author: clement@FreeBSD.org
    Reason: 
      BDB framework provided by bsd.database.mk is now used by www/apache20
      port. WITH_BERKELEYDB knob is deprecated in favor of WITH_BDB and
      WITH_BDB_VER/WITH_BDB_BASE, see documentation for more details ('make
      show-options').
    
    
Port Moves
  • port moved here from www/apache2 on 2005-12-03
    REASON: renamed for consistency with other apache ports

Number of commits found: 59

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
02 Aug 2009 20:36:34
Original commit files touched by this commit  2.0.63_3
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
15 Jul 2009 17:56:10
Original commit files touched by this commit  2.0.63_3
dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
08 Jun 2009 06:11:09
Original commit files touched by this commit  2.0.63_3
pgollucci search for other commits by this committer
- Backport apr-util security fixes pending the 2.2.12 release (forthcomming)

Security:      
http://www.vuxml.org/freebsd/eb9212f7-526b-11de-bbf2-001b77d09812
PR:             ports/135310
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
With Hat:       apache
17 May 2009 08:24:35
Original commit files touched by this commit  2.0.63_2
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes
10 Apr 2009 07:39:46
Original commit files touched by this commit  2.0.63_2
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
Add note tp pkg-message informing users of FAQ:
  your hostname must be resolvable via at least
  1 mechanism configured in /etc/nsswitch.conf
  or depending on the modules you hae loaded
  apache might not be able to start.

PRs:            ports/131563, ports/131564, ports/131565
Submitted by:   Glen Barber <glen.j.barber@gmail.com>
Discussed with: me
09 Jan 2009 14:13:05
Original commit files touched by this commit  2.0.63_2
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- Re-assign www/apache* ports to apache@
- Previous MATAINERs please welcome yourself to the apache@ team.

Approved by: portmgr (pav, flz), secteam (simon), clement
06 Jan 2009 16:53:07
Original commit files touched by this commit  2.0.63_2
 This port version is marked as vulnerable.
wxs search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older

Approved by:    pav
02 Sep 2008 08:56:49
Original commit files touched by this commit  2.0.63_2
 This port version is marked as vulnerable.
clement search for other commits by this committer
- apache 2.0.x doesn't support BDB 4.7
01 Sep 2008 00:04:14
Original commit files touched by this commit  2.0.63_2
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Revert previous patch to "fix" missing rc.d scripts. It
  actually breaks profiles.
- Fix CVE-2008-2939 for mod_proxy_ftp
  (XSS attacks when using wildcards in the path of the FTP URL)
- Bump PORTREVISION
31 Aug 2008 20:56:12
Original commit files touched by this commit  2.0.63_1
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Fix grammatical error

Reported and fixed by: glarkin@
31 Aug 2008 19:58:45
Original commit files touched by this commit  2.0.63_1
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Fix plist when NOPORTDOCS is defined [1]
- Sometimes, rc scripts aren't included in package
  Try to fix this. [2]
- Bump PORTREVISION

PR:          ports/124671 [2]
Reported by: QA Tindy [1],
             George Donnelly [2]
Special thanks to: pgollucci@
21 Aug 2008 07:18:49
Original commit files touched by this commit  2.0.63
 This port version is marked as vulnerable.
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20 Aug 2008 01:57:32
Original commit files touched by this commit  2.0.63
 This port version is marked as vulnerable.
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
08 Feb 2008 03:07:25
Original commit files touched by this commit  2.0.63
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Workaround a sh segfault on 6-STABLE

Reported by:    many
28 Jan 2008 20:42:04
Original commit files touched by this commit  2.0.63
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Fix recursive use of WITH_BDB_VER when WITH_BERKELEYDB and WITH_BDB_VER
  are both defined.

Reported by:    Vivek Khera <VIVEK@KHERA.ORG>
20 Jan 2008 15:00:32
Original commit files touched by this commit  2.0.63
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Update to 2.0.63
- Use BDB from bsd.database.mk instead of homebrew [1]

PR:             ports/119712 [1]
Submitted by:   mm [1]
30 Sep 2007 05:47:37
Original commit files touched by this commit  2.0.61_2
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
18 Sep 2007 20:18:09
Original commit files touched by this commit  2.0.61_1
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Fix profiles support in startup script [1]
- move envvars support to the beginning of apache2_checkconfig() to be
  sure we're using envvars during configtest [2]

PR:             ports/116401 [1],
                ports/116329 [2]
Submitted by:   kevin brintnall <kbrint@rufus.net> [1],
                Ruud Althuizen <ruud@il.fontys.nl>
10 Sep 2007 15:48:36
Original commit files touched by this commit  2.0.61_1
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Re-add apache2ssl_enable support

Noticed by:      Oliver Brandmueller <ob at e-Gitt dot NET>
09 Sep 2007 15:48:34
Original commit files touched by this commit  2.0.61
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Update to 2.0.61
- sync' startup script with www/apache22
04 Aug 2007 12:41:31
Original commit files touched by this commit  2.0.59
 This port version is marked as vulnerable.
gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
17 Jun 2007 17:59:27
Original commit files touched by this commit  2.0.59
 This port version is marked as vulnerable.
anders search for other commits by this committer
Remove thttpd from conflicts list, it has a different name for its
passwd program now.

Approved by:    maintainers/erwin
29 Mar 2007 18:39:45
Original commit files touched by this commit  2.0.59
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Add mod_dumpio to EXPERIMENTAL_MODULES

Requested by:   pav
01 Nov 2006 15:59:46
Original commit files touched by this commit  2.0.59
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Fix typo
01 Nov 2006 15:47:50
Original commit files touched by this commit  2.0.59
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Add itk MPM
  mpm-itk allows you to run each of your vhost under a separate UID and GID
  WWW: http://home.samfundet.no/~sesse/mpm-itk/
- use LD_CONFIG
13 Sep 2006 13:29:33
Original commit files touched by this commit  2.0.59
 This port version is marked as vulnerable.
mr search for other commits by this committer
Add support for setting WITH_BERKELEYDB to db44
05 Aug 2006 21:16:14
Original commit files touched by this commit  2.0.59
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Update to 2.0.59
27 Jul 2006 21:26:29
Original commit files touched by this commit  2.0.58_2
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Fix security issue in mod_rewrite.
All people using mod_rewrite are strongly encouraged to update.

An off-by-one flaw exists in the Rewrite module, mod_rewrite.
Depending on the manner in which Apache httpd was compiled, this
software defect may result in a vulnerability which, in combination
with certain types of Rewrite rules in the web server configuration
files, could be triggered remotely.  For vulnerable builds, the nature
of the vulnerability can be denial of service (crashing of web server
processes) or potentially allow arbitrary code execution.
This issue has been rated as having important security impact
by the Apache HTTP Server Security Team

Updates to latest versions will follow soon.

Notified by:    so@ (simon)
Obtained from:  Apache Security Team
Security:       CVE-2006-3747
13 May 2006 05:41:22
Original commit files touched by this commit  2.0.58_1
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with W
10 May 2006 20:50:26
Original commit files touched by this commit  2.0.58_1
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Remove obsolete patch which add support to Windows Update Service when
  apache acts as a proxy.

Reported by:    Bjoern Voigt <bjoern@cs.tu-berlin.de>
02 May 2006 08:55:27
Original commit files touched by this commit  2.0.58_1
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Fix build with WITH_KQUEUE_SUPPORT

Pointed out by: Marian Cerny <cerny@icomvision.com>
01 May 2006 17:54:40
Original commit files touched by this commit  2.0.58_1
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Fix plist

Spotted by:     mnag
Pointy hat to:  clement
01 May 2006 12:33:18
Original commit files touched by this commit  2.0.58
 This port version is marked as vulnerable.
clement search for other commits by this committer
 Oops I forgot to "cvs rm" a secfix

Spotted by:     krion
01 May 2006 10:24:56
Original commit files touched by this commit  2.0.58
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Update to 2.0.58
23 Feb 2006 10:40:45
Original commit files touched by this commit  2.0.55_4
 This port version is marked as vulnerable.
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
20 Feb 2006 20:47:50
Original commit files touched by this commit  2.0.55_3
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
30 Jan 2006 23:20:05
Original commit files touched by this commit  2.0.55_3
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Chase shlib bump of libexpat.
24 Jan 2006 03:14:23
Original commit files touched by this commit  2.0.55_2
 This port version is marked as vulnerable.
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
22 Jan 2006 02:58:25
Original commit files touched by this commit  2.0.55_2
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
17 Jan 2006 09:40:53
Original commit files touched by this commit  2.0.55_2
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Finish cleanups and fix build with threads enables.
16 Jan 2006 08:22:21
Original commit files touched by this commit  2.0.55_2
 This port version is marked as vulnerable.
clement search for other commits by this committer
- remove print-closest-mirror target from apache20 Makefile

Noticed by:     erwin, pav,  KOMATSU Shinichiro <koma2@lovepeers.org> [1]
PR:             ports/91849 [1]
Pointy hat to:  clement
15 Jan 2006 18:58:38
Original commit files touched by this commit  2.0.55_2
 This port version is marked as vulnerable.
clement search for other commits by this committer
Cleanups and fixes
- remove useless options (and fix thread stuff) [1]
- move print-closest-mirror to bsd.apache.mk
- move threads configure options out of Makefile.modules
- Fix stupid logic to disable v4mapped address [2]
- and more...

Submitted/spotted by:   many, Hirohisa Yamaguchi <umq@ueo.co.jp> [1]
                        ume[2]
PR:                     ports/91813 [1]
12 Dec 2005 20:35:19
Original commit files touched by this commit  2.0.55_2
 This port version is marked as vulnerable.
clement search for other commits by this committer
SECURITY: CVE-2005-3352 (cve.mitre.org)
     mod_imap: Escape untrusted referer header before outputting in HTML
     to avoid potential cross-site scripting.  Change also made to
     ap_escape_html so we escape quotes.  Reported by JPCERT.
     [Mark Cox]

Reported by:    simon
04 Dec 2005 14:59:41
Original commit files touched by this commit  2.0.55_1
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Various package fixes
- Bump PORTREVISION
04 Dec 2005 09:08:43
Original commit files touched by this commit  2.0.55
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Fix INDEX build

pointy hat to:  clement
03 Dec 2005 23:04:21
Original commit files touched by this commit  2.0.55
 This port version is marked as vulnerable.
clement search for other commits by this committer
- resync' with www/apache2
15 Nov 2005 06:52:12
Original commit files touched by this commit  2.0.55
 This port version is marked as vulnerable.
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
30 Oct 2005 20:51:56
Original commit files touched by this commit  2.0.55
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Don't rerun the apache2.sh rc script on restart's, just stop and start
  normally

PR:             ports/86402
Submitted by:   Jarrod Sayers <jarrod@netleader.com.au>
25 Oct 2005 19:58:53
Original commit files touched by this commit  2.0.55
 This port version is marked as vulnerable.
fenner search for other commits by this committer
Use the proper syntax for groups when using ${MASTER_SITE_foo}

Approved by:    MAINTAINER timeout (2 weeks)
14 Oct 2005 14:54:09
Original commit files touched by this commit  2.0.55
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Update to 2.0.55
20 Sep 2005 09:39:50
Original commit files touched by this commit  2.0.54_4
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Apply openssl 0.9.8 fix by default. OpenSSL 0.9.8 is now the default
  from ports

Reported by:    erwin
18 Sep 2005 23:29:17
Original commit files touched by this commit  2.0.54_4
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Hook www/apache20 to the build. It fixes some errors in INDEX build with
  exp build

Reported by:    kris
10 Sep 2005 15:45:03
Original commit files touched by this commit  2.0.54_4
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Sync with www/apache2
01 Aug 2005 11:04:19
Original commit files touched by this commit  2.0.54_2
 This port version is marked as vulnerable.
clement search for other commits by this committer
- make sure SSL dependency doesn't exists if WITHOUT_MODULES_SSL is defined
26 Jul 2005 11:10:35
Original commit files touched by this commit  2.0.54_2
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Add fix for CAN-2005-2088
From Changelog:
  *) SECURITY: CAN-2005-2088
     core: If a request contains both Transfer-Encoding and Content-Length
     headers, remove the Content-Length, mitigating some HTTP Request
     Splitting/Spoofing attacks.  [Paul Querna, Joe Orton]

- Rename previous patch to CVE ID
- bump PORTREVISION

Security:       CAN-2005-2088
Obtained From: Apache repository
26 Jul 2005 09:25:13
Original commit files touched by this commit  2.0.54_1
 This port version is marked as vulnerable.
clement search for other commits by this committer
Security: fix a buffer overrun in ssl_callback_SSLVerify_CRL()
Reported by:    thierry
01 Jun 2005 18:49:31
Original commit files touched by this commit  2.0.54
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Remove debug line.
01 Jun 2005 18:47:53
Original commit files touched by this commit  2.0.54
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Add support for multiple instances of apache2 to startup script.
  It's a little bit experimental, but it works.
22 May 2005 10:09:42
Original commit files touched by this commit  2.0.54
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Sync with www/apache2

Number of commits found: 59

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28
seamonkey2*Feb 28
thunderbird3*Feb 28
openoffice.org-1.0*Feb 27
openoffice.org-1.1*Feb 27
openoffice.org-1.1-devel*Feb 27
openoffice.org-2*Feb 27

4 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21399
Broken 171
Deprecated 46
Ignore 895
Forbidden 2
Restricted 387
No CDROM 141
Vulnerable 57
Expired 22
Set to expire 33
Interactive 79
new 24 hours 1
new 48 hours2
new 7 days30
new fortnight50
new month93

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.266 seconds.