Re: [users@httpd] weird/basic issue/question

2024-07-03 Thread Frank Gingras
On Wed, Jul 3, 2024 at 12:15 PM bruce wrote: > I have a test/local apache server - digitalocean instance. > > Testing a php app. I have the > /etc/sites-available > /etc/mods-available > > I stopped the service, and restarted it. > > I tested the url: > http://161.35.5.174/invoiceplane/session

Re: [users@httpd] weird/basic issue/question

2024-07-03 Thread Frank Gingras
ven't found a aha moment. > > I've got plenty of other test apps in the /var/www/html dirtree.. and > they aren't showing.. > I did a quick search/find in the /etc/sites-available and only find > "minthcm" in the disabled conf file. > > any pointers as t

Re: [users@httpd] weird/basic issue/question

2024-07-03 Thread Frank Gingras
#x27;s something in apache configs causing > this.. given that i'm getting the issue in apache err logs, from diff > apps.. > > On Wed, Jul 3, 2024 at 12:54 PM Frank Gingras wrote: > > > > > > > > On Wed, Jul 3, 2024 at 12:45 PM bruce wrote: > >> >

Re: [users@httpd] Javascript xmlhttprequest send error

2024-07-03 Thread Frank Gingras
On Wed, Jul 3, 2024 at 7:49 PM Ted Hickox wrote: > And a hearty good evening everyone. Here is my Javascript code. > > var SVG_Data; > var Retrieved_Data; > var Attribute_List; > var Coordinate_List; > var Counter; > function Setup() { > SVG_Data = new XMLHttpRequest(); > SVG_Data.open

Re: [users@httpd] VirtualHost with ServerAlias and SSLCertificateFile no friends?

2024-07-04 Thread Frank Gingras
On Thu, Jul 4, 2024 at 8:44 AM Michael Osipov wrote: > Folks, > > please consider the following example: > > > > ServerAdmin m...@example.com > > ServerName foo.example.com > > ServerAlias foo.sub.example.net > > DocumentRoot /usr/local/www/apache24/data > > ErrorLog "/var/lo

Re: [users@httpd] VirtualHost with ServerAlias and SSLCertificateFile no friends?

2024-07-05 Thread Frank Gingras
nstead of multiple TLS certificates > each with a single domain name. > > > Kind regards, > rexkogitans > Am 04.07.24 um 15:57 schrieb Frank Gingras: > > > > On Thu, Jul 4, 2024 at 8:44 AM Michael Osipov wrote: > >> Folks, >> >> please consid

Re: [users@httpd] VirtualHost with ServerAlias and SSLCertificateFile no friends?

2024-07-07 Thread Frank Gingras
n perform TLS offloading, so that the Apache webserver is to be > configured with HTTP only. > > Kind regards, > rexkogitans. > Am 05.07.24 um 16:28 schrieb Frank Gingras: > > > > On Fri, Jul 5, 2024 at 10:23 AM rexkogit...@gmx.at.INVALID > wrote: > >> Hi Micha

Re: [users@httpd] VirtualHost with ServerAlias and SSLCertificateFile no friends?

2024-07-08 Thread Frank Gingras
On Mon, Jul 8, 2024 at 4:18 AM Michael Osipov wrote: > On 2024/07/04 13:57:06 Frank Gingras wrote: > > On Thu, Jul 4, 2024 at 8:44 AM Michael Osipov > wrote: > > > > > Folks, > > > > > > please consider the following example: >

Re: [users@httpd] Simulating rewrite rules?

2024-07-09 Thread Frank Gingras
On Tue, Jul 9, 2024 at 9:11 AM Dave Wreski wrote: > Hi, I have the following rewrite rule in place on one of our staging sites > to redirect bots and malicious scripts to our corporate page: > > RewriteCond %{HTTP_USER_AGENT} > ^$ [OR

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread Frank Gingras
On Thu, Jul 11, 2024 at 8:02 AM Marc wrote: > I am testing a bit with this: > > 32 > 33 # files are still loaded from default host > 34 Define defaulthost "" > 35 Define proxyhost "" > 36 > 37 ProxyPreserveHost Off > 38 ProxyAddHead

Re: [users@httpd] Stripping trailing slashes (again)

2024-07-11 Thread Frank Gingras
On Thu, Jul 11, 2024 at 6:55 AM Konstantin Kolinko wrote: > чт, 13 июн. 2024 г. в 17:41, Dave Wreski .invalid>: > > > > Hi, > > > > Some time ago I requested help with a rewrite rule to strip trailing > slash(es) from all URLs in our joomla website, but I'm still having > problems. This is the r

Re: [users@httpd] Simulating rewrite rules?

2024-07-11 Thread Frank Gingras
On Thu, Jul 11, 2024 at 4:49 AM Marc wrote: > > > > RewriteCond %{HTTP_USER_AGENT} ^$ > > [OR] > > RewriteCond %{HTTP_USER_AGENT} ^.*(<|>|'|%0A|%0D|%27|%3C|%3E|%00).* > > [NC,OR] > > RewriteCond %{HTTP_USER_AGENT} > > ^.*(HTTrack|clshttp|archiver|loader|email|nikto|miner|python).* [NC,OR] > > Rew

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread Frank Gingras
##Options -Indexes +FollowSymLinks +MultiViews > > AllowOverride All Require all granted > > > > > > ##Options Indexes FollowSymLinks MultiViews > > ##Options -Indexes FollowSymlinks > > #Options FollowSymlinks > >

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread Frank Gingras
3336): AH02824: http: connection established with > 127.0.0.1:3000 (127.0.0.1:3000) > [Thu Jul 11 18:34:36.464203 2024] [proxy:debug] [pid 75267] > proxy_util.c(3525): AH00962: http: connection complete to > 127.0.0.1:3000 (127.0.0.1) > [Thu Jul 11 18:34:36.466804 2024] [proxy:debug] [

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread Frank Gingras
on for > > (127.0.0.1:3000) > > [Thu Jul 11 18:34:36.463530 2024] [proxy:debug] [pid 75267] > > proxy_util.c(2641): [client 162.234.196.167:60276] AH00944: connecting > > http://127.0.0.1:3000/berat to 127.0.0.1:3000 > > [Thu Jul 11 18:34:36.463645 2024] [proxy:debug] [pi

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread Frank Gingras
asted > appears to be the relevant data > > On Thu, Jul 11, 2024 at 2:50 PM Frank Gingras wrote: > > > > > > > > On Thu, Jul 11, 2024 at 2:41 PM bruce wrote: > >> > >> Hi Frank! > >> > >> Again, thanks for all your replies...

Re: [users@httpd] reverse proxy setup

2024-07-12 Thread Frank Gingras
Jul 11, 2024 at 3:06 PM bruce wrote: > > > > right.. > > > > and that appears to be from sending the "berat" to the PM2 server... > > > > when I test -- curl http://127.0.0.1:3001/berat > > throws a "Internal Server Error" > &

Re: [users@httpd] apache reverse proxy question -- i think

2024-07-12 Thread Frank Gingras
On Fri, Jul 12, 2024 at 6:12 PM bruce wrote: > I have a situation where I'm trying to create a foo.config file for a > test apache app. > > in the html of the app, i have a href="/test.svg". > > the actual test.svg resides in the physical dir: > /var/www/html/berat/public/test.svg > > so I'm try

Re: [users@httpd] apache reverse proxy question -- i think

2024-07-13 Thread Frank Gingras
On Sat, Jul 13, 2024 at 5:25 AM Marc wrote: > You can't do this with something like alias? > > Alias "/images/logo.svg" "/var/www/html/berat/public/logo.svg" > > > > > I'd like something like:: > > > >ProxyPass /logo.svg http://1.2.3.4/berat/public/logo.svg > >ProxyPassReverse /logo.svg

Re: [users@httpd] apache setup/config properly..

2024-07-23 Thread Frank Gingras
On Tue, Jul 23, 2024 at 12:07 PM bruce wrote: > ok. > > I've screwed something up... > > on the "working" test system > I took a "working" test site, copied it to /var/www/html/mmm > > did a 1.2.3.4/mmm in the browser -- 1.2.3.4 points to the working test > srvr.. > and I get the > "The re

Re: [users@httpd] apache setup/config properly..

2024-07-23 Thread Frank Gingras
time, the test site that displays the dir/ndx still > displays the "dir/ndx" listing. > > Some research online shows that others have run into similar issues, > but as of yet, I haven't figured out what I've done wrong. > > thanks > > On Tue, Jul 23, 2024 at

Re: [users@httpd] apache setup/config properly..

2024-07-23 Thread Frank Gingras
temp > port 80 namevhost temp22 (/etc/apache2/sites-enabled/snipe.conf:1) > alias temp > port 80 namevhost temp22 > (/etc/apache2/sites-enabled/uideck.conf:1) > alias temp > port 80 namevhost temp22 > (/etc/apache2/si

Re: [users@httpd] apache setup/config properly..

2024-07-23 Thread Frank Gingras
[Tue Jul 23 21:00:00.339205 2024] [proxy:debug] [pid 83192] > proxy_util.c(2262): AH00931: initialized single connection worker in > child 83192 for (127.0.0.1:3000) > r > > my question is... > why/what is causing this in the err system??? > [Tue Jul 23 21:05:02.477373 2024]

Re: [users@httpd] apache setup/config properly..

2024-07-23 Thread Frank Gingras
be the same output. > > the 2 systems are using the ipaddress as they're tmp servers.. > > On Tue, Jul 23, 2024 at 5:25 PM Frank Gingras wrote: > > > > > > > > On Tue, Jul 23, 2024 at 5:16 PM bruce wrote: > >> > >> Hi Frank.. > >>

Re: [users@httpd] apache setup/config properly..

2024-07-24 Thread Frank Gingras
eserveHost On > # > # Require all granted > # > > #ProxyPass / http://127.0.0.1:3000/ > > #ProxyPassReverse / http://127.0.0.1:3000/ > > #DirectoryIndex index.html index.php > > #Options -Indexes

Re: [users@httpd] apachectl -S question/confusion?

2024-07-24 Thread Frank Gingras
On Wed, Jul 24, 2024 at 10:02 AM bruce wrote: > Hi. > > Trying to track down an issue, and I'm going back to basics to figure > out exactly what the DocRoot should be for my test. > > I've copied my test site to "/var/www/html2/berat" > > I've got the vhost file in > /etc/apache2/sites-available

Re: [users@httpd] apachectl -S question/confusion?

2024-07-24 Thread Frank Gingras
On Wed, Jul 24, 2024 at 10:22 AM bruce wrote: > Oh... > > So more or less a "dummy"/fall through location in the event the > "vhost" isn't set properly? > > so having the vhost -- berat.conf set to "/var/www/html2/berat" is > the defined docRoot.. > > On Wed, Jul 24, 2024 at 10:07 AM Eric Coven

Re: [users@httpd] setting up/running apache reverse proxy/PM2 node server

2024-07-26 Thread Frank Gingras
On Fri, Jul 26, 2024 at 6:14 PM bruce wrote: > Hi, for those who have followed my attempts, thanks. This is a trimmed > down attempt. > > Found some additional examples, and managed to get the following to > "work", once! > > Not sure why it stopped, but I now get a 403/Fobidden err. error.log >

Re: [users@httpd] setting up/running apache reverse proxy/PM2 node server

2024-07-27 Thread Frank Gingras
ntent.. > ProxyPass /berat http://127.0.0.1:3000/ > ProxyPassReverse /berat http://127.0.0.1:3000/ > > > > > Options -Indexes +FollowSymLinks > AllowOverride None > Require all granted > > > > LogLe

Re: [users@httpd] temporary enable/disable access

2024-08-01 Thread Frank Gingras
On Thu, Aug 1, 2024 at 5:18 PM Marc wrote: > > I have currently such virtual host config: > > > 1 > 2 AllowOverride All > 3 Require all granted > 4 > > 45 > 46 Order deny,allow > 47 Deny from all > 48 #Allow from all > 49 Allow from

Re: [users@httpd] temporary enable/disable access

2024-08-02 Thread Frank Gingras
On Fri, Aug 2, 2024 at 6:55 AM Eric Covener wrote: > > >46 Order deny,allow > > This allows access by default. > "Order allow,deny" denies access by default. > > > > The idea is that I can quickly limit access to the website by > > > uncommenting just a single line in the conf

Re: [users@httpd] RewriteRule and redirect loop with htaccess

2024-08-02 Thread Frank Gingras
On Fri, Aug 2, 2024 at 10:18 AM Dave Wreski wrote: > Hi, > > I have a rewrite that's creating a loop because the origin is contained in > the final destination. I know it then is processed again by the .htaccess > in the document root, but I don't understand why or how to stop it. What's > the so

Re: [users@httpd] RewriteRule and redirect loop with htaccess

2024-08-02 Thread Frank Gingras
On Fri, Aug 2, 2024 at 11:08 AM Dave Wreski wrote: > Hi, > > I have a rewrite that's creating a loop because the origin is contained in >> the final destination. I know it then is processed again by the .htaccess >> in the document root, but I don't understand why or how to stop it. What's >> the

Re: [users@httpd] RewriteRule and redirect loop with htaccess

2024-08-04 Thread Frank Gingras
On Sun, Aug 4, 2024 at 9:54 PM Dave Wreski wrote: > Hi, > > I have a rewrite that's creating a loop because the origin is contained in >>> the final destination. I know it then is processed again by the .htaccess >>> in the document root, but I don't understand why or how to stop it. What's >>> t

Re: [users@httpd] Location of Web Site Pages

2024-08-20 Thread Frank Gingras
On Tue, Aug 20, 2024 at 8:18 PM Lawrence Taylor wrote: > Yehuda > > I attach the images of the directories in CPanel for the web site user. > These directories do not have html files. > > What do you suggest now? > > Regards > > Lawrence > > > > On Tue, Aug 20, 2024 at 2:36 PM Lawrence Taylor >

Re: [users@httpd] reverse proxy -- showing directory index

2024-08-22 Thread Frank Gingras
On Thu, Aug 22, 2024 at 11:54 AM bruce wrote: > Hi. > > I'm testing out a github site. I had posted most of this awhile ago, > and it had appears to work. However, something is amiss/screwing up on > my part. In other words, FUBAR! > > Instead of getting the site content, getting the directory in

Re: [users@httpd] Location of Web Site Pages

2024-08-24 Thread Frank Gingras
On Sat, Aug 24, 2024 at 4:32 PM Paul wrote: ... I think it's about time that you move the matter to a web/html/js forum - this thread was not really pertinent to httpd, as far as the asked questions are concerned.

Re: [users@httpd] Update Apache httpd to the latest version 2.4.62

2024-09-02 Thread Frank Gingras
On Tue, Sep 3, 2024 at 12:45 AM Kaushal Shriyan wrote: > > > On Tue, Sep 3, 2024 at 9:08 AM Yehuda Katz wrote: > >> On Mon, Sep 2, 2024 at 11:30 PM Kaushal Shriyan >> wrote: >> >>> I am running Ubuntu server version 24.04 LTS. Is there a way to update >>> Apache httpd to the latest version 2.4.

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-08 Thread Frank Gingras
On Tue, Oct 8, 2024 at 11:25 PM Abhijith wrote: > Yes, I understand that now. That I shouldn't allow clients to access my > .httaccess file. I don't know why the error occuring > > On Tue, 8 Oct 2024, 17:47 Frank Gingras, wrote: > >> >> >> On Tue.,

Re: [users@httpd] Strange change in behavior of web page

2024-10-09 Thread Frank Gingras
On Wed, Oct 9, 2024 at 12:00 PM Freek de Kruijf wrote: > Op woensdag 9 oktober 2024 17:38:55 CEST schreef Frank Gingras: > > On Wed, Oct 9, 2024 at 11:33 AM Freek de Kruijf > > > > wrote: > > > Op woensdag 9 oktober 2024 16:31:16 CEST schreef Frank Gingras: >

Re: [users@httpd] Strange change in behavior of web page

2024-10-09 Thread Frank Gingras
On Wed, Oct 9, 2024 at 11:33 AM Freek de Kruijf wrote: > Op woensdag 9 oktober 2024 16:31:16 CEST schreef Frank Gingras: > > On Wed, Oct 9, 2024 at 10:15 AM Freek de Kruijf > > > > wrote: > > > I made a web page years ago in which I present buttons to view a vide

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-09 Thread Frank Gingras
On Wed, Oct 9, 2024 at 5:31 AM Abhijith wrote: > Thanks I understand. But can you suggest any debugging method to find out > which file is requesting the file > > On Wed, 9 Oct 2024, 10:37 Frank Gingras, wrote: > >> >> >> On Tue, Oct 8, 2024 at 11:25 P

Re: [users@httpd] Strange change in behavior of web page

2024-10-09 Thread Frank Gingras
On Wed, Oct 9, 2024 at 10:15 AM Freek de Kruijf wrote: > I made a web page years ago in which I present buttons to view a video or > to > download that video file. In some text explaining something about the size > of > the video, I gave text parts a color (white) and a background color using: >

Re: [users@httpd] Apache Directive Closure Problem

2024-10-11 Thread Frank Gingras
On Fri, Oct 11, 2024 at 4:32 AM Adam Mihai Gergely wrote: > Hello, > > I have a rather wierd question about Apache Directives Configuration. > > I am running Ubuntu Linux Server and my Apache Tree looks like this: > > server [/etc/apache2] # tree > . > ├── apache2.conf > ├── apache2.conf.dpkg-old

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-07 Thread Frank Gingras
On Mon, Oct 7, 2024 at 7:51 AM Eric Covener wrote: > On Mon, Oct 7, 2024 at 7:12 AM Eric Covener wrote: > > > > >> [Sun Oct 06 10:02:48.889047 2024] [authz_core:error] [pid 10:tid > 131326541519672] [client 192.168.16.1:49194] AH01630: client denied by > server configuration: > /usr/local/apache

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-08 Thread Frank Gingras
ated with the > docker configuration. > Thanks for the helpful insights. > > On Mon, 7 Oct 2024 at 19:22, Frank Gingras wrote: > >> >> >> On Mon, Oct 7, 2024 at 7:51 AM Eric Covener wrote: >> >>> On Mon, Oct 7, 2024 at 7:12 AM Eric Covener wrote

Re: [users@httpd] Apache start up error after compiling OpenSSL and PHP8.1.29

2024-10-14 Thread Frank Gingras
On Mon, Oct 14, 2024 at 6:48 AM Jack Swale wrote: > httpd: Syntax error on line 150 of /usr/local/apache2/conf/httpd.conf: > Cannot load modules/libphp.so into server: ld.so.1: httpd: fatal: > relocation error: file /usr/local/apache2/modules/libphp.so: symbol > EVP_md2: referenced symbol not fou

Re: [users@httpd] Apache 2.4.62 placing web pages for virtual hosts in Downloads folder

2024-10-24 Thread Frank Gingras
On Thu, Oct 24, 2024 at 12:09 PM Bill Wiest wrote: > Hi there > > > > We currently use Apache 2.4.12 (Win32) with PHP 5.6.10 and need to > upgrade. I am working on getting Apache 2.4.62 running but have a problem > with the named virtual hosts which work fine under 2.4.12. The web pages > for th

Re: [users@httpd] Apache 2.4.62 placing web pages for virtual hosts in Downloads folder

2024-10-24 Thread Frank Gingras
f Apache – I just copied the PHP config > info from the .12 httpd.conf to the .62 httpd.conf, which includes the > addition of these AddTypes: > > > > AddType application/x-httpd-php .php .html .phtml .php3 .inc .conf > > AddType application/x-httpd-php-source .phps > > &

Re: [users@httpd] RE: how to redirect ip ranges to warning page

2024-10-29 Thread Frank Gingras
On Tue, Oct 29, 2024 at 12:25 PM Rainer Canavan wrote: > On Tue, Oct 29, 2024 at 5:11 PM Marc wrote: > > > > > > > > > > > I am blocking most of amazon,google,azure clouds with ipsets. I also > seem > > > to have added (automatically) ranges that were abusive from apple safe > > > browsing (or s

Re: [users@httpd] Apache 2.4.62 placing web pages for virtual hosts in Downloads folder

2024-10-24 Thread Frank Gingras
.apachelounge.com/viewtopic.php?t=9247 > > > > Thanks so much for your help! > > > > *From:* Frank Gingras > *Sent:* October 24, 2024 1:58 PM > *To:* users@httpd.apache.org > *Subject:* Re: [users@httpd] Apache 2.4.62 placing web pages for virtual > hosts in Down

Re: [users@httpd] different behaviour between web servers

2024-11-12 Thread Frank Gingras
On Tue, Nov 12, 2024 at 1:03 AM Zahid Rahman wrote: > Hi, > > In my development environment running in Visual Code and a live server > The carousel is behaving as it is programmed using CSS HTML. > The images are coming from a misty white fog from the right and > disappearing into a misty whi

Re: [users@httpd] SSL setup assistance

2024-09-18 Thread Frank Gingras
On Wed, Sep 18, 2024 at 2:52 PM j...@k6ccc.org wrote: > I know this is going to be very basic for most of you. > > I am running Apache on a Windows server with at least close to latest > release. It host my personal website and a website for my home Christmas > light show. Just simple static we

Re: [users@httpd] SSL setup assistance

2024-09-18 Thread Frank Gingras
On Wed, Sep 18, 2024 at 3:02 PM Marc wrote: > > > > I am running Apache on a Windows server with at least close to latest > > release. It host my personal website and a website for my home Christmas > > light show. Just simple static web pages - nothing fancy at all. There > > is absolutely no

Re: [users@httpd] Tomcat anibm semeru

2024-09-23 Thread Frank Gingras
On Mon, Sep 23, 2024 at 10:56 AM wrote: > Hello, > > we would like to use tomcat with ibm semeru as jre. > I searched the web, but found no documentation. > > Is this combination supported and is there documentation on how to > configure it? > > Greetings > Andreas > > Institut für den sozialen W

Re: [users@httpd] AH00051: child pid 3886730 exit signal Segmentation fault (11), possible coredump in /etc/httpd

2024-09-26 Thread Frank Gingras
On Thu, Sep 26, 2024 at 10:27 PM Dave Wreski wrote: > Hi, > > I'm using httpd-2.4.62 on fedora40 and noticed periodic errors related to > core dumps. Is this a potential bug? I see there are several similar bug > reports with previous versions but never a resolution. > > [Wed Sep 25 11:07:16.7866

Re: [users@httpd] How to disable IndexStylesheet on a subdirectory

2024-09-30 Thread Frank Gingras
On Mon, Sep 30, 2024 at 8:31 PM Dan Mahoney (Gushi) wrote: > Hey there all, > > I can't find this in the manual. Assume I've set IndexStylesheet for some > directory of downloads, but on a subdirectory, would like apache to not > add the CSS header. > > (Specifically, we want as simple HTML as p

Re: [users@httpd] Over 30.000 errors in eventlog - multiple computers

2024-11-20 Thread Frank Gingras
On Wed, Nov 20, 2024 at 4:05 AM Jesper Lindquist < jesper.lindqu...@bilbolaget.nu> wrote: > Hi > > > > I see this in a lot of computers but don’t know where to start 😊 > > > > - System > > > > - Provider > > > >[ Name] Application Error > >[ Guid] {a0e9b465-b939-57d7-b27d-95d8e925ff57}

Re: [users@httpd] different behaviour between web servers

2024-11-16 Thread Frank Gingras
th this list as the problem is with Apple client side >> rendering. >> >> It wouldn't be the first time I have found an issue with Apple browser >> rendering. >> >> >> >> >> On Tue, 12 Nov 2024, 16:51 Frank Gingras, wrote: >> >>>

Re: [users@httpd]

2024-12-14 Thread Frank Gingras
On Sat, Dec 14, 2024 at 5:17 AM Marc wrote: > You should have a service provider for such stuff. This starts to look > like when your kid is ill and then asking in the local pet shop for advise. > > > > > I had two working websites until I realized over the weekend that my > > server was running

Re: [users@httpd] Redirection confusion

2025-02-08 Thread Frank Gingras
On Sat, Feb 8, 2025 at 5:32 AM Mike Dewhirst wrote: > I have a number of domain names which I want to redirect in order to have > a single search engine site. > > mysite.com > mysite.com.au > mysite.au > www.mysite.com > www.mysite.com.au > www.mysite.au > > I want mysite.com to be the single sit

Re: [users@httpd] off topic -- looking for places to get laravel information/turor

2025-02-26 Thread Frank Gingras
On Wed, Feb 26, 2025 at 11:36 AM bruce wrote: > Hi, > > I know, off topic, but hope someone might be able to point me in right > direction. > > Looking to "learn" about laravel, and need to find an email list, or tutor > that might be looking for a short term Gig. > > The discord/stackoverflow/fi

Re: [users@httpd] How to migrate letsencrypt together with the apache server?

2025-02-26 Thread Frank Gingras
On Wed, Feb 26, 2025 at 11:26 AM Bo Berglund wrote: > I have migrated my old Ubuntu server functionality to new hardware and in > the > process I rsynced all the Apache and letsencrypt configs etc to the new > server. > The new server received a fresh install of Ubuntu 24.04.1 and then I have > r

Re: [users@httpd] off topic -- looking for places to get laravel information/turor

2025-02-26 Thread Frank Gingras
ving a question that then grows! so, a tutor kind of > process would be better/faster to get to that 'aha' moment. > > As I mentioned the usual sites haven't gotten me where I'm trying to get > yet! > > On Wed, Feb 26, 2025, 12:06 PM Frank Gingras wrote: >

Re: [users@httpd] Why is our RewriteMap usage working for some URLs & not others?

2025-02-28 Thread Frank Gingras
On Mon, Feb 24, 2025 at 1:35 PM Tony Olekshy wrote: > Our Apache httpd.conf is configured to include these lines for > blocking requests from a list of IP addresses without logging > them — in this order and mixed with other lines — yet some such > requests are logged anyway: > > CustomLog lo

Re: [users@httpd] off topic -- looking for places to get laravel information/turor

2025-02-28 Thread Frank Gingras
gt; the manner it was written. > > Simply cut/copy/paste is worthless. > > But thanks > > > On Wed, Feb 26, 2025 at 12:20 PM Frank Gingras wrote: > >> >> >> On Wed, Feb 26, 2025 at 12:15 PM bruce wrote: >> >>> hi frank. I didn't want to

Re: [users@httpd] Re: How to migrate letsencrypt together with the apache server?

2025-02-28 Thread Frank Gingras
On Fri, Feb 28, 2025 at 5:28 AM Bo Berglund wrote: > On Wed, 26 Feb 2025 11:30:12 -0500, Frank Gingras > wrote: > > > > > > >Nowadays, you should use mod_md: > > > >https://httpd.apache.org/docs/current/mod/mod_md.html > > Strange, one would assume

Re: [users@httpd] Re: How to migrate letsencrypt together with the apache server?

2025-03-01 Thread Frank Gingras
On Sat, Mar 1, 2025 at 6:26 PM Bo Berglund wrote: > On Fri, 28 Feb 2025 10:30:51 -0500, Frank Gingras > wrote: > > >Moving to a modern mod_md approach might be better then, or alternatively, > >if you want to keep using the third party letsencrypt tools, asking your >

Re: [users@httpd] Re: How to migrate letsencrypt together with the apache server?

2025-02-28 Thread Frank Gingras
On Fri, Feb 28, 2025 at 10:25 AM Bo Berglund wrote: > On Fri, 28 Feb 2025 10:07:48 -0500, Frank Gingras > wrote: > > >On Fri, Feb 28, 2025 at 5:28?AM Bo Berglund > wrote: > > > >> Anyway, since I have moved/copied everything related to letsencrypt from > &g

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-13 Thread Frank Gingras
On Thu, Mar 13, 2025 at 10:43 AM Zahid Rahman wrote: > Hi, > > Do the majority of apache webservers made available by web hosting > companies at their data centres serve codebase directly or are the > majority act as proxy servers ? > > Thanks in advanced for sharing . > > > > ¯\_(ツ)_/¯ > ♡۶♡

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-13 Thread Frank Gingras
on the same disk as the apache install as per >>> these instructions >>> >>> >>> https://documentation.ubuntu.com/server/how-to/web-services/install-apache2/index.html >>> >>> >>> >>> ¯\_(ツ)_/¯ >>> ♡۶♡ ۶♡۶ >>> &g

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-13 Thread Frank Gingras
es/install-apache2/index.html > > > > ¯\_(ツ)_/¯ > ♡۶♡ ۶♡۶ > > <http://www.backbutton.co.uk> > > On Thu, 13 Mar 2025, 14:51 Frank Gingras, wrote: > >> >> >> On Thu, Mar 13, 2025 at 10:43 AM Zahid Rahman >> wrote: >> >>> Hi,

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-13 Thread Frank Gingras
n > percentage terms ? > > > > > ¯\_(ツ)_/¯ > ♡۶♡ ۶♡۶ > > <http://www.backbutton.co.uk> > > On Thu, 13 Mar 2025, 19:18 Frank Gingras, wrote: > >> >> >> On Thu, Mar 13, 2025 at 1:53 PM Zahid Rahman >> wrote: >> >>> The usual rou

Re: [users@httpd] apache/mod_ssl block IP connection attempt?

2025-03-03 Thread Frank Gingras
On Mon, Mar 3, 2025 at 4:20 PM Schuler, Laurence (GSFC-606.4)[ADNET SYSTEMS INC] wrote: > I have a web server [apache 2.4.62 on a RedHat9 server] that receives an > SSL request for the address "https://1.2.3.4/"; (with the real serevr IP), > the server will reply by sending its certificate back a

Re: [users@httpd] Proxy servers or serve direct codebase

2025-03-13 Thread Frank Gingras
upsystem.com/ <https://www.groundupsystem.co.uk/> > https://www.groundupsystem.co.uk/ > ¯\_(ツ)_/¯ > ♡۶♡ ۶♡۶ > > <http://www.backbutton.co.uk> > > On Fri, 14 Mar 2025, 02:41 Frank Gingras, wrote: > >> >> >> On Thu, Mar 13, 2025 at 9:38 PM Zahid Rahman

Re: [users@httpd] Allow or Deny from large numbers of hosts

2025-03-21 Thread Frank Gingras
On Fri, Mar 21, 2025 at 12:53 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Frank, > > On 3/21/25 10:15 AM, Frank Gingras wrote: > > On Fri, Mar 21, 2025 at 9:03 AM Christopher Schultz > > mailto:ch...@christopherschultz.net>> > wrote: > &g

Re: [users@httpd] Allow or Deny from large numbers of hosts

2025-03-21 Thread Frank Gingras
On Fri, Mar 21, 2025 at 9:03 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > All, > > Is there a way to load a bunch of allow or deny hosts from a file or > other data-store? I have several dozen CIDR expressions and they will > need to change periodically, so it would be more conv

<    1   2   3   4   5   6