[users@httpd] httpd 2.4.59 High Memory / RAM usage after upgrading

2024-06-27 Thread Tim K
We are noticing that since we went from httpd 2.4.58 to 2.4.59 that memory usage on Linux our hosts have greatly increased. Previously they would be just around 15% used, now they sit mostly around 80% used. Is there any known memory issue with this version or anyone else experiencing this issue?

[users@httpd] RemoteIPHeader with a CDN/LoadBalancer/Httpd(mod_proxy)

2021-02-01 Thread Tim K
I have a CDN -> Load Balancer -> httpd (mod_proxy) -> tomcat. I'm trying to ensure that tomcat gets the correct client IP. Each of these proxies above are passing the client IP as a different header value. I want to be able to handle the header from both the CDN or Load Balancer (taking the CDN'

Re: [users@httpd] issue with SSL and Apache 2.4.43

2020-06-01 Thread Tim
with abortive shutdown (server server1.com:8090 <http://server1.com:8090>) On 6/1/2020 12:58 PM, Chris Punches wrote: > Let's start with the error.  Can you show your curl output and any > relevant httpd logs? > > How are your ciphers?  What's in your conf? > > On M

[users@httpd] issue with SSL and Apache 2.4.43

2020-06-01 Thread Tim
else I should add to this... Any information is appreciated. Tim - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Test

2018-12-21 Thread Tim Johnson
Please disregard. thanks -- Tim Johnson http://www.tj49.com - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Apache child process crashing frequently

2018-01-24 Thread Tim Newman
online) but that has not helped. We've enabled forensic logging, trying to determine if there was some sort of rogue request that could be knocking us over, but nothing seemed really out of place. Is there anything we can do to determine what the root cause is? Thanks -Tim

[users@httpd] prefork vs worker mpm in apache

2015-11-03 Thread Tim Dunphy
Hey guys, We had to recompile apache 2.4.12 because we needed to disable thread safety in php (ZTS). Because for some reason when compiling php with the --disable-maintainer-zts with the worker mpm model and checking the php info page, it was saying that thread safety was still enabled. So when

[users@httpd] exclude website from directory rules

2015-06-02 Thread Tim Dunphy
yIndex index.html index.htm html.htm html.html index.php index.jsp Thanks, Tim -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B

Re: [users@httpd] Scriptalias redirect not working on ubuntu 14.04

2015-03-30 Thread Tim Johnson
* Tim Johnson [150330 17:56]: > On ubuntu 14.04, I have made the following modifications to > > What else to I need to do? > > thanks I should had added that it appears that cgi-bin may be be enabled at all. If I set the ScriptAlias value back to the default - /usr/lib/cgi-

[users@httpd] Scriptalias redirect not working on ubuntu 14.04

2015-03-30 Thread Tim Johnson
is set as executable. After pointing the browser to http://localhost/cgi-bin/cgitest, I get a "not found" error. If I point the browser to http://localhost/run/cgitest, I get the code for cgitest, _not_ the output. What else to I need to do? thanks -- Tim tim at tee jay forty nine dot com

Re: [users@httpd] apache 2.4 allow by IP

2015-03-19 Thread Tim Dunphy
thz_host.so LoadModule status_module modules/mod_status.so Thanks, Tim On Thu, Mar 19, 2015 at 7:57 PM, Yann Ylavic wrote: > On Thu, Mar 19, 2015 at 9:51 PM, Tim Dunphy wrote: > >> mod_status loaded? > > > > > > Yep! > > > > [root@uszwsls00015la

Re: [users@httpd] apache 2.4 allow by IP

2015-03-19 Thread Tim Dunphy
01630: client denied by server configuration: /opt/apache2/htdocs/hcphp.nbc.com/server-status Does anyeone have any other ideas? Would showing more of the config be helpful? Thanks Tim On Thu, Mar 19, 2015 at 6:59 PM, Kees Nuyt wrote: > On Thu, 19 Mar 2015 16:26:28 -0400, you wrote: > >

Re: [users@httpd] apache 2.4 allow by IP

2015-03-19 Thread Tim Dunphy
39 PM, Eric Covener wrote: > On Thu, Mar 19, 2015 at 4:26 PM, Tim Dunphy wrote: > > I'm still not sure why this is happening. Any help/clues would be > > appreciated! > > > mod_status loaded? &

Re: [users@httpd] apache 2.4 allow by IP

2015-03-19 Thread Tim Dunphy
- [F] ExpiresActive On ExpiresDefault "access plus 30 minutes" I'm still not sure why this is happening. Any help/clues would be appreciated! Tim On Thu, Mar 19, 2015 at 3:42 PM, Daniel wrote: > > > > >> >> On 3/19/2015 1:24 PM, Daniel wrote: >&g

Re: [users@httpd] apache 2.4 allow by IP

2015-03-19 Thread Tim Dunphy
gt; This is all assuming that the access denied he is getting is from >> http://$(hostname>>-i)/server-status and "server-status" is the html >> page of the code he posted. Not when clicking on the healthcheck.php href >> link. >> >> >> Robert >&g

[users@httpd] apache 2.4 allow by IP

2015-03-19 Thread Tim Dunphy
;m getting permission denied [root@uszwslp00031la apache2]# GET http://$(hostname -i)/server-status Index of / Index of / healthcheck.php 403 Forbidden Forbidden *You don't have permission to access /server-status* on this server. Can someone please let me know where I'm goin

Re: [users@httpd] apache 2.4 Require IP

2015-02-04 Thread Tim Dunphy
Great. Thank you gentlemen! I'll add the module tomorrow. Regards, Tim Sent from my iPhone > On Feb 4, 2015, at 10:10 PM, Eric Covener wrote: > >> On Wed, Feb 4, 2015 at 4:41 PM, Daniel wrote: >> you forgot to load the module proper > > The module that impl

[users@httpd] apache 2.4 Require IP

2015-02-04 Thread Tim Dunphy
tax I would use for apache 2.4.10? Thank you, Tim -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B

Re: [users@httpd] Apache 2.4 This webpage has a redirect loop

2015-01-03 Thread Tim Dunphy
ng them. Do you think you could provide an example of how you could handle that as a rewrite? Id' appreciate it, but no big deal if you don't have the time. Thanks, Tim On Sat, Jan 3, 2015 at 11:19 AM, Francois Gingras < francois.ging...@gmail.com> wrote: > Your second rule is

[users@httpd] Apache 2.4 This webpage has a redirect loop

2014-12-31 Thread Tim Dunphy
y use, line 43 from that eror log starts at the switch statement in the following: //echo "POST:".$_POST['action']; switch ($_POST['action']) { case 'deployFiles': I'd appreciate any advice you may have in correcting this problem! Thanks, Tim -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B

RE: [users@httpd] Help needed with event MPM configuration

2014-11-04 Thread Tim Furlong
How can I remove myself from this mailing list before it drives me crazy? I have tried e-mailing users-unsubscr...@httpd.apache.org From: Rajalakshmi Iyer [mailto:r...@blismedia.com] Sent: 04 November 2014 14:41 To: users@httpd.apache.org Subject: Re: [

RE: [users@httpd] Help needed with event MPM configuration

2014-11-04 Thread Tim Furlong
I’ve now sent two unsubscribe e-mails to this address - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org Is this a manual process I need to wait for? From: Rajalakshmi Iyer [mailto:r...@blismedia.com] Sent: 04 November 2014 14:11 To: users@htt

RE: [users@httpd] Archiva database issue

2014-11-03 Thread Tim Furlong
OK, thanks From: Jeff Trawick [mailto:traw...@gmail.com] Sent: 03 November 2014 18:00 To: users@httpd.apache.org Subject: Re: [users@httpd] Archiva database issue On Mon, Nov 3, 2014 at 12:31 PM, Tim Furlong mailto:tim.furl...@greenenergyoptions.co.uk>> wrote: Hi, this is my first reque

[users@httpd] Re: login form

2014-06-21 Thread Tim Daley
it was as simple as removing the hidden field, but apparently that's not it. Suggestions? So close... On Mon, Jun 16, 2014 at 2:37 PM, Tim Daley wrote: > I finally got my login form working with LDAP authentication and pure html. > > I have coded the httpd_location in my log

[users@httpd] login form

2014-06-16 Thread Tim Daley
it was as simple as removing the hidden field, but apparently that's not it. Suggestions? So close... -- *Tim Daley* IT Specialist-Operating Systems cru | Technology | Platform Team o: 407-826-2911 | m: 407-716-0284 tim.da...@cru.org

Re: [users] login form

2014-06-12 Thread Tim Daley
That's an improvement. At least now I get to loggedout.html. I On Mon, Jun 9, 2014 at 3:02 PM, Walter H. wrote: > On 09.06.2014 20:44, Tim Daley wrote: > > I am struggling with getting a login form working. I am attempting to do > it pretty much all in html/httpd2.4. I

[users@httpd] Configuration issues leading to mod_security alerts?

2014-05-26 Thread Tim Rohrer
want to indiscriminately dump logs or config files here but will provide what others think is most valid. Thanks in advance for any help getting pointed in the right direction. Tim - To unsubscribe, e-mail: users-unsubscr

[users@httpd] Re: Single quotes in ajax POST data getting prefixed with backslash

2013-12-10 Thread Tim Streater
. -- Cheers -- Tim - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Single quotes in ajax POST data getting prefixed with backslash

2013-12-09 Thread Tim Streater
er, apache, PHP) is adding the backslash. On the whole, I'd rather not have it, but I'd settle for both platforms adding it. Then at least code common to both platforms can remove it. Any guidance as to where to look would be appreciated. -- Cheers -- Tim

[users@httpd] Re: Stopping httpd.exe on windows

2013-12-02 Thread Tim Streater
On 02 Dec 2013 at 12:42, Jeff Trawick wrote: > On Mon, Dec 2, 2013 at 7:04 AM, Tim Streater wrote: > >> I start httpd.exe from a PHP script, using this command string on Win7: >> >> start /b "" /d "c:\Program Files (x86)\Apache Software >> Foundat

[users@httpd] Stopping httpd.exe on windows

2013-12-02 Thread Tim Streater
the right way to do this? -- Cheers -- Tim - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Launching apache from a PHP script - fine under OS X, what about Windows7 ?

2013-11-24 Thread Tim Streater
chanism? Secondly, is (1) above satisfied because httpd, itself, relinquishes the console and puts itself in the background at successful startup, or is it a side-effect of putting 2>&1 in the above? -- Cheers -- Tim

RE: [users@httpd] New to apache

2013-10-02 Thread Tim Charron
t, I have some chance of resolving it. I am not doing the upgrades on a production system so I don't have the speed urgency. If it is a production system, can you clone it, try the upgrade, see if it works, and then switch over to the upgraded system?? On Wed, Oct 2, 2013 at 11:24

[users@httpd] New to apache

2013-10-02 Thread Tim Charron
found nothing that made me comfortable doing this. Could you point me in the right direction for finding out how to do this upgrade. I really appreciate any input you may have. Tim Charron Senior Systems Engineer | Business (860) 409-1709 ADNET Technologies, LLC www.thinkADNET.com | Follow

RE: [users@httpd] Timeouts after upgrading from 2.2.23 to 2.4.6

2013-08-27 Thread Spangler, Tim
al Message- From: Jim Jagielski [mailto:j...@jagunet.com] Sent: Tuesday, August 27, 2013 12:15 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Timeouts after upgrading from 2.2.23 to 2.4.6 On Aug 27, 2013, at 11:25 AM, "Spangler, Tim" wrote: > 1) This Apache vhost is p

RE: [users@httpd] Timeouts after upgrading from 2.2.23 to 2.4.6

2013-08-27 Thread Spangler, Tim
server settings for the Worker MPM? 200 concurrent users is nothing... On Aug 27, 2013, at 10:11 AM, "Spangler, Tim" wrote: > Hello, > > I recently upgraded from Apache 2.2.23 to Apache 2.4.6, and after the > upgrade, we're seeing random timeouts / drops on Flas

[users@httpd] Timeouts after upgrading from 2.2.23 to 2.4.6

2013-08-27 Thread Spangler, Tim
and I don't see any changes that should cause problems with Flash or F5, but I'm out of other ideas at this time. Any advise out there? Thanks, Tim -- This message and any attachments are intended only for the use of

[users@httpd] RE: Threads for MPM worker

2013-08-22 Thread Tim Terry
You could use mod_status: http://httpd.apache.org/docs/2.4/mod/mod_status.html Tim From: vitthal@tatamotors.com [mailto:vitthal@tatamotors.com] Sent: 22 August 2013 08:48 To: users@httpd.apache.org Subject: [users@httpd] Threads for MPM worker Hi, How to find number of threads are free

[users@httpd] Apache mod_cache_disk issue on windows

2013-08-15 Thread Tim Terry
tus shows '0' as the time taken to process the request. No errors are reported in the server log. I've tried versions 2.4.5, 2.4.4, 2.4.3 and can see the same issue. Has anyone come across a similar issue on windows when using mod_disk_cache/cache_disk before I raise an issue in

[users@httpd] AuthnProviderAlias kerberos configuration?

2013-05-03 Thread Tim Vangehugten
hodNegotiate on KrbMethodK5Passwd off KrbSaveCredentials off KrbAuthRealms SAMBA.MY.DOMAIN Krb5Keytab /etc/apache2/http.keytab However the kerberos part doesn't work. Is it because kerberos is not a baseProvider? Best Regards Tim Vangehugten

Re: [users@httpd] apache prints python code rather than executes (fastcgi)

2013-02-27 Thread Tim Johnson
* Igor Cicimov [130227 07:11]: > On 27/02/2013 11:49 AM, "Tim Johnson" wrote: > Try adding > Options +ExecCGI Hi Again Igor : As I responded before, that was not the solution. I changed AddHandler fcgid-script .fcgi AddHandler fastcgi-script .fcgi And now

Re: [users@httpd] apache prints python code rather than executes (fastcgi)

2013-02-27 Thread Tim Johnson
* Igor Cicimov [130227 07:11]: > On 27/02/2013 11:49 AM, "Tim Johnson" wrote: > > new to fastcgi (note: fastcgi is enabled). > > > Try adding > Options +ExecCGI Thanks Igor, but that didn't change things (had tried in past) regards -- Tim tim at tee jay

[users@httpd] apache prints python code rather than executes (fastcgi)

2013-02-26 Thread Tim Johnson
, but I am brand new to fastcgi (note: fastcgi is enabled). If this is deployed to a website where my domain is hosted, I will not have access to apache configuration, thus .htaccess must do all the work (if possible). TIA -- Tim tim at tee jay forty nine dot com or akwebsoft dot com

[users@httpd] Two-way SSL subsequent failing requests with Firefox

2012-12-04 Thread Tim Williams
on, I'd appreciate it greatly. I've read the mod_ssl manual, btw. Thanks, --tim - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] [solved] [users@httpd] ScriptAlias/cgi-bin for apache instance on port 8080

2012-11-14 Thread Tim Johnson
* Tim Johnson [121113 19:16]: > I have an instance of apache listening on port 8080. > the following URL : > http://localhost:8080/cgi-bin/cgitest.py > returns a Not Found Error. All was revealed when I ran find against httpd.conf FYI : This is an instance of apache started and c

Re: [users@httpd] ScriptAlias/cgi-bin for apache instance on port 8080

2012-11-14 Thread Tim Johnson
* Igor Cicimov [121114 13:29]: > On Thu, Nov 15, 2012 at 5:14 AM, Tim Johnson wrote: > > > I have made some tweaks to httpd.conf without > > success > > Here's what I have : > > # for port 8080 > > > > DocumentRoot "/U

Re: [users@httpd] ScriptAlias/cgi-bin for apache instance on port 8080

2012-11-14 Thread Tim Johnson
* Igor Cicimov [121114 13:29]: > On Thu, Nov 15, 2012 at 5:40 AM, Tim Johnson wrote: > > > * Pete Houston [121114 09:38]: > > > If you look in the error log it should tell you precisely which path it > > > is that has not been found, ie. after all the aliasing and

Re: [users@httpd] ScriptAlias/cgi-bin for apache instance on port 8080

2012-11-14 Thread Tim Johnson
ven with the error log directive, the 8080 instance is not writing to the log. thanks -- Tim tim at tee jay forty nine dot com or akwebsoft dot com http://www.akwebsoft.com - To unsubscribe, e-mail: users-unsubscr...@httpd.ap

Re: [users@httpd] ScriptAlias/cgi-bin for apache instance on port 8080

2012-11-14 Thread Tim Johnson
o httpd.conf and restart apache at 8080. Tried the cgi-bin URL again, got Not Found Error, *but* apache is not writing to that error log from 8080, so I presume that a further directive is needed. thanks -- Tim tim at tee jay forty nine dot com or a

Re: [users@httpd] ScriptAlias/cgi-bin for apache instance on port 8080

2012-11-14 Thread Tim Johnson
/localhost/cgi-bin/cgitest.py I get the output I expect. If I point my browser to http://localhost:8080/cgi-bin/cgitest.py I still get a Not Found error. /usr/sbin/apachectl configtest gives me "Syntax OK" thanks -- Tim tim at tee jay forty nine dot com

Re: [users@httpd] ScriptAlias/cgi-bin for apache instance on port 8080

2012-11-14 Thread Tim Johnson
i one on OSX is */Library/WebServer/CGI-Executables http://localhost:8080/CGI-Executables is also "Not Found" -- Tim tim at tee jay forty nine dot com or akwebsoft dot com http://www.akwebsoft.com - To unsubscrib

Re: [users@httpd] ScriptAlias/cgi-bin for apache instance on port 8080

2012-11-13 Thread Tim Johnson
* Tim Johnson [121113 19:16]: > I have an instance of apache listening on port 8080. > the following URL : > http://localhost:8080/cgi-bin/cgitest.py > returns a Not Found Error. > > I presume that I need a different virtualhost and scriptalias setup, > but am not sure h

[users@httpd] ScriptAlias/cgi-bin for apache instance on port 8080

2012-11-13 Thread Tim Johnson
suffice and are welcome. thanks -- Tim tim at tee jay forty nine dot com or akwebsoft dot com http://www.akwebsoft.com - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h

[users@httpd] Traveling/out of office

2012-02-07 Thread Tim Johnson
Hello : The message is being sent to this mailing list because I may have participated in a thread recently that may still be active. I will be traveling from February 8, 2012 until February 20 2012 and will not receive email at this address during that time. regards -- Tim tim at tee jay

Re: [users@httpd] Easy way to dump running server config for Apache2.0/2.2?

2012-02-02 Thread Tim Watts
On 02/02/12 22:59, Pete Houston wrote: On Thu, Feb 02, 2012 at 04:48:42PM +, Tim Watts wrote: I don't have mod_info installed on 90% of the servers in question, sadly. It is standard on my new build servers but I have a load of legacy stuff. In that case, perhaps something as simp

Re: [users@httpd] Easy way to dump running server config for Apache2.0/2.2?

2012-02-02 Thread Tim Watts
On 02/02/12 16:31, Pete Houston wrote: On Thu, Feb 02, 2012 at 04:15:13PM +, Tim Watts wrote: Kind of like what mod_info gives. Specifically I want a dump of all the active ServerName and ServerAlias directives. Haven't you answered your own question there? lynx --dump

[users@httpd] Easy way to dump running server config for Apache2.0/2.2?

2012-02-02 Thread Tim Watts
hat I need to automate this on 80+ running servers, so changing the config is a bit of a non starter. TIA for any ideas! Cheers Tim -- Tim Watts Personal Blog: http://www.dionic.net/tim/ - The official User-To-User support

Re: [users@httpd] rewrite engine shows text instead of executes script

2012-01-31 Thread Tim Johnson
cgi-bin/script.py" instead > http://yourdomain.com/path/to/your/cgi-script.py Thank you for introducing me to th 21st century. :) -- Tim tim at tee jay forty nine dot com or akwebsoft dot com http://www.akwebsoft.com

Re: [users@httpd] rewrite engine shows text instead of executes script

2012-01-31 Thread Tim Johnson
your cgi scripts that live in a separate directory cgi-bin. > Thank you for the explanation. Could you give what you would consider to be a proper example? regards -- Tim tim at tee jay forty nine dot com or akwebso

Re: [users@httpd] rewrite engine shows text instead of executes script

2012-01-30 Thread Tim Johnson
* Igor Cicimov [120130 16:10]: > Plus if the journalLoader.py is a script then the directive > > DirectoryIndex journalLoader.py If I eliminate it, then I just a get an index page.. -- Tim tim at tee jay forty nine dot com or akwebsoft dot com http://www.akwe

Re: [users@httpd] rewrite engine shows text instead of executes script

2012-01-30 Thread Tim Johnson
nfo is critical for me, as virtual document path segments map to controllers, views and methods Thanks for the tip! Any other constructive criticisms or suggestions are welcome. cheers -- Tim tim at tee jay forty nine dot com or akwebsoft dot co

Re: [users@httpd] rewrite engine shows text instead of executes script

2012-01-30 Thread Tim Johnson
bout it. Thanks Igor, you have put me on the hunt. More later cheers -- Tim tim at tee jay forty nine dot com or akwebsoft dot com http://www.akwebsoft.com - The official User-To-User support forum of the Apache HTTP Ser

[users@httpd] rewrite engine shows text instead of executes script

2012-01-30 Thread Tim Johnson
than the output !! I'm woefully underinformed when it comes to .htaccess and mode rewrite, but it occurs to me that if this works on a linux box and not the the OSX platform, some configuration is need for Apache? What would that be? thanks -- Tim tim at tee jay forty nine dot c

Re: [users@httpd] Double Slashes in URL Path

2011-12-04 Thread Tim Roberts
mydomain.com. Not sure that really makes any difference, but might help in understanding the setup. Best, Tim Roberts, Vibe Room Music Nashville, TN On Dec 4, 2011, at 12:17 AM, Steve Swift wrote: > I'm no expert in this area, which is perhaps why I've also seen the problem. >

[users@httpd] Double Slashes in URL Path

2011-12-03 Thread Tim Roberts
em. I just replaced the stock Apache with the current release and still have the same results. Any help would be appreciated. Mac OS X Server 10.6.8 Server version: Apache/2.2.21 (Unix) Thanks, Tim Roberts Vibe Room Music Nashville, TN ---

Re: Re: Re: [users@httpd] apache setup questions

2011-11-23 Thread Tim Streater
in a sea of TMI. The difficulty as always is to ask the right questions. Thanks again, -- Cheers -- Tim - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html>

Re: Re: [users@httpd] apache setup questions

2011-11-23 Thread Tim Streater
questions. Admittedly I have a more interesting question (to me), which is whether I can make an AJAX request to get a WebSockets server started, and then stop using AJAX but instead communicate between the browser and the server with WebSockets. -- Cheers

[users@httpd] apache setup questions

2011-11-23 Thread Tim Streater
alhost (in fact, I'm already doing this). It won't be asked to serve html pages, it will only be running PHP scripts. Is this a situation where ideally apache would be doing fast-cgi? Are there any optimisations I can do with the apache config in this situat

[users@httpd] Directory index forbidden by Options directive

2011-09-18 Thread Tim Dunphy
roxy directives. ### Section 3: Virtual Hosts # # VirtualHost: If you want to maintain multiple domains/hostnames on your # machine you can setup VirtualHost containers for them. Most configurations # use only name-based virtual hosts so the server doesn't need to worry about # IP addresses.

Re: [users@httpd] Basic Auth with ProxyPass Through SSL

2011-07-28 Thread Tim Watts
rFile /usr/local/apache/access-file Thanks for your help Tim. Ha - that's the sort of stuff I can never see either - don't feel bad... -- Tim Watts Personal Blog: http://www.dionic.net/tim/ - The official User-To-User

Re: [users@httpd] Basic Auth with ProxyPass Through SSL

2011-07-28 Thread Tim Watts
lanation and the snippets/* files are invariant across sites/servers (unless you need different auth methods or files of course). Sorry - in a rush, supper cooked - I'll come back later if anything doesn;t make sense... Cheers Tim

[users@httpd] mod_proxy, mod_cache and set header

2011-07-13 Thread Tim Watts
- I'm happy to graft, but as long as I start in the right direction :) Many thanks, Tim -- Tim Watts Personal Blog: http://www.dionic.net/tim/ - The official User-To-User support forum of the Apache HTTP Server Projec

[users@httpd] mod_authnz Authenticate_ Env variables

2011-07-05 Thread Tim
How do I capture this? When a user successfully logs in? I need to capture the username that successfully logged. Tim - The official User-To-User support forum of the Apache HTTP Server Project. See http

Re: [users@httpd] mod_authnz_ldap Non Authorized users

2011-07-05 Thread Tim
Ah ok thanks... On 7/4/2011 6:15 AM, Tom Evans wrote: > On Sat, Jul 2, 2011 at 8:45 PM, Tim wrote: >> >> Yes. Its the Browser username and prompt that appears. >> > > You misunderstood Eric. What you are seeing is the browser prompting > for authentication 3 times

Re: [users@httpd] mod_authnz_ldap Non Authorized users

2011-07-02 Thread Tim
Yes. Its the Browser username and prompt that appears. On 7/2/2011 9:20 AM, Eric Covener wrote: > On Sat, Jul 2, 2011 at 9:56 AM, Tim wrote: >> Hey All, >> >> So I have been playing with mod_authnz_ldap and Authentication and >> Authorizations works perfectly. Ho

[users@httpd] mod_authnz_ldap Non Authorized users

2011-07-02 Thread Tim
case the user is prompted another two times and then it fails - and displays the 401 error. However, if the user fat fingers their password it should prompt again. Any advice? Tim - The official User-To-User support forum of the

[users@httpd] mod_authnz_ldap

2011-06-29 Thread Tim
fails. It should continue if the user fat fingers their password but not if they are not authorized. Any advice? Tim - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

RE: [users@httpd]

2011-06-08 Thread Tim
Thanks for the fake virus stuff... -Original Message- From: Callum Scott [mailto:scott.cal...@gmail.com] Sent: Wednesday, June 08, 2011 1:04 PM To: users@httpd.apache.org; bill...@vaserv.com; peachyb...@hotmail.com; walied.mukh...@gmail.com; waltherl...@gmail.com; wapedia-andr...@taptu.c

[users@httpd] nfs webroot 403's

2011-06-01 Thread Tim Dunphy
r-x 5 apache apache 1024 May 30 01:09 wordpress I'd certainly appreciate any tips you might have. I'm really ripping my hair out over this one! tim - The official User-To-User support forum of the Apa

[users@httpd]

2011-06-01 Thread Tim Dunphy
- 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-unsubscr...@httpd.apache.org " from the digest: users-diges

[users@httpd] apache rewrites

2011-04-21 Thread Tim Dunphy
;services' [Thu Apr 21 16:00:02 2011] [notice] mod_python: (Re)importing module 'services' [Thu Apr 21 16:00:07 2011] [notice] mod_python: (Re)importing module 'services' [Thu Apr 21 16:00:12 2011] [notice] mod_python: (Re)importing module &

[users@httpd] htaccess is blocking cookie transmission

2011-03-07 Thread Tim Johnson
from /home/tim/prj/cgi/baker/kbmls so that I can used both traditional cgi and a 'clean URL'. I find that the cookie set by the first request to the site http://bart.johnson.com/kbmls is not being transmitted. IOWS: A check for the cookie on a second request does not find it, even th

Re: [users@httpd] How htaccess enables CGI script as default page

2011-03-03 Thread Tim Johnson
ong time web developer (cgi programmer) that for us old foggies trying to make the transition from 'traditional' cgi to the framework approach, I could use some htaccess 'recipes'. cheers -- Tim tim at johnsons-web.com or akwebsoft.com http://www.akwebsoft.com -

Re: [users@httpd] How htaccess enables CGI script as default page

2011-03-02 Thread Tim Johnson
* Tim Johnson [110302 15:19]: > * David Christensen [110302 15:01]: > > On 03/02/2011 03:22 PM, Tim Johnson wrote: > > >I'm attempting to use .htaccess to make an executable python script > > >as the default page for a directory. > > > obviously still

Re: [users@httpd] How htaccess enables CGI script as default page

2011-03-02 Thread Tim Johnson
* David Christensen [110302 15:01]: > On 03/02/2011 03:22 PM, Tim Johnson wrote: > >I'm attempting to use .htaccess to make an executable python script > >as the default page for a directory. > > I recently wanted to have *all* hits for a particular subtree to go > t

Re: [users@httpd] Question about mod_ldap and the LDAP Cache

2011-03-02 Thread Tim Gustafson
oting that mod_ldap ought to allow the cache to be cleared somehow, or at least for me to be able to tell mod_ldap to not cache credential information for a particular , or , rather than having the cache settings be server-wide only. Tim Gustafson Ba

[users@httpd] How htaccess enables CGI script as default page

2011-03-02 Thread Tim Johnson
do I need to do with .htaccess? -- Tim tim at johnsons-web.com or akwebsoft.com http://www.akwebsoft.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html>

[users@httpd] Question about mod_ldap and the LDAP Cache

2011-03-02 Thread Tim Gustafson
stored in the LDAP cache. Is there any way to do so, without doing an "apachectl graceful" or equivalent? Tim Gustafson Baskin School of Engineering UC Santa Cruz t...@soe.ucsc.edu 831-459-5354 - The official User-To-U

Re: [us...@httpd] internal redirects error

2010-11-10 Thread Tim Johnson
t any non existing link to the pyindex.py file which is > your home page I assume. Thank you Igor. The changes that you recommend above for .htaccess have been implemented. I believe that I have solved my problem. best of luck. Keep up the great help. -- Tim tim at

Re: [us...@httpd] internal redirects error

2010-11-10 Thread Tim Johnson
tp://localhost/reg I get "You don't have permission to access /reg/ on this server." .htaccess is as follows: # begin RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ ./pyindex.py/$1 [L,QSA] # end *However* I really don't need the ScriptAlias. But this is a

[us...@httpd] internal redirects error

2010-11-10 Thread Tim Johnson
low from all The intent is that for directory /home/http/py the default 'page' would be pyindex.py. And I want to restrict pyindex.py as only the default page for that particular directory. So what is the configuration error? thanks -- Tim tim a

Re: [us...@httpd] DirectoryIndex for a specific index

2010-11-09 Thread Tim Johnson
* Eric Covener [101109 14:55]: > On Tue, Nov 9, 2010 at 3:08 PM, Tim Johnson wrote: <..> > Is it possible to to set directory files names specific to the > > directory: > > Example:: > > of course you can manually do this by using DirectoryIndex inside of > o

[us...@httpd] DirectoryIndex for a specific index

2010-11-09 Thread Tim Johnson
have index_foo1.html index_foo1.php ... etc for mydomain/foo2 I could have index_foo2.html index_foo2.php ... etc URLs to documentation, keywords or discussions would be sufficient. thanks -- Tim tim at johnsons-web.com or akwebsoft.com http://www.akwebsoft.com

Re: [us...@httpd] cgi script as domain root index (howto)

2010-11-01 Thread Tim Johnson
* Eric Covener [101101 04:20]: > >        Options +ExecCGI Indexes FollowSymLinks MultiViews > manual says don't mix +/- and non +/-. This doesn't do what you expect. You're correct. It works now. Thank you! -- Tim tim at johnsons-web.com or akwebsoft.com

Re: [us...@httpd] cgi script as domain root index (howto)

2010-10-31 Thread Tim Johnson
ExecCGI Indexes FollowSymLinks MultiViews #AllowOverride None AllowOverride all #AllowOverride FileInfo Order allow,deny allow from all Further comments are welcome. But you have put me on a better track. Thanks -- T

Re: [us...@httpd] cgi script as domain root index (howto)

2010-10-31 Thread Tim Johnson
* Tim Johnson [101031 15:05]: > This questions concerns apache(2) on ubuntu 10.04 and apache on > centOS (OS version 7?) > Using the following apache directive: >ScriptAlias /reg/ /home/http/py/ > > AllowOverride all > Options +ExecCGI -MultiViews

[us...@httpd] cgi script as domain root index (howto)

2010-10-31 Thread Tim Johnson
apache so that users will not need the trailing slash? 2)How may I configure apache so that pointing my browser to http://localhost will give me the response from a CGI script at /home/http ? Relevant keywords, and URLs are also welcome. TIA -- Tim tim at johnsons-web.com or akwebsof

Re: [us...@httpd] cgi applications are *now* generating errors

2010-08-07 Thread Tim Johnson
* Tim Johnson [100807 17:10]: > I'm using apache2 on ubuntu 10.04. > Some CGI applications on my own desktop are no long working. > The error message stored in the logfile will be something like this: > """ > (2)No such file or directory: Could not open

[us...@httpd] cgi applications are *now* generating errors

2010-08-07 Thread Tim Johnson
s that work are the same as that of the directories of the files that *do not* workd. Most likely this is the result of the mode_rewrite mods. Please advise. thanks tim -- Tim tim at johnsons-web.com or akwebsoft.com http://www.akwebsoft.com ---

Re: [us...@httpd] Unsubscribe

2010-07-09 Thread Tim Watts
On 09/07/10 11:01, Uma G. Nayak wrote: Thanks http://www.mindtree.com/email/disclaimer.html You need to send that to: users-unsubscr...@httpd.apache.org - The official User-To-User support

  1   2   >