Re: [users@httpd] Issues with accessing web page using DNS URL

2021-08-18 Thread James Moe
ard "user" (or "residential"), they may not allow incoming server connections. You would need to change your service type to "business." -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 Think.

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

2020-10-04 Thread James Moe
haven't > looked into actual debugging yet. > Aren't cookies good for this type of tracking? Your description of the backend processing does not seem to preclude their use. -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 Think. signature.asc Description: OpenPGP digital signature

Re: [users@httpd] Expose my server to internet

2020-01-15 Thread James Moe
is. As others have noted, access to your site is blocked either by your ISP, by your firewall or router, or both. Many ISPs have two general services: residential and business. Often the residential service does not allow incoming/public service access to a host, like HTTP or email. -- James

Re: [users@httpd] Expose my server to internet

2019-07-13 Thread James Moe
ll by myself. > Many ISPs have restrictions on servers. Often a "residential" Internet service does not allow website or email servers. That is, connections initiated from outside your network are blocked. Check with your ISP about serving websites. -- James Moe moe dot james

[users@httpd] Blocking particular URL/file patterns

2019-07-02 Thread James Moe
deny from 40.77.167.0/24 deny from 207.46.13.0/24 Is there a way to write a filter that blocks the above URL patterns without generating a 404 response? -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 Think. signature.asc Description: OpenPGP digital signature

Re: [users@httpd] Question about order of execution

2019-02-05 Thread James Moe
On 04/02/2019 6.18 PM, Eric Covener wrote: >> My question is: Does the certificate validation occur before or after >> processing <.htaccess>? > > Long before, the handshake is complete before any HTTP request. > Ah, quite. Thanks. -- James Moe moe dot

[users@httpd] Question about order of execution

2019-02-04 Thread James Moe
^.*$ "https://sohnen-moe.com/products/books/#product-business-mastery"; # # # 20180315 jmm: Always use a secure connection # RewriteEngine on RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R] ----[ end ] -- James Moe moe dot james at sohnen-moe dot c

[users@httpd] [OT] bounced messages

2018-08-13 Thread James Moe
gain later - are you for real? 2018-08-13_01:52:12 50332-03786 [Worker_1] [TLS-in] [TLS-out] 23.83.215.32 to: ji...@sohnen-moe.com disconnected: session:7F62FA585BC0 23.83.215.32 - processing time 1 seconds 2018-08-13_01:52:12 [Worker_1] Worker_1 will sleep now ----[ end ] -- James Moe moe do

[users@httpd] Re: [SOLVED] "Permissions" lost after upgrade to 2.4.33

2018-07-17 Thread James Moe
On 07/16/2018 02:53 PM, James Moe wrote: > After the upgrade from v2.4.23 to v2.4.33, https requests yield error > 403: > Access forbidden! > You don't have permission to access the requested directory. There is > either no index document or the directory is read-protected

[users@httpd] "Permissions" lost after upgrade to 2.4.33

2018-07-17 Thread James Moe
On 07/16/2018 02:53 PM, James Moe wrote: > After the upgrade from v2.4.23 to v2.4.33, https requests yield error > 403: Access forbidden! > http requests return: error 400 Bad request! > I have read the docs. I have added what seemed like the correct directive for allowing acce

[users@httpd] Re: "Permissions" lost after upgrade to 2.4.33

2018-07-16 Thread James Moe
On 07/16/2018 02:53 PM, James Moe wrote: > So, the "permissions" are an apache thing, not OS? > These are the OS directory permissions to the Doc Root /data01/t-drv/websites/sma-v3/: drwxrwxr-x 1 root users 104 Feb 25 16:14 data01/ drwxrwxr-x 1 sma-user3x users 140 Ju

[users@httpd] "Permissions" lost after upgrade to 2.4.33

2018-07-16 Thread James Moe
ma/ssl/www.sma.com.cert-01.pem" SSLCertificateKeyFile "/data01/srv/vhosts.sma/ssl/www.sma.com.insecure-01.key" # SSLCipherSuite HIGH:!SSLv2:!ADH:!aNULL:!eNULL:!NULL SSLProtocol ALL -SSLv2 [ end ] -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 Think. signature.asc Description: OpenPGP digital signature

[users@httpd] Re: Apache2 does not start after OS upgrade

2018-07-16 Thread James Moe
On 07/16/2018 11:59 AM, James Moe wrote: > On opensuse v42.3 apache2 v2.4.23 worked fine. On opensuse 15.0 apache2 > v2.4.33 refuses to start. > After re-installing the package, an additional error was showm regarding a missing SSL certificate listed in . Fixing that allowed apache

[users@httpd] Apache2 does not start after OS upgrade

2018-07-16 Thread James Moe
sma-server3 systemd[1]: apache2.service: Unit entered failed state. 2018-07-16T10:14:23-0700 sma-server3 systemd[1]: apache2.service: Failed with result 'protocol'. -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 Think. signature.asc Description: OpenPGP digital signature

[users@httpd] apache2 a2enmod error after update

2017-09-26 Thread James Moe
.) Does zypper spawn a non-root process to run a2enmod? If so, what changes are needed so it can run a2enmod? -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 Think. signature.asc Description: OpenPGP digital signature

Re: [users@httpd] redirect port from 80 to 443

2017-02-18 Thread James Moe
le.com/$1 [R] -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 Think. signature.asc Description: OpenPGP digital signature

Re: [users@httpd] Regarding Disk & File Cache

2016-11-13 Thread James Moe
On 11/13/2016 02:14 AM, Jayaram Ponnusamy wrote: > > [For] Some reason our sites are extreme slow, ... > You should discover the reason why the sites are so slow. -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 Think. signature.asc Description: OpenPGP digital signature

Re: [users@httpd] Migrating from apache 2.2 to 2.4

2016-02-27 Thread James Moe
On 02/28/2016 12:07 AM, James Moe wrote: > Finally, the question: Why does httpd fail to start? > Found it. It was one of the vhosts that was not loading. A message about port 808 already in use, and it quit. After disabling that vhost, apache started up normally. List

[users@httpd] Migrating from apache 2.2 to 2.4

2016-02-27 Thread James Moe
start? -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] 403 and I don't understand why

2015-07-14 Thread James Moe
t; Thank you. That provided the information I needed to repair the configuration. I replaced: Order allow,deny Allow from all with: Require all granted It's all good again. - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNAT

[users@httpd] 403 and I don't understand why

2015-07-13 Thread James Moe
Options +ExecCGI -Includes Order allow,deny Allow from all Options Indexes FollowSymLinks AllowOverride all Order allow,deny Allow from all [ end ] -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 signature.asc Description: OpenPGP digital signature

Re: [users@httpd] mod_rewrite is ignored or disabled

2015-06-29 Thread James Moe
rite from vhost to .htaccess; it all works great. > > (sorry for last top-post, I'm a mailing list beginner) > Well Okay. I'll let it slide this time. Please consider trimming your posts as well. Reproducing header and footers is quite unnecessary, and makes the post more dif

Re: [users@httpd] mod_rewrite is ignored or disabled

2015-06-28 Thread James Moe
Whoo-hoo! The rewrite in .htaccess works. The one in vhosts does not. :-( I removed the "L" flag; it made no difference. - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2 iEYEARECAAYFAlWQnPcACgkQzTcr8Prq0ZMi3QCghBO8Amz6l

[users@httpd] mod_rewrite is ignored or disabled

2015-06-28 Thread James Moe
f User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 [ end ] -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 signature.asc Description: OpenPGP digital signature

Re: [users@httpd] ReDirect question

2015-06-27 Thread James Moe
ALL -SSLv2 SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 - [ end ] - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2 iEYEARECAAYFAlWPh2sAC

Re: [users@httpd] ReDirect question

2015-06-27 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/27/2015 06:26 PM, Eric Covener wrote: >>> AllowOverride All > same in https vhost? > Yes. - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Ve

Re: [users@httpd] ReDirect question

2015-06-27 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/27/2015 06:16 PM, Kurtis Rader wrote: > What happens if you remove the Redirect directive? > I get a 404 for <http://sma-v3.sma.com/catalog/?app=ecom&ns=catshow&ref=books>. - -- James Moe moe dot james at sohnen-moe

Re: [users@httpd] ReDirect question

2015-06-27 Thread James Moe
sma.com Port 80 * Connection #0 to host sma-v3.sma.com left intact - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2 iEYEARECAAYFAlWPR8cACgkQzTcr8Prq0ZNL8QCZAb3uFgoO9nAmxU13KpPZT2oM 1

Re: [users@httpd] ReDirect question

2015-06-27 Thread James Moe
$ https://%{HTTP_HOST}/$1 [R,L] Forcetype application/x-http-php Forcetype none [ end ] -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 signature.asc Description: OpenPGP digital signature

Re: [users@httpd] ReDirect question

2015-06-27 Thread James Moe
; and you actually have to request somethng that maps beneath that > directory. > It does. > RewriteEngine must be on. > It is. Still no functioning rewrite capability. - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -

Re: [users@httpd] ReDirect question

2015-06-27 Thread James Moe
to the conf file... and it did not work. Somehow I have disabled rewrite on this installation. I tried the rewrite on the public site, and it works! Yay! module_rewrite is being loaded. What are other preconditions for a functioning rewrite capability? - -- James Moe moe dot james at sohn

Re: [users@httpd] ReDirect question

2015-06-27 Thread James Moe
n was ignored, and the fallback "Redirect /catalog/ https://sma-v3.sma.com/clickcart/"; was invoked. - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2 iEYEARECAAYFAlWPHfEACgkQzTcr8Prq0ZNgVgCeKJO68eusXjB4lUzQgJ/

Re: [users@httpd] ReDirect question

2015-06-27 Thread James Moe
a syntax error does anything change ("Internal Server Error"). - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2 iEYEARECAAYFAlWPFi8ACgkQzTcr8Prq0ZN66QCfWa1nChSSiEUYu51IkL7sww6d VagAn1PB8/A9MnBVDuc3Erfm0/+fKb4O =zF

Re: [users@httpd] ReDirect question

2015-06-27 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/27/2015 12:00 PM, Kurtis Rader wrote: > > I guess this build did not include dumpio_module. Adding the above produced no additional logging. - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIG

Re: [users@httpd] ReDirect question

2015-06-27 Thread James Moe
On 06/25/2015 10:16 PM, James Moe wrote: > apache v2.4.10 linux v3.16.7-21-desktop x86_64 > Here is the current state of my non-working rewrite: - I added "LogLevel info rewrite:trace6" to the VirtualHost section - The rewrite rule in <.htaccess> RewriteEngine on Rewr

Re: [users@httpd] ReDirect question

2015-06-26 Thread James Moe
either. Since I cannot get logging to work either (grr), I cannot see what is happening. - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2 iEYEARECAAYFAlWOMXYACgkQzTcr8Prq0ZN5IgCaApg8zqo4q5kzW0L8gwVNOSU5 XdgAoK48mhdhaLxhcW5fDKx

[users@httpd] Using LogLevel?

2015-06-26 Thread James Moe
get LogLevel to work? - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2 iEYEARECAAYFAlWN6V0ACgkQzTcr8Prq0ZPVkgCfd0mYC4kDhIVqpy+oXYwE8CNt BTsAnizlR9j7xdIG2nhz8jS6o0oDDXj2 =rv2l --

Re: [users@httpd] ReDirect question

2015-06-26 Thread James Moe
cations. Hence the rewrite rule. - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2 iEYEARECAAYFAlWN3G8ACgkQzTcr8Prq0ZMr/gCeJQEeFXbHBKjHVzpw4pPzwubI fkoAnRXzkwDOpbsjmI1SRIRypiqVdv+D =U7l9 -END

Re: [users@httpd] ReDirect question

2015-06-26 Thread James Moe
om/app/storeFront/handleStoreFrontLink?displayType=Category&id=1&displayName=Books [R=301,L] It does not match either. :-( -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 signature.asc Description: OpenPGP digital signature

[users@httpd] ReDirect question

2015-06-25 Thread James Moe
=ecom&ns=catshow&ref=books \ https://ya250.infusionsoft.com/app/storeFront/handleStoreFrontLink?displayType=Category&id=1&displayName=Books Redirect /catalog/ https://sma-v3.sma.com/clickcart/ -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 signature.asc Desc

Re: [users@httpd] Searching for files that match an URL

2015-04-08 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/07/2015 10:59 AM, Eric Covener wrote: > mod_negotiation / Options MultiViews > Thank you. - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: Gn

Re: [users@httpd] Searching for files that match an URL

2015-04-07 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/05/2015 04:13 PM, James Moe wrote: > For instance, <http://example.com/php-file-no-ext> would be found > and processed as <http://example.com/php-file-no-ext.php>. Is this > actually possible? Is there a significant co

[users@httpd] Searching for files that match an URL

2015-04-05 Thread James Moe
ttp://example.com/php-file-no-ext> would be found and processed as <http://example.com/php-file-no-ext.php>. Is this actually possible? Is there a significant cost? Or did I mis-read the article? - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Versi

Re: [users@httpd] Will these rewrite rules do what I expect?

2014-10-04 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/30/2014 10:33 PM, James Moe wrote: > I wish to have three rules 1. if URL = > http[s]://info.massamio.com/blog, redirect to > http://blog.sohnen-moe.com/ 2. if URL = > http[s]://info.massamio.com/resources, redirect to > htt

Re: [users@httpd] Will these rewrite rules do what I expect?

2014-10-03 Thread James Moe
RewriteEngine on RewriteCond %{HTTP_HOST} =www.massamio.com RewriteRule ^(.*)$ https://sohnen-moe.com/timely/massamio.php [R,L] IIRC, unless otherwise indicated, the ReWriteCond is a set of AND conditions. - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE---

[users@httpd] Will these rewrite rules do what I expect?

2014-09-30 Thread James Moe
/resources RewriteRule ^(.*)$ https://sohnen-moe.com/resources/c2a-massamio-resources.php [R,L] RewriteEngine on RewriteCond %{HTTP_HOST} =www.massamio.com RewriteRule ^(.*)$ https://sohnen-moe.com/timely/massamio.php [R,L] - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936

Re: [users@httpd] mod_rewrite help request

2014-04-01 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/01/2014 06:48 PM, Michael Streeter wrote: > Try this: RewriteEngine on RewriteCond %{QUERY_STRING} page=(.*) > RewriteRule ^(.*)$ http://www.example.com/%1? [R,L] > Thank you. That worked a peach. - -- James Moe moe dot james at s

[users@httpd] mod_rewrite help request

2014-04-01 Thread James Moe
/somepage.php I've gotten this far: RewriteEngine on RewriteCond %{QUERY_STRING} =page RewriteRule ^(.*)$ <> [R,L] - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (GNU/Linux) Comment: Using GnuPG with Thunder

Re: [users@httpd] httpd basic authentication

2014-03-26 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/25/2014 04:44 PM, Paolo De Michele wrote: > > I configured a basic httpd authentication via apache2. Look below: > Is the entry point into the restricted area? - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -

Re: [users@httpd] Denying an IP address range

2014-03-24 Thread James Moe
to filter the error log. Thanks! - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlMw1tQACgkQzTcr8Prq0ZNSFQCbBbj3gh8YRa1w9PpP3s//b27o

[users@httpd] Denying an IP address range

2014-03-24 Thread James Moe
ccess denial error messages? - [ .htaccess ] # Options +ExecCGI +FollowSymLinks # Order allow,deny Allow from all ... a lot of redirects ... # Deny (a range of) IP addresses # Order allow,deny Allow from all Deny from 64.37.231 # # blah blah blah ... - -- James Moe moe dot james at sohne

Re: [users@httpd] Apache displays MySql error on static web pages

2013-03-15 Thread James Moe
> Apache test page via browser at http://198.101.242.185 : > > Database Error: Unable to connect to the Database: Could not > connect to MySQL. > That looks like a PHP error message. What applications are you running on the server? - -- James Moe moe dot james at sohnen-mo

Re: [users@httpd] speed up response time

2013-01-12 Thread James Moe
gt;>> > How large are the pages? Is there are lot of images? >> > not a lot...maybe 5 or 6 small... like logos or icons > Then the time is likely the PHP page generation. Is there a lot of database backend requests? Have you tried inserting some time markers to see what

Re: [users@httpd] speed up response time

2013-01-12 Thread James Moe
s there are lot of images? - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlDxriwACgkQzTcr8Prq0ZPxtwCeO5Fg6i+Bu

Re: [users@httpd] Apache can't interpret a link in my webpage so the style is not good, how I can resolve that ?

2012-08-16 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/16/2012 10:19 AM, Nicolas Maujean wrote: > no, the url of the page called is : > http://localhost:8080/TCS/group/guest > > so it will look in http://localhost:8080/TCS/chorus-theme > No. The path is relative to the ServerRoot. Change "htt

Re: [users@httpd] Apache can't interpret a link in my webpage so the style is not good, how I can resolve that ?

2012-08-16 Thread James Moe
ot; />| > "../../chorus-theme/..." is outside the ServerRoot. Doing that is like trying to access a directory above "c:/". - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.18

Re: [users@httpd] Re: Page well displayed in browser not when I access it from apache on localhost

2012-08-16 Thread James Moe
-round-left3.gif, > referer: http://localhost:8080/TCS/group/guest/default.htm > "C:/Program Files/Apache2.2/htdocs" is not a valid path. Change the URL so that it is relative to the ServerRoot, not the local filesystem root. - -- James Moe moe dot james at sohnen-moe dot com

Re: [users@httpd] Apache can't interpret a link in my webpage so the style is not good, how I can resolve that ?

2012-08-16 Thread James Moe
it doesn't work anymore, > What does "doesn't work" mean? A blank page? Is there an error message? - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.18 (GNU/Linux) Comment: Using G

Re: [users@httpd] Redirecting suspicious search probes

2011-12-21 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/19/2011 03:38 PM, James Moe wrote: > > 1. Is this a reasonable way of handling undesirable search probes? > 2. Is there an "include"-style statement for <.htaccess> so I only > need to update a single master redir

[users@httpd] Redirecting suspicious search probes

2011-12-19 Thread James Moe
ing undesirable search probes? 2. Is there an "include"-style statement for <.htaccess> so I only need to update a single master redirect list? - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.18 (GNU

Re: [users@httpd] SSL certificates and virtual hosts

2011-10-18 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/18/2011 09:36 AM, Greg Fennell wrote: > To add to my last response, here is some good reading. > > http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#vhosts > Thanks for that. I was about to ask for clarification. - -- James

[users@httpd] SSL certificates and virtual hosts

2011-10-18 Thread James Moe
correct? Or have I made an error in the configuration? - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.16 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

Re: [users@httpd] Different Virtual Host configurations

2011-08-08 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/08/2011 05:57 AM, Petr Hracek wrote: > Dear users, > > I have following two virtual host configurations. First is working > correctly and second one not. > What does "not working" mean? What is in the logs? - --

Re: [users@httpd] RewriteRule acts differently for different browsers

2011-07-25 Thread James Moe
L] Now no redirection occurs at all for any browser. Later: Now it is working as expected for all browsers I have tested. I do not know what changed in the intervening half hour. - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.16

Re: [users@httpd] RewriteRule help

2011-07-25 Thread James Moe
finitions are off limits. Adding Directory rules are okay. - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.16 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk4tuoIACgkQzTcr8Prq0ZNf9ACe

[users@httpd] RewriteRule acts differently for different browsers

2011-07-25 Thread James Moe
y Chrome redirected like I thought the rule indicates. Is this to be expected? It seems rather arbitrary. - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.16 (GNU/Linux) Comment: Using GnuPG with Mozilla - ht

Re: [users@httpd] RewriteRule help

2011-07-24 Thread James Moe
ngine On RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R] The non-secure authentication request still pops up first. - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.16 (GNU/Linux) Comment: Using GnuPG with M

[users@httpd] RewriteRule help

2011-07-23 Thread James Moe
authorization request pops up. How do I get the redirection to occur before the non-secure authorization request? - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.16 (GNU/Linux) Comment: Using GnuPG with Mozilla - http

Re: [users@httpd] Simple RewriteRule?

2011-07-18 Thread James Moe
chers/ into the RewriteCond? > > RewriteCond %{SERVER_PORT} 80 RewriteCond %{REQUEST_URI} /teachers/ > RewriteRule ... > Cool! That worked. - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.15

Re: [users@httpd] Simple RewriteRule?

2011-07-18 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/18/2011 03:12 PM, James Moe wrote: > I have what I thought is a simple re-write rule: > > RewriteEngine on ReWriteRule ^/teachers/(.*)$ https://${HTTP_HOST}/$1 > [L,R] > I have changed the rule to RewriteEngine On RewriteCon

[users@httpd] Simple RewriteRule?

2011-07-18 Thread James Moe
work. Where have I gone wrong? - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.15 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk4kr7QACgkQzTcr8Prq0ZPpBQCgoxyZxudAFZk2XX8zcrlDNghi

Re: [users@httpd] Help with simple mod_rewrite

2011-05-07 Thread James Moe
^/(.*) http://example.com/$1?fb=1 [R,L] >> >> Where did I go wrong? > > How about: > RewriteCond %{HTTP_HOST} = fb.example.com > RewriteRule ^ http://example.com%{REQUEST_URI}?fb=1 [R=301,L] > After I deleted the "=" in the RewriteCond string, it works

[users@httpd] Help with simple mod_rewrite

2011-05-07 Thread James Moe
: RewriteEngine on RewriteRule ^/(.*) http://example.com/$1?fb=1 [R,L] Where did I go wrong? - -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.15 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://e