Have you checked the apache error logs?
En 10 jul. 2020 23:54, en 23:54, "Jack M. Nilles" escribió:
>I recently updated two virtual servers with new SSL certificates,
>restarted apache and got a failure to load.
>
>Here is a diagnostic:
>
> systemctl status apache2.service
>● apache2.service - T
Never heard of mutual ssl enabled before. What is the use case for this
setup?
Would it work for having Nginx SSL offloading to Apache? Any docs?
On 05/24/18 10:00 PM, William A Rowe Jr wrote:
> Your next thing to test, from a vanilla/completely reset browser,
> would be
> to load up these corre
>
> Yeah, instead of using ugly directories, why not use a subdomain for
> mirroring? The most links will work. It would look like
>
> http://www.mirrored-domain.tld.mirror.mydomain.com/
>
> I do this with arround 7.000 domains on a singel Apache instance since
> the traffic is VERY low...
On 12/24/17 12:53 AM, Good Guy wrote:
> On 23/12/2017 10:26, Miguel González wrote:
>>
>> A hosting company with their builder tool created a static html site
>> that can´t be downloaded.
>>
> Did you try this tool?
>
> <https://www.httrack.com/>
>
Hello all,
Not sure if this is the best mailing list to drop this question, but
probably some users here might have a similar issue.
A hosting company with their builder tool created a static html site
that can´t be downloaded.
I am trying to mirror that site but some assets (CSS, Javascript)
Hi,
I´ve been told that It´s better to set PHP variable cache_limiter to
public to make to work Wordpress php scripts cached by Varnish.
Any experience with this? How can I make sure is it working?
I have enabled in .htaccess:
ExpiresByType text/html "access 1 month"
and if I test cu
ia SSL/HTTPS?
>> On Dec 16, 2016, at 11:41 AM, Miguel González
>> wrote:
>>
>> Nobody?
>>
>> On 12/11/16 7:45 PM, Miguel González wrote:
>>> Dear all,
>>>
>>> I am using Apache to offload SSL to non-ssl Apache running behind a
>
Nobody?
On 12/11/16 7:45 PM, Miguel González wrote:
> Dear all,
>
> I am using Apache to offload SSL to non-ssl Apache running behind a
> Varnish server. I do that with proxypass. Everything running WHM in a
> Centos 6.8 server.
>
> I do that because Varnish doesn´t man
Dear all,
I am using Apache to offload SSL to non-ssl Apache running behind a
Varnish server. I do that with proxypass. Everything running WHM in a
Centos 6.8 server.
I do that because Varnish doesn´t manage HTTPs requests so you need a
Proxy SSL (Nginx, Pound or Apache - as I did myself).
On 05/24/16 6:26 PM, Miguel González wrote:
> On 05/24/16 1:51 PM, Yehuda Katz wrote:
>> Because the rewrite rule above it says it uses the last rule to run if
>> it matches (that is what [L] means). Put your new config above the
>> WordPress rule.
I can´t make it to wor
On 05/24/16 1:51 PM, Yehuda Katz wrote:
> Because the rewrite rule above it says it uses the last rule to run if
> it matches (that is what [L] means). Put your new config above the
> WordPress rule.
Now it works!
Thanks!
Miguel
-
Hi all,
I´m having issues with a migration to a new domain redirecting all
URLs to the new domain.
My .htaccess looks like this:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L
On 03/08/16 1:34 PM, Yann Ylavic wrote:
> Hi,
>
> On Tue, Mar 8, 2016 at 11:36 AM, Miguel González
> wrote:
>>
>> I suspect that the previous connections trying to explote xmlrpc.php are
>> now just being logged and shown as "Waiting for connection".
Dear all,
I have a Cpanel with Apache webserver running and I have seen many
xmlrpc accesses from fake Google bots. In my pursue of blocking those
connections I enable the following rules in my csf (iptables based
firewall):
iptables -I INPUT -p tcp --dport 80 -m state --state NEW -m recent
--n
Dear all,
I´m testing a server and try to simulate a server in production. We
have a SSL certificate and I have configured the test server with the
same servername as it is in production. To access it, I change the hosts
file in my laptop to reach the test server.
However, the Java app
On 21/05/2013 14:14, Vincenzo D'Amore wrote:
Hi Miguel,
when you get authenticated with test1 user, may be your server returns
an html page that have more resources inside (i mean css, js, img),
and very likely, some of them are into the root Realm. This could
explain why you get prompted for
On 21/05/2013 12:27, Vincenzo D'Amore wrote:
Hi Bruno,
may be you're right, I read long time ago, but actually don't remember
exactly the RFC.
So now I have just implemented such configuration with Apache 2.2.
Into the document root I have created a .htaccess with this configuration:
Auth
Dear all,
I've been googling around and I haven't been able to find an answer
for this.
I have a web based software (Munin) which is password protected in
its root folder (my master user and password). However, since it
generates subfolders for each server and fill them with html files I
Hi,
Unfortunately pings are blocked by our ISP, so how can I measure
network latency or even better, any way to measure http latency? I
googled it but I can't find any article that mention any tool to do that.
Regards,
Miguel
On 23/02/2012 22:14, J.Lance Wilkinson wrote:
Miguel González Castaños wrote:
Hi,
Is there any tool that performs automatic checks against Apache (or
Tomcat) log files? I want to be able to monitor when something is
going wrong that needs attention from me instead of reading all logs
Hi,
Is there any tool that performs automatic checks against Apache (or
Tomcat) log files? I want to be able to monitor when something is going
wrong that needs attention from me instead of reading all logs from Apache.
I'm thinking of a crontab job or something similar
Regards,
Miguel
On 14/02/2012 03:02, Igor Cicimov wrote:
Check this link
http://httpd.apache.org/docs/2.2/mod/mpm_common.html#acceptmutex
and try to add
AcceptMutex pthread
to your config in case you run mpm_worker.
But in the info it says it can be used with prefork and worker
Since it's a CentOS machine
What OS, kernel, httpd version?
If linux, /var/log/messages|kernel_log|daemon_log can also often
give some indication of problems.
I have checked /var/log/messages (the other two don't exist) and I don't
find anything. What can cause those SSL cache locks to bring the server
down?
Reg
What OS, kernel, httpd version?
If linux, /var/log/messages|kernel_log|daemon_log can also often
give some indication of problems.
Yes, it's linux Centos 5.5 kernel 2.6.18-194.3.1.el5 and
httpd-2.2.3-53.el5.centos.3
Regards,
Miguel
-
Dear all,
I'm the system admin of a web server and I found these errors in my
apache logs:
[Tue Feb 07 10:35:08 2012] [warn] (43)Identifier removed: Failed to
release SSL session cache lock
[Tue Feb 07 10:36:04 2012] [warn] (43)Identifier removed: Failed to
acquire SSL session cache lock
[
25 matches
Mail list logo