Web server for dansguardian


 
Thread Tools Search this Thread
Top Forums Programming Web server for dansguardian
# 1  
Old 11-10-2006
Web server for dansguardian

Hi, I am currently doing a project to remove the dependency on a web server of dansguardian if anyone has any tips or points either on sections of code I need to modify or about how to build a very very simple web server. I would be very appreciative

Thanks..
# 2  
Old 11-10-2006
Remove dependency on a web server? It has none. Did you mean proxy?

The only way to remove it's dependency on a proxy would be to build an entire proxy into it. Don't bother. There's really no point.
# 3  
Old 11-10-2006
yes it has. to display the output of the blocked webpages. I know it seems pointless but its a project.
# 4  
Old 11-10-2006
No, it doesn't. It's a proxy filter, that can modify the pages that pass through it however it wants. When it wants to block a page, prints the block page instead of whatever the page was. No web server required or used, except the one that's being accessed through it.
# 5  
Old 11-10-2006
DansGuardian has a few requirements. It requires Squid for the web proxy, and it requires a web server like Apache.
http://linsec.ca/bin/view/Main/DansGuardian

Also:
The server is used to display a cgi perl script that gives the user notification of an 'Access Denied'.

http://dansguardian.org/downloads/de...allation2.html
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Web Server - uploading Frontpage web - will there be problems??

hiya All, New to this Web site stuff. Will be installing Fedora's latest O/S (including Apache) - onto a spare PC Then... Gulp... setting up a Web server. Designing a Web site using WINDOWS FRONT PAGE 2002: * Simply easiest/quickiest way to knock up a basic site. * There won't be... (6 Replies)
Discussion started by: marty 600
6 Replies

2. OS X (Apple)

dansguardian

I've just Dl'd and installed the osxgnu package of danguardian and squid on my 10.2 machine, which is mainly used as a router/firewall (set up with brickhouse) And now I'm not quite sure what to do next...I have a speedtouch 330 USB ADSL modem and I share the connection via built in ethernet. ... (1 Reply)
Discussion started by: mistafeesh
1 Replies

3. UNIX for Dummies Questions & Answers

Web browser and web server for Unix

Hi there all I am looking for both a web browser as well as a web server (Ie. Netscape Fasttrack) that will run on HPUX 10. If you know where I can get these free via FTP, please contact me as soon as possible!! Thanks, Mark (1 Reply)
Discussion started by: mleathers
1 Replies

4. UNIX for Dummies Questions & Answers

Dynamic web pages for Unix Web Server

Hi, my company is considering a new development of our web site, which used to run on Apachi over Solaris. The company who is going to do this for us knows only about developing it in ASP. I guess this means we'll have to have another ISS server on NT for these dynamic pages :( What are... (5 Replies)
Discussion started by: me2unix
5 Replies
Login or Register to Ask a Question