ntages by moving to the fpm pools model, and your httpd
will use less memory as well.
On Wed, 9 Mar 2022 at 20:15, Dino Ciuffetti mailto:d...@tuxweb.it)> wrote:
Already tried to disable the opcache PHP extension?
# sudo phpdismod opcache
It should be your problem.
Also, it seems you are on pref
Already tried to disable the opcache PHP extension?
# sudo phpdismod opcache
It should be your problem.
Also, it seems you are on prefork, please try to set MaxConnectionsPerChild to
something near 1 when you are using mod_php or big modules like this to
avoid any memory leak building slowly
Please, try to add this on top of your workers.properties:
# Status (RO worker)
worker.list=jk-status
worker.jk-status.type=status
worker.jk-status.read_only=true
# Manager (RW worker)
worker.list=jk-manager
worker.jk-manager.type=status
Then, on your httpd.conf check for the presence of those loc
nal Message ‐‐‐
On Wednesday, January 12th, 2022 at 5:23 PM, Dino Ciuffetti mailto:d...@tuxweb.it)> wrote:
My question:Would it have been possible to install the SSL certificates in the
virtual machines?
YES. It's possibile to send Internet HTTPS traffic to an internal HTTPS service
be
My question:Would it have been possible to install the SSL certificates in the
virtual machines?
YES. It's possibile to send Internet HTTPS traffic to an internal HTTPS
service behind apache httpd as a reverse proxy.
You eventally need to install same SSL certificates (but you don't have
The global "Timeout" parameter is needed to set the length of time Apache httpd
will wait for I/O in various circumstances.
https://httpd.apache.org/docs/2.4/mod/core.html#timeout
(https://httpd.apache.org/docs/2.4/mod/core.html#timeout)
The "keepalive" attribute of ProxyPass can be used to fool
If you don't need ab (Apache Benchmark):
cd support ; touch ab ; cd .. ; make
This way you will skip the ab compilation.
30 agosto 2021 13:47, "Ran Mozes" mailto:ran.mo...@oracle.com?to=%22Ran%20Mozes%22%20)>
wrote:
Hi Nigel, all,
I am experiencing the exact same errors while trying to compile
Reading the source code:
>From mod_slotmem_shm:
...
401 apr_shm_remove(fname, pool);
402 rv = apr_shm_create(&shm, size, fname, gpool);
...
408 ap_log_error(APLOG_MARK, rv == APR_SUCCESS ? APLOG_DEBUG :
APLOG_ERR,
409 rv, ap_server_conf
> Firefox on linux indicates that "Parts of this page are not secure".
> I think the issue may be that your o'reilly graphic is served via
> http.
Richard is right.
It's this image in your HTML that is loading via HTTP instead of HTTPS:
http://cdn.oreillystatic.com/community/promote/ug_ad_125_
> After many tests, I have concluded that what is happening is that header is
> not being sent to
> PHP-FPM since we use authorization and access, no response payload is being
> provided on POST with
> PHP-FPM (my findings).
>
> The app does header authentication via JWT and outside of the authe
Hi. I don't see any problem at all with DKIM from the list. (I'm not the person
who implemented or configured it but) This list manager is well configured imho.
Please check your incoming emails coming from the list. They are not
"forwarded" breaking DKIM or SPF but they are rewritten with a new
Try to comment out mod_security, it's a module that use enough memory.
Also on server2 there are modules not loaded on server1. BTW what's your
problem? Your server is plenty of ram and RSS memory is not creating any
problem. Right?
17 maggio 2021 13:34, "Marc Serra" mailto:mse...@manxa.com?to=%2
./configure --prefix=/usr/local/apache2 --enable-deflate --enable-expires
--enable-headers --enable-modules=reallyall --enable-ssl --enable-so
--with-mpm=worker --enable-rewrite --with-apr=/usr/local/apr
--with-apr-util=/usr/local/apr-util
what are my options to resolve this ?
please try to inst
curl http://123.456.7.543 (http://123.456.7.543) (example ip address)
curl: (7) Failed to connect to 123.456.7.543 port 80: Connection refused
"Connection refused" means that your apache service is not bound to port
TCP/80, it's down, or your routing send HTTP traffic to another host where
apache
How about this.
If the software was robust and developed to a professional standard
then I would know what to do because the software would detect the issues
and give me solutions like any professional product.
My friend, any product will give you any solution. You have to study, read the
manual,
Where am I likely to find mod_jk.so for apache 2.4.46 ?
Download source code from here:
https://tomcat.apache.org/download-connectors.cgi
(https://tomcat.apache.org/download-connectors.cgi)
I tried to build it, first attempt
./configure --with-apache=/home/pi/Downloads/httpd-2.4.46
You are try
It is true there is no file pcre.h. but I do have a pcre2.h
You need PCRE, not PCRE2. They are not compatible each other.
Clean up your /usr/local/pcre directory, also remove any symlink you've
manually created on /usr/include!!
Download PCRE from here: https://ftp.pcre.org/pub/pcre/pcre-8.44.ta
9 aprile 2021 21:51, "H" wrote:
> etc, I have separate conf files in /etc/httpd/conf.d/, one for each of site1,
> site2 etc, using this
> format:
>
>
> ServerAdmin
> ServerName x.x.x.x
> DocumentRoot /var/www/html/
> Include /etc/httpd/conf.d/rh-php70-php-fpm.conf
> ErrorLog /var/log/http
> This is from ps aux | grep fpm:
>
> root 17004 0.0 0.6 339008 11244 ?Ss 01:18 0:00 php-fpm:
> master process
> (/etc/opt/rh/rh-php70/php-fpm.conf)
> apache 17005 0.0 0.3 339112 7352 ?S01:18 0:00 php-fpm:
> pool www
> apache 17006 0.0 0.3 339112 7356 ?
>
> ProxyPreserveHost On
> ProxyPass / http://Server-IP
> ProxyPassReverse / http://Server-IP
>
> I have some questions:
>
> 1- the real work of a proxy server is just that lines?
It's OK if you only have one backend HTTP worker without load balancing and no
HTTPS.
If you need load balancing
I see that they are easy to use and understand, but I could not find any
reference to them in the documentation. The fact that Bash can be used as a CGI
language is in the documentation, but nothing on the helper functions -- not
even that they exist.
May be you'll not find how to write somethi
Is there documentation for any of these methods? If you can point me to the
proper section of the code base I can probably figure it out and document if
necessary.
Claude
The code is super simple, does not require any dependency and is auto
explicative.
You are not calling any method.
There are
So I would do something like
echo "Status: 410 Gone"
to create a "410 Gone" result code and message?
Claude
Yes. You got the point.
Please check this CGI bash script I made for you as an example:
https://gist.github.com/dam2k/5df0d8d3fdabc41e8ce2c799734f65d4
(https://gist.github.com/dam2k/5df
> I have situation where we have, let us say alpha.example.com
> bravo.example.com, we want to redirect them and example.com to
> zulu.example.com _but_ for that and every page under, they
> retain address bar of their original request hostname
You could enable mod_proxy, mod_proxy_http, mod_rewri
> Hello,
> I scanned my Apache web server and below Vulnerabilities discovered:
There are many ways of solving those vulnerabilities. Most of them can be fixed
patching your
applications.
As rule of thumb, your application should:
- not use frames or iframes at all
- use only HTTPS everywhere, a
> https://www.example.com to localhost:9050 (default port for tor's SOCks
> proxy) and change the address to http://xyz.onion. Is that possible?
I don't think it's possible to use apache as a reverse proxy behind a SOCKS
forward proxy since the ProxyRemote directive doesn't seem to support SOCKS
> Is it possible to disable Directory Listing for a directory and its
> sub-directory except one of
> them?
Sure. You can do something like this. Pls set your correct paths.
# Disable directory listing for myparentdir and all of its subdirs
Options -Indexes
Require all granted
# Just en
27 matches
Mail list logo