Neelay Shah wrote:
Well, there are some programs like "junction"
available on sysinternals that supposedly make hard
link equivalent on windows...and the point is the user
can create a hard link to c:\ in his user dir.
No that's a junction, and Apache2 should treat it as a softlink.
and it w
hi Joshua,
I know very well that response header cann't be viewed directly thru web
browser.
i am accessing the page using telnet or Apache jmeter which displays all the
response header
The content of the meta file is :
MyHeader:Hello
If i use mod_headers i am getting MyHeader in response.
e.g:
It was thus said that the Great Neelay Shah once stated:
>
> --- "Roger B.A. Klorese " <[EMAIL PROTECTED]> wrote:
>
> > Hard links don't exist in Windows, do they?
> >
> > And on Linux and other Unixen they require suitable
> > permissions on the
> > object.
>
> Well, there are some programs li
Well, there are some programs like "junction"
available on sysinternals that supposedly make hard
link equivalent on windows...and the point is the user
can create a hard link to c:\ in his user dir. and it
will expose the whole hard drive and that is why I am
concerned about it...how to stop the
RewriteRule will by default only match the request, that is the "/
profile" part. Apparently the RewriteRule can back-reference to the
last-matched RewriteCond. So the following *should* work.
Of course, mod_rewrite is called "voodoo" even by experts, so it's
possible that my logic is flawed
I'm trying to set it up so that users of my site can enter a url like
"username.mysite.com/profile" that will rewrite to
"mysite.com/profile.jsp?u=username", or something of that nature. From
what I understand, using mod_rewrite is the best way to do this.
I've added the following to my httpd.conf
On Thursday 11 August 2005 22:30, Oliver Pike wrote:
> I'm trying to support a web-application and
> unfortunatley I don't have access to the code, so I
> have to come up with a workaround.
Have you tried the solution suggested in the CGI FAQ?
--
Nick Kew
---
Neelay Shah wrote:
So, if one of the users in his home directory creates
a hard link to C:/ there is no way I could configure
the web server to avoid following that hard
link..following the link would display the contents of
the "C:/"
Hard links don't exist in Windows, do they?
And on Lin
So, if one of the users in his home directory creates
a hard link to C:/ there is no way I could configure
the web server to avoid following that hard
link..following the link would display the contents of
the "C:/"
Neelay
--- "William A. Rowe, Jr." <[EMAIL PROTECTED]>
wrote:
> Neelay Shah wrot
I'm trying to support a web-application and
unfortunatley I don't have access to the code, so I
have to come up with a workaround. The problem is that
there is a client piece used to run queries, some of
which take hours, and the end-users' firewalls are
closing the connections because they sit idl
Got it!
Thanks,
Neelay
--- "William A. Rowe, Jr." <[EMAIL PROTECTED]>
wrote:
> Neelay Shah wrote:
> > Hi guys,
> >
> > I have two questions:
> >
> > 1. Is there any way I can specify in the config.
> file
> > for Apache that do not allow access to any
> directory
> > called 'foo' in my compl
Neelay Shah wrote:
2. Is there a way for me to configure apache so as to
disable showing/following hard links...
Look at your operating system and prevent them from existing.
A hard link is exactly what it says it is; once one is created between
the directory /foo and the directory /bar, there
Neelay Shah wrote:
Hi guys,
I have two questions:
1. Is there any way I can specify in the config. file
for Apache that do not allow access to any directory
called 'foo' in my complete root...i.e. for e.g. if I
say
Whoops;
that's
Bill
-
I think what your doing is completely preventing people from accessing
images at all. They need to access images to see them on the web
pages. You may try either placing an index file in the images
directory, or in your .htaccess specify to use some other page as the
directory index.
Hope that hel
Hi guys,
I have two questions:
1. Is there any way I can specify in the config. file
for Apache that do not allow access to any directory
called 'foo' in my complete root...i.e. for e.g. if I
say
Order Deny,Allow
Deny from All
This will disable access to 'c:\MyRoot\Dir1\foo' but
if I h
Tony VanScoy wrote:
I want to redirect certain requests to a pdf depending on a get
variable. nothing new, but I just can't get it to work. So I started
with the basics but just redirecting a certain page to a pdf, which
works.
RewriteRule ^/test\.php$ /pdf/somefile.pdf$ [R,T=application/pdf]
W
Hi everyone,
I have this problem with my web server.
I'm running mysql, apache, and php that come with fedora 4. I want to
place .htaccess file in /var/www/html/images/ folder to prevent users to
see
all images in this dictory, but this causes my web page unable to display
any images on the
I want to redirect certain requests to a pdf depending on a get
variable. nothing new, but I just can't get it to work. So I started
with the basics but just redirecting a certain page to a pdf, which
works.
RewriteRule ^/test\.php$ /pdf/somefile.pdf$ [R,T=application/pdf]
Which works fine. But,
On 8/11/05, Anthony Browne <[EMAIL PROTECTED]> wrote:
> The reason I need to proxy with mod_proxy after a rewrite is
> because I need to check and see if the request can be satisfied from
> our static cache of mirrored sites using mod_rewrite's -s and -d
> flags. If the request cannot be sa
The reason I need to proxy with mod_proxy after a rewrite is
because I need to check and see if the request can be satisfied from
our static cache of mirrored sites using mod_rewrite's -s and -d
flags. If the request cannot be satisfied from the filesystem, the
request must be rewritten a
Hello,
I am getting this error. Googling brings up nothing conrete or related to my
environment:
[Fri Aug 12 05:05:33 2005] [error] channelApr.receive(): Error receiving
message body -1 11
[Fri Aug 12 05:05:33 2005] [error] workerEnv.processCallbacks() Error reading
reply
[Fri Aug 12 05:05:3
Hi There, Thanks for any pointers.
A buggy internet application(I.E 6.0x (win xp SP2)) running on a
notebook has some issues. 1)I'm trying to inject a debugging version of
the malfunctioning javascript file to get some clues.
To do (1), I've tried putting an Apache server on the c
Axel,
Thanks again, it worked and I was able to go further, however I ran into
another problem. We are using
single-sign-on that stores ticket in cookie, however it looks like this cookie
is not being passed to the
client. And it goes into loop, i.e.,
-- AFTER SUCCESSFUL LOGIN, THE USER IS DIRE
George,
I have something similar...
I have been debugging an issue where I have seen processes growing to 800Mb on
a forward proxy configuration using the worker model. Perhaps interestingly
on reverse proxy configurations I get 100% CPU states occasionally as well.
What I have noticed is that
Dale,
thank you very much for the reply. i checked out webmin and it looks
to provide some of the functionality i was looking for, but not quite
what i was looking for.
i was looking for a centrally managed place for all apache
deployments, one place where you could make a change to a particular
hello,
is it possible somehow to force a prompt for a client certificate more
than once ?
this will force the prompt once in a browser session
SSLVerifyClient require
but how to force the prompt on every subsequent requests ?
basically im, looking for a way so that I control the prompts (
On 8/11/05, sridhar <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> The headers which are in the meta file are not displayed.
>
> I have done the following setting
>
>
> Options Indexes
> AllowOverride None
> Order allow,deny
> Allow from all
> MetaDir .
> MetaFiles on
> MetaSuffix .meta
>
>
> -Original Message-
> From: FSA [mailto:[EMAIL PROTECTED]
> Sent: Donnerstag, 11. August 2005 12:24
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] apache issue
>
>
> Hi, i wanna make a virtual host on my server and 1 directory
> inside this
> vhost i want to give access to us
On Thu, Aug 11, 2005 at 12:24:06PM +0200, [EMAIL PROTECTED] wrote:
> When replacing getpass() with getpassphrase() on Solaris (does the same but
> with passwords up to 256 chars) all works fine but this is not a portable
> solution I guess.
> Another option would be truncating the password that the
> -Original Message-
> From: FSA [mailto:[EMAIL PROTECTED]
> Sent: Donnerstag, 11. August 2005 12:24
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] apache issue
>
>
> Hi, i wanna make a virtual host on my server and 1 directory
> inside this
> vhost i want to give access to us
?
Axel-Stéphane SMORGRAV wrote:
> What is wrong with proper English and capital letters?
>
> -ascs
>
> -Original Message-
> From: FSA [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 11, 2005 12:24 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] apache issue
>
> Hi, i w
What is wrong with proper English and capital letters?
-ascs
-Original Message-
From: FSA [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 11, 2005 12:24 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] apache issue
Hi, i wanna make a virtual host on my server and 1 directory i
Hi,
I've looked through FAQ and bugdatabase but I could not find a reference to
the following problem
When adding a user to my AuthUserFile wtih a password > 8 chars that is MD5
hashed (-m option to htpasswd) on Solaris authentication to the webserver
will fail. This is caused by the fact that h
Hi, i wanna make a virtual host on my server and 1 directory inside this
vhost i want to give access to users that came from few ip's (duno if i
can check if they ware redirected from another web page wich is what i
actualy need).
Anyone have any ideeas ?
ty
signature.asc
Description: OpenPGP dig
Hello
Our webserver (on linux) freezes from time to time. I checked the
/var/log/messages file and found very often (but not allways in
connection with the freezing time) an entry like:
... kernel: Out of Memory: Killed process ... (httpd)
In the meantime I set the MaxMemFree too 900MB (the
Hi,
The headers which are in the meta file are not
displayed.
I have done the following setting
Options IndexesAllowOverride NoneOrder
allow,denyAllow from allMetaDir .MetaFiles onMetaSuffix
.meta
The html file xyz.html and the meta file
xyz.html.meta are in test folder and i am acces
> -Original Message-
> From: Joost de Heer [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 10. August 2005 19:58
> To: bruce
> Cc: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Re: apache question??
>
>
> bruce said:
> > hi...
> >
> > i just discovered that i can fire up a browser from
I think I must have been smoking something strong the day I replied to you last.
What you probably need is
ProxyPassReverse /wcs https://wd-prtlsrv1:8443/hendrickson
instead of
ProxyPassReverse https://wd-prtlsrv1:8443/hendrickson/j_security_check
http://extranet.hendrickson-intl.com/wcs/mai
38 matches
Mail list logo