Re: [users@httpd] Logging issue

2021-04-17 Thread angel Hall-Coulston
g-back-and-forth-question-game happens… EVERYONE on the list get’s notifications ! Thank you and have a nice day ! "The road to hell is paved with 'good intentions' " > On 17 Apr 2021, at 15:35, H wrote: > > On April 17, 2021 8:57:22 AM EDT, angel Hall-Coulston >

Re: [users@httpd] Logging issue

2021-04-17 Thread angel Hall-Coulston
With due respect, please STOP abusing the mailing list and using it like a 'chat room'. Please RTM as it’s all a bit lazy otherwise. > On 17 Apr 2021, at 01:57, H wrote: > > On 04/16/2021 08:51 PM, H wrote: >> On 04/16/2021 08:23 PM, Jonathon Koyle wrote: The OP, ie me, just read up on vir

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

2021-04-11 Thread angel Hall-Coulston
For a ’test’ environment I agree with advice given. Just because something can be done, doesn’t mean it should be. Running two versions of php on one server as I understand it, is only going to cause headaches and ’straighten the roundness of wheels to make them more square’… For test purposes i

Re: [users@httpd] Apache 2.4.37 graceful restart causes error “scoreboard is full, not at MaxRequestWorkers.Increase ServerLimit.”

2021-03-29 Thread angel Hall-Coulston
Try this: https://httpd.apache.org/docs/2.4/programs/rotatelogs.html > On 29 Mar 2021, at 13:45, A.J. Gatlin wrote: > > Hi there, > > I'm running some PHP-based sites on CentOS 8, which uses version 2.4.37 of > Apache. Apache is se

Re: [users@httpd] Cannot write to the web directory

2021-03-18 Thread angel Hall-Coulston
Don’t know anything about WordPress but having any public (OR private even) accessible files with 777 permissions IS EXTREMELY UNWISE as it allows anyone who can see the file to Read, WRITE and execute it. It’s safer to have 755 permission for public accessible files. Please read apache2 documen

Re: [users@httpd] IP address show Apache welcome page but domain name working!

2020-09-26 Thread angel Hall-Coulston
So sorry, forgot to add link in last message; early day and not enough tea… here is the link hope this helps: https://community.letsencrypt.org/t/how-to-create-a-san-cert/30446 > On 25 Sep 2020, at 22:11, Jason Long wrote: >

Re: [users@httpd] IP address show Apache welcome page but domain name working!

2020-09-26 Thread angel Hall-Coulston
Hi, I’m not familiar with 'Let’s Encrypt' but the following link should be of help. I recommend you sign up to their community if you need to post other questions if you don’t find the answer there. Have a good day friend 🙂 > On 25 Sep 2020, at 22:11, Jason Long wrote: > > How? > I don't know

Re: [users@httpd] I get each Mail to this list twice

2020-09-03 Thread angel Hall-Coulston
Have you subscribed to more than one list OR with more than one email address ? > On 3 Sep 2020, at 13:58, Lentes, Bernd > wrote: > > Hi, > > i get each E-Mail to this list twice or even three times. > Do you have the same problem ? > Does anyone know what to do ? > Contact the list-admin ? >

Re: [users@httpd] How to make mod_autoindex mobile-friendly?

2020-08-08 Thread angel Hall-Coulston
WELL said Nick 😊 ! SOMEONE buy that man a drink ! > On 8 Aug 2020, at 10:51, Nick Kew wrote: > > > >> On 8 Aug 2020, at 00:17, Jim Avera wrote: >> >> Google complains that directories displayed by mod_autoindex have "Mobile >> Usability Issues", specifically: >> >> Clickable elements too c

Re: [users@httpd] client removal of .htaccess file

2020-07-19 Thread angel Hall-Coulston
will need to ask the server hosting entity (who has > root access) to remove the file. > > Any downsides to uploading an empty .htaccess file or a dummy file (just > having a comment and no directives)? > > Joel > 973 736 8306 > > From: angel Hall-Coulston > Sent: Sunda

Re: [users@httpd] client removal of .htaccess file

2020-07-19 Thread angel Hall-Coulston
Not without 'write' permission, or settings within httpd.conf, no… ALSO the following config disallows viewing: # # The following lines prevent .htaccess and .htpasswd files from being # viewed by Web clients. # Require all denied And that’s prob why you can’t see it but CAN see the backup

Re: [users@httpd] Failure to start apache2 after SSL cert update.

2020-07-11 Thread angel Hall-Coulston
1st change log level to debug; 2nd run " apachectl -t " . This will check whether you have bad syntax (often overlooked but just as serious). Angel Scotland > On 11 Jul 2020, at 11:10, Holger Schramm wrote: > > Am 11.07.20 um 00:32 schrieb Jack M. Nilles: >> The apache error logs all quit at

Re: [users@httpd] Mod proxy balancer route length issue?

2020-07-07 Thread angel Hall-Coulston
There are far too many characters. There has to be less than (the mathematical '<' less-than character) 64 characters. So some shortening of directory names called for there. Angel Scotland. "Those that never give, but always take, are common thieves… " > On 7 Jul 2020, at 14:36, Wendell Hatch

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

2020-07-03 Thread angel Hall-Coulston
I agree… certs are all about trust and giving users carte blanche may not be such a great idea. LE certs are free to my current knowledge, and are building trust. Angel Scotland. > On 3 Jul 2020, at 05:01, @lbutlr wrote: > > On 02 Jul 2020, at 14:08, Yves Goergen wrote: >> I'd like to let my

Re: [users@httpd] Apache rewritemap condition that will CDIR-ipmatch against returned value from the map?

2020-07-01 Thread angel Hall-Coulston
u please take a > look and provide me with a high-level code set of how you completed this and > got it working with Apache? > > https://www.ispcolohost.com/2017/02/03/keeping-amazon-ec2-crap-off-your-website/ > > <https://www.ispcolohost.com/2017/02/03/keeping-amazon-ec2-crap-

Re: [users@httpd] Apache rewritemap condition that will CDIR-ipmatch against returned value from the map?

2020-07-01 Thread angel Hall-Coulston
Depends on not ’smarter thinking’ but 'out of the box' thinking… I can block a few hundred thousand IP’s with just THREE characters ! Not boasting but I have half of China and Russia blocked if not 3/4 with less than 30 characters… So I suggest (with the aid of the 'GREP' command) to ascertain w

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

2020-06-28 Thread angel Hall-Coulston
Hi, I assume you have already run the command 'httpd -S' as this will throw back info and errors on virtual host(s) configuration ? Angel Hall-Coulston Scotland > On 28 Jun 2020, at 02:19, David Mehler wrote: > > Hello, > > Thanks. This is in my global ssl c

Re: [users@httpd] Received 404 not found error on existing CGI script

2020-06-26 Thread angel Hall-Coulston
issue because 'debug' can/will fill your log files up pretty quickly with the extra info. Angel Hall-Coulston Scotland. > On 25 Jun 2020, at 19:58, barry kimelman wrote: > > Hello, > > Thanks for your reply. I solved the not being able to run a Perl CGI script > issu

Re: [users@httpd] Received 404 not found error on existing CGI script

2020-06-24 Thread angel Hall-Coulston
he comes with it’s VERY OWN manual pages which when enabled in your 'includes' section of your config file, will allow you to access MUCH quicker than going online, where you will find everything you need to know. Angel Hall-Coulston Scotland. > On 24 Jun 2020, at 00:35, ba

Re: [users@httpd] Redirection to https only for the top-level page

2019-02-02 Thread angel Hall-Coulston
As a small side note, Using an .htaccess file is NOT recommended when a sysadmin has access to the server. Htaccess is only used for clients on a host server (such as a godaddy.com website) where the client does NOT have access to configuration files of the server… Although it DOES work, apache

Re: [users@httpd] port forwarding and other options for having access to my apache server through the ip address

2019-01-13 Thread angel Hall-Coulston
Hi, Also be very careful that you are not breaching the Terms of your ISP. They for obvious reasons don’t allow just anybody to serve websites or other files…. You have to have permission as they WILL find you out and if it’s against terms, they could block you… It’s ALWAYS best to have a stat

[users@httpd] User abuse of mailing list....

2018-09-23 Thread angel Hall-Coulston
Hi, I am an Apache user and I enjoy being on the email list as some very clever emails come my way (though I read rather than reply most of time), but I am seeing USERS as just abusing the email lists to SPAM other users with links like those below as part of their ‘signature’…… this makes the u

Re: [users@httpd] DocumentRoot doesn't exist (but it's giving the wrong name)

2018-09-07 Thread angel Hall-Coulston
Hi,‘Dummy-host.example.com’ is in your Virtual Host Conf as a default example and apache is trying to find it and of course can’t so won’t run. You can either change, comment out or don’t include virtual hosts.Regards,Angel On 7 Sep 2018, at 22:33, Osman Zakir wrote:I dow

Re: [users@httpd] Apache Will Not Start

2018-08-29 Thread angel Hall-Coulston
Hi, you will have to also add the ‘Listen’ directive in your ‘httpd.conf’ file too. Default is port 80 but you can change this to either include or just 443. > On 29 Aug 2018, at 05:02, Alex Nyamweya wrote: > > Yes I do. > > On Tue, Aug 28, 2018 at 9:51 PM Rose, John B

Re: [users@httpd] Problem setting up ssl

2018-08-20 Thread angel Hall-Coulston
Hello Mahmood, Please forgive me if you have already tried this, but have you read the man pages on HTTPD as there are some very useful command flags which can point out configuration settings. You could take a look at settings for ‘Redirects' in the Apache2 online docs too. I’m sorry if

Re: [users@httpd] Renaming default page example.com to Data Portal

2018-08-10 Thread angel Hall-Coulston
Hi, It looks most likely to be a remnant from your default ‘httpd.conf’ file as it usually has several mentions of ‘example.com’ as default values just to give clues to what you need to change. These are normally edited out with a ‘#’ and only would become active after removing this. So as a fir