Ignore:
Timestamp:
02/22/06 00:22:18 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2004-12-17 20:48:47 by anonymous]
Ajout de allow from 127.0.0.1 pour Apache et Apache-ssl (pour alternc-
cacti)

Original author: anonymous
Date: 2004-12-17 20:48:47

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/scripts/etc/apache/httpd.conf

    r378 r475  
    11# 
    22# Fichier de configuration principale d'Apache pour AlternC 
    3 # $Id: httpd.conf,v 1.10 2004/08/27 13:04:59 anonymous Exp $ 
     3# $Id: httpd.conf,v 1.11 2004/12/17 20:48:47 anonymous Exp $ 
    44# 
    55# %%warning_message%% 
     
    243243    Order deny,allow 
    244244    Deny from all 
     245    Allow from 127.0.0.1  
    245246    Allow from %%monitor_ip%% 
    246247</Location> 
Note: See TracChangeset for help on using the changeset viewer.