image
image

Go Back   macosx.com > Mac Help Forums > Mac OS X Server

Reply
 
Thread Tools
  #1  
Old July 24th, 2006, 03:48 PM
Registered User
 
Join Date: Jul 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
al.phonso is on a distinguished road
Question How to set up proxyremonte attribute in config files of sites in httpd?

Hello, i'm a hard working admin in a school.
a great problem to secure the internet connection for the pupils.
My way until today: for every computer room in our school were different sites with a free port (9303, 9302, 9301), so i can turn on and off.
There is also avery good free filtering software DANSGUARDIAN running on port 8080 with proxy an squid. But the ports of the three sites are not filtered by dansguardian.
So can anyone tell my exactly how to set up manualy the proxyremote attribut in the config files, because there is no way to set it up in serveradmin GUI.
Here is my file:
__________________________________
## Default Virtual Host Configuration

<VirtualHost *:25303>
ServerName s303
ServerAdmin admin@example.com
DocumentRoot "/Library/WebServer/Documents"
DirectoryIndex "index.html" "index.php"
CustomLog "/var/log/httpd/access_log" "%{PC-Remote-Addr}i %l %u %t \"%r\" %>s %b"
ErrorLog "/var/log/httpd/error_log"
ErrorDocument 404 /error.html
<IfModule mod_ssl.c>
SSLEngine Off
SSLLog "/var/log/httpd/ssl_engine_log"
SSLCertificateFile "/etc/certificates/Default.crt"
SSLCertificateKeyFile "/etc/certificates/Default.key"
SSLCipherSuite "ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:!SSLv2:+EXP:+eNULL"
</IfModule>
<IfModule mod_dav.c>
DAVLockDB "/var/run/davlocks/.davlock100"
DAVMinTimeout 600
</IfModule>
<Directory "/Library/WebServer/Documents">
Options All -Indexes -ExecCGI -Includes +MultiViews
AllowOverride None
<IfModule mod_dav.c>
DAV On
</IfModule>
</Directory>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]
</IfModule>
<IfModule mod_alias.c>
</IfModule>
LogLevel warn
</VirtualHost>
_________________________________________

Many thanks for all your help.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Edit Config Files, Metal Lion ... Please Help! Amie Mac OS X System & Mac Software 0 April 11th, 2006 08:47 AM
httpd config question b0x3r Mac OS X Server 1 January 18th, 2006 09:38 PM
editing /etc/syslog.conf and other config files Blaqb0x Mac OS X System & Mac Software 1 June 17th, 2004 04:14 AM
Including other config files in httpd.conf? michaelsanford Design & Media 5 June 17th, 2003 07:21 PM
Accessing httpd.config problem - HELP! leswoods Mac OS X System & Mac Software 5 September 22nd, 2001 01:30 PM


All times are GMT -5. The time now is 05:33 AM.


Mac Support® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2000-2008 DigitalCrowd, Inc.