Re: [users@httpd] Linking website pages with Apache on LocalHost

2022-04-27 Thread Paul A
On 2022-04-27 12:25 p.m., DiversityLink/Milt Spain wrote: I have gotten Apache2.4 installed and running on my local computer. It’s on the C drive and the website is at C:/Apache24/htdocs/Milt.com. The Milt.com folder contains Index (htm file) and Page1 (html file). 127.0.0.1/Milt.com displays

Re: [users@httpd] Four subdomain, fourth redirects to first

2021-09-21 Thread Paul A
On 2021-09-21 6:25 p.m., Daniel Armando Rodriguez wrote: Here it is the curl result from the same host [snip] From apachectl -S I see the problem is related to what vhost is set as default VirtualHost configuration: *:80   is a NameVirtualHost default server 4.DOM

Re: [users@httpd] Re: Overwriting redirect status code

2021-08-13 Thread Paul A
On 2021-08-13 9:59 a.m., alchemist vk wrote: Hi Eric, thanks for response. I dont think its getting generated from any other external redirect, as I have only this alone config in my apache configuration file. And regarding HTML response, I think this is standard HTML format from apache. Eric

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

2021-03-29 Thread Paul A
On 2021-03-29 7:39 p.m., A.J. Gatlin wrote: On Mon, Mar 29, 2021 at 9:52 PM angel Hall-Coulston wrote: Try this: https://httpd.apache.org/docs/2.4/programs/rotatelogs.html I appreciate the tip, and I believe the use of Apache's own log rotation would allow me to sidestep the problem. Howev

Re: [users@httpd] Disabeling PHP in a subdirectory via the apache2.conf?

2020-06-07 Thread Paul A
On 2020-06-07 3:12 p.m., Klaus Neudecker wrote: Hello, I have my Apache main directory: /www   ( / DocumentRoot /www) In this directory and its subdirectories *.php files get executed by php. In the subdirectory /www/publications (and recoursly in its subdirectories) I allow people (relativ