Public bug reported:

Installed packages:
apache2-mpm-prefork (2.2.22-6ubuntu2.2)
libapache2-mod-php5 (5.4.6-1ubuntu1.2)

Steps to reproduce:
1. Allow option override on /var/www
2. Remove /var/www/index.html
3. Create /var/www/index.php with any content (e.g. <?php echo 
$_SERVER['REQUEST_URI']; ?>)
4. Create /var/www/.htaccess with FallbackResource /index.php
5. Go to http://localhost/any -> it works, index.php is called
6. Go to http://localhost/ -> empty response, something went wrong

Either disabling FallbackResource or gzip encoding solve the issue, so I
assume is the combination of the two to cause the problem.

** Affects: apache2 (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  Installed packages:
  apache2-mpm-prefork (2.2.22-6ubuntu2.2)
  libapache2-mod-php5 (5.4.6-1ubuntu1.2)
  
  Steps to reproduce:
  1. Allow option override on /var/www
  2. Remove /var/www/index.html
  3. Create /var/www/index.php with any content (e.g. <?php echo 
$_SERVER['REQUEST_URI']; ?>)
  4. Create /var/www/.htaccess with FallbackResource /index.php
  5. Go to http://localhost/any -> it works, index.php is called
- 6. Go to http://localhost/ -> empty response, something gone wrong
+ 6. Go to http://localhost/ -> empty response, something went wrong
  
  Either disabling FallbackResource or gzip encoding solve the issue, so I
  assume is the combination of the two to cause the problem.

** Summary changed:

- Apache2 with PHP FallbackResource doesn't work when Request-URI is / and 
Content-Encoding is gzip
+ Apache2 with PHP FallbackResource doesn't work when Request-URI is / and 
encoding is gzip

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1168030

Title:
  Apache2 with PHP FallbackResource doesn't work when Request-URI is /
  and encoding is gzip

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1168030/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to