Re: [users@httpd] Re: Choosing Windows platfrorm

2021-10-23 Thread Paxton Scott
Thank you Brian. I got my 2 copies of WHA2011 at a $50 closeout. Had to disable much the MS server stuff to use and it has worked well in my application. Just pondering weather to 'go more modern'. Your response was very helpful to mainly confirm my analysis. Not really seeing any big benefit of

Re: [users@httpd] Choosing Windows platfrorm

2021-10-22 Thread Paxton Scott
fun, Paxton On Fri, Oct 22, 2021 at 5:15 PM Nick Folino wrote: > I would choose based on the requirements, of which you've provided none. > > Nick > > On Fri, Oct 22, 2021 at 6:10 PM Paxton Scott wrote: > >> Greetings! >> >> I"ve successfully ru

[users@httpd] Choosing Windows platfrorm

2021-10-22 Thread Paxton Scott
Greetings! I"ve successfully run Apache, Apache2, Apache2.2 Apache 2.4 on W2K, WinXP, Win7 and WHS2011. I am currently running Apache2.4.46 OpenSSL/1.1.1j and PHP/7.4.7 on WHS2011 Stable and running since 2.4.46 was released. Thinking of upgrading hardware (and Apache2.4). Would you choose Wind

Re: [users@httpd] Unable to unsubscribe

2021-09-03 Thread Scott A. Wozny
e the process is breaking down. Just not sure what to DO about it. 🙂 Thanks, Scott From: Antony Stone Sent: September 1, 2021 1:25 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Unable to unsubscribe On Wednesday 01 September 2021 at 18:46:23, Sc

[users@httpd] Unable to unsubscribe

2021-09-01 Thread Scott A. Wozny
Per the instructions in list emails, I've sent a couple emails to users-unsubscr...@httpd.apache.org this week, but I'm still getting emails from the list. Any idea what gives? Thanks, Scott

Re: [users@httpd] Re: Reverse proxy to a website with HTTPS

2021-08-26 Thread Scott Trakker
do use example.tld instead of someone else's domain name. You mean that the domain 'domain.com' is already registered? - Scott Trakker ‐‐‐ Original Message ‐‐‐ On Thursday, August 26th, 2021 at 12:15 AM, Frank Gingras wrote: > This is wrong, actually. Here are the pro

[users@httpd] Re: Reverse proxy to a website with HTTPS

2021-08-23 Thread Scott Trakker
I found the solution to my problem! If you want to configure a reverse proxy with HTTPS you have to install the SSL-certificates on the host (and not in the remote server or virtual machine)! This is the final virtual hosts file: ServerName localhost DocumentRoot /var/www/html/ ServerName [yo

Re: [users@httpd] Re: Reverse proxy to a website with HTTPS

2021-08-23 Thread Scott Trakker
On Monday, August 23rd, 2021 at 3:23 AM, 😉 Good Guy 😉 wrote: > On 22/08/2021 21:41, Scott Trakker wrote: > > > I installed the SSL certificate with certbot of Let's Encrypt and I > > > > got the message that it was installed correctly. > > It looks like yo

Re: [users@httpd] Reverse proxy to a website with HTTPS

2021-08-23 Thread Scott Trakker
eckx.com/privkey.pem - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Conclusion: I do have a valid certificate for the subdomain. ‐‐‐ Original Message ‐‐‐ On Monday, August 23rd, 2021 at 12:49 AM, Paul wrote: > On 2021-08-22 4:41 p.m., Scott Trakker wrote: > > > Hello Apache administrators! > > > > In summary I

[users@httpd] Reverse proxy to a website with HTTPS

2021-08-22 Thread Scott Trakker
d documentation for this specific problem. Your sincerely, Scott Trakker Support the independent web, use [Firefox](https://www.mozilla.org/en-US/firefox/new/)

Re: [users@httpd] Cannot write to the web directory

2021-03-19 Thread Scott A. Wozny
uinux, AppArmor) was getting in the way? HTH, Scott From: Paul Sent: March 19, 2021 9:45 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Cannot write to the web directory Ok , thanks , it doesn’t appear to be a permissions issue. I will check the php an

[users@httpd] Re: Value of DOCUMENT_URI inconsistent in nested SSI, if vs echo

2021-02-12 Thread Scott A. Wozny
_ Now that we're in nested.shtml, per an SSI echo, the name of this document is: indirect.shtml Now I've put the value of DOCUMENT_NAME into a variable called pageName. It's value is: indirect.shtml And now I'm going to assess it inside

[users@httpd] Value of DOCUMENT_URI inconsistent in nested SSI, if vs echo

2021-02-09 Thread Scott A. Wozny
wrong in my code as I rely on SSI in other places and if I can’t rely on it the way I’m using it I’d like to know. Thanks, Scott

[users@httpd] Content says to cache, but still hitting back-end server

2021-01-31 Thread Scott A. Wozny
EVERY time, rather than serving from cache. Any suggestions of what I might be doing wrong here, where I should be looking for trouble or what data I should provide here to assist in guiding the troubleshooting effort? Thanks, Scott

[users@httpd] Re: ProxyPass OK, but not ProxyPassMatch for favicon.ico

2021-01-04 Thread Scott A. Wozny
lines with parens and things work as described like: ProxyPassMatch "^/(login)$" balancer://webfarm/$1.php ProxyPassMatch "^/(favicon.ico)$" balancer://webfarm/$1 But why does ProxyPassMatch force the RegEx onto the end of the proxied URL when I don’t use parentheses. Am I doing

[users@httpd] ProxyPass OK, but not ProxyPassMatch for favicon.ico

2021-01-03 Thread Scott A. Wozny
favicon.ico I still get a 404. Thanks, Scott

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

2020-10-04 Thread Scott A. Wozny
like all things related to technology, there's a lot of ways to accomplish any task. I still stand by my original suggestion that you at least look at the timings on your CGI before considering a total rewrite, though. 🙂 HTH, Scott P.S. Interesting debate on SO about

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

2020-10-03 Thread Scott A. Wozny
er whereas SSI is always entirely under your control. Best of luck, Scott From: Tom Browder Sent: October 3, 2020 2:08 PM To: users@httpd.apache.org Subject: [users@httpd] Re: Alternatives to SSI (server side includes)? On Sat, Oct 3, 2020 at 12:18 Tom Browder w

Re: [users@httpd] Server starting problem

2020-09-27 Thread Scott A. Wozny
test isn't ALWAYS a guarantee of a running system, but I've gotten into the habit of running it before a start or restart. HTH, Scott From: Tara Hall Sent: September 27, 2020 8:59 AM To: users@httpd.apache.org Subject: [users@httpd] Server starting

Re: [users@httpd] How to permanently disable default config files

2020-06-12 Thread Scott A. Wozny
Interesting. I'd have to maintain a list of files I "disabled" but it may end up being worth it. Although, commenting or emptying the files when I'm initially building my template may be less effort in the long run. I'll have to think about it. Thanks for

Re: [users@httpd] How to permanently disable default config files

2020-06-12 Thread Scott A. Wozny
I'll check with the CentOS crew. Thanks very much. 🙂 Scott From: Frank Sent: June 11, 2020 6:54 PM To: users@httpd.apache.org Subject: Re: [users@httpd] How to permanently disable default config files On 10/06/20 05:29 PM, Scott A. Wozny wrote: >

[users@httpd] How to permanently disable default config files

2020-06-10 Thread Scott A. Wozny
only person who doesn't want those files to load on a default install. Thanks for any suggestions you may have, Scott

[users@httpd] Purpose of SSLOptions +StdEnvVars in a pass-through decrypting proxy

2019-10-08 Thread Scott A. Wozny
27;d like to. Anyone have any experience with this choice have any advice to offer? Thanks, Scott

[users@httpd] Undocumented features in balancer manager

2019-10-07 Thread Scott A. Wozny
nyone know of any documentation for how they work? Thanks, Scott

[users@httpd] Apachectl configtest did not warn on a configuration error

2019-09-23 Thread Scott A. Wozny
7;t loaded but there was no HearbeatStorage directive to make up for it or is that out of scope for configtest and I'm missing something super obvious? I'm reticent to cry 'Bug!" without fully understanding the situation, but this feels like one to me and I don't see it mentioned in Bugzilla. Does anyone have any thoughts on this? Thanks, Scott

Re: [users@httpd] mod_brotli vs / and / or / xor mod_deflate

2019-09-22 Thread Scott A. Wozny
Hi Dino, This looks interesting. I'll definitely need to do some more studying of a number of directives I'm not familiar with. I will dig further. Thanks very much for your reply, Scott From: d...@tuxweb.it Sent: September 22, 2019 4:45 AM

Re: [users@httpd] mod_cgi(d) vs mod_proxy_fcgi

2019-09-22 Thread Scott A. Wozny
I suppose I should have taken my hint from the fact that it didn't mention mod_cgi at all. 🙂 Thanks for your response, Scott From: Yann Ylavic Sent: September 22, 2019 10:07 AM To: users@httpd.apache.org Subject: Re: [users@httpd] mod_cgi(d) vs mod_proxy

[users@httpd] mod_cgi(d) vs mod_proxy_fcgi

2019-09-20 Thread Scott A. Wozny
required, similar to how mod_php is not needed to support PHP-FPM. I don't see any relationship between them in the module documentation but I wanted to make sure I wasn't missing something. Thanks, Scott

[users@httpd] mod_brotli vs / and / or / xor mod_deflate

2019-09-20 Thread Scott A. Wozny
advantageous way possible, I'd like to consider it. Any thoughts would be appreciated. Thanks, Scott

Re: [users@httpd] Client Auth Failure 403 vs ssl fatal_error

2019-04-08 Thread Scott Kirby
Please disregard; I had not reloaded the configuration files after changing the SSLVerifyClient scope. That solved my problem, cheers. - Original Message - From: "Scott Kirby" To: "users" Sent: Monday, April 8, 2019 2:56:46 PM Subject: [users@httpd] Client Aut

[users@httpd] Client Auth Failure 403 vs ssl fatal_error

2019-04-08 Thread Scott Kirby
ried moving the SSLVerifyClient directive to the VirtualHost scope but still seem to get the same result. Thanks, Scott Kirby Interoperability Developer PCC - Physicians Computer Company 800-722-7708 ski...@pcc.com - To unsubscribe

[users@httpd] SSLProxyMachineCertificateFile directive behavior

2019-03-22 Thread Scott Kirby
/ https://host2/bar/ And only the host2 requires client-authentication, SSLProxyMachineCertificateFile would presumably not effect traffic to the host1, correct? Thanks in advance, Scott Kirby Interoperability Developer PCC - Physicians Computer Company 800-722-7708 ski...@pcc.com

Re: [users@httpd] SSLCARevocationCheck only accepting one argument

2019-03-05 Thread Scott Kirby
Ah - thanks Yann, I misread that as '2.4.2' or later. Cheers - Original Message - From: "Yann Ylavic" To: "users" Sent: Tuesday, March 5, 2019 5:04:57 PM Subject: Re: [users@httpd] SSLCARevocationCheck only accepting one argument Hi Scott, On Tue, Mar 5

[users@httpd] SSLCARevocationCheck only accepting one argument

2019-03-05 Thread Scott Kirby
point me in the right direction? Many thanks, Scott Kirby Interoperability Developer PCC - Physicians Computer Company 800-722-7708 ski...@pcc.com - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional c

[users@httpd] mod_ssl support for SAN variables of URI type

2019-03-03 Thread Scott Kirby
wondering what the appropriate action is for me to initiate this enhancement? Is this something I should create a Bugzilla entry for? Thanks in advance, Scott Kirby Interoperability Developer PCC - Physicians Computer Company 800-722-7708

Re: [users@httpd] Mod_Proxy, SSLVerifyClient, Safari, and Guacamole issues

2018-02-22 Thread Scott Palmer
/guacamole/websocket-tunnel SSLVerifyClient require Scott On 2018-02-21 18:53, Scott Palmer wrote: Good day, I am using Apache HTTPd w/Mod_Proxy to proxy Apache Guacamole. The httpd side of things does a client side certificate validation. On Chrome and FF, everything works just fine

[users@httpd] Mod_Proxy, SSLVerifyClient, Safari, and Guacamole issues

2018-02-21 Thread Scott Palmer
flushpackets=on ProxyPassReverse http://192.168.x.x:8080/guacamole/ Order allow,deny Allow from all ProxyPass ws://192.168.x.x:8080/guacamole/websocket-tunnel ProxyPassReverse ws://192.168.x.x:8080/guacamole/websocket-tunnel Thanks! Scott -

[users@httpd] RE: Apache log analyzer?

2017-04-28 Thread Scott Birl
> From: Rose, John B [mailto:jbr...@utk.edu] > Sent: Friday, April 28, 2017 11:18 AM > To: users@httpd.apache.org > Subject: [users@httpd] Apache log analyzer? > > Any suggestions for an Apache log analyzer? > > Thanks > John: I have found that different analyzers interpret the data differen

[users@httpd] Question about ProxyPass / Reverse Proxy

2017-02-03 Thread Lacroix, Scott
roxyPass /path/ http://0.0.0.0:7000/ retry=0 ttl=10 Then it works fine. So my question is: what's the difference here? What exactly does mod_proxy do with the address 0.0.0.0, and why doesn't "localhost" work? Thanks for whatever help you can give! Scott LaCroix Software

Re: [users@httpd] AuthDBDUserRealmQuery direcrive looking for AuthDBDUserPWQuery

2016-08-18 Thread Scott Lucas
I think you want AuthType Digest if you are using AuthDBDUserRealmQuery. If you want to do Basic auth you want AuthDBDUserPWQuery. https://httpd.apache.org/docs/2.4/mod/mod_authn_dbd.html Kind Regards, Scott First Class Watches 9 Warwick Road Kenilworth CV8 1HD Warwickshire United Kingdom On

RE: [users@httpd] old solaris box (but heavily used)

2016-05-20 Thread Scott Birl
   thanks for the help. I really appreciate it. jim On Fri, May 20, 2016 at 3:33 PM, Scott Birl wrote: Read the error more carefully:  Invalid command 'LoadModule' It's not complaining about missing modules, it's complaining about the Apache directive itself "LoadM

RE: [users@httpd] old solaris box (but heavily used)

2016-05-20 Thread Scott Birl
  mod_alias.c   mod_access.c   mod_auth.c   mod_setenvif.c suexec: disabled; invalid wrapper /app/ip/apache_1.3.37/bin/suexec Thanks for helping! Jim On Fri, May 20, 2016 at 2:01 PM, Scott Birl wrote: It should be similar to the grep example you had earlier, so: LoadModule rewrite_module libe

RE: [users@httpd] old solaris box (but heavily used)

2016-05-20 Thread Scott Birl
| xargs ls -lrt -r-xr-xr-x   1 root     bin        68320 Feb 26  2014 apache/libexec/mod_rewrite.so -r-xr-xr-x   1 root     bin        61272 Sep 24  2014 apache2/libexec/mod_rewrite.so                                                     On Fri, May 20, 2016 at 11:33 AM, Scott Birl wrote: James

RE: [users@httpd] old solaris box (but heavily used)

2016-05-20 Thread Scott Birl
James: https://httpd.apache.org/docs/2.0/mod/mod_alias.html#redirect mod_alias for Redirect or RedirectMatch And since you have dynamic loading of modules enabled, yes, you can "turn on" the alias module without the need of re-compiling Apache from scratch. From: james pruett [mailto:gpscru.

[users@httpd] Apache HTTPD returning status code 413

2015-10-30 Thread Scott Neville
that look after the firewalls and ask them to fix. Many thanks for your thoughts. Scott ~~~ DISCLAIMER: This email message and any attachments is for the sole use of the intended recipient(s) and may contain confidential and

Re: [users@httpd] A very strange "minor" issue with PHP-FPM with Apache 2.4 (security, privacy related)

2015-03-23 Thread Scott (firstclasswatches.co.uk)
Although I am not sure why it is not defaulting to 404 either. Kind Regards, Scott First Class Watches 9 Warwick Road Kenilworth CV8 1HD Warwickshire United Kingdom On 23 March 2015 at 15:23, Scott (firstclasswatches.co.uk) < scott.lu...@firstclasswatches.co.uk> wrote: > Hello, &g

Re: [users@httpd] A very strange "minor" issue with PHP-FPM with Apache 2.4 (security, privacy related)

2015-03-23 Thread Scott (firstclasswatches.co.uk)
s the request for a non-existent file?RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule .* 404.html [R=404] Kind Regards, Scott First Class Watches 9 Warwick Road Kenilworth CV8 1HD Warwickshire United Kingdom On 23 March 2015 at 15:02, wrote: > Hey. I'

Re: [users@httpd] A very strange "minor" issue with PHP-FPM with Apache 2.4 (security, privacy related)

2015-03-23 Thread Scott (firstclasswatches.co.uk)
TTP errors appear to be handled by Apache. Kind Regards, Scott First Class Watches 9 Warwick Road Kenilworth CV8 1HD Warwickshire United Kingdom On 21 March 2015 at 02:01, wrote: > Dear Apache HTTP Server community, > > A few months ago, I finally switched over my PHP from using mod_

[users@httpd] RE: Redirect HTTP to HTTPS

2015-02-09 Thread Scott Birl
> From: Chris Arnold [mailto:carn...@electrichendrix.com] > Sent: Saturday, February 07, 2015 9:50 AM > To: > Subject: [users@httpd] Redirect HTTP to HTTPS > > Apache 2.4.10 on SLES 12. I am trying to redirect a subdomain address from > http to https. So when a user forgets to use https they wil

[users@httpd] Re: mod_fcgid warnings (ap_pass_brigade failed in handle_request_ipc)

2015-01-12 Thread Scott (firstclasswatches.co.uk)
script: #!/bin/sh PHP_FCGI_MAX_REQUESTS=0 export PHP_FCGI_MAX_REQUESTS exec /usr/bin/php Kind Regards, Scott First Class Watches 9 Warwick Road Kenilworth CV8 1HD Warwickshire United Kingdom On 12 January 2015 at 14:26, Scott (firstclasswatches.co.uk) < scott.lu...@firstclasswatches.co.uk>

[users@httpd] mod_fcgid warnings (ap_pass_brigade failed in handle_request_ipc)

2015-01-12 Thread Scott (firstclasswatches.co.uk)
generating a response? Not sure about but the cause of "Broken pipe". Kind Regards, Scott First Class Watches 9 Warwick Road Kenilworth CV8 1HD Warwickshire United Kingdom

Re: [users@httpd] Ignore SSL key/certificate errors

2015-01-08 Thread Scott (firstclasswatches.co.uk)
-modulus -in FILE.key openssl req -noout -modulus -in FILE.csr openssl x509 -noout -modulus -in FILE.cer Kind Regards, Scott First Class Watches 9 Warwick Road Kenilworth CV8 1HD Warwickshire United Kingdom On 8 January 2015 at 19:25, Yves Goergen wrote: > Hello, > > Currently, when I

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

2014-11-04 Thread Scott (firstclasswatches.co.uk)
that limits your connections. http://httpd.apache.org/docs/current/mod/mpm_common.html#maxrequestworkers Kind Regards, Scott First Class Watches 9 Warwick Road Kenilworth CV8 1HD Warwickshire United Kingdom On 4 November 2014 14:10, Rajalakshmi Iyer wrote: > Thanks Eric. > > We migh

Re: [users@httpd] How is this possible? Apache sends HSTS on a non valid cert but user can proceed, on compatible browser

2014-10-09 Thread Scott (firstclasswatches.co.uk)
paragraph then goes to on to say that if you want to use a HSTS policy with the host then distribute the CA certificate and then of course it works as expected with No User Recourse. Kind Regards, Scott First Class Watches 9 Warwick Road Kenilworth CV8 1HD Warwickshire United Kingdom On 9 Oc

Re: [users@httpd] How is this possible? Apache sends HSTS on a non valid cert but user can proceed, on compatible browser

2014-10-06 Thread Scott (firstclasswatches.co.uk)
Yes, HSTS requests over HTTP are ignored anyway for similar reasons. Kind Regards, Scott First Class Watches 9 Warwick Road Kenilworth CV8 1HD Warwickshire United Kingdom On 6 October 2014 23:19, Eddie B wrote: > Great answer, thank you Scott. > > > > Do you recommend only s

Re: [users@httpd] How is this possible? Apache sends HSTS on a non valid cert but user can proceed, on compatible browser

2014-10-06 Thread Scott (firstclasswatches.co.uk)
this. Kind Regards, Scott First Class Watches 9 Warwick Road Kenilworth CV8 1HD Warwickshire United Kingdom On 6 October 2014 22:36, Eddie B wrote: > I have an https server that sets the HSTS header, but up to date Chrome > (and other HSTS compatible browsers, such as Firefox 32) still l

Re: [users@httpd] httpd 2.2.21 children calling LDAP

2014-10-01 Thread Scott Birl
Eric Covener mailto:cove...@gmail.com>> wrote: > > On Wed, Oct 1, 2014 at 2:41 PM, S.A. Birl > > mailto:sb...@temple.edu>> wrote: > > The Apache logs do not show any outgoing requests to the LDAP farm. > Could it be something like system LDAP groups via /etc/nsswitch.conf and not > even mod_ldap

[users@httpd] How to combine require user and require ldap-group?

2014-03-14 Thread Peter Scott
I'm having considerable difficulty crafting authorization rules for a .htaccess file. Here are the requirements (not under my control): 1. Using Apache 2.2 on Solaris 2. Must use .htaccess, not httpd.conf 3. Must allow specific named users 4. Must also allow unauthenticated acces

RE: [users@httpd] RE: Having issues trying to use rewriterule,proxypass,proxyreversepass

2014-02-10 Thread Riggen, Scott
d even the apache docs are a pin to decipher as far as I am concerned. Scott -Original Message- From: Tom Evans [mailto:tevans...@googlemail.com] Sent: Monday, February 10, 2014 8:48 AM To: users@httpd.apache.org Subject: Re: [users@httpd] RE: Having issues trying to use rewriterule

RE: [users@httpd] RE: Having issues trying to use rewriterule,proxypass,proxyreversepass

2014-02-10 Thread Riggen, Scott
e not working and have been banging on this for a few days now. Scott > i.e. https://myserver.mydomain.com/dir1/dir2/login.jspx gets proxied > to http://internalserver.mydomain.com:port#/dir1/dir2/login.jspx Anything after a '#' in a URL is browser state, the browser neither sen

[users@httpd] RE: Having issues trying to use rewriterule,proxypass,proxyreversepass

2014-02-07 Thread Riggen, Scott
page and I also know my firewall rule is good because I run a web browser on the proxy server in the DMZ and go direct to the page and I get a login. Any help would be greatly appreciated. Starting to get pretty frustrating Scott From: Riggen, Scott [mailto:scott.rig...@escocorp.com

[users@httpd] RE: Having issues trying to use rewriterule,proxypass,proxyreversepass

2014-02-07 Thread Riggen, Scott
Well. A couple of days now and still no closer to making this work. I'm sure I am missing something obvious. Time to pour over all the apache docs line by line since I have not found anything relevant via google or bing. Or maybe switch to another web server other than apache...... Scott

[users@httpd] Having issues trying to use rewriterule,proxypass,proxyreversepass

2014-02-05 Thread Riggen, Scott
know my firewall rules are ok. I just cannot seem to find the correct combination of rewriterule, proxypass, proxyreversepass to make this work. Any assistance will be appreciated. Regards, Scott

RE: [users@httpd] Setting up Apache Subversion

2013-08-02 Thread Scott Genevish
; redirect-carefully -Scott -Original Message----- From: Scott Genevish [mailto:sgenev...@mimedx.com] Sent: Friday, August 02, 2013 6:12 PM To: users@httpd.apache.org Subject: RE: [users@httpd] Setting up Apache Subversion I'm a little confused by this suggestion. I think the RedirectMatc

RE: [users@httpd] Setting up Apache Subversion

2013-08-02 Thread Scott Genevish
ging the RedirectMatch line to: RedirectMatch ^(/svn) $1/ And now I get: Unable to connect to a repository at URL 'http://10.224.48.53:8080/svn/main' Repository moved temporarily to 'http://10.224.48.53:8080/svn'; please relocate which seems to make sense. It's

[users@httpd] Setting up Apache Subversion

2013-08-02 Thread Scott Genevish
.13.24257 neon/0.29.6" 10.224.129.178 - sgenevish [02/Aug/2013:15:32:12 -0400] "OPTIONS /svn/main HTTP/1.1" 301 323 "-" "SVN/1.7.10/TortoiseSVN-1.7.13.24257 neon/0.29.6" ## I don't think there's anything part

[users@httpd] Question regarding Apache 2.2.x reverse proxy connecting to Outlook Web Access through Exchange Active Sync version 14 via Windows 8 Mobile

2013-03-22 Thread Hardegree, Scott Tremain (ESS)
ocument my process. I am more than willing to share with the user community my findings and configurations. Lastly, I would like to thank the user community for any assistance or guidance provided to me in advance. Thanks, Scott Hardegree ---

Re: [users@httpd] mod_rewrite rules give 500 error

2012-08-31 Thread Scott Brimhall
Have you tried %{REQUEST_FILENAME} instead? -Scott On Aug 31, 2012, at 9:28 AM, "Jack Knowlton" wrote: > Hi all. > I have a very simple mod_rewrite .htaccess rule to transform urls like > “domain.com/new/” to “domain.com/index.php?page=new”. > Unfortunately, it does

[users@httpd] Re: Issue with HTTP methods (DELETE,PUT) not being accepted (returning 405 Method not allowed)

2012-08-24 Thread Scott Bigelow
ccepts all request methods, including the PUT & DELETE I was trying to get working. Hope this helps someone out there. On Thu, Aug 23, 2012 at 1:59 PM, Scott Bigelow wrote: > I am having an issue with Apache/2.2.22 on Ubuntu 12.04, migrating service > from an older system, Apache/2.2.3 o

[users@httpd] Issue with HTTP methods (DELETE,PUT) not being accepted (returning 405 Method not allowed)

2012-08-23 Thread Scott Bigelow
to "Deny from all" in the , it returns a 403 instead, so I know the block is effective for this request. Is there some other part of Apache which is preventing the DELETE method? Thanks for taking the time to read through my issue, -Scott

[users@httpd] scope of and use with other modules

2012-01-17 Thread Scott Koranda
s" the 'Require' configuration directive and nothing else? Thanks, Scott K - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more in

Re: [users@httpd] Vanity URL Rewrites Best Practices?

2011-10-03 Thread Scott Gifford
teCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] That is, "if there is no matching file or directory, redirect to an index.php script and pass the URL in as the parameter q". That script then looks up the URL in a database and serves up the right content. That is a pretty common approach. Hope this helps, -Scott.

Re: [users@httpd] Single Value Authentication Module

2011-09-12 Thread Scott Gifford
t/Apache-AuthCookie-3.18/ - http://search.cpan.org/~chansen/Authen-Simple-0.4/ - http://search.cpan.org/~kgoldov/Apache2-AuthAny-0.201/ Hope this helps, -Scott.

Re: [users@httpd] HTTPD 2.2.17 issue on Fedora 15 with listening on IPv4

2011-07-18 Thread Barry Scott
On Thursday 14 July 2011 10:38:44 Barry Scott wrote: > On Wednesday 13 July 2011 01:24:34 Jeff Trawick wrote: > > > > > > > > >... rewrite rules ... > > > > > > > > >#+ localhost auth file > > >Order allow,

Re: [users@httpd] HTTPD 2.2.17 issue on Fedora 15 with listening on IPv4

2011-07-14 Thread Barry Scott
On Wednesday 13 July 2011 01:24:34 Jeff Trawick wrote: > > > > > >... rewrite rules ... > > > > > >#+ localhost auth file > >Order allow,deny > >Allow from 127.0.0.1 > >Allow from ::1 > >Satisfy Any > >#- localhost auth file > > > > > >

Re: [users@httpd] HTTPD 2.2.17 issue on Fedora 15 with listening on IPv4

2011-07-13 Thread Barry Scott
On Wednesday 13 July 2011 01:24:34 Jeff Trawick wrote: > On Mon, Jul 11, 2011 at 8:21 AM, Barry Scott wrote: > > We are porting our application to Fedora 15 and to systemd from SysV init. > > The httpd configuraturation we are using work without problem on earlier > &

[users@httpd] HTTPD 2.2.17 issue on Fedora 15 with listening on IPv4

2011-07-11 Thread Barry Scott
We are porting our application to Fedora 15 and to systemd from SysV init. The httpd configuraturation we are using work without problem on earlier Fedora 13 systems. We are hitting an odd problem with httpd handling requests on localhost:80 over IPv4. The configuration allows access without authe

[users@httpd]

2011-06-08 Thread Callum Scott
http://quorumprint.com/lindex02.html - 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.or

Re: [users@httpd] Wildcard and Specific Vhosts

2011-04-19 Thread Callum Scott
> Make this a ServerAias and set a normal ServerName -- ServerName can't > be a wildcard. > > - > The official User-To-User support forum of the Apache HTTP Server Project. > See http://httpd.apache.org/userslist.html> for more inf

[users@httpd] Wildcard and Specific Vhosts

2011-04-19 Thread Callum Scott
Hi All, I am trying to get the following to work. www.domain.co.uk domain.com to go to /home/somedir1 and then *.domain.com to go to /home/somedir2 however this doesn't appear to be working as expceted. To difirenciate I have the two vhosts pointing to seperate logfiles and it appears that if I

Re: [users@httpd] giving write permissions to apache user on some folders in document root

2011-02-03 Thread Scott Gifford
s. If not, try to find one that is. Sorry there are no simple answers there, but hopefully it is helpful. --Scott.

Re: [users@httpd] HTTP authentication using HTTP

2011-01-11 Thread Scott Gifford
module requires a bit more work to set up, but can support caching, which can be useful depending on your setting. I have been using a module which is a slightly customized blend of the two for several years now with great success. Hope this helps! Scott.

[us...@httpd] PHP Issue...

2010-12-05 Thread Scott Shippee
question is: Is there a way to have short tags turned on for one web site and turned off for another? As always any help would be great. Thanks. Scott

Re: [us...@httpd] debugging websites running on Apache?

2010-11-19 Thread Scott Gifford
omes from a particular IP address, etc. Hope some of these techniques are helpful to you, Scott.

[us...@httpd] Certain Pages being served are erroring...

2010-11-05 Thread Scott Shippee
1 I have traced it to the first line which is: Which if removed allows the page to work, HOWEVER, according to the standards, this line should be there any ideas? I have PHP & MySQL installed as well Scott

RE: [us...@httpd] "Expect: 100-continue" bug in 2.2.14?

2010-09-17 Thread Campbell, Scott
x27;t 100% comfortable using the "patched"/commented out code in mod_proxy_http.c, but so far, it's the only way we can get our code working. Scott -Original Message- From: Campbell, Scott [mailto:scott_campb...@wrightexpress.com] Sent: Monday, August 09, 2010 10:03

RE: [us...@httpd] "Expect: 100-continue" bug in 2.2.14?

2010-08-10 Thread Campbell, Scott
ead. [Ruediger Pluem] Anyone else had any luck with the 100-continue issue? Scott -Original Message----- From: Campbell, Scott [mailto:scott_campb...@wrightexpress.com] Sent: Monday, August 09, 2010 10:03 AM To: users@httpd.apache.org Subject: RE: [us...@httpd] "Expect: 100-continue"

RE: [us...@httpd] "Expect: 100-continue" bug in 2.2.14?

2010-08-09 Thread Campbell, Scott
Per Eric, I added the %{Expect}i log entry. LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"SCOTT\" \"%{User-Agent}i\"\"%{Expect}i\"" scott CustomLog "|/usr/local/apache2/bin/rotatelogs /usr/local/apache2/logs/sco

[us...@httpd] "Expect: 100-continue" bug in 2.2.14?

2010-08-06 Thread Campbell, Scott
ache complains about a blank "Expect" request. Does anyone have any suggestions on how I can either fix, remove, or get around this "Expect 100-continue" issue? I can't have development modify all of their code, and am pretty sure I can just nuke the "Expect" va

Re: [us...@httpd] AllowOverride: Pros and Cons

2010-07-07 Thread Scott Gifford
s file to access any file the Web server can read, and execute any code they would like to as the Web server user. From a security perspective it's equivalent to giving the user a shell as the Web server user. That may or may not be consistent with your security objectives. Hope this helps! -Scott.

Re: [us...@httpd] Name-based virtual hosting SSL (seems to work)

2010-07-01 Thread Scott Whitney
Thanks, Eric. I'm a little confused. I _think_ you're saying that the vhost-scope configuration _for the SSL Certificate stuff only_ will be served up to all, but the remaining directives (Directory, FastCGI stuff, etc) will be on a per NVH basis? At least those are the results that I'm seeing

[us...@httpd] Name-based virtual hosting SSL (seems to work)

2010-07-01 Thread Scott Whitney
I've read this: http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#vhosts and it seems to state that this: AddHandler fastcgi-script .fcgi .fcg .fpl .py .pyc DocumentRoot /home/eggs/jt/pi/www/htdocs ServerName eggs.test.mycompany.com FastCgiExternalServer /home/eggs/jt/pi/pylib -host 127.0

[us...@httpd] Solaris 10/x64 worker graceful restart problem

2010-06-23 Thread Scott Severtson
ct proxy-http rewrite ssl usertrack dav status log-config logio" \ -with-ssl=$INSTALL_SSL \ --with-mpm=worker \ --enable-nonportable-atomics Any thoughts? Anything other information I can provide to diagnose this

Re: [us...@httpd] I/O accounting for all processes?

2010-06-16 Thread Scott Gifford
On Wed, Jun 16, 2010 at 12:16 PM, Jakov Sosic wrote: > On 06/16/2010 06:49 AM, Scott Gifford wrote: > > On Tue, Jun 15, 2010 at 5:33 PM, Jakov Sosic > <mailto:jakov.so...@srce.hr>> wrote: > > > > I'm interested in measuring I/O that all apache processes

Re: [us...@httpd] Apache getting stuck with all workers in a BUSY_READ state

2010-06-16 Thread Scott Gifford
your Apache has debugging symbols. That may be a good next step. Good luck! -Scott.

Re: [us...@httpd] Apache getting stuck with all workers in a BUSY_READ state

2010-06-15 Thread Scott Gifford
sses to see what they are doing. Between that and lsof you should be able to tell what the process is blocked reading. Hope this is helpful, Scott.

Re: [us...@httpd] I/O accounting for all processes?

2010-06-15 Thread Scott Gifford
On Tue, Jun 15, 2010 at 5:33 PM, Jakov Sosic wrote: > I'm interested in measuring I/O that all apache processes are > generating. I used mod_logio to solve a similar problem not too long ago, with good success: http://httpd.apache.org/docs/2.0/mod/mod_logio.html Scott.

[us...@httpd] Mutual Authentication using Multiple CA's in Apache does not work

2010-06-03 Thread Scott Thomas
ons +StdEnvVars +ExportCertData I am using OpenSSL version 0.9.8h release 28 May 2008 and Apache version 2.2.10-2.5 Kindly guide me in this aspect. Waiting for your kind Reply Best Regards Scott Thomas

Re: [us...@httpd] graceful restart occasionally gives "could not bind" error

2010-05-27 Thread Scott Gifford
ey would only happen once or twice a year, so I wasn't able to do much troubleshooting. I know that doesn't help, but maybe it's nice to know that you're not the only one who has seen problems like this. Hope this helps! -Scott. On Thu, May 27, 2010 at 10:17 AM, Jeff Tr

Re: [us...@httpd] Can I have 2 httpd servers running on 2 different ports?

2010-02-22 Thread Scott Gifford
tl and change the settings in there, then run your copy. That's a bit vague, I know, but I hope it will get you started. You may find there's an easier answer if you don't really need two Apache servers, but can get by with one of the other suggestions from this thread. -Scott.

  1   2   3   4   >