allan juul a écrit :
hello,
we have on the same machine an apache2 in front (80) of a backend web
server (8000) in a reverse proxy set up. the backend sees the proxied
requests from the apache as coming from localhost.
we are in a situation were we need the backend to see the request coming
from
The AddDefaultCharset directive overrides any encoding
settings in served content. Is there a way to force a
default encoding only when none is explicitly
indicated in the content?
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam prot
Hi All,Im using mod_perl 2 and Apache 2.I noticed that while fetching data
from a directory where the files are present, its not reading those
files and getting the data.After some refresh or apache restart the same data is fetched properly.
how to solve this issue???thankssenthil
Joshua Slive writes:
On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
Joshua Slive writes:
> On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
>> Joshua Slive writes:
>>
>> > On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
>> >
>> >> I want to redirect all requests like
>> >> site.com
Problem: When I get a list of all the files in that directory, the file
names are cut off after 20 characters.
Question: How/where do I would extend this limit to 60 characters. I
haven't found the right way to do this yet.
-
On 2006 Jan 30, at 10:09 PM, Joshua Slive wrote:On 1/30/06, Dr. Stephen Judd <[EMAIL PROTECTED]> wrote:On 2006 Jan 30, at 4:01 PM, Joshua Slive wrote:On 1/30/06, David Salisbury <[EMAIL PROTECTED]> wrote:[Mon Jan 30 15:54:49 2006] [error] (13)Permission denied: access to/radar/data/hi3.html deniedI
its actually a problem with threading
on perl on win32. you might try disabling freeing up threads by removing all
thread->join() and thread->detach references in the perl code. this will
eat up memory though. else you could try rewriting the code using processes
instead of threads by using
On 1/30/06, Dr. Stephen Judd <[EMAIL PROTECTED]> wrote:
>
>
> On 2006 Jan 30, at 4:01 PM, Joshua Slive wrote:
>
> On 1/30/06, David Salisbury <[EMAIL PROTECTED]> wrote:
>
>
>
>
> [Mon Jan 30 15:54:49 2006] [error] (13)Permission denied: access to
> /radar/data/hi3.html denied
>
>
> I'm not so sure
On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
> Joshua Slive writes:
>
> > On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
> >> Joshua Slive writes:
> >>
> >> > On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
> >> >
> >> >> I want to redirect all requests like
> >> >> site.com/somethi
Joshua Slive writes:
On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
Joshua Slive writes:
> On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
>
>> I want to redirect all requests like
>> site.com/something,
>> site.com/something/someotherthing,
>> site.com/something/xyz/someotherthing
>>
On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
> Joshua Slive writes:
>
> > On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
> >
> >> I want to redirect all requests like
> >> site.com/something,
> >> site.com/something/someotherthing,
> >> site.com/something/xyz/someotherthing
> >>
> >> to
Joshua Slive writes:
On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
I want to redirect all requests like
site.com/something,
site.com/something/someotherthing,
site.com/something/xyz/someotherthing
to site.com/something.html, no matter if or without trailing slash BUT NOT
if the URL is a
On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote:
> I want to redirect all requests like
> site.com/something,
> site.com/something/someotherthing,
> site.com/something/xyz/someotherthing
>
> to site.com/something.html, no matter if or without trailing slash BUT NOT
> if the URL is a .gif, .jpg
Win32 (Windows 2003 server)
Perl 5.8.7 MSwin32-x86-multi-thread
Apache 2.0.54
mod perl 2.x (latest?)
Apache::ASP application.
I get this error and things break. Apache halts all new connections. This is related to threading on Win32? Any ideas on how to fix this?
[Mon Jan 30 17:23:36 2006
On 1/30/06, Brian E Miller <[EMAIL PROTECTED]> wrote:
>
> Sorry, being a bonehead. The correct url is
> http://www.hingedmind.com/mindmail. Above is simply a typo due to brain
> damage.
>
> URL:
> http://www.hingedmind.com/mindmail/ and http://www.hingedmind.com/mindmail
> ---> changes to ---> h
On Monday 30 January 2006 23:37, Andy Moran wrote:
> We have a bunch of folders protected by htaccess valid-user directives,
> but management has decided that they want a nice login page rather than
> the browser prompting for a username and password.
>
> Is it possible to create a form page that
Hi List,
I've got following problem:
I want to redirect all requests like
site.com/something,
site.com/something/someotherthing,
site.com/something/xyz/someotherthing
to site.com/something.html, no matter if or without trailing slash BUT NOT
if the URL is a .gif, .jpg etc.
So I've got t
We have a bunch of folders protected by htaccess valid-user directives,
but management has decided that they want a nice login page rather than
the browser prompting for a username and password.
Is it possible to create a form page that then sends the auth
information to apache via POST or some
AuthLDAPUrl "ldap://161.31.24.18:389/ou=student,o=uca?uid?sub?(objectClass=*)"
In a LDAP search string such as above...how would I go about limiting the
search to just the student folder and exclude subfolders?
I read something about a Base, sub, and one filter but, haven't found too much
info
> URL:
> http://www.hingedmind.com/mind/
>
> Results:
>
> Access forbidden!
> Alias /mindmail "/srv/www/htdocs/hingedmind/squirrelmail-1.4.5/src/"
No error log or access log included, and the URL still does not match the
Alias.
Joshua.
Joshua,
Sorry, being a bonehead. The correct url is
htt
allan juul wrote:
> hello,
>
> we have on the same machine an apache2 in front (80) of a backend web
> server (8000) in a reverse proxy set up. the backend sees the proxied
> requests from the apache as coming from localhost.
> we are in a situation were we need the backend to see the request comin
On 2006 Jan 30, at 4:01 PM, Joshua Slive wrote:On 1/30/06, David Salisbury <[EMAIL PROTECTED]> wrote: [Mon Jan 30 15:54:49 2006] [error] (13)Permission denied: access to/radar/data/hi3.html denied I'm not so sure about your "forbidden by rule" assumption. I believe ifyou were to Deny access to an
On 1/30/06, Brian E Miller <[EMAIL PROTECTED]> wrote:
> URL:
> http://www.hingedmind.com/mind/
>
> Results:
>
> Access forbidden!
> Alias /mindmail "/srv/www/htdocs/hingedmind/squirrelmail-1.4.5/src/"
No error log or access log included, and the URL still does not match the Alias.
Joshua.
Current logs:
Error Log:
[Mon Jan 30 12:49:59 2006] [error] [client 24.176.227.138] Directory index
forbidden by rule: /srv/www/htdocs/hingedmind/mind/
[Mon Jan 30 12:50:21 2006] [error] [client 24.176.227.138] Directory index
forbidden by rule: /srv/www/htdocs/hingedmind/mind/
Could this be t
Tell us *exactly* what happens when you try to request a page,
including the exact URL that you use, and the exact contents of the
error and access logs for the request.
Joshua.
Again, thanks for the response.
URL:
http://www.hingedmind.com/mind/
Results:
Access forbidden!
You don't h
On 1/30/06, David Salisbury <[EMAIL PROTECTED]> wrote:
> >>> [Mon Jan 30 15:54:49 2006] [error] (13)Permission denied: access to
> >>> /radar/data/hi3.html denied
> I'm not so sure about your "forbidden by rule" assumption. I believe if
> you were to Deny access to an IP address you get a simple
On 1/30/06, Dr. Stephen Judd <[EMAIL PROTECTED]> wrote:
I'm confused about something in the security model of my Apache-run
website.I can access all the files that are grandchildren of my
DocumentRoot,
(i.e. any file in DocumentRoot/radar is accessible),
but none that are great grandchildren
(i.e
On 2006 Jan 30, at 3:06 PM, Joshua Slive wrote:
On 1/30/06, Dr. Stephen Judd <[EMAIL PROTECTED]> wrote:
I'm confused about something in the security model of my Apache-run
website.I can access all the files that are grandchildren of my
DocumentRoot,
(i.e. any file in DocumentRoot/radar is acces
I hope this is a place I can ask this kind of question...
I'm getting the following error 'make'ing an older version
of mod_perl (with an older version of Apache. Had this
version installed once.)
gcc -B/usr/ccs/bin/ -DSOLARIS2=280 -DMOD_PERL -DNO_DL_NEEDED -fno-strict-al
iasing -pipe -I/usr/lo
On 1/30/06, Brian E Miller <[EMAIL PROTECTED]> wrote:
>
> > Alias /mindmail "/srv/www/htdocs/hingedmind/squirrelmail-1.4.5/src"
> Based on the above configuration I use this url:
> http://www.hingedmind.com/mind/
That URL does not match the one specified above.
Joshua.
-
On 1/30/06, Dr. Stephen Judd <[EMAIL PROTECTED]> wrote:
> I'm confused about something in the security model of my Apache-run
> website.I can access all the files that are grandchildren of my
> DocumentRoot,
> (i.e. any file in DocumentRoot/radar is accessible),
> but none that are great grandchild
thanks for the suggestion. but to be more precise. i am interested in
the backend server seeing any request as coming from anything but localhost.
the backend could theoretically be serving just a gif image so a request
from the backend's point of view should somehow look like this in its
acce
On 1/30/06, Brian E Miller <[EMAIL PROTECTED]> wrote:
>
> I want to call squirrelmail from the browser
> http://www.hingedmind.com/mindmail
>
> The actual path is /srv/www/htdocs/hingedmind/squirrelmail-1.4.5/src or
> http://www.hingedmind.com/squirrelmail-1.4.5/src/index.php
>
> The document root
I'm confused about something in the security model of my Apache-run website.I can access all the files that are grandchildren of my DocumentRoot, (i.e. any file in DocumentRoot/radar is accessible),but none that are great grandchildren(i.e. any file in DocumentRoot/radar/data is not accessible).Ins
Maybe try this:
RewriteRule ^(.*)$ http://unique.host.com:8000/$1?ip=%{REMOTE_ADDR}
[P]
or
RewriteRule ^(.*)$
http://unique.host.com:8000/index.php?request=$1&ip=%{REMOTE_ADDR} [P]
with a rewrite rule on the receiving server to bring it back to the
original request.
You probably w
hello,
we have on the same machine an apache2 in front (80) of a backend web
server (8000) in a reverse proxy set up. the backend sees the proxied
requests from the apache as coming from localhost.
we are in a situation were we need the backend to see the request coming
from anything but localhos
It was thus said that the Great Boyle Owen once stated:
>
> In Unix, you never need to quote the path because the path can't contain
> spaces.
Actually, they can (for as long as I've been using Unix, and that's been
since 1989). The only two characters you *can't* use at all are the '/'
(which
On 1/30/06, Brian E Miller <[EMAIL PROTECTED]> wrote:
>
> I want to call squirrelmail from the browser
> http://www.hingedmind.com/mindmail
>
> The actual path is /srv/www/htdocs/hingedmind/squirrelmail-1.4.5/src or
> http://www.hingedmind.com/squirrelmail-1.4.5/src/index.php
>
> The document root
I'm benchmarking one of our sites. After some debugging I have found that when the site has ssl enabled, performance starts to degrade very rapidly, even to the point of rendering the server useless after 20 concurrent users. The servers CPU resources are 2% at this point when Apache fails. S
Has anyone setup LDAP to go through a radius server to access an LDAP server?
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscrib
http://forge.novell.com/modules/xfmod/project/?mod_edir
Google is your search friend!
Keith
In theory, theory and practice are the same;
In practice they are not.
On Mon, 30 Jan 2006, Matt Weston wrote:
> To: users@httpd.apache.org
> From: Matt Weston <[EMAIL PROTECTED]>
> Subject: [EMAIL PR
On 30/01/2006 16:45, Matt Weston wrote:
Does anyone know where I can get the mod_edir module for use with Novell
Edirectory?
If it isn't already installed on the server (check sys:\apache2\modules)
then you can download from Novell Forge @
http://forge.novell.com/modules/xfmod/project/?mod_
it seems to work - atleast i am reading it
- Original Message -
From: "Brian E Miller" <[EMAIL PROTECTED]>
To:
Sent: Monday, January 30, 2006 5:51 PM
Subject: [EMAIL PROTECTED] Is this list working?
>
> Could someone please respond to this email? I have sent several emails out
> with no
Could someone please respond to this email? I have sent several emails out
with no response (or bounces) neither have I received anything except
users-digest and I am wondering if this list is working. If so, it is the
quietest list I have been on.
-thanks
--
Thank you,
Brian E. Miller
hinge
Does anyone know where I can get the mod_edir module for use with Novell
Edirectory?
Matt
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
T
Thanks Boysenberry.
Got it working now with:
# ./configure --prefix=/usr/local/apache2-0-55-SSL
--with-ssl=/usr/include/openssl --enable-ssl=shared
--enable-mods-shared=all
Appaprently, ssl is one of several modules that are not
included in the --enable-mods-shared=all option, and have to
b
This is what I used:
./configure --with-mpm=prefork --enable-mods-shared=all --enable-ssl
--with-perl=/usr/bin/perl
It's all DSO for me. I think it might be DSO because of this:
--enable-mods-shared=all
Boysenberry
boysenberrys.com | habitatlife.com | selfgnosis.com
On Jan 30, 2006, at
Hi everyone.
I'm messing around with SSL trying to compile apache 2.0.55
with all modules including mod_ssl as dso's.
I use the following command to configure; all modules apart
from mod_ssl are built into the server.
# ./configure --prefix=/usr/local/apache2-0-55-SSL
--enable-mods-shared=al
I have been looking at this for several days. No matter how I configure,
I still get either "Object not found" or "Permission denied" depending on
the configuration.
You would think that this would be straight forward. I have searched and
read and everything should be working.
Any suggestions
i added an index file to my root folder and then tried http://localhost:8080 instead of just http://localhost and that did the trick. thanks for everybodies input its working now.[EMAIL PROTECTED] wrote: You also need to make sure you have some kind of index.htm(l) file in your DocumentRoot fo
Here is an efficient *FREE* php accelerator that may help
improve performance.
http://www.php-accelerator.co.uk/
I think it's also alot easier to set up than Turck mmCache,
with similar performance improvements.
Keith
In theory, theory and practice are the same;
In practice they are not.
> The problem I am having is that none of the .gif images appear on
> any of the pages.
Question: Most browsers have a setting to disable automatic image loading.
(In IE it's called 'Show pictures', in FF it's called 'Load images'). Did
you accidentally turn this off?
Next thing to do, if the
> -Original Message-
> From: mohan devanoor [mailto:[EMAIL PROTECTED]
> Sent: Montag, 30. Januar 2006 12:37
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] problem regarding cgi permissions(asap)
>
> hi,
> tried the same but same result
Tried what?
(I know what you *didn't*
hi, tried the same but same resultBoyle Owen <[EMAIL PROTECTED]> wrote: > -Original Message-> From: Axel-Stéphane SMORGRAV > [mailto:[EMAIL PROTECTED] > Sent: Montag, 30. Januar 2006 11:15> To: users@httpd.apache.org> Subject: RE: [EMAIL PROTECTED] problem regarding cgi permissions(asap)>
> -Original Message-
> From: mohan devanoor [mailto:[EMAIL PROTECTED]
> Sent: Montag, 30. Januar 2006 11:46
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] problem regarding cgi permissions(asap)
>
> hello,
> i tried using ScriptAlias and put " / " instead of " \ "
Be pr
> -Original Message-
> From: Axel-Stéphane SMORGRAV
> [mailto:[EMAIL PROTECTED]
> Sent: Montag, 30. Januar 2006 11:15
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] problem regarding cgi permissions(asap)
>
> I thought you were supposed to use slashes "/" rather than
> ba
hello, i tried using ScriptAlias and put " / " instead of " \ " but same problem it is indexing when i type http://localhost/sample Boyle Owen <[EMAIL PROTECTED]> wrote: > -Original Message-> From: mohan devanoor [mailto:[EMAIL PROTECTED] > Sent: Montag, 30. Januar
I thought you were supposed to use slashes "/" rather than back-slashes"\" in
httpd.conf, even on Windows servers.
What about replacing "D:\Apache2\htdocs\sample" with "D:/Apache2/htdocs/sample"
??
-ascs
From: mohan devanoor [mailto:[EMAIL PROTECTED]
Sent:
> -Original Message-
> From: mohan devanoor [mailto:[EMAIL PROTECTED]
> Sent: Montag, 30. Januar 2006 11:10
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] problem regarding cgi permissions(asap)
>
> hello all,
>
> i have used
>
>
> Options +ExecCGI
> AddHandler cgi-script
hello all, i have used Options +ExecCGIAddHandler cgi-script .cgi .pl to give cgi permissions to sample directory . it is working fine . But i should get access to sample as in the case of cgi-bin i.e http://localhost/sample/ shouldnot be permitted but i get the list of cgi(a
[EMAIL PROTECTED] a écrit :
Mainly VBulletin is a php script. I don't serve much static html files.
How can php be tuned to optimize its performance?
Usually, any php-forum has an option to make it storing generated pages
as html-static. In that case,
pages are regenerated only when a user
61 matches
Mail list logo