php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1792 Bug in apconf-conv.sh
Submitted: 1999-07-21 07:46 UTC Modified: 1999-08-07 13:07 UTC
From: sami at iqs dot fi Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Beta 1 OS: Linux 2.2.10
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sami at iqs dot fi
New email:
PHP Version: OS:

 

 [1999-07-21 07:46 UTC] sami at iqs dot fi
I tried to convert my httpd.conf with the accompanying apconf-conv.sh. However, it changed my configuration file quite erroneously:

AddType application/x-httpd-php .php
<IfModule mod_php3.c>
#AddTypeapplication/x-httpd-php3
</IfModule>
<IfModule mod_php4.c>
php_admin_value ype application/x-httpd-php3 .php3
</IfModule>
AddType application/x-httpd-php-source .phps
AddType application/x-httpd-php .phtml
<IfModule mod_php3.c>
#AddTypeapplication/x-httpd-php3-source
</IfModule>
<IfModule mod_php4.c>
php_admin_value ype application/x-httpd-php3-source .phps
</IfModule>   
<IfModule mod_php3.c>
#AddTypeapplication/x-httpd-php3
</IfModule>
<IfModule mod_php4.c>
php_admin_value ype application/x-httpd-php3 .phtml
</IfModule>

Type-keywords are missing the T, AddType application is missing a space etc. So I have to go through the config file manually after all.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-08-07 13:07 UTC] zeev at cvs dot php dot net
Improved&Fixed in the latest CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 06:01:30 2024 UTC