Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved]apache 2.4.3 syntax for mod_info
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3922
Location: Hamburg

PostPosted: Fri Oct 12, 2012 9:27 am    Post subject: [solved]apache 2.4.3 syntax for mod_info Reply with quote

Hello,
I'd like just to get the server-info from the host system running running an apache within a user mode linux. The upgrade to the latest unstable version brought the following diff to one of my config file:
Code:
/etc/apache2/modules.d/._cfg0000_00_mod_info.conf       /etc/apache2/modules.d/00_mod_info.conf
6c6,8
<       Require host 127.0.0.1
---
>       Order deny,allow
>       Deny from all
>       Allow from 127.0.0.1 192.168.0.0/16

Now /me wonders how to allow 192.* again ?#
Furthermore I'm not even allowed at the system itself :
Code:
n22_uml ~ # wget http://localhost/server-info
--2012-10-12 14:29:05--  http://localhost/server-info
Resolving localhost... 127.0.0.1
Connecting to localhost|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2012-10-12 14:29:05 ERROR 403: Forbidden.
:-(
UpdateWell,
Code:
Require all granted
seems to be part of the solution .../Update
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum