Re: [users@httpd] Apache/php Compression not enabled

2024-01-24 Thread Eric Covener
If you put gibberish in the .htaccess, do you get a 500 error or do things still work? It's a quick test of whether it's being loaded or not for your request. Do you use mod_php or something fastcgi based? I think some of the fastcgi methods do not work with htaccess. ---

Re: [users@httpd] Apache (php) Average process size with Event module

2023-01-20 Thread Eric Covener
> In others servers with apache 2.2.34 (for example) and Prefork module the > Average process size (MB) is around 80. > Now, with event module is around 250-500 (see below) > Threads Per Child 25 Should be about 25 times fewer processes for the same workload, so comparing the average per pr

Re: [users@httpd] Apache PHP-FPM Integration with mod_proxy_fcgi and multiple Users

2022-10-15 Thread Daniel Ferradal
El vie, 7 oct 2022 a las 12:11, Patrik Peng () escribió: > > On 06.10.22 16:03, Frank Gingras wrote: > > The only solution is to remove the FileInfo override, and merge all > > the changes in your vhost. Users should not be allowed to override the > > vhost configuration. > > > > Yes, that means th

Re: [users@httpd] Apache PHP-FPM Integration with mod_proxy_fcgi and multiple Users

2022-10-07 Thread Patrik Peng
On 06.10.22 16:03, Frank Gingras wrote: The only solution is to remove the FileInfo override, and merge all the changes in your vhost. Users should not be allowed to override the vhost configuration. Yes, that means they also cannot add their own mod_rewrite recipes, but that is a good thing.

Re: [users@httpd] Apache PHP-FPM Integration with mod_proxy_fcgi and multiple Users

2022-10-06 Thread Frank Gingras
The only solution is to remove the FileInfo override, and merge all the changes in your vhost. Users should not be allowed to override the vhost configuration. Yes, that means they also cannot add their own mod_rewrite recipes, but that is a good thing. On Thu, 6 Oct 2022 at 09:07, William Edward

Re: [users@httpd] Apache PHP-FPM Integration with mod_proxy_fcgi and multiple Users

2022-10-06 Thread William Edwards
Op 6 okt. 2022 om 13:50 heeft Patrik Peng het volgende geschreven: Hi there I'm trying to create a multi user setup with Apache/2.4.54, mod_proxy_fcgi and PHP-FPM on a FreeBSD machine. I already got a working solution with php-fpm running and the following

Re: [users@httpd] Apache/php: Max number of open files

2018-08-21 Thread Jørn
On Tuesday, August 21, 2018 22:51:09 Darryl Philip Baker wrote: > I forgot to add the systemd directive, LimitNOFILE= Which is the number > of file descriptors. Thanks!! I added this under the [Service] section: LimitNOFILE=8192 Then did a $ systemctl daemon-reload $ /bin/systemctl restart http

Re: [users@httpd] Apache/php: Max number of open files

2018-08-21 Thread Jørn
On Tuesday, August 21, 2018 22:45:56 Darryl Philip Baker wrote: > Systemd stores the scripts in /lib/systemd/system and /etc/systemd/system. I got that catalog but no scripts to start up the apache web server. Only a config file named httpd.service: # See httpd.service(8) for more information

Re: [users@httpd] Apache/php: Max number of open files

2018-08-21 Thread Darryl Philip Baker
I forgot to add the systemd directive, LimitNOFILE= Which is the number of file descriptors. Darryl Baker (he/him/his) Sr. System Administrator Distributed Application Platform Services Northwestern University 1800 Sherman Ave. Suite 6-600 – Box #39 Evanston, IL 60201-3715 darryl.ba...@nort

Re: [users@httpd] Apache/php: Max number of open files

2018-08-21 Thread Darryl Philip Baker
Systemd stores the scripts in /lib/systemd/system and /etc/systemd/system. Darryl Baker (he/him/his) Sr. System Administrator Distributed Application Platform Services Northwestern University 1800 Sherman Ave. Suite 6-600 – Box #39 Evanston, IL 60201-3715 darryl.ba...@northwestern.edu (847) 467-

Re: [users@httpd] Apache/php: Max number of open files

2018-08-21 Thread Jørn
On Tuesday, August 21, 2018 21:52:34 Darryl Philip Baker wrote: > Have you tried adding a ulimit command to raise the number of open files in > the apache start script or systemd service file? If I only knew where the startup script is. Back in the (good) old days everything was located under /

Re: [users@httpd] Apache/php: Max number of open files

2018-08-21 Thread Darryl Philip Baker
Have you tried adding a ulimit command to raise the number of open files in the apache start script or systemd service file? Darryl Baker (he/him/his) Sr. System Administrator Distributed Application Platform Services Northwestern University 1800 Sherman Ave. Suite 6-600 – Box #39 Evanston, IL

Re: [users@httpd] Apache PHP configuration

2014-10-21 Thread Ted Hickox
I thought I downloaded Apache 2.4. But apparently the Apache website hasn't updated their binary page. I've just downloaded Apache 2.4 and followed the instructions on a webpage I found. It seems to be working. If I have any additional problems, I will let you know. On Tue, Oct 21, 2014 at 12:0

Re: [users@httpd] Apache PHP configuration

2014-10-20 Thread Néstor
is confusing because you say that you found your apache folder 2.2 and then you are using php5apache2_4 Which apache are you using 2.2 or 2.4? On Mon, Oct 20, 2014 at 8:06 PM, Ted Hickox wrote: > I'm using PHP 5.5 (I think that's the latest one.) and Apache 2.4 > > On Mon, Oct 20, 2014 at 2:47

Re: [users@httpd] Apache PHP configuration

2014-10-20 Thread Ted Hickox
I'm using PHP 5.5 (I think that's the latest one.) and Apache 2.4 On Mon, Oct 20, 2014 at 2:47 AM, Hendrik Schmieder < hendrik.schmie...@jedox.com> wrote: > Ted Hickox schrieb: > > I'm trying to connect PHP to Apache. I have Windows 7 Ultimate. I used >> the thread safe windows binary PHP down

Re: [users@httpd] Apache PHP configuration

2014-10-20 Thread Hendrik Schmieder
Ted Hickox schrieb: I'm trying to connect PHP to Apache. I have Windows 7 Ultimate. I used the thread safe windows binary PHP download. It was the latest download. I then downloaded Notepad ++ and opened PHP.ini. Using Notepad ++ I searched for the word _dir. Once I found it, I found ;exten