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-ssl/httpd.conf

    r370 r475  
    11# 
    22# Fichier de configuration principale d'Apache-SSL pour AlternC 
    3 # $Id: httpd.conf,v 1.7 2004/08/27 10:59:29 anonymous Exp $ 
     3# $Id: httpd.conf,v 1.8 2004/12/17 20:48:47 anonymous Exp $ 
    44# 
    55# %%warning_message%% 
     
    242242    Order deny,allow 
    243243    Deny from all 
     244    Allow from 127.0.0.1 
    244245    Allow from %%monitor_ip%% 
    245246</Location> 
Note: See TracChangeset for help on using the changeset viewer.