Re: [users@httpd] Forwarding question.

2024-02-09 Thread Richard
> Date: Thursday, February 08, 2024 22:52:59 -0500 > From: joe a > > There are some issues accessing from off premises, that is, when > requests are entering via the internet facing router. Like 301 and > 400 errors. > > ... > > On the apache server the hosts files is used to resolve the hos

Re: [users@httpd] Ubuntu/Apache2/laravel - test project setup in subdirs

2023-11-13 Thread Richard
> Date: Sunday, November 12, 2023 21:48:57 -0500 > From: bruce > > > the target url that's giving me an issue.. > > http://161.35.5.174/wave/ current live site for now > Symfony \ Component \ HttpKernel \ Exception \ Meth > odNotAllowedHttpException PHP 8.2.10-2ubuntu1 > 9.52.16 > The G

Re: [users@httpd] ubuntu apache2

2023-11-12 Thread Richard
> Date: Sunday, November 12, 2023 00:09:54 -0500 > From: bruce > > ok... > http://157.245.251.134 > --generates the default apache page.. > > > http://157.245.251.134/wave/ > --generates a 403 forbidden... > from nginx!!! ok.. looks like nginx is/might be interfering > with this... mak

Re: [users@httpd] Apache httpd with Node.js backend server.

2023-07-03 Thread Richard
> Date: Monday, July 03, 2023 22:22:04 +0530 > From: Kaushal Shriyan > > On Mon, Jul 3, 2023 at 10:10 PM Richard wrote: > >> >> > Date: Monday, July 03, 2023 20:35:36 +0530 >> > From: Kaushal Shriyan >> > >> > I have initiated

Re: [users@httpd] Apache httpd with Node.js backend server.

2023-07-03 Thread Richard
> Date: Monday, July 03, 2023 20:35:36 +0530 > From: Kaushal Shriyan > > I have initiated a new thread to discuss the new issue. I am > running node.js application on port 8000 and Apache HTTP server on > CentOS Linux release 7.9.2009 (Core) > ># node --version > *v16.20.0* ># httpd -v > Serve

Re: [users@httpd] node.js application listening on port 8000 enabled with SSL certificate returns ERR_SSL_PROTOCOL_ERROR on browser.

2023-06-25 Thread Richard
> Date: Sunday, June 25, 2023 16:09:23 +0530 > From: Kaushal Shriyan > > I have modified the nodejsbackendssl.conf file located > in /etc/httpd/conf.d/ to the below configuration. > > *#cat /etc/httpd/conf.d/nodejsbackendssl.conf* > > ServerName nodejs.mydomain.com > ProxyP

Re: [users@httpd] node.js application listening on port 8000 enabled with SSL certificate returns ERR_SSL_PROTOCOL_ERROR on browser.

2023-06-21 Thread Richard
> Date: Wednesday, June 21, 2023 20:14:40 + > From: Richard > > >> Date: Thursday, June 22, 2023 00:13:34 +0530 >> From: Kaushal Shriyan >> >> When i hit https://nodejs.mydomain.com/demo/index.html I see the >> below in both httpd error and

Re: [users@httpd] node.js application listening on port 8000 enabled with SSL certificate returns ERR_SSL_PROTOCOL_ERROR on browser.

2023-06-21 Thread Richard
> Date: Thursday, June 22, 2023 00:13:34 +0530 > From: Kaushal Shriyan > > When i hit https://nodejs.mydomain.com/demo/index.html I see the > below in both httpd error and access logs > ># pwd > /var/log/httpd ># cat error_log > [Thu Jun 22 00:06:34.161122 2023] [suexec:notice] [pid 16995:tid

Re: [users@httpd] node.js application listening on port 8000 enabled with SSL certificate returns ERR_SSL_PROTOCOL_ERROR on browser.

2023-06-21 Thread Richard
> Date: Wednesday, June 21, 2023 23:09:45 +0530 > From: Kaushal Shriyan > > When I am trying to access the URL > https://nodejs.mydomain.com/demo/index.html, I am seeing the below > information in Apache HTTP server access logs. > > 172.16.16.45 - drupaladmin [21/Jun/2023:23:04:07 +0530] "GET

Re: [users@httpd] Best way to Install

2023-05-05 Thread Richard
> Date: Friday, May 05, 2023 19:53:21 -0400 > From: John Iliffe > > Thanks for the prompt response David. This is on Rocky, a Red Hat > derivative. > > I'll see if automatic updates are implemented. On my Fedora > workstation they do happen automatically and I have been burned on > occasion.

[users@httpd] Re: Meaning of RewriteRules in adjacent sections

2023-01-22 Thread Richard Walker
On 20 Jan 2023, at 3:05 pm, Richard Walker wrote: > In mod_rewrite.html (https://httpd.apache.org/docs/2.4/mod/mod_rewrite.html), > the section "Per-directory Rewrites" includes these notes with example: > > == > • By default, mod_rewrite overrides rules when m

[users@httpd] Meaning of RewriteRules in adjacent sections

2023-01-19 Thread Richard Walker
. The description of RewriteOptions Inherit at https://httpd.apache.org/docs/2.4/mod/mod_rewrite.html#rewriteoptions does explicitly mention the case of per-directory context, and then only talks about merging rules from the _parent_ context, not from _sibling_ contexts. Richard. --

Re: [users@httpd] Building Apache httpd 2.4.53 fails to find source-compiled PCRE2 10.40

2022-05-04 Thread Richard Morris
I tried this: env PCRE_CONFIG=/usr/local/pcre2-10.40/bin/pcre2-config \ ./configure \   --prefix=/usr/local/apache2-2.4.53 \   --with-included-apr \   --enable-so \   --with-pcre=/usr/local/pcre2-10.40 \   --enable-rewrite and it worked for me.  Thanks! I didn't know about the PCRE_CONFIG varia

[users@httpd] Building Apache httpd 2.4.53 fails to find source-compiled PCRE2 10.40

2022-05-04 Thread Richard Morris
Hi, I've been trying to build Apache httpd 2.4.53 using a source-compiled version of PCRE2 (10.40) however when I run configure I get an error about it not being able to find a working script for PCRE2.  Upon looking closer, it appears that the configure script does find it but may not be usi

Re: [users@httpd] Unable to load javascript files with the apache configuration file

2022-03-30 Thread Richard
> Date: Wednesday, March 30, 2022 15:57:52 +0530 > From: SAJESH PC > > Hi, > I have set up a http server with the configuration given as > attachment. But it is not serving javascript files from the folder > javascript. It is giving a 404 return code. The real intention here > is that the javas

Re: [users@httpd] Issues with accessing web page using DNS URL

2021-08-18 Thread Richard
> Date: Wednesday, August 18, 2021 12:48:36 -0500 > From: wendellkb...@gmail.com > > I am wondering if anyone has any idea as to what could be happening > to prevent me from using the URL I have set up with No-IP. > > Particulars: > > 1.I have a static IP > 2.I setup NOIP to send por

Re: [users@httpd] Different security warnings for a site with Chrome on Linux, Windows, and iOS

2021-08-09 Thread Richard
> Date: Monday, August 09, 2021 09:51:39 -0500 > From: Tom Browder > > I have a site, , that shows secure (black lock > icon) with the Chrome browser on Linux and Windows 10. However, it > shows the black triangle with the white exclamation point with the > Chrome browser on

Re: [users@httpd] Detailed Apache monitoring

2021-04-29 Thread Richard
Unless the queries to non-existent links are coming in very high volume they likely aren't your problem. See: <https://httpd.apache.org/docs/2.4/mod/mod_log_config.html> for more details on logging options. > Date: Thursday, April 29, 2021 11:46:10 + > From: Fabio Araga

Re: [users@httpd] util_pcre.c:58:10: fatal error: pcre.h: No such file or directory

2021-04-28 Thread Richard
install it this way > sudo apt install apache2 > sudo service apache2 start > > as shown on https://httpd.apache.org/docs/2.4/install.html. > > But this way I am not pulling the latest version. > > From: Richard > Sent: Wed, 28 Apr 2021 23:56 > > >&g

Re: [users@httpd] Detailed Apache monitoring

2021-04-28 Thread Richard
It's sometimes useful to add the %D or %T - time taken to serve request in ... microseconds/seconds respectively - parameters to logging as that can be helpful in identifying requests that are expensive. > From: Nick Folino > Date: Wednesday, April 28, 2021 08:01:00 -0400 > > I suggest a detaile

Re: [users@httpd] util_pcre.c:58:10: fatal error: pcre.h: No such file or directory

2021-04-28 Thread Richard
> Date: Wednesday, April 28, 2021 22:44:41 + > From: back Button > >> From: Nick Folino >> Sent: Wed, 28 Apr 2021 23:23 >> >> Install the correct libraries. > > I have installed the latest libraries with the latestᅠ Apache. > How am I supposed to knowᅠwhich library corresponds to Apache

Re: [users@httpd] Re: LAN to WAN access

2021-04-27 Thread Richard
> Date: Wednesday, April 28, 2021 00:59:37 + > From: back Button > >> From: Richard >> Sent: Wed, 28 Apr 2021 1:43 >> >> >>> Date: Wednesday, April 28, 2021 00:25:29 + >>> From: back Button >>>   >>>   After the

Re: [users@httpd] LAN to WAN access

2021-04-27 Thread Richard
> Date: Tuesday, April 27, 2021 22:10:35 +0200 > From: Antony Stone > > On Tuesday 27 April 2021 at 22:02:40, back Button wrote: > >> > PS; Why do you always append ".invalid" to whatever email >> > address you happen to be using at the time? > >> That just happens > > I would complain at

Re: [users@httpd] Re: LAN to WAN access

2021-04-27 Thread Richard
> Date: Wednesday, April 28, 2021 00:25:29 + > From: back Button > > After the fresh installation of 2.4.46 and It works! > When I ran apache for the first time I was getting > AH00558: httpd: Could not reliably determine the server's fully > qualified domain name, using 127.0.1.1. Set

Re: [users@httpd] Logging issue

2021-04-22 Thread Richard
> Date: Thursday, April 22, 2021 20:24:02 -0400 > From: H > > On 04/22/2021 06:02 PM, Richard wrote: >>> Date: Thursday, April 22, 2021 16:53:56 -0400 >>> From: H >>> >>> I read on one webpage that the locations (ie app1, app2 etc) have >&g

Re: [users@httpd] Logging issue

2021-04-22 Thread Richard
> Date: Thursday, April 22, 2021 16:53:56 -0400 > From: H > > I read on one webpage that the locations (ie app1, app2 etc) have > to have their own A records. Does that mean that I need to have > app1.mydomain.com, app2.mydomain.com etc. registered individually > with my domain registrar for eac

Re: [users@httpd] Logging issue

2021-04-18 Thread Richard
> Date: Saturday, April 17, 2021 20:14:02 -0400 > From: H > > My ultimate goal is to be able to run different php apps each > potentially requiring its unique php version using php-fpm. I would > also like so separate access and error logs by app, ie > app1-access.log, app2-access.log etc. .

Re: [users@httpd] Logging issue

2021-04-17 Thread Richard
> Date: Saturday, April 17, 2021 17:37:43 -0400 > From: H > > Yes, I (believe) I understand and find many examples how to > configure virtual name hosts when you have a domain name. BUT, I > have yet to find any examples where this works with /one/ single IP > address rather than a domain name.

Re: [users@httpd] Logging issue

2021-04-15 Thread Richard
> Date: Thursday, April 15, 2021 20:46:56 -0600 > From: Jonathon Koyle > > I'm not sure, but my understanding is that of you have multiple > virtual hosts on one machine, and they all listen on the same > interfaces/ip addresses then they have to have unique ServerName > directive. If you have

Re: [users@httpd] Re: Related question on having multiple subdomains on one host

2021-04-09 Thread Richard
> On 04/09/2021 03:50 PM, H wrote: > I have been trying to configure running both php 7.0 and 7.2 on > one host, certain sites using the former and others the latter. While you say you need to run both php 7.0 and 7.2 I don't see that you have explained why. I scanned through the changelogs

Re: [users@httpd] Apache2 troubleshooting - newbie

2021-03-17 Thread Richard
> Date: Wednesday, March 17, 2021 17:03:51 + > From: S K > > Hi, this is my scenario (everything is within my LAN): > > BEFORE > I have my MariaDB in machine 192.168.1.209; I access the MariaDB > using windows client DBeaver and works fine. I had a working ubuntu > machine 192.168.1.209 an

Re: [users@httpd] Re: httpd[803535]:

2021-03-15 Thread Richard
> Date: Monday, March 15, 2021 14:36:45 +0100 > From: Antony Stone > > On Monday 15 March 2021 at 14:23:18, Jason Long wrote: > >> Thank you. >> As I said, I visted https://www.myip.com/ website without Tor >> Browser and it showed me my real IP address. OK, I added the IP >> address that Apac

Re: [users@httpd] 500 Internal Server Error

2021-02-15 Thread Richard
> Date: Monday, February 15, 2021 20:34:15 -0300 > From: João Aguiar > >> Em seg., 15 de fev. de 2021 às 20:28, Richard escreveu: >> >> > Date: Monday, February 15, 2021 20:13:29 -0300 >> > From: João Aguiar >> > >> > I installed apa

Re: [users@httpd] 500 Internal Server Error

2021-02-15 Thread Richard
> Date: Monday, February 15, 2021 20:13:29 -0300 > From: João Aguiar > > I installed apache to be able to use python in version 3.8 together > with virtualenv and after making certain configurations that used > to run, now it doesn't work anymore with an error: > > Internal Server Error ...

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

2021-01-14 Thread Richard
You should look at adding the %D and %T format strings to your httpd access log configuration so that you can capture the amount of time spent in delivery of a resource. > Date: Thursday, January 14, 2021 11:48:55 + > From: Jason Long > > Server have 4 CPU cores and 6GB of RAM. > I pasted Ap

Re: [users@httpd] How to config Authz form ?

2021-01-02 Thread Richard
> Date: Saturday, January 02, 2021 16:03:31 +0100 > From: Jens Kallup > > I added a picture link, which shows the error message, > that comes, when i click "Login". > > in the decent yellow box: translated: > "unknow protocol" > > https://imgur.com/FYER4Y7 Searching "PR_CONNECT_RESET_ERROR"

Re: [users@httpd] virtual host DocumentRoot being ignored

2020-12-13 Thread Richard B. Pyne
Hi Lucien, Yes. that is the case. It is /etc/httpd/conf.d The last line of the main config file /etc/httpd/conf/httpd.conf file is IncludeOptional conf.d/*.conf On 12/13/2020 5:38 AM, Lucien Gentis wrote: Hello Richard, I don't know how CentOs configures httpd, but I suppose You h

[users@httpd] virtual host DocumentRoot being ignored

2020-12-13 Thread Richard B. Pyne
requests are being served from the /var/www/html default DocumentRoot. Any help will be greatly appreciated. Thanks, --Richard - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users

[users@httpd] Apache Http2 Problem

2020-08-31 Thread Hennessy, Richard
Thanks Richard Hennessy

[users@httpd] OCSP Status Codes

2020-08-28 Thread Richard J. Van Horn
a more informational page. Is there a OCSP status similar to SSL_CLIENT_VERIFY that I can use to redirect the user? I've looked everywhere and can't find any information. Thanks in advance. -- -------- Richard J. Van Horn

Re: [users@httpd] Apache virtual hosts listening on specific IPv6 addresses

2020-06-27 Thread Richard
> Date: Saturday, June 27, 2020 20:06:30 -0400 > From: David Mehler > > I'm wanting to set up Apache 2.4 virtual hosts to listen to specific > IPv6 addresses. I see a Listen directive in my http configuration, > but nothing for each virtual host. I've got several different > virtual hosts each

Re: [users@httpd] Apache and systemd

2020-06-17 Thread Richard
> Date: Wednesday, June 17, 2020 06:48:27 -0500 > From: Tom Browder > > If I build a new server using --enable-systemd how does that affect > using apachectl? > > Can I still apachectl for interactive start/stop while systemd > takes care of reboots? > You would use "systemctl" to start/sto

Re: [users@httpd] Http Server 2.4.43 version RPM

2020-05-05 Thread Richard
> Date: Tuesday, May 05, 2020 18:09:47 +0530 > From: Kushagra Bindal > > Hi Experts, > > I am new to HTTP Server. We are currently running on centos 7.7 > version and we are currently using > httpd-2.4.6-90.el7.centos.x86_64 version. > > This version is having multiple vulnerabilities and th

Re: [users@httpd] Mediawiki 1.34 doesn't find Localsettings.php on Windows -Ubuntu

2020-03-24 Thread Richard
> Date: Monday, March 23, 2020 20:49:20 +0100 > From: Francis Franck > > I'm trying to install Mediawiki 1.34 via tarball - apparently all > the modules are working fine: phpmyadmin, sql database, apache2. > http://localhost/mediawiki/Mw-config ran successfully and produced > a valid Localsettin

Re: [users@httpd] Apache error after Microsoft patching

2020-03-23 Thread Richard
> Date: Monday, March 23, 2020 17:39:47 + > From: "Joshi, Harini" > > Hi, > > We recently patched Apache web server (Windows 2016) with Microsoft > Patch KB4537764 > > The version of Apache that we currently use in our prod environment > is as below: > > > Server version: Apache/2.4.41

Re: [users@httpd] "Work from home" access

2020-03-19 Thread Richard
> Date: Thursday, March 19, 2020 16:05:19 -0400 > From: Jim Albert > > On 3/19/2020 3:48 PM, Stormy wrote: >> I have, on Apache 2.4.7: >> https://mysite.com/ which runs a Perl/Mysql based application >> perfectly and a parallel "staff only" accessed (now) only on our >> LAN to edit the above pu

Re: [users@httpd] Configuration question

2020-01-28 Thread Richard
> Date: Monday, January 27, 2020 22:21:30 -0700 > From: "@lbutlr" > >> On 27 Jan 2020, at 19:27, Richard wrote: >> >> If you're trying to serve your content via http, which appears to >> be your goal, then to serve it out on different

Re: [users@httpd] Re: Configuration question

2020-01-28 Thread Richard
> Date: Tuesday, January 28, 2020 07:00:07 -0600 > From: o1bigtenor > > On Mon, Jan 27, 2020 at 8:27 PM Richard > wrote: >> >> > Date: Monday, January 27, 2020 16:51:44 -0600 >> > From: o1bigtenor >> > >> > It may have not been cl

Re: [users@httpd] Re: Configuration question

2020-01-27 Thread Richard
> Date: Monday, January 27, 2020 16:51:44 -0600 > From: o1bigtenor > > On Mon, Jan 27, 2020 at 4:17 PM Richard wrote: >> >> > Date: Monday, January 27, 2020 09:42:51 -0600 >> > From: o1bigtenor >> > >> > So I don't really need to us

Re: [users@httpd] Re: Configuration question

2020-01-27 Thread Richard
> Date: Monday, January 27, 2020 09:42:51 -0600 > From: o1bigtenor > > So I don't really need to use 'virtual hosts'. What I am actually > needing to do is to use different ports to the same 'stack' rather > than creating different 'stacks'. > > By this I mean that I don't need to use different

Re: [users@httpd] Expose my server to internet

2020-01-15 Thread Richard
Starting Nmap 7.01 ( https://nmap.org ) at 2020-01-14 15:17 EST >>> Nmap scan report for padmahasa.ddns.net (103.228.221.102) >>> Host is up. >>> rDNS record for 103.228.221.102: >>> 103.228.221.102.static.belltele.in All 1000 scanned ports on >>> padmahasa.ddns.net (103.2

Re: [users@httpd] Expose my server to internet

2020-01-14 Thread Richard
uot;. So, it would seem that that IPnumber is not publicly reachable. {Assuming the dns entry to be correct] if you're not firewalling it then you need to speak with your provider. > Date: Wednesday, January 15, 2020 01:03:27 +0530 > From: Padmahas Bn > > Hello @Richard an

Re: [users@httpd] Expose my server to internet

2020-01-14 Thread Richard
Looking back some months I'm not finding the beginning of this thread, so maybe you should start fresh. -- what is the public IPnumber of your server? -- what is the public DNS name for your server (i.e., the dns entry that points to the public IPnumber)? > Date: Tuesday, January 14, 2020 0

Re: [users@httpd] Fwd: Warning from users@httpd.apache.org

2019-10-29 Thread Richard
> Date: Tuesday, October 29, 2019 22:03:58 + > From: sebb > > On Mon, 28 Oct 2019 at 09:19, sebb wrote: >> >> On Sun, 27 Oct 2019 at 14:21, Richard >> wrote: >> > >> > >> > >> > > Date: Sunday, October 27, 2019 12:

Re: [users@httpd] Fwd: Warning from users@httpd.apache.org

2019-10-27 Thread Richard
> Date: Sunday, October 27, 2019 12:17:36 + > From: sebb > >> On Sun, 27 Oct 2019 at 09:32, Richard >> wrote: >> >> I agree, there are a range of reasons that a receiving host might >> reject a message. When you add in DMARC - because the heade

Re: [users@httpd] Fwd: Warning from users@httpd.apache.org

2019-10-27 Thread Richard
> Date: Saturday, October 26, 2019 13:16:36 +0100 > From: sebb > > On Fri, 25 Oct 2019 at 16:20, Richard > wrote: >> >> > Date: Friday, October 25, 2019 20:37:49 +0530 >> > From: Tapas Mishra >> > >> > H

Re: [users@httpd] Fwd: Warning from users@httpd.apache.org

2019-10-25 Thread Richard
> Date: Friday, October 25, 2019 20:37:49 +0530 > From: Tapas Mishra > > Hello, > I am getting bounce message , what should I do?. > > Thanks > > > -- Forwarded message - > From: > Date: Wed, Sep 25, 2019 at 11:24 AM > Subject: Warning from users@httpd.apache

Re: [users@httpd] Need Apache to return multiple error doc

2019-07-13 Thread Richard
> Date: Saturday, July 13, 2019 16:11:12 +0530 > From: alchemist vk > > Richard/All, > I am trying to implement what you suggested.. But somehow its not > working and unable to restart apache after making my changes. > If possible, can you provide one short

Re: [users@httpd] Need Apache to return multiple error doc

2019-07-12 Thread Richard
> Date: Thursday, July 11, 2019 11:48:38 +0530 > From: alchemist vk > > Hi all, > I have a requirement where I need send different error docs for > same error code depending upon specific error returned by > application.. For example, if application returns 400,it means > error may be due to n

Re: [users@httpd] Expose my server to internet

2019-07-04 Thread Richard szajkowski
Yes , has to be set to static make sure your IP is out side the DCHP pool , that way it won’t be given to any one else by mistake . That’s why I start my DHCP pool at .100 Richard Szajkowski > On Jul 4, 2019, at 2:12 PM, Padmahas Bn wrote: > > Hello VA3RZS, > > Yes, my inte

Re: [users@httpd] Expose my server to internet

2019-07-04 Thread Richard szajkowski
Is this a home network or a business network ? Some isp block ports , I would do a port scan to make sure it’s open , and then make sure the box that is hosting your sever has a static IP and you have the correct ip in your router for forwarding that static ip Richard Szajkowski > On

Re: [users@httpd] Apache HTTP Server Prior to 2.4.12 Multiple Vulnerabilities

2019-06-18 Thread Richard
> Date: Tuesday, June 18, 2019 05:38:50 + > From: Satish Chhatpar 02 > > How to patch Apache 2.4.6 to latest release on RHEL 7.4? > RedHat backports patches to the base version, keeping the version number stable within an OS release. I.e., RH-7 will maintain the 2.4.6 httpd version number

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

2018-12-01 Thread Richard
Do you have logging on the port 80 "redirect" virtualhost, and is that what you are looking at? If you are seeing entries from use of the https instance it sounds like you are reviewing the port 443 virtualhost logging, not the logs for port 80. > Date: Friday, November 30, 2018 16:37:02 -0800 >

Re: [users@httpd] 403 error upon upgrade

2018-09-30 Thread Richard
> Date: Sunday, September 30, 2018 10:44:28 -0700 > From: "Jack M. Nilles" > > Basically the same as before: > > [Sun Sep 30 10:29:05.708882 2018] [autoindex:error] [pid 3663] > [client 220.181.51.119:50416] AH01276: Cannot serve directory > /home/data/site1/htdocs/: No matching DirectoryIndex

Re: [users@httpd] download

2018-07-11 Thread Richard
> Date: Wednesday, July 11, 2018 23:33:32 +0200 > From: georg.chamb...@telia.com > > Hi Im an oldie, who once installed an Apache server, now I was on > to make a new installation BUT O, things have become so > complexity, so inflated, I can make no sense of what to download, > or from where.

Re: RE: [users@httpd] https not working

2018-06-24 Thread Richard
> Date: Sunday, June 24, 2018 14:22:10 + > From: Richard > >> Date: Saturday, June 23, 2018 17:09:41 + >> From: Mahmood Naderan >> >>> Try "openssl s_client -debug -connect host:port" to see if your >>> machine can contact th

Re: RE: [users@httpd] https not working

2018-06-24 Thread Richard
> Date: Saturday, June 23, 2018 17:09:41 + > From: Mahmood Naderan > >> Try "openssl s_client -debug -connect host:port" to see if your >> machine can contact the server at all. > Should I run that on my laptop (the remote machine) or the server? > > >> You should try to telnet to port 44

Re: [users@httpd] Slow Apache 2.4 server

2018-06-22 Thread Richard
> Date: Thursday, June 21, 2018 20:06:16 +0200 > From: Jørn > > On Thursday, June 21, 2018 08:11:02 Gryzli Bugbear wrote: >> Hi, >> >> Maybe you should first find where the slowness come from (most >> probably it is php, rather than Apache). > > That was in my mind, but tests show that PHP is

RE: [users@httpd] https not working

2018-06-22 Thread Richard
pd isn't listening on that port. Note, from your output it looks like you only have this (only) configured for ipv6, which constrains what is and isn't going to work. You're going to need to understand whether the telnet test above is being done from ipv4 or v6 in order to interpret

Re: [users@httpd] Virtualhosts

2018-06-19 Thread Richard
> Date: Tuesday, June 19, 2018 20:01:07 -0400 > From: Louis > > Apache 2.4 on Ubuntu 16.04LTS . We have multiple VirtualHosts > running on port 80, one on port 8080. They are all fully > functional... > > BUT for the one on port 8080 I have to explicitly append the port > number to the URL in

Re: [users@httpd] Web page works with "php -S" but not with apache

2018-06-03 Thread Richard
I've summarized your posting details -- see my comments at the end. > Date: Sunday, June 03, 2018 11:42:39 + > From: Mahmood Naderan > > root@webshub:/var/www/html# php -S localhost:8080 > PHP 7.2.5-0ubuntu0.18.04.1 Development Server started at Tue May 29 22:56:54 2018 > > Listening on

Re: [users@httpd] Some questions regarding Apache HTTP Server ServerLimit (Too Many Child Processes)

2018-05-18 Thread Richard
> Date: Friday, May 18, 2018 14:59:21 +0900 > From: > Hello, > > I'm using Apache HTTP Server 2.2.32 on Linux. > > I see that too many child processes are being made on Apache HTTP > Server. > > Child processes are being made up to 256 on Apache HTTP Server. > > Apache HTTP Server is using

Re: [users@httpd] E-commerce Rewrite Rule

2018-02-14 Thread Richard
You seem to be making the "urls" that the client gets unnecessarily complex which results in rewrite rules that are wasteful and ripe for errors. You might want to reconsider the urls that you are presenting to the client, making them more precise so that the rewrite rules can be cleaner, or in man

Re: [users@httpd] .htaccess mobil client

2018-01-13 Thread Richard
> Date: Sunday, January 14, 2018 00:03:27 +0300 > From: Gokan Atmaca > > On Sat, Jan 13, 2018 at 10:52 PM, Richard wrote: >> >>> Date: Saturday, January 13, 2018 22:43:38 +0300 >>> From: Gokan Atmaca >>> >>> The structure of our sit

Re: [users@httpd] .htaccess mobil client

2018-01-13 Thread Richard
> Date: Saturday, January 13, 2018 22:43:38 +0300 > From: Gokan Atmaca > > The structure of our site is as follows. Connections default to > "desk.site" folder. If the incoming connection requests come from > mobile phones, "msite" goes to the folder. But CSS, JS files > are not coming. I made

Re: [users@httpd] SSI/website rendering errors

2017-12-14 Thread Richard
> Date: Thursday, December 14, 2017 23:07:37 + > From: jm07...@lycos.com > > Although my website was functioning properly on Monday, 12/11/17, it > exhibited several errors the following day (12/12/17). No changes > were made to any of the files after 12/6 (the last being an SSI > text file o

Re: [users@httpd] [autoindex:error] [pid 16794]

2017-12-14 Thread Richard
> Date: Thursday, December 14, 2017 16:38:49 +0100 > From: Wolfgang Paul Rauchholz > > > On Thu, Dec 14, 2017 at 3:35 PM, Eric Covener > wrote: > >> On Thu, Dec 14, 2017 at 8:36 AM, Wolfgang Paul Rauchholz >> wrote: >> > >> > I get error message underneath. I googled and tried to make some >>

RE: [users@httpd] Is httpd 2.4.x is supported on CentOs6?

2017-11-28 Thread Richard
> Date: Tuesday, November 28, 2017 13:47:51 + > From: "Houser, Rick" > >> From: Eric Covener [mailto:cove...@gmail.com] >> Sent: Tuesday, November 28, 2017 07:51 >> >> On Tue, Nov 28, 2017 at 7:47 AM, chetan jain >> wrote: >> > Hi All, >> > >> > As apache 2.2.x is EOL, I need to upgrade t

RE: [users@httpd] Undefined Symbol Prevents mod_proxy.so from Loading

2017-10-24 Thread Dempsey, Richard C
lick links or open attachments unless you recognize the sender and know the content is safe. On Fri, 2017-10-20 at 19:04 +, Dempsey, Richard C wrote: > My searches for ap_check_pipeline, both online and in the source, tell me > that it's declared in ./httpd-2.4.28/modules/http/http

[users@httpd] Undefined Symbol Prevents mod_proxy.so from Loading

2017-10-20 Thread Dempsey, Richard C
I am building Apache 2.4.28 on RedHat Linux 2.6.32-573.el6.x86_64 for use as a reverse proxy server, to upgrade from Apache 2.4.23. I am building with APR 1.6.0 and APR-Util 1.6.2. When I run apachectl configtest, I get the following message: httpd: Syntax error on line 43 of /web/conf/httpd_ma

Re: [users@httpd] redirect port from 80 to 443

2017-02-18 Thread Richard
> Date: Saturday, February 18, 2017 11:04:34 -0700 > From: James Moe > > On 02/18/2017 05:08 AM, Rodrigo Cunha wrote: >> i want redirect all request from port 80 to 443. >> what is better setting for fix this? >> > Better than what? > Fix? Is it broken? > > RewriteCond %{HTTP_HOST} =www.ex

Re: [users@httpd] Re: Compile php5 for apache2.4 error APXS

2016-12-30 Thread Richard
> Date: Friday, December 30, 2016 11:00:13 -0200 > From: Rodrigo Cunha > >> Dears, help me please. >> I have httpd.2.4 compiled in my enviroment and i want compile too >> php5.6 for test. >> but my ./configure strout displeyed error to apxs version, in >> stdout i see error before my >> php se

Re: [users@httpd] How to restrict Directory access in httpd

2016-12-09 Thread Richard
> Date: Friday, December 09, 2016 05:58:31 + > From: Ishan Thakur > > Hi , >     I am running apache(2.2.29) static libraries into my > application . I want to restrict access to particular directories > from where my application is running. So for example: My > application is  at D:\ne

RE: [users@httpd] Change user for Apache web server to a non-privileged user?

2016-09-14 Thread Richard
> Date: Wednesday, September 14, 2016 17:37:36 -0400 > From: Tom Hammond > >> From: Richard >> Sent: Wednesday, September 14, 2016 5:06 PM >> >>> Date: Wednesday, September 14, 2016 08:16:32 -0400 >>> From: Tom Hammond >>> >

Re: [users@httpd] Change user for Apache web server to a non-privileged user?

2016-09-14 Thread Richard
> Date: Wednesday, September 14, 2016 08:16:32 -0400 > From: Tom Hammond > > I have an Apache 2.2x server and would like to harden security so > that hackers can't get in easily to the Apache webserver. One > suggestion is to change the user/group for Apache to a > non-privileged account. > >

Re: [users@httpd] find IP and PORT in use by Apache

2016-06-22 Thread Richard
> Date: Tuesday, June 21, 2016 22:20:20 + > From: Mahmood N > > The folder permission is root:root with 755. > Regarding the symlink option in httpd.conf, I see >     Options FollowSymLinks >     AllowOverride None > > > I looked at the logs, but didn't find any useful error! to follow. >

Re: [users@httpd] Possible DOS Attack

2016-05-21 Thread Richard
> Date: Saturday, May 21, 2016 09:22:24 -0400 > From: "D'Arcy J.M. Cain" > > On 5/20/16 4:00 PM, Roman Gelfand wrote: >> In the last 2 days we have received roughly 1milion of the >> following requests. Just to confirm, is this a DOS attack? >> >> 191.96.249.52 - - [20/May/2016:18:19:22 -0400]

Re: [users@httpd] Possible DOS Attack

2016-05-20 Thread Richard
> Date: Friday, May 20, 2016 23:36:14 + > From: Richard > >> Date: Friday, May 20, 2016 16:09:58 -0700 >> From: Kurtis Rader >> >> On Fri, May 20, 2016 at 4:00 PM, Roman Gelfand >> wrote: >> >>> In the last 2 days we have received r

Re: [users@httpd] Possible DOS Attack

2016-05-20 Thread Richard
> Date: Friday, May 20, 2016 16:09:58 -0700 > From: Kurtis Rader > > On Fri, May 20, 2016 at 4:00 PM, Roman Gelfand > wrote: > >> In the last 2 days we have received roughly 1milion of the >> following requests. Just to confirm, is this a DOS attack? >> >> 191.96.249.52 - - [20/May/2016:18:1

Re: [users@httpd] Using an older version of PHP with Apach2

2016-04-21 Thread Richard
> Date: Thursday, April 21, 2016 01:01:25 -0400 > From: "Brandon L. Wisenburg" > > All, > Is it possible to use PHP 5.2.5 with Apache/2.4.6 > > I have an application that was written in WAMP5 using PHP 5.2.5, > and I am trying to get the application onto a CentOS server and I > can't get it t

RE: [users@httpd] How to debug the PHP component of Apache2

2016-04-10 Thread Richard
You can turn on php error reporting and control the level in your php.ini (once you've identified the correct one with the information provided below). Also, one of the php-specific lists may be a better focus for your php questions. > Date: Sunday, April 10, 2016 21:24:21 +0300 > From: Alexandr

Re: [users@httpd] Trouble connecting virtual host to MySQL

2016-04-09 Thread Richard
Original Message > Date: Saturday, April 09, 2016 16:22:51 +0200 > From: Roparzh Hemon > > On Sat, Apr 9, 2016 at 3:50 PM, Richard wrote: >> >> >> You are (likely) getting to two different places with these >> requests. >>

Re: [users@httpd] Trouble connecting virtual host to MySQL

2016-04-09 Thread Richard
> Date: Saturday, April 09, 2016 15:18:04 +0200 > From: Roparzh Hemon > > Some time ago, some people on this list helped me setting > up virtual hosts on my Mac. > Everything worked fine until I started adding MySQL stuff to > my website ; then something strange started to happen : the MySQL

Re: [users@httpd] Re: Logs: How to find 403 forbidden error.

2016-04-08 Thread Richard
> Date: Friday, April 08, 2016 21:40:57 -0400 > From: Francis Roy > > On 16-04-08 08:06 PM, Jonesy wrote: > >> Could it be possible that the plugin is getting a 403 from >> an_external_ fetch attempt? I.e., the 403 is in the logs >> of a server somewhere else on the planet. > > Yes, in fact,

Re: [users@httpd] My webmail is not working

2016-04-04 Thread Richard
> Date: Monday, April 04, 2016 12:21:59 +0800 > From: Chandran Manikandan > > On Sun, Apr 3, 2016 at 9:27 PM, Richard wrote: >> >> > Date: Sunday, April 03, 2016 21:10:26 +0800 >> > From: Chandran Manikandan >> > >> >> On Sat, A

Re: [users@httpd] My webmail is not working

2016-04-03 Thread Richard
> Date: Sunday, April 03, 2016 21:10:26 +0800 > From: Chandran Manikandan > >> On Sat, Apr 2, 2016 at 1:47 AM, Richard wrote: >> >> > Date: Friday, April 01, 2016 20:04:40 +0800 >> > From: Chandran Manikandan >> > >> > Dear Lists, &

Re: [users@httpd] Squirrelmail is not working

2016-04-03 Thread Richard
> Date: Sunday, April 03, 2016 13:39:46 +0800 > From: Chandran Manikandan > > Hi All, > I have running cenots 6.6 64 bit machine. > I have updated all packages through webmin. > Am running qmailtoaster in the same machine. > Squirrelmail is not working after updated the packages. > It's shows we

Re: [users@httpd] My webmail is not working

2016-04-01 Thread Richard
> Date: Friday, April 01, 2016 20:04:40 +0800 > From: Chandran Manikandan > > Dear Lists, > > I have running Centos 6.6 64 bit system, > I have updated the packages today through webmin. > After updated the packages my webmail is not working it say like > below error in my system log. > > Opti

Re: [users@httpd] Unable to set up virtual hosts on Mac

2016-03-21 Thread Richard
> Date: Monday, March 21, 2016 17:36:59 +0100 > From: Roparzh Hemon > > As of now, when I put http://www.hhhstrawhhhberry.com/ into my > browser, I get the famous "It works!" message. But I don't get the > index.html file I put in > Documents/Sites/www.hhhstrawhhhberry.com. > > Even if I type

Re: [users@httpd] Unable to set up virtual hosts on Mac

2016-03-21 Thread Richard
> > 127.0.0.1 localhost > 127.0.0.1 strawberry.com www.strawberry.com > 255.255.255.255broadcasthost > ::1 localhost > > > > ServerName strawberry.com > ServerAlias www.strawberry.com > DocumentRoot "/Users/myusernamehere/Sites/strawberry&

  1   2   3   4   5   >