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
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
; 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
; 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
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
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
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
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
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
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:
>
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
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
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
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
14 matches
Mail list logo