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
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.ssllabs.com/ssltest/ It is indeed

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). Thanks, Rob

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

2021-05-04 Thread Rob Emery
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 exonerate it. Thanks Rob

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

2021-05-04 Thread Rob Emery
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 unsubscribe, e-mail: users-unsubscr

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

2021-04-29 Thread Rob Emery
/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
her 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 -- - To unsubs

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

2021-04-29 Thread Rob Emery
y work 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
nks 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     MinSpareThreads    25     MaxSpareThre

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- From

[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 Technical Customer Support Senior Manager ––– Office: rob.dic...@3ds.com http://www.3ds.com ––– DS Americas Corp. | 523 W 6th

[users@httpd] stickysession and BalancerMember route

2021-02-16 Thread DICKEY Rob
lay. 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

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 Technical Customer Support Senior Manager rob.dic...@3ds.com <mailto:rob.dic...@3ds.com> 3

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:

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 turning

[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

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

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

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

2016-07-01 Thread Rob McAninch
l\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

[users@httpd] loading a module question

2015-10-30 Thread Merritt, Rob
modules/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

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] 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

[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

[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] If directive within a Location section

2015-01-23 Thread Rob Hasselbaum
Hello. I'm trying to embed an If directive within a Location section, but the settings within the If block are never applied. Here's my configuration snippet: VirtualHost * ... Location / ... If true AuthLDAPBindDN ${AUTH_LDAP_BIND_DN} /If ... /Location /VirtualHost

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

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-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

[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.

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 cove...@gmail.com wrote: On Thu, Jan 9, 2014 at 12:28 PM, Rob Yamry rya...@kimberly.k12.wi.us

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

[users@httpd] Some Please UnsubScribe Me!

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

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

2012-12-22 Thread Rob Cluett
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] 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

[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

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 cove...@gmail.com wrote: On Tue, May 15, 2012 at 7:57 PM, Rob bubap...@gmail.com wrote: Hi guys, im having issues understating how [P

[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

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

2012-01-31 Thread Rob De Langhe
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 tree ? thx in advance for your reactions Rob

[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
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 traw...@gmail.com: On Tue, Dec 6, 2011 at 1:47 PM, Rob Landrito rlandr...@gmail.com wrote: Greetings, I'm trying to used piped logs as described

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

2011-12-07 Thread Rob Landrito
, 2011 at 9:15 AM, Rob Landrito rlandr...@gmail.com 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'm sending requests

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

2011-11-15 Thread Rob De Langhe
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 feedbacks Rob

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

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 now I

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 embedded into the source html. ?php

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

2011-07-30 Thread Rob Stone
with colourful markup, is it using the php5 engine or doing it all by itself?? Thanks for all of your suggestions. Rob - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org

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

2011-07-29 Thread Rob Stone
whilst running via a localhost. Thanks, Rob - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: users-unsubscr

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

2011-07-07 Thread Rob De Langhe
. 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 rob.de.lan...@twistfare.be: hi, despite me disabling the proxy

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

2011-07-01 Thread Rob De Langhe
some light on this mystery ? thx a lot in advance Rob This message was sent using IMP, the Internet Messaging Program.

[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

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

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
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 Rob Morin

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

[users@httpd] Apache 2.2 connections full

2011-06-07 Thread Rob Morin
localhost 127.0.0.1 209.172.xxx.xxx 10.2.64.2 10.2.64.3 /Location GeoIPEnable On GeoIPDBFile /usr/local/share/GeoIP/GeoIPCity.dat GeoIPScanProxyHeaders On AddDefaultCharset iso-8859-1 Rob Morin Systems Administrator Infinity Labs Inc. (514) 387-0638 Ext: 207 ilabs-email-sig

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-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 Subject: Re

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

2011-05-30 Thread Rob Morin
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: Geoff

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

2011-05-27 Thread Rob Morin
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.com] Sent

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

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

2011-05-25 Thread Rob Morin
/mod_usertrack.so LoadModule 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] 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

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 stephenfoster1...@gmail.com: Hi there, I have

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

2011-03-14 Thread Rob De Langhe
says that with a HTTP-code 200 it has succesfully fullfilled the requested URL http://5566.net/; ?! Citeren Rob De Langhe rob.de.lan...@twistfare.be: hi, while going occasionally through the access logs of a 2.2.17 Apache server, I noticed some URLs of remote locations where my server would

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

2011-03-14 Thread Rob De Langhe
(shared) Citeren Rob De Langhe rob.de.lan...@twistfare.be: 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://5566.net/ HTTP/1.1 200 240

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

2011-03-10 Thread Rob De Langhe
), 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 Links: -- [1] http://www.ebay.com

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

2009-01-06 Thread Rob
It Needs to look something like this: VirtualHost 127.0.0.1:80 ServerAdmin ad...@prosportsresumes.com DocumentRoot G:/webroot/htdocs/ProSportsResumes ServerName www.ProSportsResumes.com http://www.prosportsresumes.com/ /VirtualHost 127.0.0.1 should be ur servers ip On Wed, Jan 7, 2009 at

[EMAIL PROTECTED] Running slow in IE only

2008-11-23 Thread Rob
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

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

2008-08-20 Thread Rob Stewart
'. -- Rob ([EMAIL PROTECTED]) - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] from the digest

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

2008-08-08 Thread Rob Stewart
is different and this may not solve your problems. Just thought it might help. -- Rob ([EMAIL PROTECTED]) - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html

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 Context distributable=true End snippet -- Rob ([EMAIL PROTECTED]) - The official User-To-User support forum of the Apache HTTP Server

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

2008-08-07 Thread Rob Stewart
) 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 support forum

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

2008-08-01 Thread Rob Stewart
and paste the value from the xml to the conf 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
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 tomcat group. -- Rob ([EMAIL PROTECTED

[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 VirtualHost 0.0.0.0:80 http://0.0.0.0/ ServerName mysite.co.nz RewriteEngine on RewriteCond %{HTTP_HOST} !^$ RewriteRule ^/(.*) http://www.mysite.co.nz/$1 [NE,R] /VirtualHost VirtualHost 0.0.0.0:80

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
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:

[EMAIL PROTECTED] MYSQL Domain ?

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

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 think that you

Re: [EMAIL PROTECTED] MYSQL Domain ?

2008-06-20 Thread Rob
or 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 on the same

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 for these 4 local sites

[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

[EMAIL PROTECTED] virtual host issues

2008-03-19 Thread Rob Anderson
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]

RE: [EMAIL PROTECTED] virtual host issues

2008-03-19 Thread Rob Anderson
? 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, I've been

[EMAIL PROTECTED] Having problems getting mod_authnz_ldap to work right

2007-09-10 Thread Rob Tanner
Protected AuthType Basic Limit GET Require valid-user /Limit Options Indexes FollowSymLinks AllowOverride None /Directory Can someone please tell me what's missing? Thanks, Rob -- Rob Tanner UNIX Services Manager Linfield College, McMinnville

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

2007-08-30 Thread Rob Lintern
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 - The official User

[EMAIL PROTECTED] Redirecting All Traffic to Homepage

2007-07-31 Thread Rob Wilkerson
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 official User-To-User support forum of the Apache HTTP

[EMAIL PROTECTED] Problems with LDAP and Basic Authentication

2007-03-27 Thread Rob Tanner
, Rob -- Rob Tanner UNIX Services Manager Linfield College, McMinnville OR smime.p7s Description: S/MIME Cryptographic Signature

[EMAIL PROTECTED] Having a problem following symlinks

2007-03-15 Thread Rob Tanner
AllowOverride None Order allow,deny Allow from all /Directory 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

Re: [EMAIL PROTECTED] LocationMatch expression syntax

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

Re: [EMAIL PROTECTED] LocationMatch expression syntax

2007-03-13 Thread Rob Wilkerson
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:[EMAIL PROTECTED] Sent: Tuesday, March 13, 2007 11

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
$ RewriteRule ^.*$ https://Your_FQDN%{REQUEST_URI} [L,R] ... /Directory Grts, Rob - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more

RE: [EMAIL PROTECTED] Auth via SQL

2007-01-23 Thread Rob Sterenborg
get, if any. Grts, Rob - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] from the digest

RE: [EMAIL PROTECTED] Auth via SQL

2007-01-23 Thread Rob Sterenborg
mod_auth_mysql packages are listed on http://fr2.rpmfind.net/. Grts, Rob - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail

RE: [EMAIL PROTECTED] Auth via SQL

2007-01-23 Thread Rob Sterenborg
. The above config works for me so. Grts, Rob - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED

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 to tell MySQL server to use the old

  1   2   >