Re: [users@httpd] Failure to start apache2 after SSL cert update.

2020-07-10 Thread Miguel González
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

Re: [users@httpd] Apache as a Mutual SSL enabled Forward Proxy

2018-05-29 Thread Miguel González
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

Re: [users@httpd] mirror a html site

2017-12-24 Thread Miguel González
> > 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...

Re: [users@httpd] Re: mirror a html site

2017-12-24 Thread Miguel González
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/> >

[users@httpd] mirror a html site

2017-12-23 Thread Miguel González
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)

[users@httpd] varnish, wordpress and php session.cache_limiter setting

2017-01-27 Thread Miguel González
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

Re: [users@httpd] ssl offloading behind a proxy

2016-12-16 Thread Miguel González
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 >

Re: [users@httpd] ssl offloading behind a proxy

2016-12-16 Thread Miguel González
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

[users@httpd] ssl offloading behind a proxy

2016-12-11 Thread Miguel González
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).

Re: [users@httpd] rewrite in .htaccess

2016-06-02 Thread Miguel González
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

Re: [users@httpd] rewrite in .htaccess

2016-05-24 Thread Miguel González
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 -

[users@httpd] rewrite in .htaccess

2016-05-24 Thread Miguel González
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

Re: [users@httpd] blocking xmlrpc.php

2016-03-08 Thread Miguel González
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".

[users@httpd] blocking xmlrpc.php

2016-03-08 Thread Miguel González
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

[users@httpd] redirecting web requests from localhost

2013-08-28 Thread Miguel González
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

Re: [users@httpd] Authenticating with subfolders

2013-05-26 Thread Miguel González
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

Re: [users@httpd] Authenticating with subfolders

2013-05-21 Thread Miguel González
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

[users@httpd] Authenticating with subfolders

2013-05-21 Thread Miguel González
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

[users@httpd] measuring web latency

2012-11-23 Thread Miguel González Castaños
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

Re: [users@httpd] checking logs

2012-02-23 Thread Miguel González Castaños
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

[users@httpd] checking logs

2012-02-23 Thread Miguel González Castaños
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

Re: [users@httpd] w00t and Dfind web scanner

2012-02-14 Thread Miguel González Castaños
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

Re: [users@httpd] w00t and Dfind web scanner

2012-02-13 Thread Miguel González Castaños
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

Re: [users@httpd] w00t and Dfind web scanner

2012-02-12 Thread Miguel González Castaños
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 -

[users@httpd] w00t and Dfind web scanner

2012-02-12 Thread Miguel González Castaños
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 [