php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66803 include_path
Submitted: 2014-03-01 15:35 UTC Modified: 2014-12-30 10:42 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: r dot mbiama at angosso dot net Assigned:
Status: No Feedback Package: Built-in web server
PHP Version: str_size_and_int64 branch OS: Linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2014-03-01 15:35 UTC] r dot mbiama at angosso dot net
Description:
------------
PHP modules to be loaded and having something similar to this in my httpd.conf

Test script:
---------------
...
LoadModule php_module        modules/libphp.so
LoadModule php5_module       modules/libphp5.so
...
AddHandler application/x-httpd-php .php .phtml
Action application/x-httpd-php modules/libphp5.so

Expected result:
----------------
<VirtualHost *:80>
    ServerName www.example.net
    DocumentRoot /home/angosson/public.php/apache2/htdocs/example1
</VirtualHost>

<VirtualHost *:80>
    ServerName www.example2.net
    DocumentRoot /home/angosson/public.php/apache2/htdocs/example2
    
    RemoveHandler .php
    AddHandler application/x-httpd-php .php .phtml
    Action application/x-httpd-php modules/libphp.so    
</VirtualHost>

<VirtualHost *:80>
    ServerName www.example3.net
    DocumentRoot /home/angosson/public.php/apache2/htdocs/example3
    
    Include /home/angosson/public.php/apache2/conf/php4.conf    
</VirtualHost>


Patches

open_basedir (last revision 2014-03-01 15:35 UTC by r dot mbiama at angosso dot net)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-03-01 19:59 UTC] requinix@php.net
-Status: Open +Status: Feedback
 [2014-03-01 19:59 UTC] requinix@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2014-12-30 10:42 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 22:01:27 2024 UTC