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.
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
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
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
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
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
^.*$
"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
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
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
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
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
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
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
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
.)
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
le.com/$1 [R]
--
James Moe
moe dot james at sohnen-moe dot com
520.743.3936
Think.
signature.asc
Description: OpenPGP digital signature
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
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
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
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
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
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
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
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
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
-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
-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
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
$ 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
; 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
-
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
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/
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
-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
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
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
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
--
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
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
=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
-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
-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
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
-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
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---
/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
-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
/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
-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
-
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
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
> 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
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
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
-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
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
-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
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
-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
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
-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
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
-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?
- --
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
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
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
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
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
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
-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
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
^/(.*) 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
:
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
73 matches
Mail list logo