Re: [users@httpd] Apache 2.4 Balancer still sends requests to the server with status "Init Err"

2023-11-07 Thread ficajar
Hello, Thank you all for your help. The basic functions work (the important thing is the combination of timeout and failontimeout=on). I will tune up the appropriate settings for the parameters. Fica - To unsubscribe, e-mail:

Re: [users@httpd] Apache 2.4 Balancer still sends requests to the server with status "Init Err"

2023-11-06 Thread Suvendu Sekhar Mondal
On Wed, Nov 1, 2023 at 3:55 PM Daniel Ferradal wrote: > > > > El mié, 1 nov 2023 a las 8:32, escribió: >> >> Hello everybody. >> >> I use Apache 2.4.37 on Red Hat as balancer for two Tomcat servers. We have >> this configuration of balancer: >> >> BalancerMember https://192.168.1.40:8443 ro

Re: [users@httpd] Apache 2.4 Balancer still sends requests to the server with status "Init Err"

2023-11-03 Thread Daniel Ferradal
El vie, 3 nov 2023 a las 9:36, escribió: > > > Now when the first server is in "bad condition" (192.168.1.40:8443 is > available, but the server does not respond), Apache waits 10 s and than it > sends 502 error to client, instead of using the second server. What is > wrong? Thanks in advance. >

Re: [users@httpd] Apache 2.4 Balancer still sends requests to the server with status "Init Err"

2023-11-03 Thread ficajar
Hello Daniel, Thank you very much for your advice. Based on it I modified the configuration: BalancerMember https://192.168.1.40:8443 route=TOMCAT_SRV1 timeout=10 retry=30 BalancerMember https://192.168.1.50:8443 route=TOMCAT_SRV2 timeout=10 retry=30 ProxySet stickysession=JSESSIONI

Re: [users@httpd] Apache 2.4 Balancer still sends requests to the server with status "Init Err"

2023-11-01 Thread Daniel Ferradal
El mié, 1 nov 2023 a las 8:32, escribió: > Hello everybody. > > I use Apache 2.4.37 on Red Hat as balancer for two Tomcat servers. We have > this configuration of balancer: > > BalancerMember https://192.168.1.40:8443 route=TOMCAT_SRV1 timeout=60 > ping=1ms > BalancerMember https://192.1

[users@httpd] Apache 2.4 Balancer still sends requests to the server with status "Init Err"

2023-11-01 Thread ficajar
Hello everybody. I use Apache 2.4.37 on Red Hat as balancer for two Tomcat servers. We have this configuration of balancer: BalancerMember https://192.168.1.40:8443 route=TOMCAT_SRV1 timeout=60 ping=1ms BalancerMember https://192.168.1.50:8443 route=TOMCAT_SRV2 timeout=60 ping=500ms

[users@httpd] Apache 2.4 index.html and - http vs https?

2023-03-09 Thread Vince Heuser
Hello, Apache users. Debian 11 and Apache 2.4 I created two identical "website.com.conf" files, copied from a working 2.2 setup. Set the name of copy 1 as "website.com.conf" Set the name of copy 2 as "website.com-ssl.conf" and added ssl block for https. Exact same folder paths. Created CERBOT f

[users@httpd] Apache 2.4 ops

2023-02-21 Thread Uncle Gary
Ok guys, this should be very easy: I've gotten to " It works " Now, to edit the location to point to the files I need accessible on a Win10 Pro host. The location is:E:\Logs( Folders under ) No matter what I change, it remains " It works ! " Many thanks.Gary

Re: [users@httpd] Apache 2.4 with event, PHP 8.0 fpm on FreeBSD 13, pool keeps dying

2022-07-17 Thread David Mehler
Hello, I've tried all the PHP ports in the 8.x series all are exhibiting the behavior where the pool starts, waits and dies. Can anyone send me four files: 1. There Apache php-fpm.conf file to pass php scripts to fcgi 2. there php-fpm.conf file which controls the php-fpm process itself 3. there w

Re: [users@httpd] Apache 2.4 with event, PHP 8.0 fpm on FreeBSD 13, pool keeps dying

2022-07-15 Thread David Mehler
Hello, The php-fpm has a user and group of www and the document root is owned and viewable by that user and group. The apache configuration block for the document root is: Options FollowSymLinks SSLRequireSSL AllowOverride None SetOutputFilter DEFLATE SetEnvIfNoCase Request_URI "\.(?:gif|jpe?g

Re: [users@httpd] Apache 2.4 with event, PHP 8.0 fpm on FreeBSD 13, pool keeps dying

2022-07-15 Thread Deepak Goel
can you please check if that folder is accessible to php? Deepak "The greatness of a nation can be judged by the way its animals are treated - Mahatma Gandhi" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Gr

Re: [users@httpd] Apache 2.4 with event, PHP 8.0 fpm on FreeBSD 13, pool keeps dying

2022-07-15 Thread Frank Gingras
I think you may have much better luck with the php-fpm pool issues on a php mailing list, or even #php on the libera chat IRC network. On Fri, 15 Jul 2022 at 06:51, David Mehler wrote: > Hello, > > The info.php file is in my documentroot. > > Thanks. > Dave. > > > On 7/15/22, Deepak Goel wrote:

Re: [users@httpd] Apache 2.4 with event, PHP 8.0 fpm on FreeBSD 13, pool keeps dying

2022-07-15 Thread David Mehler
Hello, The info.php file is in my documentroot. Thanks. Dave. On 7/15/22, Deepak Goel wrote: > where have you stored the file info.php? Directory? > > > Deepak > "The greatness of a nation can be judged by the way its animals are treated > - Mahatma Gandhi" > > +91 73500 12833 > deic...@gmail.

Re: [users@httpd] Apache 2.4 with event, PHP 8.0 fpm on FreeBSD 13, pool keeps dying

2022-07-15 Thread Deepak Goel
where have you stored the file info.php? Directory? Deepak "The greatness of a nation can be judged by the way its animals are treated - Mahatma Gandhi" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green"

[users@httpd] Apache 2.4 with event, PHP 8.0 fpm on FreeBSD 13, pool keeps dying

2022-07-14 Thread David Mehler
Hello, I'm trying to run Apache 2.4 with event mpm, PHP 8.0 fpm on a FreeBSD 13 system. To test I've got a PHP info file but when I atempt to load it I'm getting a 5xx file not found message. Checking the PHP fpm and other logs it looks like my pool is dying and restarting very quickly. My configu

Re: [users@httpd] Apache 2.4 and php

2022-07-07 Thread Eric Covener
On Thu, Jul 7, 2022 at 1:06 PM Stormy-SDLU wrote: > > On 2022-07-06 21:34, Frank Gingras wrote: > > Paul, > > > > httpd does not call php includes, period. This is processed by php alone. > > Frank, thanks, perhaps my poor choice of words. I had this in mind: > > paul@sandbox:/etc/apache2/mods-ena

Re: [users@httpd] Apache 2.4 and php

2022-07-07 Thread David Copeland
Does it work if you rename index.html to index.php ? On 2022-07-07 13:05, Stormy-SDLU wrote: > On 2022-07-06 21:34, Frank Gingras wrote: >> Paul, >> >> httpd does not call php includes, period. This is processed by php >> alone. > > Frank, thanks, perhaps my poor choice of words. I had this in mi

Re: [users@httpd] Apache 2.4 and php

2022-07-07 Thread Stormy-SDLU
On 2022-07-06 21:34, Frank Gingras wrote: Paul, httpd does not call php includes, period. This is processed by php alone. Frank, thanks, perhaps my poor choice of words. I had this in mind: paul@sandbox:/etc/apache2/mods-enabled$ cat php7.4.load # Conflicts: php5 # Depends: mpm_prefork LoadMo

Re: [users@httpd] Apache 2.4 and php

2022-07-07 Thread Frank Gingras
Paul, You should respond to the list, so that other folks can benefit from the answers. Now, you embedded php code in .html files, which is a very bad idea, as you now have to use the php module to parse every single html file. I recommend that you not do that. On Wed, 6 Jul 2022 at 21:34, Frank

Re: [users@httpd] Apache 2.4 : issue caching mod_cache

2022-07-07 Thread Marcello Lorenzi
Hi Eric, I checked the configuration to verify if cookie or set-cookie headers are excluded and this is the actual configuration: CacheIgnoreCacheControl On CacheIgnoreQueryString Off CacheIgnoreURLSessionIdentifiers _ CacheIgnoreHeaders Set-Cookie Cookie CacheDefaultExpire 60 CacheMa

Re: [users@httpd] Apache 2.4 : issue caching mod_cache

2022-07-07 Thread Eric Covener
On Thu, Jul 7, 2022 at 7:41 AM Marcello Lorenzi wrote: > > Hi Eric, > thanks for the response. The responses headers are: > > HTTP/1.1 200 OK > Date: Thu, 07 Jul 2022 11:39:41 GMT > Server: Apache > Strict-Transport-Security: max-age=16070400; includeSubDomains; preload > X-Xss-Protection: 1; mode

Re: [users@httpd] Apache 2.4 : issue caching mod_cache

2022-07-07 Thread Marcello Lorenzi
Hi Eric, thanks for the response. The responses headers are: HTTP/1.1 200 OK Date: Thu, 07 Jul 2022 11:39:41 GMT Server: Apache Strict-Transport-Security: max-age=16070400; includeSubDomains; preload X-Xss-Protection: 1; mode=block X-Content-Type-Options: nosniff Vary: Cookie,Accept-Encoding Last-

Re: [users@httpd] Apache 2.4 : issue caching mod_cache

2022-07-07 Thread Eric Covener
On Thu, Jul 7, 2022 at 5:27 AM Marcello Lorenzi wrote: > > Hi All, > we tried to configure mod_cache on a Apache HTTPD 2.4 instance but we noticed > that a elements hasn't been served from the cache because we have cache miss > message like: > > 127.0.0.1164 [07/Jul/2022:11:17:54 +0200] 27320 "G

[users@httpd] Apache 2.4 : issue caching mod_cache

2022-07-07 Thread Marcello Lorenzi
Hi All, we tried to configure mod_cache on a Apache HTTPD 2.4 instance but we noticed that a elements hasn't been served from the cache because we have cache miss message like: 127.0.0.1164 [07/Jul/2022:11:17:54 +0200] 27320 "GET /files/json/test.json HTTP/1.1" 200 13479 cache miss: attempting ent

Re: [users@httpd] Apache 2.4 and php

2022-07-06 Thread Frank Gingras
Paul, httpd does not call php includes, period. This is processed by php alone. On Wed, 6 Jul 2022 at 18:31, Paul wrote: > On 2022-07-06 08:27, Frank Gingras wrote: > > First off, I would suggest not using prefork and mod_php, unless traffic > is > > minimal and performance is not a concern. No

Re: [users@httpd] Apache 2.4 and php

2022-07-06 Thread Paul
On 2022-07-06 08:27, Frank Gingras wrote: First off, I would suggest not using prefork and mod_php, unless traffic is minimal and performance is not a concern. Nowadays, the scalable solution is to use php-fpm, and use a threaded mpm like event. Many thanks. Point well taken, on my "to do" list

Re: [users@httpd] Apache 2.4 and php

2022-07-06 Thread Frank Gingras
First off, I would suggest not using prefork and mod_php, unless traffic is minimal and performance is not a concern. Nowadays, the scalable solution is to use php-fpm, and use a threaded mpm like event. Secondly, for your issue, you will need to look into the php logs as php is generating the res

[users@httpd] Apache 2.4 and php

2022-07-05 Thread Paul
I'm going nowhere for what must be a small glitch. Ubuntu server 20.04LTS, Apache/2.4.41 (Ubuntu) using mpm_prefork behind Nginx proxy server. We use php 7.4 for many thousands of static pages that use e.g. include 'inc/tophead.html';?> giving us " lang="en"> , css, js, etc" sent to clients

[users@httpd] Apache 2.4, Http 2, mod_fcgi, Perl, Python, Asp and a tls cipher query

2022-07-02 Thread David Mehler
Hello, I've got an Apache 2.4 server running Http 2. It's running PHP 7 fpm with Event. Previously my configuration for getting Perl, Python, and Asp scripts to work was: # Support perl scripts ScriptAlias "/perlweb/" "/usr/vhosts/domain.com/perlweb/" AddHandler perl-script .pl AddHa

[users@httpd] Apache 2.4 / Basic authentication using LDAP, 500 error occured when wrong user or password.

2021-07-27 Thread gray.ro
I'm using CentOS 8 Stream + Apache 2.4 + Subversion + openldap. I want to allow access to SVN only for users who belong to a specific LDAP group (svn-users) using basic authentication. I have a problem. I get a 500 Internal Server Error, when I enter wrong ID or Password to basic authentication di

Re: [users@httpd] Apache 2.4 can not access server sub-directory

2020-11-03 Thread Frank
What does the error log say, exactly? On 29/10/20 06:56 PM, syscon edm wrote: > Thanks Mark for quick response, I'm using: > Distributor ID: Debian > Description: Debian GNU/Linux 10 (buster) > Release: 10 > > My web-page is working perfectly on Apache 2.2 (gentoo) I tried it > Debian 2.4 on a n

Re: [users@httpd] Apache 2.4 can not access server sub-directory

2020-10-29 Thread syscon edm
Thanks Mark for quick response, I'm using: Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 My web-page is working perfectly on Apache 2.2 (gentoo) I tried it Debian 2.4 on a new box and I have this problem. I don't know what else to try. On Thu, Oct 29, 2020 at 4:50

Re: [users@httpd] Apache 2.4 can not access server sub-directory

2020-10-29 Thread Mark Brodis
Are you perhaps using httpd on Linux and if so is it a Linux version with selinux? If that's your scenario, take a look at this, with selinux the file permissions are only half the story, you have to categorize data in other directories by setting the type. I just had to do this, was a bit of a l

[users@httpd] Apache 2.4 can not access server sub-directory

2020-10-29 Thread syscon edm
After installing apache 2.4 I can not access server subdirectory: server/admin/index.html Forbiden You don't have permission to access /admin/index.html on this server I can access index.html in a directory below /admin (server/index.html) but not the server/admin/index.html I even change the pe

Re: [users@httpd] Apache 2.4 access control (.htaccess)

2020-07-30 Thread @lbutlr
On 29 Jul 2020, at 17:57, Jim Albert wrote: > If I have say 100 separate sections I have to repeat that same > Require ip line for each . Adding or removing IP addresses becomes a > maintenance issue. In regular conf files you can do something like Define DOMAIN example.com Define ROOT /usr/l

Re: [users@httpd] Apache 2.4 access control (.htaccess)

2020-07-29 Thread Jim Albert
On 7/29/2020 6:34 PM, Jim Albert wrote: In Apache 2.2 I could set up an .htaccess file and establish simple and easily maintainable access control such as: require user jim joe require user jim joe order deny,allow deny from all allow from 10.10.0.1 allow from 10.10.0.2 require valid-use

[users@httpd] Apache 2.4 access control (.htaccess)

2020-07-29 Thread Jim Albert
In Apache 2.2 I could set up an .htaccess file and establish simple and easily maintainable access control such as: require user jim joe require user jim joe order deny,allow deny from all allow from 10.10.0.1 allow from 10.10.0.2 require valid-user order deny,allow deny from all ...

Re: [users@httpd] Apache 2.4 mod_ldap does not appear to support SNI for authentication against LDAPS servers

2020-06-12 Thread Konstantin Kolinko
пт, 12 июн. 2020 г. в 17:14, James Stocks : > > We are attempting to use mod_ldap and mod_authnz_ldap to secure our apache2 > web server. We are using the Debian 10 Apache2 package, version 2.4.38. Our > authentication provider is G-Suite, the LDAP endpoint is ldap.google.com. > > Apache connec

Re: [users@httpd] Apache 2.4 - 403 Forbidden: After Upgraded the Apache from 2.2.21 to 2.4.25 for all links

2019-12-04 Thread Jayaram Ponnusamy
Thanks for your support, I find below errors from http_error.log: I Enabled proxy_module and its working fine now. [Thu Dec 05 09:14:06.07 2019] [rewrite:error] [pid 10315:tid 140217512064768] [client 120.120.32.142:54809] AH00669: attempt to make remote request from mod_rewrite without proxy

Re: [users@httpd] Apache 2.4 - 403 Forbidden: After Upgraded the Apache from 2.2.21 to 2.4.25 for all links

2019-12-04 Thread Eric Covener
> Apart from that if any other values for example http://site.com/news then its > redirect to 403 page. Even we added below item in both httpd.conf & > virtualhost. What does the error log say? - To unsubscribe, e-mail: users-u

Re: [users@httpd] Apache 2.4 - 403 Forbidden: After Upgraded the Apache from 2.2.21 to 2.4.25 for all links

2019-12-04 Thread Gillis J. de Nijs
Did you read the upgrade guide at http://httpd.apache.org/docs/2.4/upgrading.html ? It outlines the changes in authorization and access control. I didn't read your configurations, but this might be a good starting point to get you going. Kind regards, Gillis

[users@httpd] Apache 2.4 - 403 Forbidden: After Upgraded the Apache from 2.2.21 to 2.4.25 for all links

2019-12-04 Thread Jayaram Ponnusamy
Hello, We have recently upgraded the Apache from 2.2.21 to 2.4.25 on RHEL6.9. Our Server Architecture is *(F5 [For Load Balance] -> Apache WebServer [For Redirection & URL Mapping] -> Tomcat AppServer [Running a Java Based CMS]).* We are using Apache to connect Tomcat by MOD_JK and mapping the URL

Re: [users@httpd] apache 2.4 stops responding suddenly

2018-11-27 Thread Frank Gingras
Please don't hijack other threads, thank you. On Tue, Nov 27, 2018 at 2:56 PM Chaithanya Taduri wrote: > Hi team, > > > We have observed a strange thing after we have upgraded our environment > from apache 2.2 to pache 2.4. Its stops responding suddenly and works fine > after restart. Could you

Re: [users@httpd] apache 2.4 stops responding suddenly

2018-11-27 Thread Chaithanya Taduri
Hi team, We have observed a strange thing after we have upgraded our environment from apache 2.2 to pache 2.4. Its stops responding suddenly and works fine after restart. Could you please let us know hat all teh possible reasons and how to fix it. Thanks & Regards, Chaithanya Taduri GORDON

Re: [users@httpd] Apache 2.4 how to exclude certain GET requests from log using SetEnvIf

2018-11-15 Thread Yehuda Katz
You need to specify an env= (or !=) On the LogFormat line. There is nothing magic about setting dontlog. - Y Sent from a device with a very small keyboard and hyperactive autocorrect. On Thu, Nov 15, 2018, 3:30 AM UniCapitals Hello to Apache Community, > I spent time with Apache docs and Google

[users@httpd] Apache 2.4 how to exclude certain GET requests from log using SetEnvIf

2018-11-15 Thread UniCapitals
Hello to Apache Community, I spent time with Apache docs and Google but did not find any real example for that. I want to exclude from logging many unnecessary lines like that 83.266.84.27 - - [27/Oct/2018:14:07:19 -0500] "GET example.com/mod/maxtop.php HTTP/1.1" 200 3412 "http://example.com/pa

Re: [users@httpd] Apache 2.4 mod_ratelimit breaks mod_autoindex

2018-08-30 Thread Luca Toscano
More info: https://bz.apache.org/bugzilla/show_bug.cgi?id=62568 Luca 2018-08-29 23:02 GMT+02:00 Eric Covener : > mod_ratelimit is broken in the current release and due to be fixed in > the next update. > On Wed, Aug 29, 2018 at 4:07 PM Aram Akhavan wrote: >> >> I'm trying to use mod_ratelimit to

Re: [users@httpd] Apache 2.4 mod_ratelimit breaks mod_autoindex

2018-08-29 Thread Eric Covener
mod_ratelimit is broken in the current release and due to be fixed in the next update. On Wed, Aug 29, 2018 at 4:07 PM Aram Akhavan wrote: > > I'm trying to use mod_ratelimit to enable bandwidth limiting on my entire > apache server. > > If I add the following to my apache2.conf: > > SetOutputFil

[users@httpd] Apache 2.4 mod_ratelimit breaks mod_autoindex

2018-08-29 Thread Aram Akhavan
I'm trying to use mod_ratelimit to enable bandwidth limiting on my entire apache server. If I add the following to my apache2.conf: |SetOutputFilter RATE_LIMIT SetEnv rate-limit 1024 SetEnv rate-initial-burst 1024 | my indexes stop

Re: [users@httpd] Apache 2.4 DoS?

2018-07-31 Thread Douglas Duckworth
Hi Ranier Caravan, Looks like this problem didn't go away. To get symbols I had to first: sudo debuginfo-install httpd Then sudo gdb -p PID Several hundred apache forks are present so I selected random one *(gdb) where* #0 0x7f247f302f0d in poll () at ../sysdeps/unix/syscall-templat

[users@httpd] apache 2.4 pfs and cipher configuration

2018-07-30 Thread David Mehler
Hello, I'm upgrading my apache configuration. If anyone who is a server security admin could take a look at this configuration, I need to know if the ciphers chosen are all pfs, have the strongest settings? SSLInsecureRenegotiation Off SSLSessionTickets Off SSLOpenSSLConfCmd DHParameters "/usr/lo

[users@httpd] Apache 2.4 and DirectoryIndex and htaccess

2018-06-11 Thread @lbutlr
I have a working webroot, and it has an index.php file. In httpd.conf I havre DirectoryIndex for /usr/local/www set to “index.php index.html" I create a folder under the webroot named foo and I put an index.html file in the folder. I can access the files directly, but if I access the folder, I

Re: [users@httpd] Apache 2.4.x - Restriction of HTTPS Enforcement to external clients

2018-06-06 Thread Matthew Jones
I think you can add an additional RewriteCond under the first: RewriteCond %{HTTP_HOST} ^www\.example\.com$ -- Matt Jones Senior Network Systems Specialist x3967 @huddsweb On 05/06/2018, 19:26, "Luther Enahoro" mailto:luther.enah...@etranzact.com>> wrote: Hello, I have a need to restrict htt

[users@httpd] Apache 2.4.x - Restriction of HTTPS Enforcement to external clients

2018-06-05 Thread Luther Enahoro
Hello, I have a need to restrict https enforcement on my Apache installation to only external clients. The server hosting the Apache instance is accessible over the internet via a domain http://www.domainname.net while the same server is accessed internally/locally (

[users@httpd] Apache 2.4 authentication and authorization “toggling” - with custom authentication mod

2018-06-03 Thread Jim Solosti
I'm upgrading Apache 2.2 to Apache 2.4, and have encountered an issue regarding authentication and authorization with a custom authentication provider. It basically authenticates via Kerberos method. My Apache 2.4 `httpd.conf` looks like the following: # No authentication and all re

[users@httpd] Apache 2.4 authentication and authorization “toggling” - with custom authentication mod

2018-06-03 Thread Jim Solosti
I'm upgrading Apache 2.2 to Apache 2.4, and have encountered an issue regarding authentication and authorization with a custom authentication provider. It basically authenticates via Kerberos method. My Apache 2.4 `httpd.conf` looks like the following: # No authentication and all re

[users@httpd] Apache 2.4: Users autenthication in Active Directory

2018-05-22 Thread aguayo33
Hi! Thanks in advance! I need help with Apache configuration to enable login through Active directory. I want allow login if a user is member of a group contained in other group. Now I have this: Alias /nagios /opt/nagios/share Options ExecCGI AllowOverride None Order allow

[users@httpd] apache 2.4 email autoconfig and autodiscover configuration

2018-04-19 Thread David Mehler
Hello, If anyone is using email autoconfig and/or email autodiscover with apache 2.4 can you let me know? I'm trying to get it working, and the xml files from what i'm researching on the net, look good. I'd like to know your apache configuration? Thanks. Dave. ---

Re: [users@httpd] apache 2.4 and automx configuration

2018-03-30 Thread David Mehler
Hello, Thanks. By adding gibberish inside the IfModule section I found out that it was not working. I then commented the IfModule stuff out so the code loads unconditionally. Now I'm getting a 500 internal server error. If anyone has automx going with apache please let me know. The error seems to

Re: [users@httpd] apache 2.4 and automx configuration

2018-03-30 Thread Eric Covener
It seems like if mod_uwsgi was not loaded or that was otherwise in error, your document root would reject all access because all of the "require all granted" are wrapped in the IfModule. I suggest verifying that the module is loaded and your specific syntax for the IfModule works as expected (by

Re: [users@httpd] apache 2.4 and automx configuration

2018-03-30 Thread David Mehler
Hi, Has anyone checked out my last message? I was wondering if anything stood out with this config? Thanks. Dave. On 3/30/18, David Mehler wrote: > Hello, > > Sorry been going between three projects and must have been hitting the > enter key to fast. Here's the configuration. > > Thanks. > Dav

Re: [users@httpd] apache 2.4 and automx configuration

2018-03-30 Thread David Mehler
Hello, Sorry been going between three projects and must have been hitting the enter key to fast. Here's the configuration. Thanks. Dave. #cat provisioning.example.com.conf # The autoconfig.example.com and autodiscover.example.com http virtual host ServerName autoconfig.example.com #Serv

Re: [users@httpd] apache 2.4 and automx configuration

2018-03-30 Thread Eric Covener
> Can anyone spot any obvious errors with the below apache > configuration? You didn't include any apache configuration in your mail. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: u

[users@httpd] apache 2.4 and automx configuration

2018-03-30 Thread David Mehler
Hello, I'm trying to troubleshoot an automx error that it's giving me a 403 message, I'm using FreeBSD 11.1, and apache 2.4, and of course automx. It's looking not like an automx-specific issue, but an apache-specific issue. Can anyone spot any obvious errors with the below apache configuration?

Re: [users@httpd] apache 2.4 and mod_perl2

2018-03-19 Thread Vincent Veyron
On Tue, 27 Feb 2018 10:37:55 -0500 David Mehler wrote: I'm late on this, but just in case : > > I'm trying to get apache 2.4 and mod_perl2 in my case 2.0.10 going on > a FreeBSD 11.1 system. > > I've got this in a virtual host section: > > Alias "/perlweb/" "/usr/local/www/perlweb/" > >

Re: [users@httpd] apache 2.4 and mod_perl2

2018-02-28 Thread mlrx
Le 28/02/2018 à 18:33, David Mehler a écrit : Hello, Yes I did. I am still getting the error now about the invalid PerlModule line I just added. Thanks. Dave. Hello, Had you try to use a script in your directory with "PerlResponseHandler perlweb::scriptname"? Is it ok with loading all module

Re: [users@httpd] apache 2.4 and mod_perl2

2018-02-28 Thread David Mehler
Hello, Yes I did. I am still getting the error now about the invalid PerlModule line I just added. Thanks. Dave. On 2/28/18, mlrx wrote: > Le 27/02/2018 à 16:37, David Mehler a écrit : >> Hello, >> >> I'm trying to get apache 2.4 and mod_perl2 in my case 2.0.10 going on >> a FreeBSD 11.1 syste

Re: [users@httpd] apache 2.4 and mod_perl2

2018-02-27 Thread mlrx
Le 27/02/2018 à 16:37, David Mehler a écrit : Hello, I'm trying to get apache 2.4 and mod_perl2 in my case 2.0.10 going on a FreeBSD 11.1 system. I've got this in a virtual host section: # # mod perl per-directory configuration # # Required modules: dir_module, perl_module

[users@httpd] apache 2.4 and mod_perl2

2018-02-27 Thread David Mehler
Hello, I'm trying to get apache 2.4 and mod_perl2 in my case 2.0.10 going on a FreeBSD 11.1 system. I've got this in a virtual host section: # # mod perl per-directory configuration # # Required modules: dir_module, perl_module DirectoryIndex index.pl Alias

Re: [users@httpd] apache 2.4 and python

2018-02-12 Thread David Mehler
Hello, Here you go. Thanks. Dave. #httpd -S VirtualHost configuration: *:80 is a NameVirtualHost default server git.example.com (/usr/local/etc/apache24/Includes/git.conf:2) port 80 namevhost git.example.com (/usr/local/etc/apache24/Includes/git.conf:2)

Re: [users@httpd] apache 2.4 and python

2018-02-12 Thread Frank Gingras
We're going to need a tad more information to help you. Error log entries (on 2.4, you might need to bump the log level for 404 errors), and the relevant vhost configuration. apachectl -S wouldn't hurt either. On Mon, Feb 12, 2018 at 10:21 AM, David Mehler wrote: > Hello, > > Thank you. I've go

Re: [users@httpd] apache 2.4 and python

2018-02-12 Thread David Mehler
Hello, Thank you. I've got mod_python uninstalled and mod_wsgi installed, and apache restarted no problems. The issue is I'm not getting python scripts working, I keep getting a 404. Thanks. Dave. On 2/11/18, Frank Gingras wrote: > You should use mod_wsgi instead. The last release of mod_pytho

Re: [users@httpd] apache 2.4 and python

2018-02-11 Thread Frank Gingras
You should use mod_wsgi instead. The last release of mod_python is over three years old. On Sun, Feb 11, 2018 at 2:41 PM, David Mehler wrote: > Hello, > > I'm trying to get mod python 3.5 working with apache 2.4. I keep > getting an error on the PythonHandler line. I've got python 3.5 > installe

[users@httpd] apache 2.4 and python

2018-02-11 Thread David Mehler
Hello, I'm trying to get mod python 3.5 working with apache 2.4. I keep getting an error on the PythonHandler line. I've got python 3.5 installed, and mod_python 3.5 with apache 2.4, they are not talking to each other. Any ideas? Thanks. Dave. ---

[users@httpd] apache 2.4, git smart http, and gitweb configuration

2018-02-01 Thread David Mehler
Hello, I'm trying to host a git repository via smart http on apache 2.4. I'm also trying to make it viewable using gitweb. The goal is for all transactions to happen over https so I've got a letsencrypt certificate. Both reading and writing to the repo on the server should prompt for a password. I

[users@httpd] Apache 2.4 order mpm issue

2018-01-20 Thread Campbell, Lance
Apache 2.4 CentOS 7 Apache has numerous times today hung on me. It is fully patched and the server has been freshly rebooted. In the error_log I get this message: [Sat Jan 20 13:55:04.194452 2018] [mpm_worker:error] [pid 22574:tid 139937880922240] AH00287: server is within MinSpareThreads of

Re: [users@httpd] Apache 2.4 worker mpm memory climbing no new processes

2018-01-09 Thread Daniel
you should probably share the list of modules you are actually using and any relevant configuration 2018-01-09 18:28 GMT+01:00 Campbell, Lance : > Apache 2.4 > > Worker MPM > > > > I am using this configuration for Worker MPM: > > > > > > ServerLimit 90 > > StartServers10 > > MaxR

[users@httpd] Apache 2.4 worker mpm memory climbing no new processes

2018-01-09 Thread Campbell, Lance
Apache 2.4 Worker MPM I am using this configuration for Worker MPM: ServerLimit 90 StartServers10 MaxRequestWorkers 2048 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 25 Apache has created 12 processes. Apaches memory consumption slowly increases but neve

[users@httpd] Apache 2.4: SSL handshake not working correct for WebSockets?

2017-12-04 Thread Markus Gausling
​Hello, I am using Apache as a "WebSocket Relay" that allows local clients to connect to local ​Apache using "ws://" and Apache then maps this to "wss://" and passes the request on to the actual serving backend. I have defined a Virtual Host for this: SSLProxyEngine On ProxyR

Re: [users@httpd] Apache 2.4, ipmatch and ipv6

2017-11-21 Thread Daniel
try to quote the ipv6 address too not just the whole expression. 2017-11-21 12:36 GMT+01:00 Holger Schramm : > Dear all, > > I am struggling with a SetEnvIf Directive and ipv6: > > > SetEnvIf showindex=1 > > > Error message: > > Cannot parse condition clause: syntax error, unexpected ':', expe

[users@httpd] Apache 2.4, ipmatch and ipv6

2017-11-21 Thread Holger Schramm
Dear all, I am struggling with a SetEnvIf Directive and ipv6: SetEnvIf showindex=1 Error message: Cannot parse condition clause: syntax error, unexpected ':', expecting $end: -ipmatch requires subnet/netmask as constant argument It seems that ipmatch cannot handle ipv6 adresses? Is this tr

Re: [users@httpd] Apache 2.4 DoS?

2017-11-14 Thread Douglas Duckworth
Thank you Rainer Canavan! Will try using gdb to get more information! Thanks, Douglas Duckworth, MSc, LFCS HPC System Administrator Scientific Computing Unit Physiology and Biophysics Weill Cornell Medicine E: d...@med.cornell.edu O: 212-746-6305 F: 212-746-8690 On Mon, Nov 13, 2017 at 7:04 AM,

Re: [users@httpd] Apache 2.4 DoS?

2017-11-13 Thread Rainer Canavan
On Fri, Nov 10, 2017 at 6:41 PM, Douglas Duckworth wrote: > Hi > > I am running old PHP under Apache httpd-2.4. [...] > Though, ever few weeks, we see sudden increase in workers who never seem to > retire: > > [Fri Nov 10 02:43:20.019924 2017] [mpm_prefork:error] [pid 13584] AH00161: > server rea

Re: [users@httpd] Apache 2.4 DoS?

2017-11-10 Thread Ruben Safir
On 11/10/2017 12:41 PM, Douglas Duckworth wrote: > Hi > > I am running old PHP under Apache httpd-2.4. > > During a typical day: > > Server load: 0.03 0.03 0.05 > Total accesses: 16028 - Total Traffic: 1.4 GB > CPU Usage: u20.92 s1.24 cu.01 cs.23 - .00163% CPU load > .0116 requests/sec - 1104 B/

[users@httpd] Apache 2.4 DoS?

2017-11-10 Thread Douglas Duckworth
Hi I am running old PHP under Apache httpd-2.4. During a typical day: Server load: 0.03 0.03 0.05 Total accesses: 16028 - Total Traffic: 1.4 GB CPU Usage: u20.92 s1.24 cu.01 cs.23 - .00163% CPU load .0116 requests/sec - 1104 B/second - 92.7 kB/request 2 requests currently being processed, 8 idle

Re: [users@httpd] Apache 2.4 Returns 400 for server names that have a TLD beginning with a number

2017-09-22 Thread Eric Covener
> > Generally speaking, it looks as if Apache 2.4 and up does not accept a > hostname which has a TLD starting with a number. While there is no real TLD > that contains a number, it's a bit arbitrary to say the TLD can have a > number but cannot start with one. > > Anyone have any insights on this

[users@httpd] Apache 2.4 Returns 400 for server names that have a TLD beginning with a number

2017-09-22 Thread Jon Sterlong
Hi Folks, I've got a domain where the TLD begins with a number, which appears to be causing Apache httpd to throw a 400 error. So for example, if I try to access my Apache host at "foo.9k", it will tell me it was a bad request. This got me wondering if I was unaware of some RFC that outlines TLD

Re: [users@httpd] Apache 2.4 on AIX 6.1

2017-08-01 Thread Deepak Kumar
Hi Eric, How about www.bullfreeware.com. Is it a reliable source to get the RPMs from for AIX. ? Thanks, Kumar. On Tue, Aug 1, 2017 at 10:44 AM, Eric Covener wrote: > On Tue, Aug 1, 2017 at 11:30 AM, Deepak Kumar wrote: > > Hi, > > I am trying to install Apache 2.4.25 with openssl on AIX 6.1 >

Re: [users@httpd] Apache 2.4 on AIX 6.1

2017-08-01 Thread Eric Covener
On Tue, Aug 1, 2017 at 11:30 AM, Deepak Kumar wrote: > Hi, > I am trying to install Apache 2.4.25 with openssl on AIX 6.1 > Can you please let me know where can I find the official IBM RPM packages > for > 1. Apache httpd 2.4.25 > 2. latest openssl > 3. latest openssldevel Official IBM packages f

[users@httpd] Apache 2.4 on AIX 6.1

2017-08-01 Thread Deepak Kumar
Hi, I am trying to install Apache 2.4.25 with openssl on AIX 6.1 Can you please let me know where can I find the official IBM RPM packages for 1. Apache httpd 2.4.25 2. latest openssl 3. latest openssldevel I tried AIX toolbox for Linux application IBM link but not able to find openssl packages th

Re: [users@httpd] Apache 2.4 access control question

2017-07-19 Thread Marat Khalili
On 19/07/17 02:02, Jason Brooks wrote: The same thing happens if I don’t use a .htaccess file but instead define a section in my apache config. What happens if you try ? -- With Best Regards, Marat Khalili - To unsubscribe,

Re: [users@httpd] Apache 2.4 access control question

2017-07-19 Thread Daniel
Why use. htaceess at all? And why not just: Require ip 192.168 172.16 El 19 jul. 2017 1:02 a. m., "Jason Brooks" escribió: > Hello, > > This is on a ubuntu 16.04 LTS system running apache 2.4.18 (mpm_event) > with php 7.0 running in php-fpm mode. > > I wish to completely block access to a d

[users@httpd] Apache 2.4 access control question

2017-07-18 Thread Jason Brooks
Hello, This is on a ubuntu 16.04 LTS system running apache 2.4.18 (mpm_event) with php 7.0 running in php-fpm mode. I wish to completely block access to a directory in my document root except to a set of ip addresses but it’s not working and I am trying to figure out what is happening. My .

[users@httpd] apache 2.4 and php on Freebsd

2017-07-08 Thread @lbutlr
Is anyone running Apache 2.4 and mod_php (either 5.6 or 7.0)? Despite many times building out of ports or manually, I cannot get apache to launch successfully with php enabled. Is there something else I can do to get php working? I can get apache to load with mod_php56, but loading php pages r

[users@httpd] Apache 2.4 and letsencrypt challenge setup issue?

2017-06-20 Thread David Mehler
Hello, I'm trying to get letsencrypt certificates working with security/acme-client on FreeBSD 10.3, which I like much better than the python certbot client. That being said I'm having a problem where authentication is failing, account keys are created, and from the output below it looks like the

Re: [users@httpd] apache 2.4 includes vi .swp files

2017-05-11 Thread Luca Toscano
2017-05-09 11:40 GMT+02:00 Nick Kew : > > > But i wonder if apache should basically tries to include a file > > "beginning with dot"/"ending with swp" which generelly indicates a > > temporary/hidden file. > > Once you start excluding files by convention (which may be > entirely different and inap

Re: [users@httpd] apache 2.4 includes vi .swp files

2017-05-09 Thread Nick Kew
On Tue, 9 May 2017 10:19:06 +0200 Hajo Locke wrote: > Include /etc/apache2/conf.d/ Is this usage suggested or documented anywhere? If it is then I would be inclined to agree, that's a gotcha that should be noted in the docs. > A quick fix could be to include only *.conf files: > > Include /e

[users@httpd] apache 2.4 includes vi .swp files

2017-05-09 Thread Hajo Locke
Hello, found an interesting difference between include behaviour of apache 2.2 and 2.4 Have an include in apache2.conf: Include /etc/apache2/conf.d/ When editing a conf file in this folder by vi, vi creates a new swp file. lets say i edit a file logging.conf, so vi creates a file .logging.co

Re: [users@httpd] Apache 2.4: Proxy certificate configuration question

2017-05-04 Thread Marat Khalili
Sorry, haven't configured it this way; probably someone who did will help. I can only advise you to look into SSLProxyMachineCertificatePath, maybe you could use that. -- With Best Regards, Marat Khalili On 04/05/17 14:54, Markus Gausling wrote: Thanks for response. Maybe I did not make it

Re: [users@httpd] Apache 2.4: Proxy certificate configuration question

2017-05-04 Thread Markus Gausling
Thanks for response. Maybe I did not make it clear but I need to have the certificates for the authentication between HTTP Proxy and WebServer. So HTTP Proxy shall authenticate WebServer and vice versa with the client certificate and the secret key. The clients that use the HTTP Proxy shall not b

  1   2   3   4   >