Re: [users@httpd] RE: [EXTERNAL] [users@httpd] Feasible to use both password TLS cert access on same directory?

2021-09-04 Thread Rob
Correct me if I'm wrong but I believe what you're looking for is basically in the FAQ: http://httpd.apache.org/docs/current/ssl/ssl_howto.html#intranet That's a slightly more complex idea, however it looks to me like the combination of settings is there to be played with. -Rob

Re: [users@httpd] Intermittently the TLS handshake results in plaintext 400 Bad Request response

2021-08-27 Thread Rob Emery
with the visibility of the problem that then let us track back exactly what was going on. Thanks for the input everyone! Rob On 29/04/2021 14:36, Rob Emery wrote: Assuming your site is public facing, give this evaluation a try and see if anything interesting is mentioned. https://www.

Re: [users@httpd] Intermittently the TLS handshake results in plaintext 400 Bad Request response

2021-05-04 Thread Rob Emery
On 29/04/2021 17:51, Nick Folino wrote: Can you look at the Hello in the capture to see if it is OK? Certainly, it looks perfect to me (I've attached a screenie of the Wireshark decode in-case I've missed something). Th

Re: [users@httpd] Intermittently the TLS handshake results in plaintext 400 Bad Request response

2021-05-04 Thread Rob Emery
guided IPS blocking some traffic? I do wish I could blame an IPS, however in this situation it's not triggering anything and there's the same number of packets before the server-response (5) between a successful handshake and an unsuccessful one which has sort of lead me to exonerat

Re: [users@httpd] Intermittently the TLS handshake results in plaintext 400 Bad Request response

2021-05-04 Thread Rob Emery
yet etc; I'd also expect that to log in the access log? We think we've got it reproduced in a more controlled environment however we need to confirm with traffic captures etc. Thanks, Rob -- - To unsub

Re: [users@httpd] Intermittently the TLS handshake results in plaintext 400 Bad Request response

2021-04-29 Thread Rob Emery
ltest/analyze.html?d=services.codeweavers.net Thanks, Rob -- - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Intermittently the TLS handshake results in plaintext 400 Bad Request response

2021-04-29 Thread Rob Emery
in either the access or error log at all. However we can see from the packet captures that they are a TLS 1.2 handshake and everything "looks fine" there when compared to a successful handshake. Thanks Rob -- -

Re: [users@httpd] Intermittently the TLS handshake results in plaintext 400 Bad Request response

2021-04-29 Thread Rob Emery
on the next connection. > Or are they trying to use a disabled protocol? No, they are using supported protocols and again, a retry with the same settings works. Thanks, Rob -- - To unsubscribe, e-mail: users

[users@httpd] Intermittently the TLS handshake results in plaintext 400 Bad Request response

2021-04-29 Thread Rob Emery
rts would be much appreciated. Thanks Rob Other relevant information we can think of: apache2 2.4.25-3+deb9u7 Linux 4.9.0-9-amd64 #1 SMP Debian 4.9.168-1 (2019-04-12) x86_64 GNU/Linux openssl 1.1.0j-1~deb9u1 We’re using: mod_ssl and mpm_worker with:     StartServers    2     MinSpar

RE: [users@httpd] stickysession and BalancerMember route

2021-02-17 Thread DICKEY Rob
-cde1 but in all cases the separator character is present...and the client is being sent and presenting the stickiness cookie as expected. When we modify the route to be simple like route=a80801 the stickiness works as expected. I'll keep debugging. Thanks. Rob -Original Message-

[users@httpd] RE: stickysession and BalancerMember route

2021-02-16 Thread DICKEY Rob
Ignore the default separator character comment (related to jvmRoute in TomEE connectors...) Best Regards, Rob DICKEY Americas R&D Technical Customer Support Senior Manager ––– Office: rob.dic...@3ds.com http://www.3ds.com ––– DS Americas Corp. | 523 W

[users@httpd] stickysession and BalancerMember route

2021-02-16 Thread DICKEY Rob
ay. The source code appears to perform basic string comparisons to match the stickysession token value against the route, but are there character or length constraints to the route attribute? I am using 2.4.29+ variants. Thanks! Rob This email and any attachments are intended solely for the us

RE: [users@httpd] Sending client's IP address to local proxied application server.

2020-10-16 Thread DICKEY Rob
ProxyPreserveHost On (it is set off by default) will preserve incoming Host header. For IP, you could use a custom header using %{REMOTE_ADDR}as the value. Best Regards, Rob DICKEY Americas R&D Technical Customer Support Senior Manager rob.dic...@3ds.com <mailto:rob.dic...@3ds.com&g

RE: [users@httpd] Transaction/request token

2020-10-15 Thread DICKEY Rob
One very simple idea is just use an epoch timestamp as a tracking, correlation header? Header set x-correlation-header "%t" (or RequestHeader) x-correlation-header t=1602793505297786 -Original Message- From: Eric Covener Sent: Thursday, October 15, 2020 12:44 PM To: users@httpd.apache.

Re: [users@httpd] Re: Alternatives to SSI (server side includes)?

2020-10-04 Thread Rob De Langhe
is called by that button to re-load the contents of some iframe by a corresponding CGI. No AJAX needed, but plain HTML + Javascript. cheers Rob Quoting "Scott A. Wozny" : Sounds like a job for AJAX, but before throwing out the baby with the bath water I'd seriously consider tur

[users@httpd] Selected balancerMember route?

2020-08-31 Thread DICKEY Rob
Version - Apache: 2.4.29 In summary, I am observing that BALANCER_WORKER_ROUTE, BALANCER_WORKER_CHANGED, etc. environment variables are not set until AFTER the selected balancerMember host has responded. How can I determine which balancerMember has been selected BEFORE the initial request is s

Re: [users@httpd] apache run status: how to tell as non-root user (on *nix)?

2017-02-21 Thread Rob De Langhe
the existence of the PID file only gives a hint; its contents (the PID of the process) should then be checked to see if that particular process is indeed (still) running. Citeren Rainer Canavan : On Tue, Feb 21, 2017 at 2:53 PM, Tom Browder wrote: I need to programatically determine whether

Re: [users@httpd] Date Format of Shell Program Changes in Apache

2016-07-05 Thread Rob McAninch
> On Jul 1, 2016, at 17:50, Yehuda Katz wrote: > > This is because of the locale settings. I changed the script to show the > locale (and to be plain text so the spaces are visible). > >> #!/usr/bin/perl >> use strict; >> print "content-type: text/plain\n\n"; >> print `who`; >> print `locale`

[users@httpd] Date Format of Shell Program Changes in Apache

2016-07-01 Thread Rob McAninch
t/html\n\n"; print `who`; When I call it up in a web browser I get rob pts/1 Jul 1 12:28 (192.x.x.x) The same script on a command line via ssh I get: prompt$ perl tryme.cgi content-type: text/html rob pts/12016-07-01 12:28 (192.x.x.x) -- Rob

[users@httpd] RequestHeader question

2015-11-04 Thread Merritt, Rob
I am having an issue with the below configuration I can confirm that X-Remote-User get set by watching the rewrite log\\ However the following directive that inserts a request header "Authorization" how can I confirm that that is happening This is the website itself so how would it write to the

RE: [users@httpd] loading a module question

2015-10-30 Thread Merritt, Rob
Haha! Thanks Eric I was missing libcurl.dll Rob Merritt ICT - Reporting and Data Services E246 – 105 Maintenance Road Saskatoon, SK S7N 5C5 Ph: (306) 966-7028 -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Friday, October 30, 2015 9:26 AM To: users

[users@httpd] loading a module question

2015-10-30 Thread Merritt, Rob
es/mod_auth_cas.so into server: The specified module could not be found. >From this directive: LoadModule auth_cas_module modules/mod_auth_cas.so Does that mean it cannot find the auth_cas_module in the so? Or does it mean it just cant find the so? Rob Merritt ICT - Reporting and Data Services E

[users@httpd] Issues writing to request headers part 2

2015-10-29 Thread Merritt, Rob
Ok I modified the httpd.conf a little but I am still having no luck seeing the header X-Remote_User using fiddler , ngrep or wireshark leading me to believe that it is infact not getting written to the header If you can have a look and let me know what you think does the configuration below look

[users@httpd] Issues writing to request headers

2015-10-28 Thread Merritt, Rob
Hi All in the httpd.conf below I am trying to rewrite REMOTE_USER (which I know is there since if I Header add REMOTE_USER it ends up in response headers seen in wireshark cap or firebug) I need to have it show in the response headers so I can authenticate to a tomcat app any way I can confirm i

[users@httpd] Custom 404 Pages not being GZIPed in Apache 2.4

2015-03-15 Thread Rob Donovan
problem that needs to be looked at and/or fixed. (Note, you have to make sure the response is >256 bytes to get Apache to compress, so that's what the str_repeat() bit is) Thanks, Rob Donovan.

[users@httpd] directive within a section

2015-01-23 Thread Rob Hasselbaum
Hello. I'm trying to embed an directive within a section, but the settings within the block are never applied. Here's my configuration snippet: ... ... AuthLDAPBindDN "${AUTH_LDAP_BIND_DN}" ... The full config file is at http://apaste.info/sXu. If I run the

Fwd: [users@httpd] Compiling HTTPD from Source

2014-10-27 Thread Rob De Langhe
Personally, I just compile the entire suite from source code, including the compiler (GCC) itself, openSSL, anything related to what my web server might need. All dependencies and the correct versions of the different software packages are stored in a rather bulky (but simple) Makefile. Once you h

Re: [users@httpd] Cannot authentication locally when LDAP is unavailable

2014-01-13 Thread Rob Yamry
see the LDAP didnt fail until it was available. Shouldnt this config: 1) try the local file first; and, 2) time-out after a period of time? I thought I saw the default timeout period was 10 seconds? --- Rob Yamry | Network Engineer | Kimberly Area School District | Phone: 920.788.7900 x

Re: [users@httpd] Cannot authentication locally when LDAP is unavailable

2014-01-13 Thread Rob Yamry
Are there any options I can try with this to get it working as needed? Any other thoughts or help would be appreciated! --- Rob Yamry | Network Engineer | Kimberly Area School District | Phone: 920.788.7900 x 4158 | Direct: 920.423.4158 | rya...@kimberly.k12.wi.us On Thu, Jan 9

Re: [users@httpd] Cannot authentication locally when LDAP is unavailable

2014-01-09 Thread Rob Yamry
I retract that log entry. The time stamp seemed off after I sent it and I retested it. Nothing gets logged in the access_log or error_log. Yes its 2.2.10. Authentication is the problem. --- Rob Yamry | Network Engineer | Kimberly Area School District | Phone: 920.788.7900 x 4158

Re: [users@httpd] Cannot authentication locally when LDAP is unavailable

2014-01-09 Thread Rob Yamry
. --- Rob Yamry | Network Engineer | Kimberly Area School District | Phone: 920.788.7900 x 4158 | Direct: 920.423.4158 | rya...@kimberly.k12.wi.us On Thu, Jan 9, 2014 at 11:33 AM, Eric Covener wrote: > On Thu, Jan 9, 2014 at 12:28 PM, Rob Yamry > wrote: > > Hello- >

[users@httpd] Cannot authentication locally when LDAP is unavailable

2014-01-09 Thread Rob Yamry
Hello- Im having a problem where local authentication will not work when when the configured LDAP server is unavailble. When the ldap server is online I can authenticate fine against ldap and local file. However, when the ldap server is offline, I cannot authenticate with the user1 account. Id

RE: [users@httpd] Some Please UnsubScribe Me!

2012-12-22 Thread Rob Cluett
apache.org On Sat, 2012-12-22 at 10:15 -0500, Rob Cluett wrote: smime.p7s Description: S/MIME cryptographic signature - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Some Please UnsubScribe Me!

2012-12-22 Thread Rob Cluett
smime.p7m Description: S/MIME encrypted message

[users@httpd] FW: Stunnel + HAProxy + Apache + mod_remoteip

2012-11-29 Thread Rob Cluett
All, I have everything working perfectly. However I cannot get any SSL traffic which goes through the proxy to reveal it's true IP rather than the proxy IP. I tried mod_rpaf and then moved over to mod_remoteip and I get the same thing so I'm assuming it's something other than apache possibly? So U

Re: [users@httpd] rewrite [P]

2012-05-15 Thread Rob
Thanks for the reply Eric, im doing the change in .htaccess should i be doing this in vhosts perhaps ? On Wed, May 16, 2012 at 1:18 PM, Eric Covener wrote: > On Tue, May 15, 2012 at 7:57 PM, Rob wrote: > > Hi guys, > > > > im having issues understating how [P] works in

[users@httpd] rewrite [P]

2012-05-15 Thread Rob
Hi guys, im having issues understating how [P] works in mod rewrite i have this: RewriteRule ^/mysubdir(.*) http://myotherwebsite.com/subdirectory$1 [P] the rewrite doesnt seam to work, mod rewrite is install and is working find. Do i need to have something else installed? acording to php.inmod

[users@httpd] modules/config5.mk (configure --with-module) issues

2012-04-04 Thread Rob Landrito
Greetings, I have a set of custom modules that I statically compile into the httpd binary.  In the past (2.2.11), I've used something like: ./configure --with-module=custom:mod_foo.c,custom:mod_bar.c,custom:mod_baz.c I've recently tried to port my modules to 2.2.22 but the modules.mk file generat

[users@httpd] building and installing on different servers, different directories

2012-01-31 Thread Rob De Langhe
ctories that exist on the development server and which do not exist on the production server. So : how can I get the compiled set of files transferred to my production server and install them there from a different source directory

[users@httpd] Apache Simulator

2011-12-22 Thread Rob Durdle
the incoming URL to? -Rob -- http://www.robdurdle.com --- Would those of you in the cheaper seats clap your hands? And the rest of you, if you'll just rattle your jewelry. - John Lennon

Re: [users@httpd] piped logs problem on sco 6.0.0

2011-12-07 Thread Rob Landrito
11 at 9:15 AM, Rob Landrito wrote: >> Thanks for your suggestions.  httpd starts cleanly with nouser and >> nogroup fine as long as I'm not trying to pipe logs.  If I only try to >> pipe access_log and not error_log, httpd starts but no access logs are >> created (I

Re: [users@httpd] piped logs problem on sco 6.0.0

2011-12-07 Thread Rob Landrito
resumably every time it's trying to write to access_log. I should note that I can run rotatelogs just fine from the command line as nouser or root. 2011/12/6 Jeff Trawick : > On Tue, Dec 6, 2011 at 1:47 PM, Rob Landrito wrote: >> Greetings, >> >> I'm t

[users@httpd] piped logs problem on sco 6.0.0

2011-12-06 Thread Rob Landrito
Greetings, I'm trying to used piped logs as described here: http://httpd.apache.org/docs/2.2/logs.html#piped. The environment is httpd 2.2.11 on sco 6.0.0 (SCO_SV system 5 6.0.0 i386). I'm using User nouser Group nogroup Apache is unable to start, printing the following to stderr on startup: [T

[users@httpd] installing in different directories than on the build server?

2011-11-15 Thread Rob De Langhe
erent from what has been specified during the building on the non-production server ? Do I need to copy the build directory from non-prod server to prod server, and then hack some Makefiles ? Or will it be more complex than that? thx in advance for any feedback

Re: [users@httpd] Starting/Stopping Apache via an API

2011-09-21 Thread Rob Stone
On 22/09/11 07:34, Tech Newbie wrote: The intent is to create (or find) a generic service management call that will start/stop/getStatus for any given service. For example: startService(String serviceName), stopService(String serviceName)where serviceName maybe "Apache2", "JBoss", etc. The rout

Re: [users@httpd] PHP files not being parsed in HTML pages

2011-08-01 Thread Rob Stone
On 01/08/11 06:11, Jeroen Geilman wrote: On 2011-07-31 21:23, Rob Stone wrote: Thanks to Richard this has now been SOLVED. Who is Richard ? I don't know who he is, but he replied to my request for assistance with my problem and made a helpful suggestion, which I followed up, and

Re: [users@httpd] PHP files not being parsed in HTML pages

2011-07-31 Thread Rob Stone
On 31/07/11 10:14, Jeroen Geilman wrote: On 2011-07-31 00:54, Rob Stone wrote: Sorry I have created such a discussion around my use of the word "include". In future I'll try to be semantically correct. By "include" I mean lines of code like this that are embe

Re: [users@httpd] PHP files not being parsed in HTML pages

2011-07-30 Thread Rob Stone
ee those lines and not html tags and data. If apache2 can process a file containing and display the contents of php.ini with colourful markup, is it using the php5 "engine" or doing it all by itself?? Thanks for all of your suggestions. Rob --

[users@httpd] PHP files not being parsed in HTML pages

2011-07-29 Thread Rob Stone
er php include files whilst running via a localhost. Thanks, Rob - 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,

[users@httpd] SUMMARY:still hacking proxy-attempts accepted by webserver

2011-07-07 Thread Rob De Langhe
rm. Testing is done with a TELNET to my web server's internal IP address, port 80, and entering the following: GET http://www.yahoo.com/ HTTP/1.1 Host: www.yahoo.com (followed by double newlines) cheers Rob Citeren Rob De Langhe : > hi, > > despite me disabling the "

[users@httpd] still hacking proxy-attempts accepted by webserver

2011-07-01 Thread Rob De Langhe
alias_module (shared) Can anyone please shed some light on this mystery ? thx a lot in advance Rob This message was sent using IMP, the Internet Messaging Program.

RE: [users@httpd] General question - Apache server-status page

2011-06-13 Thread Rob Morin
Thanks for the info I will look in to it with our Hosting provider.. and see what we can do. sound s a bit complicated, but maybe worth it in the end. Thanks again. Rob Morin Systems Administrator Infinity Labs Inc. (514) 387-0638 Ext: 207 ilabs-email-sig From: Jeroen

RE: [users@httpd] General question - Apache server-status page

2011-06-13 Thread Rob Morin
Can you please point me in some direction when you say "Consider proxying dynamic requests to a dedicated backend (which can run on the same machine)." Do you mean a reverse proxy to go before the webservers? A URL of sorts? Thanks for your replies so far.. J

RE: [users@httpd] General question - Apache server-status page

2011-06-13 Thread Rob Morin
? Rob Morin Systems Administrator Infinity Labs Inc. (514) 387-0638 Ext: 207 ilabs-email-sig From: Issac Goldstand [mailto:mar...@beamartyr.net] Sent: Monday, June 13, 2011 3:08 PM To: users@httpd.apache.org Subject: Re: [users@httpd] General question - Apache server-status page

RE: [users@httpd] General question - Apache server-status page

2011-06-13 Thread Rob Morin
__.__WW__W_C_CC__WCCWWWCWC_WW__W_R_WWC_W_W__WWWC_C_C_W__CRC_ WWCW_C__._WW_WCWW_WW I am sad.. Rob Morin Systems Administrator Infinity Labs Inc. (514) 387-0638 Ext: 207 ilabs-email-sig From: Issac Goldstand [mailto:mar...@beamartyr.net] Sent: Monday, June 13, 2011 2:36 PM To: users

[users@httpd] General question - Apache server-status page

2011-06-13 Thread Rob Morin
If I see all the slots filled with W and C only, what would that indicate, this is during high traffic times.. We are on Centos 64 bit with Apache 2.2, and have 6 webservers behind HAproxy Thanks.. Rob Morin Systems Administrator Infinity Labs Inc. (514) 387-0638 Ext: 207

[users@httpd] Apache 2.2 connections full

2011-06-07 Thread Rob Morin
BrowserMatch "^gnome-vfs/1.0" redirect-carefully BrowserMatch "^XML Spy" redirect-carefully BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully ExtendedStatus On SetHandler server-status Order deny,allow Deny from all Allow from localhos

RE: [users@httpd] Apache 2.x configuration for high load servers

2011-05-30 Thread Rob Morin
da1 26104 47 260571% /boot tmpfs2054442 1 20544411% /dev/shm tmpfs20544421612 20528301% /var/cache/php-eaccelerator/RAM Rob Morin Systems Administrator Infinity Labs Inc. (514) 387-0638 Ext: 207 -Original Message- From: Ge

RE: [users@httpd] Apache 2.x configuration for high load servers

2011-05-30 Thread Rob Morin
Thanks, that's what they(hosting company) did exactly.. J Rob Morin Systems Administrator Infinity Labs Inc. (514) 387-0638 Ext: 207 ilabs-email-sig From: Bostjan Skufca [mailto:bost...@a2o.si] Sent: Saturday, May 28, 2011 8:03 PM To: users@httpd.apache.org Subjec

RE: [users@httpd] Apache 2.x configuration for high load servers

2011-05-30 Thread Rob Morin
/partition_name Not sure of the performance increase, but I am sure it helps a bit :) Thanks guys! Rob Morin Systems Administrator Infinity Labs Inc. (514) 387-0638 Ext: 207 -Original Message- From: Geoff Millikan [mailto:gmilli...@t1shopper.com] Sent: Saturday, May 28, 2011 2:14 PM To: users

RE: [users@httpd] Apache 2.x configuration for high load servers

2011-05-27 Thread Rob Morin
use munin, so we have most of what you are requesting. I will see about making them open to the world for a couple days for you to take a peek at. Thanks for your reply, its very much appriciated. Have a great weekend! Rob Morin Systems Administrator Infinity Labs Inc. (514) 387-0638

RE: [users@httpd] Apache 2.x configuration for high load servers

2011-05-27 Thread Rob Morin
remoe that server form the cluster when its down so ti will not affect any clients.. :) I will read up more on mod_file_cache Thanks again... Rob Morin Systems Administrator Infinity Labs Inc. (514) 387-0638 Ext: 207 -Original Message- From: Geoff Millikan [mailto:gmilli...@t1shopper.

RE: [users@httpd] Apache 2.x configuration for high load servers

2011-05-25 Thread Rob Morin
Ya sorry about the attachments... I put URLs to my personal website rather than the work related one to be safe :) http://www.stupidguytalk.org/WEB3.ireel.com-apache_processes-day.png http://www.stupidguytalk.org/WEB3.ireel.com-apache_accesses-day.png Sorry about that Rob Morin Systems

[users@httpd] Apache 2.x configuration for high load servers

2011-05-25 Thread Rob Morin
vhost_alias_module modules/mod_vhost_alias.so Thanks to all in advance.. and have a great day! I am at the end of my rope.. :( Thanks Rob Morin Systems Administrator Infinity Labs Inc. (514) 387-0638 Ext: 207 ilabs-email-sig <>

Re: [users@httpd] Rotatelogs and british summertime.

2011-04-06 Thread Rob De Langhe
hey Steve, didn't know you guys have summers in Britain ?! ;-) I would guess your Apache is started either from CRON or in any case from a startup script that didn't have the right TZ environment variable set. Rob Citeren Steve Foster : > Hi there, > > I have

Re: [users@httpd] suspicious proxy(?) URLs in logs

2011-03-14 Thread Rob De Langhe
ared) vhost_alias_module (shared) Citeren Rob De Langhe : > haven't got a single reply (yet), so tempting to re-issue my query since I > still get such strange logs on my web server, like the following : > > 59.59.104.62 - - [13/Mar/2011:18:38:24 +0100] "GET http://

Re: [users@httpd] suspicious proxy(?) URLs in logs

2011-03-14 Thread Rob De Langhe
SIE 4.01; Windows 95)" My web server says that with a HTTP-code "200" it has succesfully fullfilled the requested URL "http://5566.net/"; ?! Citeren Rob De Langhe : > hi, > > while going occasionally through the access logs of a 2.2.17 Apache server, I > noti

[users@httpd] suspicious proxy(?) URLs in logs

2011-03-10 Thread Rob De Langhe
sion it is not enabled by default in the configs), so I checked the loaded modules : # /usr/apache2/bin/apachectl -t -D DUMP_MODULES | grep -i prox # so none. Which other module or config setting could have as effect that my server accepts such requests ? rgds Rob

Re: [us...@httpd] Virtual Hosts Problem - Many hours - No Luck

2009-01-06 Thread Rob
It Needs to look something like this: ServerAdmin ad...@prosportsresumes.com DocumentRoot G:/webroot/htdocs/ProSportsResumes ServerName www.ProSportsResumes.com 127.0.0.1 should be ur servers ip On Wed, Jan 7, 2009 at 4:24 PM, Joseph Morgan wrote: > I am

[EMAIL PROTECTED] Running slow in IE only

2008-11-23 Thread Rob
ites hosted (2 virtual hosts) Server 3 1 Site hosted (1 virtual host) The strange thing is that 1 site on server one and 1 site on server two load fast in all browsers. I haven't experience this problem before. Are they are peformance tweeks i can do to insure the speed is quick over all browsers. Cheers Rob

[EMAIL PROTECTED] Boosting Performance

2008-11-17 Thread Rob
Hi all, My sites being going slow, i don't think its Apache at all but i was hoping i could get some incite on how i can better configure it to get the best Performance I'm currently Running 3 Virtual Machines. This is a brief over view of them. Operating System: Fedora 8 Linux Host Server: HP DL

Re: [EMAIL PROTECTED] Configuring mod_proxy_balancer with failover to hot standby

2008-08-20 Thread Rob Stewart
, or course. To say the node is up is the same, but the dw parameter is changed to 'Enable'. -- Rob ([EMAIL PROTECTED]) - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd

Re: [EMAIL PROTECTED] Antwort: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-08 Thread Rob Stewart
Oops also forgot this snippet for context.xml of each Tomcat... Start snippet End snippet -- Rob ([EMAIL PROTECTED]) - The official User-To-User support forum of the Apache HTTP Server Project. See http

Re: [EMAIL PROTECTED] Antwort: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-08 Thread Rob Stewart
ve left some parts out)... Start snippet End Snippet Again - This is how I did it using Apache 2.2 and Tomcat 6 - you're set-up is different and this may not solve your problems. Just thought it might help. -- Rob ([EMAIL PROTECTED]) -

Re: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-07 Thread Rob Stewart
proxy_http) and simpleTcpCluster instead. It worked for me as soon as I got the above correct. I'm also running all this on one machine, so your mileage may vary. Good luck. -- Rob ([EMAIL PROTECTED]) - The official User-To-User

[EMAIL PROTECTED] Re: Only the first request = 'Invalid direct reference to form login page' but not the rest.

2008-08-01 Thread Rob Stewart
f file be sure to remove the quotes - as the conf file will take them as part of the route name and drive you INSANE whilst you try to figure out what is wrong. ( route="tc1" will not match with jvmRoute="tc1" ). -- Rob ([EMAIL PROTECTED])

[EMAIL PROTECTED] Only the first request = 'Invalid direct reference to form login page' but not the rest.

2008-07-23 Thread Rob Stewart
D problem. I've checked the Apache v2.2.9 changelog and I can't see anything that may be relevant, if this is a bug. However, if anyone knows different let me know. Any help much appreciated. Let me know if you need more details or if I should be talking to the tomca

[EMAIL PROTECTED] 403 Errors and Virtual Hosts

2008-07-16 Thread Rob
Hi there, Just wondering if some one could give me a hand with my Virtual Host # mysite http://0.0.0.0/>> ServerName mysite.co.nz RewriteEngine on RewriteCond %{HTTP_HOST} !^$ RewriteRule ^/(.*) http://www.mysite.co.nz/$1 [NE,R] http://0.0.0.0/>> ServerAdmin [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Re: [Disarmed Scripts] [EMAIL PROTECTED] .htaccess advice

2008-07-08 Thread Rob
^bump

Re: [EMAIL PROTECTED] Re: [Disarmed Scripts] [EMAIL PROTECTED] .htaccess advice

2008-07-06 Thread Rob
t possible to choose where the blocked people go ? at the moment they load the fedora test page, i would like to inform them with a message why they arent seeing the site properly. cheers rob

[EMAIL PROTECTED] .htaccess advice

2008-07-05 Thread Rob
Hey all, Just needed some advice on .htacess. Just wondering what is be best way to go about this. This is my situation. I have a big list of ips which i need to give access to one site. I need to block it from the rest of the world. In the past i've typically written a htaccess file like this:

Re: [EMAIL PROTECTED] MYSQL Domain ?

2008-06-20 Thread Rob
basicly MYSQL based ? not apache at all ? does it require any special license to do it ? cheers rob On Sat, Jun 21, 2008 at 9:45 AM, Danie Qian <[EMAIL PROTECTED]> wrote: > In your situation, why dont you do it this way: > location1: 4 sites <-> mysql server1, as a master

Re: [EMAIL PROTECTED] MYSQL Domain ?

2008-06-20 Thread Rob
walkthrough so i could get a better idea on what needs to be done ? cheers rob On Sat, Jun 21, 2008 at 9:19 AM, Danie Qian <[EMAIL PROTECTED]> wrote: > it is mysql.domainname.com:3306 you should connect to. I recomment you > keep a local database for each of your location, local i mean

Re: [EMAIL PROTECTED] MYSQL Domain ?

2008-06-20 Thread Rob
oh awesome, i thought using a records as i've seen in the past places doing that like dreamhost.com etc. Is this port better security or something ? what is this actually called ? cheers, rob On Sat, Jun 21, 2008 at 9:17 AM, Doug Harvey <[EMAIL PROTECTED]> wrote: > Rob. I would

[EMAIL PROTECTED] MYSQL Domain ?

2008-06-20 Thread Rob
pache ? im just guessing here thanks, rob

[EMAIL PROTECTED] fwding www

2008-05-22 Thread Rob
this onto www.mydomain.com. currently i have my virtual hosts like serverAdmin [EMAIL PROTECTED] documentroot /var/www/html/blah servername mydomain.com serveralias www.mydomain.com cheers rob

RE: [EMAIL PROTECTED] virtual host issues

2008-03-19 Thread Rob Anderson
her suggestions ? From: Sean Allen [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 March 2008 10:28 a.m. To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] virtual host issues On Mar 19, 2008, at 5:22 PM, Sean Allen wrote: On Mar 19, 2008, at 5:03 PM, Rob Anderson wrote: Hi all

[EMAIL PROTECTED] virtual host issues

2008-03-19 Thread Rob Anderson
h/012192.html I'm completely stuck at the moment. If anyone could help that would be great. Kind regards Rob Anderson Web Developer Action Media Ltd P: +64 9 376 8121 ext 211 M: +64 21 1287588 E: [EMAIL PROTECTED]

[EMAIL PROTECTED] Having problems getting mod_authnz_ldap to work right

2007-09-10 Thread Rob Tanner
e Basic Require valid-user Options Indexes FollowSymLinks AllowOverride None Can someone please tell me what's missing? Thanks, Rob -- Rob Tanner UNIX Services Manager Linfield College, McMinnville OR - The

[EMAIL PROTECTED] encoded slashes (2F%) in URLs being decoded

2007-08-30 Thread Rob Lintern
s and bug reports in regards to 'proxy' functionality, however from looking at our httpd.conf all proxy content is commented out. Any ideas would be greatly appreciated. Cheers, Rob httpd.conf Description: Binary data

[EMAIL PROTECTED] Redirecting All Traffic to Homepage

2007-07-31 Thread Rob Wilkerson
inite loop. I've tried the Rewrite & RewriteMatch directives so far. I'd like to avoid the overhead of mod_rewrite, but will go that way if it's my only option. Any help would be much appreciated. Rob Wilkerson - The

Re: [EMAIL PROTECTED] Problems with LDAP and Basic Authentication

2007-03-27 Thread Rob Tanner
Ah, the missing piece: "AuthBasicProvider ldap" Thanks. -- Rob Ricardo Stella said the following on 03/27/2007 10:19 AM: > Rob Tanner wrote: > >> Hi, >> >> I'm having problems with LDAP authentication. What worked in Apache >> v2.0.53 does no

[EMAIL PROTECTED] Problems with LDAP and Basic Authentication

2007-03-27 Thread Rob Tanner
ForceType text/plain Require group cn=webdav.soan, ou=webdav, o=linfield.edu AllowOverride None What changes are necessary to use this with Apache 2.2.4 and mod_authnz_ldap.c? Thanks, Rob -- Rob Tanner UNIX Services Manager Linfield College, Mc

[EMAIL PROTECTED] Having a problem following symlinks

2007-03-15 Thread Rob Tanner
rder allow,deny Allow from all As far as I know, the above indicates that everything should be working, but it's not and I'm at a loss to figure out where to look. Any help would be appreciated. Thanks, Rob -- Rob Tanner UNIX Services Manager Linfield College, McMinnville OR smim

Re: [EMAIL PROTECTED] LocationMatch expression syntax

2007-03-13 Thread Rob Wilkerson
13/07, Schultz, Gary - COMM <[EMAIL PROTECTED]> wrote: Still not working. Regular expressions are working for other directives such RedirectMatch. I'm running Apache 2.2.4 on Windows XP and 2003 Server if that makes a difference. -Original Message- From: Rob Wilkerson [mailto:[EM

Re: [EMAIL PROTECTED] LocationMatch expression syntax

2007-03-13 Thread Rob Wilkerson
st to see what happens: On 3/13/07, Schultz, Gary - COMM <[EMAIL PROTECTED]> wrote: /(?i)IE/ didn't work. I also tried which didn't work. -Original Message- From: Rob Wilkerson [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 13, 2007 10:58 AM To: users@httpd.apache.or

Re: [EMAIL PROTECTED] LocationMatch expression syntax

2007-03-13 Thread Rob Wilkerson
I don't know if this will fly in Apache, but you could try /(?i)IE/ to specify a case-insensitive match. On 3/13/07, Schultz, Gary - COMM <[EMAIL PROTECTED]> wrote: I want to set a location match so that an URL is not case sensitive. The following work individually: The following Locatio

Re: [EMAIL PROTECTED] logging question

2007-03-08 Thread Rob Wilkerson
Take a look at this: http://httpd.apache.org/docs/1.3/mod/mod_log_config.html#customlog Looks like %a and %h might do what you're asking. On 3/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Is it possible to log both IP address and hostname to the apache logs? Thanks!

RE: [EMAIL PROTECTED] SSL Certificate on Intranet Virtual Host

2007-01-25 Thread Rob Sterenborg
teEngine on RewriteCond %{SERVER_NAME} !^$ RewriteRule ^.*$ https://%{REQUEST_URI} [L,R] ... Grts, Rob - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslis

RE: [EMAIL PROTECTED] Auth via SQL

2007-01-23 Thread Rob Sterenborg
Nathan Kellogg <mailto:[EMAIL PROTECTED]> wrote: > Thanks for the reply Rob. ... > "Client does not support authentication protocol" > > This was because the MySQL client built into the mod was not > compatible with MySQL 5.x To make it compatible, we needed &g

  1   2   >