[EMAIL PROTECTED] Help with link to my personal web store folder

2007-11-03 Thread Blast o_O
Hi everybody, I'm new to the list, and first I would like to thanks the Apache team, they're doing a great job ;) I need help. I'm using ubuntu gutsy, and I have a huge personal folder where I save all the webs I need to study. I installed apache2 in my PC, php, mysql etc. The trouble. I instal

Re: [EMAIL PROTECTED] Wacko Incoming URLs in Log File

2007-11-03 Thread Joshua Slive
On Nov 3, 2007 12:40 PM, Roger Haase <[EMAIL PROTECTED]> wrote: > About once a week or more often, I get some unusual entries in my apache log > file similar to these: > > > 159.148.97.91 - - [31/Oct/2007:23:44:31 -0700] "CONNECT 195.175.37.70:8080 > HTTP/1.0" 302 102 "-" "-" > 159.148.97.91 - - [3

Re: [EMAIL PROTECTED] Weird NameVirtualHost problem

2007-11-03 Thread tech1
Sorry, but I did check the correct conf file. Apache runs here with both -d and -f flags and a "ps -x" shows both. As I mentioned when I ran the -S flag it showed the NameVirtualHost block, and then showed it removed. Apache was reinstalled after FreeBSD with the current distribution from A

[EMAIL PROTECTED] Wacko Incoming URLs in Log File

2007-11-03 Thread Roger Haase
About once a week or more often, I get some unusual entries in my apache log file similar to these: 159.148.97.91 - - [31/Oct/2007:23:44:31 -0700] "CONNECT 195.175.37.70:8080HTTP/1.0" 302 102 "-" "-" 159.148.97.91 - - [31/Oct/2007:23:44:32 -0700] "CONNECT 159.148.96.222:80HTTP/1.0" 302 102 "-" "-"

[EMAIL PROTECTED] Allow from IP list in database.

2007-11-03 Thread Norman Khine
Hello, I have a working mod_authn_dbm as per example http://httpd.apache.org/docs/2.2/mod/mod_authn_dbd.html#example Also in my config file I have an entry: Options Indexes FollowSymLinks AllowOverride None Order deny,allow Deny from all Allow from 192.168.1.2 #Authentica