[Bug 1443224] Re: localized-error-pages.conf lacks config to preprocess /error/include page content

2016-06-12 Thread Launchpad Bug Tracker
[Expired for apache2 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: apache2 (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1443224

Title:
  localized-error-pages.conf lacks config to preprocess /error/include
  page content

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1443224] Re: localized-error-pages.conf lacks config to preprocess /error/include page content

2016-04-13 Thread ChristianEhrhardt
** Changed in: apache2 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1443224

Title:
  localized-error-pages.conf lacks config to preprocess /error/include
  page content

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1443224] Re: localized-error-pages.conf lacks config to preprocess /error/include page content

2016-03-31 Thread ChristianEhrhardt
Hi,
I was trying to reproduce your issue:

mkdir -p /var/www/localized-error-pages/
cp /usr/share/apache2/error/include/* /var/www/localized-error-pages/
*made a slight change to the bottom.html in there so I recognize the localized 
error.

Uncommenting and adapting in 
/etc/apache2/conf-available/localized-error-pages.conf:
Alias /error/include/ "/var/www/localized-error-pages/"
+ uncommenting the later 37 lines

I access non existing files and see in /var/log/apache2/access.log that the 
access works.
When accessing a non existent file it didn't cause the same error, but then it 
didn't show me a localized error either.
So it seems I failed to reproduce your issue because I can't figure out a 
missing step :-/

But
I experimented a bit and actually
So the default config in /etc/apache2/apache2.conf has:

Options Indexes FollowSymLinks
AllowOverride None
Require all granted


And this should already cover /var/www/localized-error-pages/ to be accessible 
by the server.
Of course not by the browser directly as the document root goes to 
/var/www/html but I think it should be includable.

Did you set up a custom dir other than /var/www on your system?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1443224

Title:
  localized-error-pages.conf lacks config to preprocess /error/include
  page content

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1443224] Re: localized-error-pages.conf lacks config to preprocess /error/include page content

2015-04-12 Thread Vdragon
My /etc/apache2/conf-available/localized-error-pages.conf after patching
http://paste.ubuntu.com/10813153/

** Description changed:

  Hi, I followed the instructions in localized-error-pages.conf to setup
  localized error pages, but found out that page content under
  /error/include/ are not preprocessed before sent to client.
  
  Example:
  
  
  http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
  http://www.w3.org/1999/xhtml"; lang="" xml:lang="">
  
  
  " />
- 
  
  
  
  
  
  
- 
-   
- 
- You don't have permission to access the requested directory.
- There is either no index document or the directory is read-protected.
- 
+ You don't have permission to access the requested directory.
+ There is either no index document or the directory is read-protected.
  
  
  
  
  
  
  Error 
  
-   
-   
+   
+   
  
  
  
  
  
  It seems that the config template should include
  
  
- 
- Options IncludesNoExec
- AddOutputFilter Includes html
- Order allow,deny
- Allow from all
+ 
+ Options IncludesNoExec
+ AddOutputFilter Includes html
+ Order allow,deny
+ Allow from all
  
  
  
  
- after 
+ after
  `
  Alias /error/include/ "/path"
  `
  
  to make it process correctly
  
  Example:
  ```
  
  http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
  http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
  
  Access forbidden!
  mailto:ntou...@gmail.com"; />
- 
  
  
  
  Access forbidden!
  
  
- 
-   
- 
- You don't have permission to access the requested directory.
- There is either no index document or the directory is read-protected.
- 
+ You don't have permission to access the requested directory.
+ There is either no index document or the directory is read-protected.
  
  
  
  If you think this is a server error, please contact
  the mailto:ntou...@gmail.com";>webmaster.
  
  
  
  Error 403
  
-   140.121.80.26
-   海洋大學網路發展協會網站托管服務
+   140.121.80.26
+   海洋大學網路發展協會網站托管服務
  
  
  
  ```
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: apache2 2.4.7-1ubuntu4.4
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  Uname: Linux 3.13.0-39-generic i686
  NonfreeKernelModules: nvidia
  Apache2ConfdDirListing: False
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: i386
  CurrentDesktop: KDE
  Date: Mon Apr 13 10:22:55 2015
  SourcePackage: apache2
  UpgradeStatus: No upgrade log present (probably fresh install)
  error.log:
-  [Mon Apr 13 07:53:45.032576 2015] [mpm_event:notice] [pid 31758:tid 
3074755200] AH00489: Apache/2.4.7 (Ubuntu) configured -- resuming normal 
operations
-  [Mon Apr 13 07:53:45.032600 2015] [core:notice] [pid 31758:tid 3074755200] 
AH00094: Command line: '/usr/sbin/apache2'
+  [Mon Apr 13 07:53:45.032576 2015] [mpm_event:notice] [pid 31758:tid 
3074755200] AH00489: Apache/2.4.7 (Ubuntu) configured -- resuming normal 
operations
+  [Mon Apr 13 07:53:45.032600 2015] [core:notice] [pid 31758:tid 3074755200] 
AH00094: Command line: '/usr/sbin/apache2'
  modified.conffile..etc.apache2.conf.available.security.conf: [modified]
  modified.conffile..etc.apache2.mods.available.userdir.conf: [modified]
  mtime.conffile..etc.apache2.conf.available.security.conf: 
2015-04-13T07:51:58.965640
  mtime.conffile..etc.apache2.mods.available.userdir.conf: 
2014-12-24T22:54:46.119177

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1443224

Title:
  localized-error-pages.conf lacks config to preprocess /error/include
  page content

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs