* Jimmy Lee wrote:
> I'm working with some devices that can't handle 100 continues.
>
> Is there a way to apply filters to apache to stop it from sending HTTP
> 100? Or is the only way to hack the base code?
RFC 2616 (8.2.3):
> An origin server SHOULD NOT send a 100 (Continue) response if
>
You'll need to configure a virtual host listening to the 8765 interface.
Once you've done that, you will simply need to put together a rewrite to
send requests to /abc.html to whatever target url you want.
Start by reading http://httpd.apache.org/docs/2.2/vhosts/
>From there, configuring the rewr
Let's say I have the following config for mod_cache:
...
CacheEnable disk /context1
CacheEnable disk /context2
is it possible to have two different "CacheDefaultExpire"; one for each
"CacheEnable"?
Morten
-
The officia
Hi,
An Apache 2 SVN server is configured on a LAN with mod_dav_svn and LDAP
authentication.
It listens on port 443.
Locally, it works perfectly, users use tortoiseSVN to operate the SVN
repository. When connecting to the https port of the server, an
authentication pops up, people get authenticated
On 8/17/07, wi <[EMAIL PROTECTED]> wrote:
> You'll need to configure a virtual host listening to the 8765 interface.
> Once you've done that, you will simply need to put together a rewrite to
> send requests to /abc.html to whatever target url you want.
>
> Start by reading http://httpd.apache.org/
On 8/17/07, Morten Kristiansen <[EMAIL PROTECTED]> wrote:
>
> Let's say I have the following config for mod_cache:
>
> ...
> CacheEnable disk /context1
> CacheEnable disk /context2
>
>
> is it possible to have two different "CacheDefaultExpire"; one for each
> "CacheEnable"?
>From the docs, i
I built Apache 2.2.4 on Win XP sp2 from source and everything works fine
except 1 thing.
In httpd.conf I have the following Listen directives:
Listen ipv4_address:88
Listen [ipv6_address]:88
After starting Apache, it appears to receive requests for both
http://ipv4_address:88 and http://[ipv6_a
Hello All,
I've got authentication in place on my server for every virtual host. with
the usual:
Options FollowSymLinks
AllowOverride All
Order deny,allow
Deny from all
AuthType Basic
AuthUserFile /etc/httpd/conf/htpasswd
AuthName "Authorized users only!"
require valid-user
satisfy any
Now in
On 8/17/07, aaron smith <[EMAIL PROTECTED]> wrote:
> But it seems that with the proxy it overrides HTTP authentication..
That's because the proxy never hits a local "". Use
instead.
Joshua.
-
The official User-To-User support
perfect, thanks.
On 8/17/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
>
> On 8/17/07, aaron smith <[EMAIL PROTECTED]> wrote:
>
> > But it seems that with the proxy it overrides HTTP authentication..
>
> That's because the proxy never hits a local "". Use
> instead.
>
> Joshua.
>
>
Dear users,
I installed Apache web server 2.2.4 on my Windows XP Platform along with
Active State Perl 5.8. I'm trying to run a cgi script using Apache Web Server.
When the script tries to access a local drive on my computer (C:/test), the
script gets hung up and sits there without doing
11 matches
Mail list logo