> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 05, 2006 6:29 AM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] .htaccess and WAP 1.1
>
>
> > Boyle Owen wrote:
>
> > Doesn't mean much... Could all be using the same DN server
>
> -Original Message-
> From: Bill Angus [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 04, 2006 10:17 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Install / setup troubles
>
> Dear Vasiliy:
>
> It seems that I am getting an error message in the log file
> that [warn]
> -Original Message-
> From: Z.C.B. [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 05, 2006 5:31 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Webdav 403 problems.
>
> I have it set up like this, but I can not manage to write to
> it at all. I originally had some Auth stuff
Vincent Blondel wrote:
You are right and this is exactly what I would like to have. So if I understand
you, it is impossible to ask apache to
behave, in forward configurations, as some web browsers (like firefox) during
ftp connections or in other words to
transform the ftp output in a nice htm
You are right and this is exactly what I would like to have. So if I understand
you, it is impossible to ask apache to
behave, in forward configurations, as some web browsers (like firefox) during
ftp connections or in other words to
transform the ftp output in a nice html page.
Thanks a lot fo
>>> -
.htaccess
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.urlAA.net$ [OR]
RewriteCond %{HTTP_HOST} ^urlAA.net$ [OR]
RewriteCond %{HTTP_HOST} ^mm.urlAA.net$
RewriteRule ^(.*) http://www.urlBB:8080/myservlet/$1 [R,L]
>>> -
>>>
>>> The $1 seem
> Boyle Owen wrote:
> Doesn't mean much... Could all be using the same DN server for all we
> know. I understand you being coy about revealing your actual domain name
> but in this case you are hindering people trying to help you. It is
> starting to look like a DNS issue whereby some machines on
Title: Issue : AllTheWeb, Altavista with Apache Proxy Server
Hi,
We have been using Apache (httpd 2.0.50) as a Proxy Server. The Proxy handles all requests except the search queries to the AllTheWeb, Altavista Search Engines. Whenever I submit a query to these search engines, it takes me t
I have it set up like this, but I can not manage to write to it at
all. I originally had some Auth stuff in there, but that has been
removed.
When ever I try reading or any thing I get a 403 error. Httpd does
have the proper permissions for accessing it.
Any suggestions as to what to check?
Alia
Hi,
We have a jsp/java filter for image / javascript by using filter pattern in
web.xml (*.js ,*.img, *.jpg etc) to sets configurable max-age header based
on resource to reduce the number of GET if-modified http request. This works
fine in stand alone oc4j app server and I can see on the clien
Can't say what you've done wrong, but this setup works for me:
Alias /dav/ "/home/httpd/dav/files/"
# time out user locks if not resolved within 0.5 hours
DAVMinTimeout 1800
DAV on
AllowOverride AuthConfig
AuthType Basic
AuthName "blah blah blah"
AuthUserFil
Thanks! I should of noted that touch works as well, so I suspect if that is
what 'more' does it would work to. I'll try it(I have to wait for ttl to expire
so it takes awhile), and will post only if it does not work. I just think it's
odd that we would have to use these more unusual methods to c
Title: Apache WebDav setup problem
I came up with the following setup for webdav access using apache 2 unix and tried to test it using WebFolder in Windows xp.
ServerName admin.mysite.com
DocumentRoot /var/apache2/htdocs/webdav/
DAVLockDB /app/webdavlock
DAV On
AuthT
On 5/4/06, Vincent Blondel <[EMAIL PROTECTED]> wrote:
Joshua,
Below you can find my httpd.conf. As I explained it, my clients connect
to this config running on port 7000 and this is working fine.
Concerning eventual errors, I don't get any error with it, except that
when I try to access any ftp
Jennifer R. Lee wrote:
If I use windows xcopy command, copy command, drag and drop or even the unix
toolkit mv command to swap these two files and then launch a.htm, Apache acts
as if there was no change, and sends a 304 every time the TTL expires
Just a wild observation, but xcopy/copy/etc a
While trying to run my apache instance as a proxy, I
get the following error:
Cannot load
/bmc/local/apps/apache/modules/mod_proxy.so into
server: ld.so.1: httpd: fatal: relocation error: file
/bmc/local/apps/apache/modules/mod_proxy.so: symbol
ap_proxyerror: referenced symbol not found
I have my
I've commented on each one with what I have deduced so far, any insight
into if I am correct or not or are missing something would be awesome :)
JupiterHost.Net wrote:
In porting a module from apache 1.3 to 2.0/2.2
I'm seeing these apache specific elements:
request_rec * r:
static int foo (r
I’m reconstructing a web server after inadvertently (and
stupidly) deleting Apache2’s ./conf directory instead of copying it to a
safe place L. I’m using a fraternal twin of
that web server as a model and file source to recreate that ./conf directory. I
believe I’ve restored all of the re
Dear Vasiliy:
It seems that I am getting an error message in the
log file that
[warn] Init: (www.psychtest.com:443) You configured
HTTP(80) on the standard HTTPS(443) port!
If I let the conf.ssl script proceed to the point
where it tries configure SSL on, the server terminates.
What I
Hello All - I have an issue with my Apache server that I do not understand. I
am no Apache expert, so I am hoping someone within this forum can tell me if
this is expected behavior, a config issue or a possible bug. I see nothing in
the FAQ's or bug lists that help me with this. I am testing a
In porting a module from apache 1.3 to 2.0/2.2
I'm seeing these apache specific elements:
request_rec * r:
static int foo (request_rec * r)
r->uri
r->server->server_hostname
r->pool
ap_getword:
w = ap_getword(r->pool, &dnam, '/'); /* previosuly: char *name =
r->uri; ... dname = name + 2; */
I'm getting lots of the following error with Apache 2.0.52 on a Solaris 10
machine:
[info] (32)Broken pipe: core_output_filter: writing data to the network
I've read online that it's normal to see this when users click stop or in
some other way end the connection before the transmission ends, b
Instead of using , try putting all your
SSL virtual host settings between
R.
--- Bill Angus <[EMAIL PROTECTED]> wrote:
> Krist and all... Thanks for the information you
> gave. It helped me to debug some of my mistakes in
> the .conf files and to understand a bit of what is
> going wrong.
Bill,
Yes, you can :) Its all about how you configure your
VirtualHosts. If you elaborate a bit, I would be glad to shoot a sample
config :)
--
Vasiliy Boulytchev
CIT Internet
On Thu, 4 May 2006, Bill Angus wrote:
This is a bit of a newbie question --- But can one have named virtual ho
This is a bit of a newbie question --- But can one
have named virtual hosts on port 80 but still run SSL on the same server
by not having any named virtual hosts on port 443 ?
Bill Angus, MAhttp://www.psychtest.com
- Original Message -
From:
Krist van Besien
To: users@htt
Krist and all... Thanks for the information you
gave. It helped me to debug some of my mistakes in the .conf files and
to understand a bit of what is going wrong.
I think part of the problem is my environment.
I have windows 2000 boxes and have an installed Apache 2.0.55 binary
(downloaded
Joshua,
Below you can find my httpd.conf. As I explained it, my clients connect
to this config running on port 7000 and this is working fine.
Concerning eventual errors, I don't get any error with it, except that
when I try to access any ftp site ( example ftp://ftp.belnet.be/ ) I get
this result
Dear Apache Experts,
I am somewhat confused about that CGI stuff. I have successfully written
a CGI script that sets a cookie. The (Ruby) script is called directly as
CGI script, because I noticed that it seems to be impossible to call the
CGI script using Apache's Server Sider Includes (SSI). We
On 5/3/06, Stuart, Ed <[EMAIL PROTECTED]> wrote:
We're running Apache 2.0.46 on Red Hat kernel 2.4. We're trying to shorten
the URL our clients have to use to connect to an application. We have three
environments; development, test, and production. Our approach is to create a
DNS entry in the
On 5/3/06, Stuart, Ed <[EMAIL PROTECTED]> wrote:
We're running Apache 2.0.46 on Red Hat kernel 2.4. We're trying to shorten
the URL our clients have to use to connect to an application. We have three
environments; development, test, and production. Our approach is to create a
DNS entry in the
On 5/3/06, Mukarram Syed <[EMAIL PROTECTED]> wrote:
Hi,
I need some help on this, we are going to go live soon but this is a road
block for us.
The issue is:
We are hosting an ecommerce site. Lets say the http domain is
www.example.com
We go to www.example.com, browse and click on some items and
Hi,
Boyle Owen wrote:
>>> please snip the reply appropriately where possible.
>>>
>> Sorry.
>>
>>> So what _exactly_ is the redirect that gets sent to the
>> phone (i.e..
>>> is it exactly 'http://serverB/m/nate'? It seems to me that the
>>> redirect may be wrong. Your PC can resolve it b
32 matches
Mail list logo