Re: [users@httpd] Apache in under attack.

2021-01-11 Thread Filipe Cifali
firewall-cmd --permanent --zone="public" --add-rich-rule='rule port > port="80" protocol="tcp" accept limit value="100/s" log prefix="HttpsLimit" > level="warning" limit value="100/s"' > > But not matter

Re: [users@httpd] Apache in under attack.

2021-01-11 Thread Filipe Cifali
to solve it? > > > Thank you. > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] Anyone familiar with Docker?

2020-08-05 Thread Filipe Cifali
; - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] Test an SSL certificate before installation

2020-07-02 Thread Filipe Cifali
---- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] Configuring redirects from http to https

2018-11-30 Thread Filipe Cifali
d the https > address. What should I be looking for to detect the http failures? > > > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache

Re: [users@httpd] Configuring redirects from http to https

2018-11-30 Thread Filipe Cifali
edirect "/" "https://www.host1.com"; >>>> >>>> >>>> >>>> ServerName www.host2.com >>>> ServerAlias host2.com *.host2.com >>>>Redirect / https://www.host2.com >>>> >>>> >>>> # https versions >>>> >>>> ServerAdmin . . . >>>> ServerName www.host1.com >>>> ServerAlias . . . >>>> . . . >>>> >>>> The https parts work well but if people try to get http://host1.com or >>>> http://host2.com they get connection (111) errors indicating that the >>>> redirects aren't working. I've tried different versions of the redirects -- >>>> with and without double quotes -- and it doesn't seem to make a difference. >>>> >>>> How to I get the redirects to function? >>>> >>> >>> >>> -- >>> Jonathon Koyle >>> >> >> > > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] Re: 0 length robot.txt

2018-10-06 Thread Filipe Cifali
-Agent}i\"" > combined > > ¯\_(ツ)_/¯ > > -- > ALL WORK AND NO PLAY MAKES BART A DULL BOY ALL WORK AND NO PLAY MAKES > BART A DULL BOY ALL WORK AND NO PLAY MAKES BART A DULL BOY Bart > chalkboard Ep. 1F07er}i\" \"%{User-Age > nt}i\"” combined > > > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] Re: 0 length robot.txt

2018-10-04 Thread Filipe Cifali
3:54 PM @lbutlr wrote: > On 04 Oct 2018, at 11:50, Filipe Cifali wrote: > > You want to use a CustomLog for virtualhost config to gather the most > info you can from the request: > > > > https://httpd.apache.org/docs/current/mod/mod_log_config.html#customlog >

Re: [users@httpd] 403 error upon upgrade

2018-10-04 Thread Filipe Cifali
off (0.00/0/0) > tcp0 0 1.2.3.4:59019 172.217.14.74*:443* TIME_WAIT > - timewait (33.72/0/0) > tcp0 0 1.2.3.4:52752 216.17.8.47*:443* > ESTABLISHED 710/javakeepalive (320.48/0/0) > > > and I get no return for *#* netst

Re: [users@httpd] 403 error upon upgrade

2018-10-04 Thread Filipe Cifali
logs > > So four established connections, one of which is IPV6 (a backup resource). > Why am I limited to 4 connections? > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] Re: 0 length robot.txt

2018-10-04 Thread Filipe Cifali
On Thu, Oct 4, 2018 at 2:46 PM @lbutlr wrote: > On 03 Oct 2018, at 18:27, Filipe Cifali wrote: > > you can for example turn log level to debug and access the site, tailing > the logs should provide some information about what is breaking. > > Is it possible to set the log level

Re: [users@httpd] Re: 0 length robot.txt

2018-10-03 Thread Filipe Cifali
ernal sites. > > -- > "What's a Velvet Underground?" "You wouldn't like it." "Oh, Be-bop.” > > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] 403 error upon upgrade

2018-10-03 Thread Filipe Cifali
aceful-stop (code=exited, status=0/SUCCESS) > Process: 5140 ExecStart=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND > -k start *(code=exited, status=1/FAILURE)* > Main PID: 5140 (code=exited, status=1/FAILURE) > > This after I tracked down some port interference. > > > > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] Re: 0 length robot.txt

2018-10-03 Thread Filipe Cifali
ot going to work. > Luke: Why didn't you say so before? > Han : I did say so before! > > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] 403 error upon upgrade

2018-10-02 Thread Filipe Cifali
; work. Maybe somewhere in the bowels of SuSE 42.1 there is an error. > > Jack > > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] 403 error upon upgrade

2018-10-02 Thread Filipe Cifali
>> userdir_module (shared) >> reqtimeout_module (shared) >> authn_core_module (shared) >> authz_core_module (shared) >> rewrite_module (shared) >> version_module (shared) >> >> How do I get it on board? >> >> >> -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] Remove .php extension but still pass it to PHP-FPM

2018-10-02 Thread Filipe Cifali
ike to strip select .php extensions within a web site but still > have them passed to PHP-FPM when they are clicked on. > > > Any help would be appreciated > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] 403 error upon upgrade

2018-10-01 Thread Filipe Cifali
out the ssl decorations. However, the site still won't > display any php files. > > > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] Re: Updating to php 7.0 and having apache still work?

2018-10-01 Thread Filipe Cifali
time using different sockets / ports. On Mon, Oct 1, 2018 at 5:07 PM @lbutlr wrote: > On 01 Oct 2018, at 13:49, Filipe Cifali wrote: > > This seems to be a problem inside mod_fcgi and not httpd, proxies in > general don't care about what's the language behind it, as long as t

Re: [users@httpd] Re: Updating to php 7.0 and having apache still work?

2018-10-01 Thread Filipe Cifali
N! You never wanted to rule. > > > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] Want to Deploy Web App Behind a Reverse Proxy

2018-09-20 Thread Filipe Cifali
7;t "take" a hostname. If you have a domain, you need > to setup the DNS outside of the webserver to point to the right IP > address. Or, mock it up on your workstation with your local host file. > > ----- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] Crashes in CentOS 7

2017-07-20 Thread Filipe Cifali
(+0x7dc5)[0x7f19ce6acdc5] > /lib64/libc.so.6(clone+0x6d)[0x7f19ce1d776d] > > May be linked to "ModSecurity: collection_retrieve_ex: Failed deleting > collection (name ..." appearing on a regular basis. > > Any hint to troubleshoot that? > > Thanks > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] ProxyPass ! directive

2017-03-13 Thread Filipe Cifali
that has exactly the same effect >>>>> >>>> >>>> That syntax is known to not work. Once you proxy within >>> cannot be undone with any ! >>>> >>>> >>> - >>> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >>> For additional commands, e-mail: users-h...@httpd.apache.org >>> >>> >> >> - >> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >> For additional commands, e-mail: users-h...@httpd.apache.org >> >> > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] LetsEncrypt.org with Virtual Hosting

2016-06-14 Thread Filipe Cifali
hed, I > promise to write a blog article explaining the procedure a little bit better > > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] Dates in httpd.conf?

2015-03-31 Thread Filipe Cifali
eful", only by stop and then start. > > What is your reason you don't want to use piped logging? > > Regards, > > Rainer > > ----- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] This is my httpd.conf file

2014-05-23 Thread Filipe Cifali
> RewriteRule ^/(.*) http://127.0.0.1:2086/$1 [P] > > RewriteCond %{HTTP_HOST} !^sriswamisivanada.org$ > RewriteCond %{HTTP_HOST} ^webdisk\. > RewriteRule ^/(.*) http://127.0.0.1:2077/$1 [P] > > UseCanonicalName Off > > > > > > > > # CPANEL/WHM/WEBMAIL/WEBDISK PROXY SUBDOMAINS > > > ServerName mx1.sriswamisivananda.org > > ServerAlias cpanel.* whm.* webmail.* webdisk.* > > DocumentRoot /usr/local/apache/htdocs > ServerAdmin r...@sriswamisivanada.org > > suPHP_UserGroup nobody nobody > > RewriteEngine On > > SSLEngine on > SSLProxyEngine On > SSLCertificateFile /var/cpanel/ssl/cpanel/cpanel.pem > SSLCertificateKeyFile /var/cpanel/ssl/cpanel/cpanel.pem > SSLCertificateChainFile /var/cpanel/ssl/cpanel/cpanel.pem > > > RewriteCond %{HTTP_HOST} !^sriswamisivanada.org$ > RewriteCond %{HTTP_HOST} ^cpanel\. > RewriteCond %{HTTPS} on > RewriteRule ^/(.*) https://127.0.0.1:2083/$1 [P] > > RewriteCond %{HTTP_HOST} !^sriswamisivanada.org$ > RewriteCond %{HTTP_HOST} ^webmail\. > RewriteCond %{HTTPS} on > RewriteRule ^/(.*) https://127.0.0.1:2096/$1 [P] > > RewriteCond %{HTTP_HOST} !^sriswamisivanada.org$ > RewriteCond %{HTTP_HOST} ^whm\. > RewriteCond %{HTTPS} on > RewriteRule ^/(.*) https://127.0.0.1:2087/$1 [P] > > RewriteCond %{HTTP_HOST} !^sriswamisivanada.org$ > RewriteCond %{HTTP_HOST} ^webdisk\. > RewriteCond %{HTTPS} on > RewriteRule ^/(.*) https://127.0.0.1:2078/$1 [P] > > UseCanonicalName Off > > > > > Include "/usr/local/apache/conf/includes/post_virtualhost_global.conf" > Include "/usr/local/apache/conf/includes/post_virtualhost_2.conf" > > > # DO NOT EDIT. AUTOMATICALLY GENERATED. IF YOU NEED TO MAKE A CHANGE PLEASE > USE THE INCLUDE FILES. > > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] Re: YOU BROKE MY CODE!

2014-05-21 Thread Filipe Cifali
- > > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > > For additional commands, e-mail: users-h...@httpd.apache.org > > > > > > . > > > > > --------- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] YOU BROKE MY CODE!

2014-05-17 Thread Filipe Cifali
; How do we get apache 2.2 to route a request to one of several virtual > computers based on what name is used to access the server, and to let > EVERYONE in to that virtual computer? > > You broke my code! > > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] Apache 2.4 - non adoption reasons??

2014-04-10 Thread Filipe Cifali
ve me). > > On Thu, Apr 10, 2014 at 12:48 PM, Filipe Cifali > wrote: > > I think it's good, but most of my clients already had their share of pain > > from Apache 2.0.x to 2.2.x. > > > > > > > > > > On Thu, Apr 10, 2014 at 2:43 PM, Joey J w

Re: [users@httpd] Apache 2.4 - non adoption reasons??

2014-04-10 Thread Filipe Cifali
What am I missing?? > > Current market share: > http://w3techs.com/technologies/details/ws-apache/2.4/all > > -Joey J > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additiona

Re: [users@httpd] Re: !!! Urgently need apache 2.4.3 source code Urgent due to heartbleed bug]

2014-04-10 Thread Filipe Cifali
eed to rebuild apache 2.4.3 with latest version of openssl 1.0.1 g >> so I am urgent need of apache2.4.3 source code. >> >> Can someone guide me ? >> >> Thanks >> Sachin >> > > -- [ ]'s Filipe Cifali Stangler

Re: [users@httpd] Apache server returned a lots Continuation or non-HTTP traffic packages instead of full package

2012-07-27 Thread Filipe Cifali
-**--**- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- []'s Filipe Cifali Stangler

Re: [users@httpd] Apache server returned a lots Continuation or non-HTTP traffic packages instead of full package

2012-07-27 Thread Filipe Cifali
> > --**--**- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- []'s Filipe Cifali Stangler

Re: [users@httpd] How to serve https only? Is this correct?

2012-07-12 Thread Filipe Cifali
Mozilla Persona site a reference to another link that there is a > possibility of a man-in-the-middle attack using it. > > Best regards, > > -Tom > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- []'s Filipe Cifali Stangler

Re: [users@httpd] Software Load Balancers | mod_proxy_balancer and Varnish

2012-06-21 Thread Filipe Cifali
erience > to get some pointers. > > Any help would be highly appreciated. > > Kind Regards > Anurag > -- []'s Filipe Cifali Stangler

Re: [users@httpd] apache2 -S -- More info ?

2012-06-05 Thread Filipe Cifali
s well as > their aliases? > > > I know it's a newbie question so bear with me.. > > Thanks, > > --Roland > > > > > > --**--**- > To unsubscribe, e-mail: > users-unsubscribe@httpd.**apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- []'s Filipe Cifali Stangler