php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21578 Mirror www.php3.de
Submitted: 2003-01-11 04:19 UTC Modified: 2003-01-12 06:33 UTC
From: michael dot mauch at gmx dot de Assigned:
Status: Closed Package: Website problem
PHP Version: 4.3.0 OS: All
Private report: No CVE-ID: None
 [2003-01-11 04:19 UTC] michael dot mauch at gmx dot de
Some of the links on <http://www.php3.de/manual/en/> don't work anymore, e.g. the link to "Apache related functions" points to <http://php3.de/search.php?show=manual&lang=en&pattern=>.

Also "Image functions", "Safe mode" and a lot others - they all resolve to the search page.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-11 05:50 UTC] nicos@php.net
Verified.
 [2003-01-11 06:06 UTC] goba@php.net
Somehow some other manual got installed onto the same server into the manual/ directory (probably an Apache Alias), so the whole PHP manual is disappeared. This is why the docs.php page displays all languages (it detects them using the file system path), but none of the languages are readable... At least I think so. I'll direct the maintainer to this bug report.
 [2003-01-12 06:33 UTC] thekid@php.net
The mirror was temporarily moved to another server to allow us to upgrade the OS installed on the real server.

The problem is, this server we'd moved the mirror to still had some SuSE defaults (in a file included in httpd.conf) with this content:
--------------------------------------------------------
# httpd configuration for suse-help system
# included by httpd.conf

<IfModule mod_alias.c>
[...]
Alias /manual/      /usr/local/httpd/htdocs/manual/
[...]
</IfModule>
--------------------------------------------------------
Michael, thanks for the report.

Hello from Karlsruhe,
Timm
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jun 17 20:00:01 2026 UTC