1
0
mirror of https://github.com/php/web-php.git synced 2026-03-26 16:22:15 +01:00
Rasmus Lerdorf eb41d5c41f typo
1999-02-08 14:08:02 +00:00
1998-11-03 14:55:05 +00:00
1999-01-28 15:23:57 +00:00
1998-07-15 17:04:06 +00:00
1998-09-21 16:30:04 +00:00
1998-05-27 13:38:31 +00:00
1999-01-18 04:23:56 +00:00
1998-12-24 17:56:05 +00:00
1998-07-12 22:59:00 +00:00
1998-06-06 15:06:50 +00:00
1999-01-21 16:56:23 +00:00
1998-06-18 23:29:28 +00:00
1998-10-28 02:05:44 +00:00
1998-07-25 00:07:59 +00:00
1999-01-15 03:47:42 +00:00
1998-09-24 18:19:16 +00:00
1999-01-29 04:40:04 +00:00
1998-07-14 16:06:54 +00:00
1999-01-03 19:39:53 +00:00
1998-09-30 14:46:14 +00:00
1999-02-08 14:08:02 +00:00
1999-01-28 04:18:27 +00:00
1998-06-19 02:44:03 +00:00
1999-02-01 14:12:35 +00:00
1998-04-21 23:08:25 +00:00
1998-10-26 18:55:53 +00:00
1998-07-29 20:14:12 +00:00
1998-06-10 14:12:39 +00:00
1998-12-24 17:56:05 +00:00
1998-11-10 17:52:54 +00:00
1998-12-09 09:27:15 +00:00
1999-01-11 10:49:23 +00:00
1999-01-02 16:13:59 +00:00
1998-10-20 14:48:54 +00:00
1999-01-15 09:21:15 +00:00
1999-01-21 16:56:23 +00:00
1999-01-25 17:16:11 +00:00
1999-01-11 10:49:23 +00:00
1998-10-05 03:16:46 +00:00
1998-04-17 10:22:20 +00:00
1998-04-14 19:46:20 +00:00
1998-04-13 13:35:59 +00:00
1998-04-18 11:43:52 +00:00
1998-06-30 17:54:39 +00:00
1999-01-04 23:46:23 +00:00

Here is how to mirror the PHP3 site.

First, you need to have a cvs client.  See http://www.cyclic.com, or grab one
from your local GNU mirror.

Fetch the web files with the following:

   cvs -d:pserver:mirror@ca.php.net:/repository login
   Password: mirror
   cvs -d:pserver:mirror@ca.php.net:/repository co phpweb

Symbolic link the phpweb directory to the correct place on your server.

Now, make sure your web server is set up to serve up .php3 files as PHP3 
parsed files.  If it isn't, add the mime-type to your config.

Rename the configuration.inc-dist file to configuration.inc and edit it
appropriately.  

Once you create a virtualhost which looks something like:

 <VirtualHost xx.php.net>
 ServerAdmin rasmus@lerdorf.on.ca
 DocumentRoot /www/htdocs/phpweb
 ServerName xx.php.net
 ErrorLog logs/error_log
 TransferLog logs/access_log
 DirectoryIndex index.phtml index.php3 manual.php3 index.html index.htm
 php3_include_path .:./include:../include
 </VirtualHost>

modified to reflect your local paths and country, of course, then your site
should start working.

Note: we're trying to keep the mirror names in the convention: "xx.php.net",
where "xx" is replaced by the 2-letter country code of your mirror's location.
If there already is a "xx.php.net", then you should set up your ServerName to
be "xx2.php.net" (or "xx3.php.net", etc.).  For a list of what's available and
whats taken, have a look at the mirror_list.txt file.

You should also set up a cron job that periodically does a 'cvs update -d' in 
your web directory.  This will ensure that your web site is up to date. 
Something like: 0,30 * * * * (cd <your_path>; /usr/local/bin/cvs update -d)

Once you have done the above and your site appears to work, send a message to
mirrors@php.net with your information and appropriate steps will be taken to 
integrate your mirror site.  You should also include in your email the following:

- the name and email of the admin for the mirror
- whether or not you've installed local searching support on your mirror (using
  ht://dig)
- a logo for your hosting company, or the URL of where we can get one
  (the better the quality, the better)
- the URL of the site that hosts the mirror (this is where people will go when 
  they click on the logo at the bottom of each page)

Don't worry about graphics for your country's flag - we've got them all!

You should also consider signing up to the mirrors mailing list (send an
empty message to php-dev-subscribe@lists.php.net).  Traffic is pretty light ...
and we *do* want to be able to keep in touch with you!

And finally, don't forget to put a nice little PHP logo on your hosting company's site 
(if possible)!  Grab one of the logos from the "Downloads" page on the PHP site, 
and link it to your mirror.
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:26:27.645Z
Readme 201 MiB
Languages
PHP 94.3%
CSS 2.6%
JavaScript 2.5%
PowerShell 0.2%
TypeScript 0.2%