Re: [EMAIL PROTECTED] reverse proxy - forward ip

2006-01-30 Thread François Conil
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

[EMAIL PROTECTED] AddDefaultCharset and Multiple Encodings

2006-01-30 Thread Skating Jim
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

[EMAIL PROTECTED] Re: problem with fetching data in mod_perl

2006-01-30 Thread Senthil Nathan
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

Re: [EMAIL PROTECTED] RedirectMatch wrongly matching single chars of a string?

2006-01-30 Thread Björn Heller
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

[EMAIL PROTECTED] extend 20 char limit to 60 in directory listing

2006-01-30 Thread John Stile
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. -

Re: [EMAIL PROTECTED] permissions problem

2006-01-30 Thread Dr. Stephen Judd
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

Re: [EMAIL PROTECTED] Free to wrong pool

2006-01-30 Thread Emmanuel E
 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

Re: [EMAIL PROTECTED] permissions problem

2006-01-30 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] RedirectMatch wrongly matching single chars of a string?

2006-01-30 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] RedirectMatch wrongly matching single chars of a string?

2006-01-30 Thread Björn Heller
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 >>

Re: [EMAIL PROTECTED] RedirectMatch wrongly matching single chars of a string?

2006-01-30 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] RedirectMatch wrongly matching single chars of a string?

2006-01-30 Thread Björn Heller
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

Re: [EMAIL PROTECTED] RedirectMatch wrongly matching single chars of a string?

2006-01-30 Thread Joshua Slive
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

[EMAIL PROTECTED] Free to wrong pool

2006-01-30 Thread Jason J. Czerak
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

Re: [EMAIL PROTECTED] Re: Alias and directory path

2006-01-30 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] HTTP auth and custom login pages

2006-01-30 Thread Nick Kew
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

[EMAIL PROTECTED] RedirectMatch wrongly matching single chars of a string?

2006-01-30 Thread Björn Heller
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

[EMAIL PROTECTED] HTTP auth and custom login pages

2006-01-30 Thread Andy Moran
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

[EMAIL PROTECTED] LDAP Search string

2006-01-30 Thread Matt Weston
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

[EMAIL PROTECTED] Re: Alias and directory path

2006-01-30 Thread Brian E Miller
> 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

[EMAIL PROTECTED] Re: reverse proxy - forward ip

2006-01-30 Thread Joost de Heer
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

Re: [EMAIL PROTECTED] permissions problem

2006-01-30 Thread Dr. Stephen Judd
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

Re: [EMAIL PROTECTED] Re: Alias and directory path

2006-01-30 Thread Joshua Slive
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.

[EMAIL PROTECTED] Re: Alias and directory path

2006-01-30 Thread Brian E Miller
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

[EMAIL PROTECTED] Re: Alias and directory path

2006-01-30 Thread Brian E Miller
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

Re: [EMAIL PROTECTED] permissions problem

2006-01-30 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] permissions problem

2006-01-30 Thread David Salisbury
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

Re: [EMAIL PROTECTED] permissions problem

2006-01-30 Thread Dr. Stephen Judd
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

[EMAIL PROTECTED] Symbol referencing error

2006-01-30 Thread Jonathan Mangin
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

Re: [EMAIL PROTECTED] Re: Alias and directory path

2006-01-30 Thread Joshua Slive
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. -

Re: [EMAIL PROTECTED] permissions problem

2006-01-30 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] reverse proxy - forward ip

2006-01-30 Thread allan juul
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

[EMAIL PROTECTED] Re: Alias and directory path

2006-01-30 Thread Brian E Miller
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

[EMAIL PROTECTED] permissions problem

2006-01-30 Thread Dr. Stephen Judd
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

Re: [EMAIL PROTECTED] reverse proxy - forward ip

2006-01-30 Thread Boysenberry Payne
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

[EMAIL PROTECTED] reverse proxy - forward ip

2006-01-30 Thread allan juul
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

Re: [EMAIL PROTECTED] problem regarding cgi permissions(asap)

2006-01-30 Thread Sean Conner
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

Re: [EMAIL PROTECTED] Alias and directory path

2006-01-30 Thread Joshua Slive
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

[EMAIL PROTECTED] Win32 Apahce 2.0.55 and mod_ssl

2006-01-30 Thread Jason J. Czerak
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

[EMAIL PROTECTED] Radius Servers and LDAP

2006-01-30 Thread Matt Weston
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

Re: [EMAIL PROTECTED] mod_edir

2006-01-30 Thread httpd2
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

Re: [EMAIL PROTECTED] mod_edir

2006-01-30 Thread Simon Flood
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_

Re: [EMAIL PROTECTED] Is this list working?

2006-01-30 Thread herauthon
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

[EMAIL PROTECTED] Is this list working?

2006-01-30 Thread Brian E Miller
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

[EMAIL PROTECTED] mod_edir

2006-01-30 Thread Matt Weston
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

Re: [EMAIL PROTECTED] Compiling apache 2 modules

2006-01-30 Thread httpd2
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

Re: [EMAIL PROTECTED] Compiling apache 2 modules

2006-01-30 Thread Boysenberry Payne
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

[EMAIL PROTECTED] Compiling apache 2 modules

2006-01-30 Thread httpd2
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

[EMAIL PROTECTED] Alias and directory path

2006-01-30 Thread Brian E Miller
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

Re: [EMAIL PROTECTED] Apache 2.0 running but http://localhost won't work.

2006-01-30 Thread Chris D'Ambrosio
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

Re: [EMAIL PROTECTED] high load average on Apache 1.3 hosting 8000 conc. users forum

2006-01-30 Thread httpd2
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.

[EMAIL PROTECTED] Re: Problem with Images not displaying.

2006-01-30 Thread Joost de Heer
> 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

RE: [EMAIL PROTECTED] problem regarding cgi permissions(asap)

2006-01-30 Thread Boyle Owen
> -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*

[EMAIL PROTECTED] problem regarding cgi permissions(asap)

2006-01-30 Thread mohan devanoor
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)>

RE: [EMAIL PROTECTED] problem regarding cgi permissions(asap)

2006-01-30 Thread Boyle Owen
> -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

RE: [EMAIL PROTECTED] problem regarding cgi permissions(asap)

2006-01-30 Thread Boyle Owen
> -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

[EMAIL PROTECTED] problem regarding cgi permissions(asap)

2006-01-30 Thread mohan devanoor
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

RE: [EMAIL PROTECTED] problem regarding cgi permissions(asap)

2006-01-30 Thread Axel-Stéphane SMORGRAV
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:

RE: [EMAIL PROTECTED] problem regarding cgi permissions(asap)

2006-01-30 Thread Boyle Owen
> -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

[EMAIL PROTECTED] problem regarding cgi permissions(asap)

2006-01-30 Thread mohan devanoor
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

Re: [EMAIL PROTECTED] high load average on Apache 1.3 hosting 8000 conc. users forum

2006-01-30 Thread Jean Bonnot
[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