Re: [EMAIL PROTECTED] Password protect... no user required

2006-06-15 Thread David Wolever
Alternatly, you could do what my WRT54g does and use HTTP authentication, but simply ignore the username field. Or have a blank username? Either way, I don't know your situation, but that may be the simplist way to go... On 6/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Having looked at

[EMAIL PROTECTED] Fiddling with mod_proxy Output

2006-04-19 Thread David Wolever
Hey, I'm using mod_proxy to give people outside my LAN access to an internal web page. The problem is, the web server being used to serve that page (Xitami) makes poor use of redirect headers. When a directory is requested with out a trailing slash (eg /foo instead of /foo/), a 302 is sent back b

Re: [EMAIL PROTECTED] Apache Starts Intermittently

2006-04-12 Thread David Wolever
; will necessarily fail if executed before the former server > process has actually shut down and freed the sockets. > > -ascs > > -Original Message- > From: David Wolever [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 12, 2006 3:55 PM > To: users@httpd.apache.o

Re: [EMAIL PROTECTED] Apache Starts Intermittently

2006-04-12 Thread David Wolever
; start/stop but rather uses the "reload" option of httpd. > > -ascs > > -Original Message- > From: David Wolever [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 12, 2006 3:56 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Apache Starts In

[EMAIL PROTECTED] Apache Starts Intermittently

2006-04-11 Thread David Wolever
Hello List, I've noticed that, on the two web servers I keep alive, Apache will tell me it has started when it really has not. I will re-start Apache: $ sudo /etc/init.d/apache restart * Stopping apache... [ ok ] * Starting apache... [ ok ] But, if I use `p

Re: [EMAIL PROTECTED] Can apache and ssh share port 80?

2006-03-31 Thread David Wolever
Hey, I, personally, run Apache on 80, SSH on 443... Works well and keeps worms off my back. Your problem DOES remind me of something I stumbled across a little while ago. Here it is: http://dag.wieers.com/howto/ssh-http-tunneling/ Tunneling SSH over HTTP "This document explains how to set up an A

Re: [EMAIL PROTECTED] Basic question

2006-02-21 Thread David Wolever
Escape character is '^]'. GET / HTTP/1.1 Host: gitesting.com HTTP/1.1 200 OK Date: Wed, 22 Feb 2006 04:17:09 GMT Server: Apache Web Server Try it for yourself :) If you're still having trouble, feel free to contact me off-list. David On 2/21/06, Tezyn Drasdin <[EMAIL PROTECTED]&g

Re: [EMAIL PROTECTED] Basic question

2006-02-21 Thread David Wolever
You can either use: GET http://wolever.wolever.net/ HTTP/1.1 or specify a host: GET / HTTP/1.1 Host: wolever.wolever.net On 2/21/06, Tezyn Drasdin <[EMAIL PROTECTED]> wrote: > Hey Users, > > I know that this is probably off the scope of what the mailing list is used > for, but I don't know of a b

Re: [EMAIL PROTECTED] problem with cgi permissions

2006-01-29 Thread David Wolever
On 1/30/06, mohan devanoor <[EMAIL PROTECTED]> wrote: > hi all, > iam an apche 2.0.55 user > i want to get my homepages for different directories like > http://localhost/page1 -- (hello.html) > > http://localhost/page2--(welcome.html) > > http://localhost/page3 --(index.html) > > i tried

Re: [EMAIL PROTECTED] problem hosting a webpage in apache(asap)

2006-01-26 Thread David Wolever
Get xampp. http://www.apachefriends.org/en/xampp.html While it downloads, read the docs: http://www.apachefriends.org/en/faq-xampp.html When its finished downloading, you should be five minutes away from being up and running. Good luck, David On 1/27/06, mohan devanoor <[EMAIL PROTECTED]> wrote: >

Re: [EMAIL PROTECTED] How to execute cgi on a proxied host ?

2006-01-25 Thread David Wolever
I think I've done exactly this with one of my web pages... It does not use vhosts, but a (probably un-holy) mix of mod_rewrite and mod_proxy. This is on Apache 1.3.33 ### # Forward requests for /fs/ to localhost:9090 ### ProxyPassReverse /fs http://${HTTP_HOST}:9090/fs RewriteEn

Re: [EMAIL PROTECTED] htpasswd

2006-01-17 Thread David Wolever
I don't think Apache likes to do that very much... I'm sure it would be possible to hack your way around it, but the basic authentication scheme is just that... basic. It may be quicker and easier to whip something up in PHP (or Perl, or Python or what have you). I know sessions are really easy in

Re: [EMAIL PROTECTED] IndexIgnore is Ignored With Multiple Slashses

2006-01-17 Thread David Wolever
mac (OSX 10.4.4 with Apache 1.3.33) using in httpd.conf: IndexIgnore abc and I can still bypass the IndexIgnore. David (I will take the tip about VS though -- I know I've used it for things in the past) On 1/17/06, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: > David

[EMAIL PROTECTED] IndexIgnore is Ignored With Multiple Slashses

2006-01-16 Thread David Wolever
thought itmight be worth getting out there.DavidPS: I'm terribly sorry if this has already been reported...but it is terribly hard to Google. --   David Wolever - http://wolever.net/~wolever  AIM: davidswolever MSN: [EMAIL PROTECTED]  P: 416-769-0318 C: 416-906-0403   "Without payment you hav