[EMAIL PROTECTED] Apache and dynu

2005-12-19 Thread Tom
, I get a could not be found error. I have forwarded tcp port 80 through the router, but I am still not able to make it work. I am using windows 2000 sp4 behind a belkin wireless g router. Any help would be appreciated.     Thanks,         Tom

[EMAIL PROTECTED] ignore/remove X-Forwarded-For

2007-08-01 Thread tom
Hi, is there a way to remove the X-Forwarded-For header from the request before it enters some point in the request route through apache? I need this because the weblogic module honors the header and this is not what is needed by us. Thanks for your responses Tomas ---

Re: [EMAIL PROTECTED] ignore/remove X-Forwarded-For

2007-08-02 Thread tom
is that I don't know how to access the HAVE_X-Powered-By variable at the second line ($HAVE_X-Powered-By$). Thanks in advance, Tomas > On 8/1/07, tom <[EMAIL PROTECTED]> wrote: > > Hi, > > > > is there a way to remove the X-Forwarded-For header from the request be

Re: [EMAIL PROTECTED] ignore/remove X-Forwarded-For

2007-08-02 Thread tom
Many thanks again !! One last think, how do I match the whole string with (.*) I match nothing.. I tried some things like (.*+) and (.+) but none of them seems to work. Thanks Tomas > > On 8/2/07, tom <[EMAIL PROTECTED]> wrote: > > H

Re: [EMAIL PROTECTED] ignore/remove X-Forwarded-For

2007-08-03 Thread tom
That would be the best way, but don't know how to do that in httpd.conf... > > > > > > On 8/2/07, tom <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > > > > > thanks, works fine. Do you know

[EMAIL PROTECTED] sharing state between client processes in prefork mode

2007-08-10 Thread tom
Hi *, we have apache 2.2.3 with mpm prefork mode. We wrote a module for it and the module needs to share statistical information between the apache child processes. We have done this through standard linux shared memory, but it seems not to work properly for higher loads (50 parallel clients).

[EMAIL PROTECTED] Add Inbound IP Header

2007-09-05 Thread tom
Hi, does anybody know how I could possibly add a header which would contain the inbound (server) IP, some header like this Inbound-IP: 192.168.0.1 , on which the request was received? (trying with mod_headers...) Thanks, Tomas -

[EMAIL PROTECTED] rotatelogs

2007-09-17 Thread tom
Hi, we need apache to log in a special way. For this we wrote an program that is executed by apache like this ErrorLog "|/path/to/our/program". We noticed that the program is actually started twice. The first instance is closed right away and gets EOF on stdin, the second than runs normally an

Re: [us...@httpd] P3P policy for each virtual host

2009-05-14 Thread Tom Evans
r, or by including a header indicating where the policy file is located, or by accessing the policy file in the ''well known location'' '/w3c/p3p.xml'. You can control headers using mod_headers, and you can control what content is available in what locations in a v

Re: [us...@httpd] After restart Vista, working Apache 2.2.11 stopped working, reinstall, google, etc to no avail

2009-05-15 Thread Tom Evans
=0006fe68 iopl=0 nv up ei pl nz ac > po nc > cs=001b ss=0023 ds=0023 es=0023 fs=003b gs= > efl=00010212 > libapr_1!warrsztoastr+0x9d: > 6eec9f0d 8a16mov dl,byte ptr [esi] > ds:0023:00969001=?? > > Knowing nothing a

Re: [us...@httpd] tomcat without apache in front

2009-05-20 Thread Tom Evans
ed. > > > > Is apache prefork or work MPM better in worker mgmt then tomcat ? > > > > Please suggest. > > > > Thanks > > Singh > > Are you asking which uses more resources, tomcat, or tomcat + a proxy? IMHO, If you have no need for apache in front o

Re: [us...@httpd] tomcat without apache in front

2009-05-21 Thread Tom Evans
workers with ``StartServers'', the maximum number with ``MaxClients'' and you control how it ramps between the two with ``MinSpareServers'' and ``MaxSpareServers''. For other MPMs, those directives have slightly different meanings, so always check

Re: [us...@httpd] Rewrite: modify http_host for many subdomains

2009-05-21 Thread Tom Evans
preciated. > > Thanks. > Pete > I wrote a module to do this, to avoid having to keep adding rewrite rules, see this mail http://mail-archives.apache.org/mod_mbox/httpd-users/200904.mbox/% 3c1240428167.3533.7.ca...@localhost%3e Cheers Tom

Re: [us...@httpd] virtual hosts and rewrite rules

2009-05-22 Thread Tom Evans
> If you have vhosts, then the default vhost is not what is specified outside of the vhost tags, it is the first defined vhost in your conf file. This means that any vhost level directives (like RewriteRules, ProxyPass, Location blocks etc) mu

Re: [us...@httpd] REMOTE_USER and PROXY request

2009-05-28 Thread Tom Evans
PassReverse /kongsberg/ http://aeoas02/kongsberg/${RU}/ interpolate > > > I also noticed that I can see the username value in the access logfile but > not in the rewrite logfile. > > Suggestions anyone? > > > Kind regards, Dag > Does this not wo

RE: [us...@httpd] REMOTE_USER and PROXY request

2009-05-28 Thread Tom Evans
On Thu, 2009-05-28 at 13:58 +0200, Efjestad, Dag wrote: > No, when I do this the value in RewriteCond is null. > > From logfile: > lookahead: path=/kongsberg/ var=REMOTE_USER -> val= > RewriteCond: input='' pattern='(.*)' => matched > >

Re: [us...@httpd] Number of httpd process spikes

2009-05-28 Thread Tom Evans
ild processes, so having 500 at certain times is worrying you, then you should probably drop that slightly. Have you considered not using prefork MPM? From your description, this apache sounds like a proxy/static content server - at

Re: [us...@httpd] IPv4 -> IPv6 name based proxy?

2009-05-29 Thread Tom Evans
nably simple to do with a custom apache module or as a mod_perl module, but I don't know much about mod_perl, I try to avoid perl as much as possible! Cheers Tom - The official User-To-User support forum of the Apache HTTP S

Re: [us...@httpd] combining ldap and file authentication

2009-06-03 Thread Tom Evans
7; 5) browser prompts for second username and password However, most/all browsers will empty their basic auth cache for that server/realm immediately on receiving a 401 response, so it will no longer submit the first set of credentials. The only way to provide this kind of authe

Re: [us...@httpd] combining ldap and file authentication

2009-06-04 Thread Tom Evans
On Thu, 2009-06-04 at 02:36 -0700, dimce wrote: > Hi Tom, > > Thanks for the good answer. > Since its a Tomcat application in the background, do you think I could do > the passwd authentication via Apache and then the LDAP authentication via > Tomcat(JNDI)? > > Regard

Re: [us...@httpd] Log output from fprintf(stdout, ...)

2009-06-05 Thread Tom Evans
Use ap_log_error() instead. eg #include void ap_log_error(const char *file, int line, int level, const server_rec *s, const char* fmt, ...); Typically, you would use macros for the first two arguments: ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, cmd->s, "%s", message); Cheers Tom ---

Re: [us...@httpd] Reverse Proxy: Max-Forwards has reached zero - proxy loop?

2009-06-10 Thread Tom Evans
com/exchange ProxyPassReverse /exchange https://mail01.example.com/exchange Your apache server, according to your conf file, is accessible at https://webmail.example.com , so it is not possible for your exchange server to be at the same address. Put the right address in, and it will work. Tom

Re: [us...@httpd] mod_deflate mod_php/php-cgi

2009-06-10 Thread Tom Evans
ss. It is less efficient than putting it in the main httpd.conf, has various 'gotchas' and slight differences in syntax that are easy to catch you out. Cheers Tom - The official User-To-User support forum of th

Re: [us...@httpd] HTTP server scalability

2009-06-10 Thread Tom Evans
esses is determined by the MaxClients directive divided by the ThreadsPerChild directive. BTW, large chunks of this I have literally copy pasted out of 'THE MANUAL'. Read it, repeatedly, until it makes sense. If it doesn't make sense, then for sure, come back and ask for more details, b

Re: [us...@httpd] segfault while migrating from RHEL4 to centOS 4.2 on apache 2.2.4 as proxy

2009-06-11 Thread Tom Evans
to call all registered C++ atexit() handlers. I think that either the module was compiled with a different compiler than httpd, or that your module tries to shutdown a library that has changed version in the move. Either way, this has nothing to do with apache, it is all in your proprietary code.

Re: [us...@httpd] Apache with multiple instance of jboss on same server

2009-06-11 Thread Tom Evans
lutely love to guess, but I left my magic guessing hat at home. Cheers Tom - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe

Re: [us...@httpd] Re: Apache with multiple instance of jboss on same server

2009-06-11 Thread Tom Evans
tions. > I am not very clear if apache is actually using the 2nd instance and why > does the application crash > the error that i get is "Your Application session has expired or an > unexpected error has occured!!!" > > Can anyone

Re: [us...@httpd] Stable Release of Apache

2009-06-11 Thread Tom Evans
ry few new features get added to apache in a stable branch). Whether it works nicely with your infrastructure or not is something that can only be determined by you yourself though. Be sure to test. Cheers Tom - The official U

Re: [us...@httpd] Stable Release of Apache

2009-06-11 Thread Tom Evans
e install, and then reinstall. Obviously, this is just if you are doing it from source. It is much preferred to use your distributions package management to upgrade it. Cheers Tom - The official User-To-User support forum of t

[us...@httpd] Tomcat 6 classpath issue

2009-06-17 Thread Tom Brown
Hi This is really for the tomcat list but my subscription is taking ages to come through so... On tomcat 6.0.18 i need to set the classpath of a webapp, its the only webapp running inside this tomcat. i believe i need to do something like the following in the web.xml classpath /my/webapp/

Re: [us...@httpd] New DOS HTTP tool

2009-06-19 Thread Tom Evans
rse proxies, but we still have to use prefork in our organization for our SSL reverse proxies. As I understand the docs, the limitation of mod_ssl not working with event is gone in trunk? Cheers Tom - The official User-To-User suppo

Re: [us...@httpd] Apr_bucket_read() failed when uploading files

2009-06-22 Thread Tom Evans
ou! > The whole issue in apache bugzilla [1] makes it clear that this is considered by design; a CGI script either needs to slurp all input or close stdin to signify that apache should do it. The reporter was reporting it for forms where he couldn't be bothered/didn't want to rea

Re: [us...@httpd] Apache 1.x & 2.x vulnerability against simple DoS attacks

2009-06-23 Thread Tom Evans
> > Has anyone heard of a configuration or a ongoing fix to protect Apache > against such attacks ? > > Thanks > > -- > Cordialement / Best Regards > > Bastien LEGRAS > Use the event MPM rather than prefork. Other people are suggesting mod_evasive would preven

Re: [us...@httpd] Apache 1.x & 2.x vulnerability against simple DoS attacks

2009-06-23 Thread Tom Evans
On Tue, 2009-06-23 at 16:36 +0100, Damian Myerscough wrote: > Hello, > > > Isn't the 'event MPM' experimental? > > > Wouldn't 'worker MPM' work better? > > 2009/6/23 Tom Evans > On Tue, 2009-06-23 at 15:11 +0200, Bastien

Re: [us...@httpd] Apache suddenly stops serving requests, recv() returns -1/errno=EAGAIN forever

2009-06-24 Thread Tom Evans
en there are BSD licensed wheels out there, don't design your own.. Eg: http://curl.haxx.se/ (MIT) http://curl.haxx.se/libcurl/ (MIT) http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libfetch/ (BSD) Curl has a list of the FOSS http libraries: http://curl.haxx.se/libcurl/competi

Re: [us...@httpd] Setting the Timeout directive to refrain a DoS attacks

2009-06-25 Thread Tom Evans
Event MPM does not help, there. > It is a bit like an arms race - I guess a solution could be to use a dedicated thread for reading in POST bodies. The best way to stop slowloris is to not allow a single user to cripple your server in this wa

Re: [us...@httpd] Zeus Subserver Equivalent in Apache2?

2009-06-29 Thread Tom Evans
> MWD. > > [0] Sadly this domain is not hosted with us, but it seemed like a good > example domain to use! > mod_vhost_alias http://httpd.apache.org/docs/2.2/mod/mod_vhost_alias.html Cheers Tom - The official U

[us...@httpd] Passing REMOTE_USER from reverse proxy to app server

2009-07-07 Thread Tom Evans
[rid#8264058/initial] (5) lookahead: path=/ var=REMOTE_USER -> val= [rid#8264058/initial] (4) RewriteCond: input='' pattern='(.*)' => matched [rid#8264058/initial] (5) setting env variable 'X_REMOTE_USER' to '' [rid#8264058/initial] (1) pass through /

[us...@httpd] Re: Passing REMOTE_USER from reverse proxy to app server

2009-07-07 Thread Tom Evans
On Tue, 2009-07-07 at 14:42 +0100, Tom Evans wrote: > Hi all > > httpd 2.2.11, prefork MPM, FreeBSD 7.2 > > I'm trying to pass the REMOTE_USER variable, as determined by the > reverse proxy, to a backend application server. The main reason to do > this is to offload a

Re: [us...@httpd] Passing REMOTE_USER from reverse proxy to app server

2009-07-07 Thread Tom Evans
On Tue, 2009-07-07 at 14:47 +0100, Nick Kew wrote: > Tom Evans wrote: > > > [chop] > > That rewrite stuff happens before authentication. > You would need to put your rewriterules inside a > to activate them after it's happened. > Isn't that the point of %

Re: [us...@httpd] load balancing with 2 HTTPS portal servers

2009-07-09 Thread Tom Evans
ou dont need to protect comms between proxy and JBoss, then just drop the https from JBoss. There is no problem with having https balancer members, but the certificates must match the host name. If you continue to have proxy problems with https balancer members, then please

Re: [us...@httpd] Configuring Apacher Server for Tomcat

2009-07-14 Thread Tom Evans
sent the reply too soon! See http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypassmatch : Description:Maps remote servers into the local server URL-space using regular expressions Syntax: ProxyPassMatch [regex] !|url [key=value [key=value ...]] Context

Re: [us...@httpd] Configuring Apacher Server for Tomcat

2009-07-14 Thread Tom Evans
On Tue, 2009-07-14 at 16:45 +0600, alee amin wrote: > I am trying to configure the server for some project and it is written > in project documentation that i need to add following thing in the > httpd.conf file > > ProxyPass / ajp://localhost:8009/ > ProxyPassMatch ^(/photos/.*\.jpg)$ ! > > now

Re: [us...@httpd] Configuring Apache Web Server with Tomcat

2009-07-14 Thread Tom Evans
On Tue, 2009-07-14 at 20:44 +0600, alee amin wrote: > I am trying to configuring apache webserver with tomcat using AJP but > i am not sure am i doing it right or not. > > > Here are the steps that i followed > > > - Enabled required module in httpd.conf file > LoadModule proxy_module modules

Re: [us...@httpd] Directory Permssions

2009-07-15 Thread Tom Evans
Say to connect > to MySQL. > > -Jason > > Don't ever put them inside your document root. Ever. Place them outside, and then include them from within the PHP script which requires it. PHP doesn't give a monkey's where on

Re: [us...@httpd] Re: mod_perl is hard to set up on gentoo; this even messes up vim

2009-07-15 Thread Tom Evans
ld really use some expert help at this point. > > -- > > Kevin O'Gorman, PhD > > > > Oops: make that a 2.6.24 kernel string. > I suggest a mod_perl, perl or gentoo mailing list. Cheers Tom - The offic

Re: [us...@httpd] Directory Permssions

2009-07-15 Thread Tom Evans
On Wed, 2009-07-15 at 07:46 -0700, ML wrote: > Hi Tom, > > >> Say I have a directory of files that contain my MySQL connection > >> information, queries, etc, etc. > >> > >> How do I prevent people from browsing the directory but allow the > >> f

Re: [us...@httpd] Re: Configuring Apache Web Server with Tomcat

2009-07-15 Thread Tom Evans
> > > Options Indexes MultiViews > AllowOverride None > Order allow,deny > Allow from all > > > > -- > > > How can if some request is for photos, don't forward, else forward it. > Suggestions? > ProxyPass /photos ! This is all well cov

Re: [us...@httpd] log rotation

2009-07-16 Thread Tom Evans
there a config option in httpd.conf we can benefit from to rotate logs? > > > thanks > See http://httpd.apache.org/docs/2.2/logs.html#rotation and http://httpd.apache.org/docs/2.2/logs.html#piped and http://httpd.apache.org/docs/2.2/p

Re: [us...@httpd] Serving partial data of in-memory common data set

2009-07-27 Thread Tom Evans
tion what language/mechanism you want to pull the data out; memcached has client libraries for almost every language under the sun, so it should be appropriate. Cheers Tom - The official User-To-User support forum of the Apache HT

Re: [us...@httpd] Serving partial data of in-memory common data set

2009-07-28 Thread Tom Evans
On Mon, 2009-07-27 at 21:29 -0700, S.A. wrote: > > --- On Mon, 7/27/09, Tom Evans wrote: > > > From: Tom Evans > > Subject: Re: [us...@httpd] Serving partial data of in-memory common data set > > To: users@httpd.apache.org > > Date: Monday, July 27, 2009, 1:0

Re: [us...@httpd] Symbolic links not working.

2009-07-28 Thread Tom Evans
y and symbolic links, etc. etc. > > Some ideas would be greatly appreciated. > > Steven > What does the error log say? If you get a 403 it will say why in the error log. Cheers Tom - The official User-To-Us

Re: [us...@httpd] Symbolic links not working.

2009-07-29 Thread Tom Evans
apache needs to be told that it can follow symlinks from /srv/www/htdocs. If you add this, does it work? What error message if it doesn't work? Options FollowSymLinks Cheers Tom - The official

Re: [us...@httpd] Don't require authentication on a subfolder

2009-07-31 Thread Tom Evans
ill only do it for files loaded from the disk directory /mySubFolder/. I'm pretty sure you just want containers rather than , like so: # All your SSPI directives here Allow from all Satisfy any Cheers Tom -

Re: [us...@httpd] Re: excessive dns slows httpd

2009-08-04 Thread Tom Evans
ical configurations then. At a pinch, I would guess that the slow one has 'HostNameLookups On' (or worse: Double). It would be impossible to help further on this without actual conf files. Tom - The official User-To-User

Re: [us...@httpd] permission problem

2009-08-21 Thread Tom Evans
ot, and all the files under there, can be owned by your local user. You only need root privileges to start/stop apache. Cheers Tom - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apa

Re: [us...@httpd] Proposal to Optionally Block DNS

2009-08-24 Thread Tom Evans
ce is thereby substantially > improved. Fortunately, I usually don't need DNS > for anything else on that box. > > Mike. > > I think your mailer dropped your patch, can you resend? Cheers Tom - The offi

Re: [us...@httpd] File does not exist error in my error log

2009-08-24 Thread Tom Evans
(in both versions), so you would see it in 'error' and higher LogLevels. If you want to suppress it, you must log at a lower level if you do not want to see it, eg 'crit', 'alert' or 'emerg'. See http://httpd.apache.org/docs/1.3/mod/core.html#loglevel for more d

Re: [us...@httpd] Please suggest a module which can check for X-Forwarded ip address , functionality similar to mod_qos or mod_bw

2009-08-25 Thread Tom Evans
> Soumendu > > mod_rpaf [1] (Reverse Proxy Add Forward) will update your internal request object with the address from X-Forwarded-For from trusted proxies. We use it with akamai for the same purpose, and also behind our own

Re: [us...@httpd] Handling 404 errors

2009-08-26 Thread Tom Evans
I appreciate your help. > > Best Regards, > A. This looks like a simple rewrite rule surely? RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} ^/software_A_folder/(.*) RewriteCond %{DOCUMENT_ROOT}/core/%1 -f

Re: [us...@httpd] Handling 404 errors

2009-08-26 Thread Tom Evans
On Wed, 2009-08-26 at 15:23 +0100, Andrew Hole wrote: > Your solutions looks very useful, but i'm afraid about impact on > server performance. > > Do you have any idea about the impact on performance? > > Thanks a lot > > On Wed, Aug 26, 2009 a

Re: [us...@httpd] Setting proxy parameters via mod_rewrite

2009-08-26 Thread Tom Evans
t; > -Tim > Use ProxySet instead. I assume your session is sticky for the entire cluster? RewriteRule ^/(foo.*) balancer://cluster5/$1 ProxySet balancer://cluster5 stickysession=JSESSIONID See http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxyset Cheers Tom --

Re: [us...@httpd] creating a proxy

2009-08-26 Thread Tom Evans
SSH to that box ok. ssh -D 3128 and then setup firefox to use 127.0.0.1:3128 as a SOCKS proxy. The reason apache is probably not working is that it never uses that vhost for the request. Does it work if you don't use vhosts? Cheers Tom ---

Re: [us...@httpd] 'require' keyword

2009-09-02 Thread Tom Evans
> AuthName "Please enter your credentials" > > > > I am wondering why I am not asked to authenticate on the browser. > > thanks Wouldn't your browser be issuing GET requests? Check your access lo

Re: [us...@httpd] Problem of "Could not open temp post file '/tmp/_wl_proxy"

2009-09-09 Thread Tom Evans
_post__28832_77' for POST of 2306 bytes > > This is not an apache error, it comes from your own, or 3rd party code. All anyone on this list can tell you is that that error is not from apache. Contact your vendor or IT team for a fix. Cheers Tom -

Re: [us...@httpd] Case sensitive URLs

2009-09-10 Thread Tom Evans
o use a case sensitive file system, ie not windows. Cheers Tom - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users

Re: [us...@httpd] Word boundaries in regexps (Apache bug?)

2009-09-15 Thread Tom Evans
/string2/ then it is treated as a regular expression. Regular expressions are implemented by the PCRE engine and have the same syntax as those in perl 5. Note that == is just an alias for = and behaves exactly the same way. No idea

Re: [us...@httpd] Apache2 header information clear/hide

2009-09-16 Thread Tom Evans
clear X-Forwarded-For, Forwarded-Host, > X-Forwarded-Server. > How can I do this? > Thanks, > Szabolcs http://httpd.apache.org/docs/2.2/mod/mod_headers.html#requestheader RequestHeader unset X-Forwarded-Server HTH Tom --

Re: [us...@httpd] How to read a GET VAR into mod_headers

2009-09-17 Thread Tom Evans
ass it to mod_headers ? > > Btw, for those of you who wonder why we are not doing this with > mod_rewrite it is because we use apache1 and mod_rewrite doesnt permit > creating a cookie. > > Thank you. > > -- David > > In 1.3, you can't do this without a custom mod

Re: [us...@httpd] SO_ACCEPTFILTER

2009-09-17 Thread Tom Evans
kernel mode before handing it over to apache, which increases performance. Normally it would fail to load it if the kernel module is not available. Assuming you are using FreeBSD, try ''kldload accf_http`` The error you are seeing is not fatal tho

Re: [us...@httpd] VirtualHost? or redirects

2009-09-17 Thread Tom Evans
On Thu, 2009-09-17 at 14:27 +, Ralf W. wrote: > Hello Group. I'm trying to understand the following setup. > I have a main server, www.somedomain.com > [DocumentRoot /var/www/www.somedomain.com/htdocs/], within the server > I want to redirect to specific pages by using www2.somedomain.com, > w

Re: [us...@httpd] Problem with settings of Proxy

2009-09-22 Thread Tom Evans
hen you would have 2.2 ... If you really can't update the apache 1.3 to apache 2.2, then you can run apache 2.2 in front of 1.3, and proxy to it. Apache like this can be very lightweight and effecient, eg using event MPM etc. Cheers Tom --

Re: [us...@httpd] Log to DBMS other than MySQL? [was Re: how to get logs per vhosts ?]

2009-09-22 Thread Tom Evans
a dbi module is trivial. Usually the reason why something doesn't exist is that no-one cares enough to write it. Cheers Tom - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd

Re: [us...@httpd] Apache 2.2 + Ldap

2009-09-24 Thread Tom Evans
,ou=Groups,o=Foo fooclient/foopass are credentials used to look up the user before authenticating them, IIRC. It is required if your LDAP server disallows anonymous binds. Probably what you are missing is that you need 'Require ldap-group ...' not 'Require group ...'.

Re: [us...@httpd] Cache issues

2009-09-28 Thread Tom Evans
health of the box to see if > > anything else could be the issue (CPU pegged, RAM, disk..)? Anything > > at all in apache error logs. > > I'm sorry that I don't have more suggestions; mod_cache might indeed > > be the problem but from a troubleshooting standp

Re: [us...@httpd] apache2 vhst problem -- Symbolic link not allowed

2009-09-29 Thread Tom Evans
> > Though everything runs well if I put the symlinks option in .htaccess > Any clue ? > Thanks > > You're setting Options twice for that directory, the first time removing Indexes and adding FollowSymLinks,

Re: [us...@httpd] Apache 2.2.13, OpenSSL 0.9.8k, Linux, [error] Unable to initialize TLS servername

2009-10-02 Thread Tom Evans
you have apache finding the version of openssl that you built it against at runtime, you could keep trying different versions of openssl and it will have the same effect. Cheers Tom - The official User-To-User support foru

Re: [us...@httpd] group authorization via LDAP

2009-10-02 Thread Tom Evans
ype Basic AuthName "Company" AuthBasicProvider "ldap" AuthLDAPURL "ldap://ldap/o=Company?mail?sub?(accountActive=TRUE)" AuthLDAPBindDN "cn=authuser,ou=System Accounts,o=Company" AuthLDAPBindPassword "authpass" AuthzLDAPAuthoritative "On" Requ

Re: [us...@httpd] Apache issue - Filename format

2009-10-06 Thread Tom Evans
> > Please let me know the solution. > > > > > > > FilesMatch matches files. You aren't serving files, you are proxying to weblogic, therefore there are no fil

Re: [us...@httpd] application/x-javascript vs application/javascript

2009-10-07 Thread Tom Evans
ed as such: > $ egrep js$ /usr/local/etc/apache22/mime.types application/javascript js If you are getting a different mime-type, then that is because either your mime.types file has a different setting, or it is being overridden with an explicit AddType applicat

Re: [us...@httpd] .htaccess files not working from internet? intranet access fine

2009-10-13 Thread Tom Evans
ave a > single file where password/username is stored for multiple pages. > > Kaya What denies you access, squid or apache? When you request a file that you get denied access to, what exactly gets printed to the apache error log? If nothing is printed there, then your problem is

Re: [us...@httpd] Help with apache reporting the wrong Port number

2009-10-16 Thread Tom Evans
ow to change that. http://httpd.apache.org/docs/2.2/mod/core.html#usecanonicalname http://httpd.apache.org/docs/2.2/mod/core.html#servername http://httpd.apache.org/docs/2.2/mod/core.html#usecanonicalphysicalport Cheers Tom -

[us...@httpd] SOAP calls are not processed after upgrade to 2.2.14

2009-10-21 Thread Hickey, Tom
need to load a new module or add a new configuration item in 2.2.14 to support SOAP? Thanks in advance. Tom Hickey - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/user

[us...@httpd] Increase Logging

2009-10-22 Thread Hickey, Tom
ient sends the request I get a "Premature end of script headers" error in the logs. How can I get more logging information to try to troubleshoot this issue? Thanks. Tom Hickey - The official User-To-User support

RE: [us...@httpd] Increase Logging

2009-10-22 Thread Hickey, Tom
Thanks Nick, I did Google the error and it pointed me to possible errors in my scripts but I verified there wasn't a problem there. Tom -Original Message- From: nicholas@sun.com [mailto:nicholas@sun.com] On Behalf Of Nick Kew Sent: Thursday, October 22, 2009 8:14 AM To:

RE: [us...@httpd] Increase Logging

2009-10-23 Thread Hickey, Tom
: ServerSupportFunction HSE_REQ_GET_IMPERSONATION_TOKEN is not supported: C:/Program Files/Common Files/MSSoap/Binaries/SOAPISAP.dll All connections are accepted by the parent process and not handled by the child process so they do not get processed. Any ideas on a solution or workaround? Tom -Original

RE: [us...@httpd] Increase Logging

2009-10-23 Thread Hickey, Tom
configuration so no help is available. Thank you to the group for your patience. Tom -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Friday, October 23, 2009 9:21 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] Increase Logging Hickey, Tom wrote: > An

RE: [us...@httpd] Increase Logging

2009-10-23 Thread Hickey, Tom
don't mean to take it out on the group. Thank you very much for your help. Tom -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Friday, October 23, 2009 10:17 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] Increase Logging Tom, 1) did you try : ht

RE: [us...@httpd] Increase Logging

2009-10-23 Thread Hickey, Tom
into the code. Thank you very much for giving me a starting point for debugging. Tom -Original Message- From: nicholas@sun.com [mailto:nicholas@sun.com] On Behalf Of Nick Kew Sent: Friday, October 23, 2009 11:48 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] Increase Lo

Re: [us...@httpd] apache rewrite question

2009-10-26 Thread Tom Evans
{HTTP_HOST} (.*) RewriteRule ^/svn/(.*) https://%1/svn/$1 If that doesn't work (thats off the top of my head) turn on the rewrite log and see why. Cheers Tom - The official User-To-User support forum of the Apach

Re: [us...@httpd] Enabling HTTP and HTTPs

2009-10-27 Thread Tom Evans
a NameVirtualHost > directive in your configuration file." > > http://httpd.apache.org/docs/2.2/vhosts/details.html > > But if you only have two vhosts, and each of them on a different port, then you would not need them to be name based vhosts, and that entire paragraph is mo

RE: [us...@httpd] Increase Logging

2009-10-27 Thread Hickey, Tom
does not work. Same configuration as I am copying the conf file and of course same third party dll was used on all installs. Any thoughts on what might have changed in 2.2.9 that would cause this type of behavior on a Windows system as there is nothing listed in the change log specific to windows?

Re: [us...@httpd] redirect occurs after authorization !!!

2009-10-27 Thread Tom Evans
gt; I think I'm missing something. If you aren't supposed to access this resource, except through SSL and after authentication, then surely this is trivial. Simply set up 2 vhosts, one SSL, one non-SSL. In the non-SSL vhost, redirect to the SSL vhost and

Re: [us...@httpd] Apache's strange

2009-10-27 Thread Tom Evans
k reference for _every_ directive! Crazy! If you click on the 'M' in the index, you can even see the reference for MaxClients! http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxclients Free information - crazy! It doesn't even require a subscription! Tom ---

RE: [us...@httpd] Increase Logging

2009-10-30 Thread Hickey, Tom
that the call in ap_get_client_block() to ap_get_brigade() is returning empty buckets but I am not sure what the r->input_filters is actually doing. Any tips on troubleshooting this issue? Thanks. Tom -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Tuesday, Octo

[us...@httpd] POST message handling in 2.2.8 vs 2.2.9

2009-11-03 Thread Hickey, Tom
in the CHANGES logs specific to this so thought I would send it out and see if anyone had any ideas why the HTTP_IN filter would not be added for this message. Thanks. Tom Hickey - The official User-To-User support forum of th

[us...@httpd] RE: POST message handling in 2.2.8 vs 2.2.9

2009-11-03 Thread Hickey, Tom
lters: Don't return 100-continue on redirects. PR 43711 [Ruediger Pluem] *) http_filters: Don't return 100-continue on client error PR 43711 [Chetan Reddy ] Tom -Original Message- From: Hickey, Tom [mailto:tom.hic...@radiantsystems.com] Sent: Tuesday, November 03,

Re: [us...@httpd] STDERR issue with Apache 2.0.4 under mod_perl

2009-11-16 Thread Tom Evans
/myapps.myserver-44088.log for STDERR > > --Shibi Ns-- > stderr is connected to the error log in apache. If you configure the error log to be something else, apache connects stderr to your something else. See http://httpd.apache.org/docs/2.2/logs.html#errorlog Cheers Tom

Re: [us...@httpd] Question about mod_ajp and mod_jk ProxyPassReverse

2009-11-17 Thread Tom Evans
e URL you are passing ends in a slash, then the URL you are passing it to must also, and vice versa. Eg, ProxyPass /travelchannel/ balancer://potapp/travelchannel/ ProxyPassReverse /travelchannel/balancer://potapp/travelchannel/ Cheers Tom

Re: [us...@httpd] Question about redirects using RewriteMatch

2009-11-19 Thread Tom Evans
getting redirected because of the RedirectMatch. > I’m not sure why it’s not working correctly. Anyone have any suggestions. > > Thanks, > Emil Diego > http://httpd.apache.org/docs/2.2/mod/mod_alias.html#redirectmatch Your image matches the first regexp. If you mean "^/businessmiami(/|)$", then you need to say so! Cheers Tom

  1   2   3   4   5   6   7   8   9   10   >