LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux Command Line Proxy (https://www.linuxquestions.org/questions/linux-newbie-8/linux-command-line-proxy-680050/)

ifeatu 10-30-2008 12:00 PM

Linux Command Line Proxy
 
Does anyone know of a good command line proxy that I can use so that I can see all incoming and outgoing connections from my network?

I also want to set up https (I already have apache set up), how do I do that?

chrism01 10-30-2008 06:55 PM

For Apache, the access_log will show that.
To setup HTTPS, you need to enable SSL and get an SSL Cert, here's a guide: http://www.linuxtopia.org/online_boo...re-server.html

ifeatu 10-30-2008 07:42 PM

path?
 
Quote:

Originally Posted by chrism01 (Post 3326687)
For Apache, the access_log will show that.
To setup HTTPS, you need to enable SSL and get an SSL Cert, here's a guide: http://www.linuxtopia.org/online_boo...re-server.html

I cannot seem to find the "access_log" you're refering to in apache's files...I ran a "locate" and came up with nothing...can you tell me the path...btw I'm running Ubuntu not Fedora right now...need to update my profile.

chrism01 10-30-2008 08:04 PM

Use the find cmd (as root).
Anyway, std log files for Apache are error_log and access_log. Try /var/log/httpd/


All times are GMT -5. The time now is 03:49 PM.