Re: [EMAIL PROTECTED] How to hide http service?

2005-12-09 Thread ludi
Use the "iptables"On 12/10/05, w01F <[EMAIL PROTECTED]> wrote: I want my Apache server to refuse all connections except localhost ,and make http service invisible to other machine in case to be hacked.Can anyon help me ? Thanks in advance!

Re: [EMAIL PROTECTED] Apache2 SSI XBitHack not working

2005-12-09 Thread WJG
On Friday 09 December 2005 15:12, Joshua Slive wrote: > Never mix "+" options and non-"+" options. This can cause very weird > effects, and may, in fact, be the cause of your problem below. You > probably want simply "Options Multiviews Includes" Here's a revised vhost snip:

Re: [EMAIL PROTECTED] How to hide http service?

2005-12-09 Thread Colm MacCarthaigh
On Sat, Dec 10, 2005 at 10:54:06AM +0800, w01F wrote: > I want my Apache server to refuse all connections except localhost , > and make http service invisible to other machine in case to be hacked. > > Can anyon help me ? Thanks in advance! If you configure Apache to only Listen on 127.0.0.1 or

[EMAIL PROTECTED] How to hide http service?

2005-12-09 Thread w01F
I want my Apache server to refuse all connections except localhost , and make http service invisible to other machine in case to be hacked. Can anyon help me ? Thanks in advance! - The official User-To-User support forum of th

Re: [EMAIL PROTECTED] Log entries not sorted by time correctly

2005-12-09 Thread Joshua Slive
On 12/9/05, Causevic, Dzenan <[EMAIL PROTECTED]> wrote: > I am trying to avoid sorting at any cost, I will first take a look at > details on how to compile mod_log_config as you suggested. > Now how do I make sure buffered logs are not turned on? If you don't have the BufferedLogs directive in htt

Re: [EMAIL PROTECTED] Apache2 SSI XBitHack not working

2005-12-09 Thread Joshua Slive
On 12/9/05, WJG <[EMAIL PROTECTED]> wrote: > I'm trying to configure SSI on Apache2 (2.0.54) on Ubuntu 5.10 Breezy > (Debian-based). I've got .shtml working, but can't get XBitHack to work. > > vhost config: > > Options -Indexes -FollowSymLinks Are you sure you don't mean "Options None"?

RE: [EMAIL PROTECTED] Log entries not sorted by time correctly

2005-12-09 Thread Causevic, Dzenan
I am trying to avoid sorting at any cost, I will first take a look at details on how to compile mod_log_config as you suggested. Now how do I make sure buffered logs are not turned on? Dzenan Causevic Software Developer NaviSite, Inc. (315) 453-2912 x5346 -Original Message- From: Joshua S

RE: [EMAIL PROTECTED] content filtering by access

2005-12-09 Thread Wagner, Aaron
Check the $PHP_AUTH_USER variable. I think that once you go thru the restricted area and log on, you AUTH is carried in the browser thru unrestricted areas too. Check by looking at phpinfo() on a unrestricted page after you go thru the restricted area and logon. Thanx Aaron N Wagner Monitori

Re: [EMAIL PROTECTED] content filtering by access

2005-12-09 Thread Joshua Slive
On 12/9/05, Bill Tangren <[EMAIL PROTECTED]> wrote: > Hi, > > I'm new to this forum, so I hope this question is being directed to the proper > place. > > I run an apache server (2.0.52), and I have a number of employees here who > access restricted pages via > > > AuthUserFile conf/htpasswd.users

Re: [EMAIL PROTECTED] Log entries not sorted by time correctly

2005-12-09 Thread Joshua Slive
On 12/9/05, Causevic, Dzenan <[EMAIL PROTECTED]> wrote: > We upgraded from HTTPD 1.1.3 to 2.0 and since then the log entries are not > sorted correctly by the time. > We did not have this problem before upgrade. Is this a problem in 2.0 or > did we miss something in configuration that would ensure

Re: [EMAIL PROTECTED] content filtering by access

2005-12-09 Thread Robbie Garrett
Hey, Let me c if i got this right. basically you are looking for apache to display info that is different based upon what the user supplys as a user name? as in my page (user name robbie) would say sup and john page (user name john) would say hello. Is that the idea? If so i belive you wou

Re: [EMAIL PROTECTED] Log entries not sorted by time correctly

2005-12-09 Thread Josh Feather
Try checking your log format string in httpd.conf "Causevic, Dzenan" <[EMAIL PROTECTED]> 12/09/2005 01:42 PM Please respond to users@httpd.apache.org To users@httpd.apache.org cc Subject [EMAIL PROTECTED] Log entries not sorted by time correctly We upgraded from HTTPD

[EMAIL PROTECTED] Log entries not sorted by time correctly

2005-12-09 Thread Causevic, Dzenan
Title: Log entries not sorted by time correctly We upgraded from HTTPD 1.1.3 to 2.0 and since then the log entries are not sorted correctly by the time. We did not have this problem before upgrade. Is this a problem in 2.0 or did we miss something in configuration that would ensure all log e

[EMAIL PROTECTED] Apache2 SSI XBitHack not working

2005-12-09 Thread WJG
I'm trying to configure SSI on Apache2 (2.0.54) on Ubuntu 5.10 Breezy (Debian-based). I've got .shtml working, but can't get XBitHack to work. vhost config: Options -Indexes -FollowSymLinks AllowOverride None Options MultiViews +Includes AllowOverride None

[EMAIL PROTECTED] content filtering by access

2005-12-09 Thread Bill Tangren
Hi, I'm new to this forum, so I hope this question is being directed to the proper place. I run an apache server (2.0.52), and I have a number of employees here who access restricted pages via AuthUserFile conf/htpasswd.users I have had no problems implementing this. What I would like t

RE: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-09 Thread Nick Burch
On Fri, 9 Dec 2005, Nick Burch wrote: On Wed, 7 Dec 2005, Nick Burch wrote: I'm also half tempted to try and make that error message more useful. Anyone know much about that area of code, or should I just dive in? I've done this. I still haven't quite figured out my problem, but I have narrow

RE: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-09 Thread Nick Burch
On Wed, 7 Dec 2005, Nick Burch wrote: I'm also half tempted to try and make that error message more useful. Anyone know much about that area of code, or should I just dive in? I've done this. I still haven't quite figured out my problem, but I have narrowed it down quite a bit. Now to go inves

Re: [EMAIL PROTECTED] Virtualhost + Appliance

2005-12-09 Thread Ismael Milach
Thanks Robbie and Josh... Everything is working now... Well, everything but the squirrelmail, which uses a separated apache.conf file... DocumentRoot /usr/share/squirrelmail ServerName webmail.mydomain.com and Include /etc/squirrelmail/apache.conf in the httpd.conf. but that's not really

Re: [EMAIL PROTECTED] Virtualhost + Appliance

2005-12-09 Thread Robbie Garrett
hey, it's your httpd.conf. The ip's need to be changed away from Ip to name based. This way apace will look at what the brower is looking for / find it in the config file and put out the files. in english when you enter xxx.com your brower send the request to a a dns server (where is xxx.

Re: [EMAIL PROTECTED] https problem

2005-12-09 Thread Tony Di Croce
Exactly. I realise that this is non optimal, but I need to be able to handle secure transactions for a number of clients being served from the same hardware... And it's not like I'm the first person to do this... In fact, it's pretty common...     tdOn 12/7/05, Boyle Owen <[EMAIL PROTECTED]> wrote

Re: [EMAIL PROTECTED] Virtualhost + Appliance

2005-12-09 Thread Joshua Slive
On 12/9/05, Ismael Milach <[EMAIL PROTECTED]> wrote: > NameVirtualHost 210.210.210.210:80 (i've tried to switch it to the > server's local IP with no luck) It must be the IP address that the server receives requests on. But you can eliminate this confusion by simply using NameVirtualHost *:80

[EMAIL PROTECTED] Virtualhost + Appliance

2005-12-09 Thread Ismael Milach
Hey guys, what's up I've made some changes in my network yesterday to put an Appliance (VPN router, etc.) between the Wan and my Linux box (with Bind, apache, postfix, etc.). So now my server has only a local network interface and everything sent to It is forwarded by the Appliance and v

RE: [EMAIL PROTECTED] PHP Prolem

2005-12-09 Thread Todd Hofert
I apologize for my ignorance but I still cannot make this work. Can someone please offer specific direction on how to edit the .conf file to allow my appache server to properly display php files in browsers? Thanks Todd From: myhapwcforever [mailto:[EMAIL PROT

[EMAIL PROTECTED] SSL environment variable SSL_CLIENT_CERT as http header with mod_rewrite

2005-12-09 Thread Christian Folini
Hello, I am configuring apache 2.0.54 as a revproxy that handles authentication based on client certificates. Now my customer running the backend application requests to see the client certificates as a whole. After googling around i stumbled over a method mentioned by Brian Hughes on this maili

[EMAIL PROTECTED] mod_cache broken in 2.2.0 ?

2005-12-09 Thread Dick Snippe
Hi, we use apache-2.0.x as a reverse caching proxy, using mod_cache, mod_mem_cache, mod_proxy and mod_proxy_http. Basically by saying CacheEnable mem / ProxyPass / http://tomcatserver:/ (okay, there is some more configuration involved, but this is the basic idea. We