[users@httpd] Re: Unable to connect to Apache test website on LocalHost

2022-04-12 Thread Jonesy
On Tue, 12 Apr 2022 17:12:16 -0400, DiversityLink/Milt Spain wrote: > > Apache2.4 installed and operating on Widows 7. Test site is loaded at = > C:\Apache24\htdocs\testsite.com. Site index is loaded in the = > testsite.com folder as index (an htm file). Virtual Hosts is set up as: > > >=20 >

Re: [users@httpd] Unable to connect to Apache test website on LocalHost

2022-04-12 Thread Yehuda Katz
Besides the ServerAlias, You probably also need to add DirectoryIndex index.html and also change your document root to the actual root directory where your website is located. - Y Sent from a device with a very small keyboard and hyperactive autocorrect. On Tue, Apr 12, 2022, 5:21 PM Eric Covene

Re: [users@httpd] Unable to connect to Apache test website on LocalHost

2022-04-12 Thread Eric Covener
On Tue, Apr 12, 2022 at 5:12 PM DiversityLink/Milt Spain wrote: > > Apache2.4 installed and operating on Widows 7. Test site is loaded at > C:\Apache24\htdocs\testsite.com. Site index is loaded in the testsite.com > folder as index (an htm file). Virtual Hosts is set up as: > > > > ServerAd

[users@httpd] Unable to connect to Apache test website on LocalHost

2022-04-12 Thread DiversityLink/Milt Spain
Apache2.4 installed and operating on Widows 7. Test site is loaded at C:\Apache24\htdocs\testsite.com. Site index is loaded in the testsite.com folder as index (an htm file). Virtual Hosts is set up as: ServerAdmin a...@example.com DocumentRoot"C:Apache24/htdocs/" ServerName te

[users@httpd] Use mod_perl to change URL before reaching mod_rewrite?

2022-04-12 Thread chad phillips
Hi, I want to use mod_perl to change the url before it gets to mod_rewrite, is this possible? I currently use mod_rewrite to proxy certain requests to an app server. RewriteCond %{REQUEST_URI} ^/base1/(.*)$ [OR] RewriteCond %{REQUEST_URI} ^/base2/(.*)$ RewriteRule ^/(.*)$ https://m

Re: [users@httpd] Log to syslog?

2022-04-12 Thread Antony Stone
On Tuesday 12 April 2022 at 13:32:40, Paul Claridge wrote: > Did you find the info on loggly.com? I found https://www.loggly.com/ultimate-guide/centralizing-apache-logs/ and it was essentially a summary of the two mechanisms I had already found elsewhere and posted in my original question - tel

Re: [users@httpd] Log to syslog?

2022-04-12 Thread Paul Claridge
Did you find the info on loggly.com? Not sure if it covers precisely your requirements. Sent from my iPhone On 12 Apr 2022, at 11:59, Marc wrote: >>> i went through this issue the hard way >> >> Urgh - thanks for the comprehensive reply. >> >>> there does not seem to be anything at all as apa

RE: [users@httpd] Log to syslog?

2022-04-12 Thread Marc
> > i went through this issue the hard way > > Urgh - thanks for the comprehensive reply. > > > there does not seem to be anything at all as apache seems to be all file > > related > > I wonder why mod_syslog has not been made more generic? > > > redirecting to logger just does not work. > > >

Re: [users@httpd] Log to syslog?

2022-04-12 Thread Antony Stone
On Tuesday 12 April 2022 at 12:33:01, Paul Kudla (SCOM.CA Internet) wrote: > i went through this issue the hard way Urgh - thanks for the comprehensive reply. > there does not seem to be anything at all as apache seems to be all file > related I wonder why mod_syslog has not been made more gene

[users@httpd] Log to syslog?

2022-04-12 Thread Antony Stone
Hi. I'd like to have Apache send all log entries to syslog instead of files (because I run a central syslog aggregator and want to have many servers all send their log files to this system). I have found: https://httpd.apache.org/docs/trunk/mod/mod_syslog.html However this appears only to be f