← Back to team overview

sslug-teknik team mailing list archive

Re: Problem med apache....

 

Jan Larsen wrote:
>  PS: Min httpd.conf er for stor til at sende med.

Kig efter dette:
><SNIP>
<Location /server-status>
SetHandler server-status

order deny,allow
deny from all
allow from .your_domain.com
</Location>

# Allow server info reports, with the URL of
http://servername/server-info
# Change the ".your_domain.com" to match your domain to enable.

<Location /server-info>
SetHandler server-info

order deny,allow
deny from all
allow from .your_domain.com
</Location>
></SNIP>

Og skift så .your_domain.com ud med 'localhost'. Genstart Apache og du
burde være kørende.

-- 
Best Regards
Emil S. Hansen - esh@xxxxxxxxxxxxx - ESH2-DK
UNIX Administrator, Berlingske Tidende - www.berlingske.dk
"Hvorfor er lykken så lunefuld?" - Lars H.U.G.


Follow ups

References