[users@httpd] Re: Getting XAMPP Apache on Windows 10 to work through local network!

2022-04-06 Thread 😉 Good Guy 😉
I am assuming you have installed WordPress in a folder. If this is so and assuming your Apache is working as you say then it is simply to type something like this in the browser: In the above command WordPress is the folder in which the index.php file resides. Ha

Re: [users@httpd] Getting XAMPP Apache on Windows 10 to work through local network!

2022-04-06 Thread A Z
Dear Apache, My story is the same as before, I would like to get my WordPress working throughout a Windows 10 home network, but can't seem to succeed. I don't want to introduce the complications of bind or dns, or any other similar facility in Windows. Isn't there just a way that I can reconfigu

Re: [users@httpd] Getting XAMPP Apache on Windows 10 to work through local network!

2022-04-06 Thread Jens Kallup
Hello, As an alternative to the last postings, you can use the C:\windows\system32\drivers\etc\hosts" files to simulate DN-Server. The file is write protected, so you have to change the permissions ! So you can add, and bind local names like "example.com" to a ip that you use in your local networ

Re: [users@httpd] Help for rewritting without change The URL into browser

2022-04-06 Thread Eric Covener
On Wed, Apr 6, 2022 at 2:21 PM Aitor Iturriondobeitia wrote: > > I have to rewrite addresses and I can't, see if you can help me. > I have an apache, which calls me with this type of address > http://www.domain.com/food-helps > This internally has to be returned to me by a jboss with, let's say, t

[users@httpd] Help for rewritting without change The URL into browser

2022-04-06 Thread Aitor Iturriondobeitia
I have to rewrite addresses and I can't, see if you can help me. I have an apache, which calls me with this type of address http://www.domain.com/food-helps This internally has to be returned to me by a jboss with, let's say, this url: http://www.domain.com/32HELP the problem is that with this: Rew

[users@httpd] Apache 2.4.53 error AH02411 although hostname matches subjectAltName

2022-04-06 Thread Valeriy Zabawski
Hello everyone, I have an InfluxDB cluster behind Apache HTTPD. HTTPD encrypts traffic between client and HTTPD with a certificate issued by corporate CA. Originally, traffic from HTTPD was proxied using http, but recently I've decided to encrypt it with a self-signed cert. After enabling encrypti

Re: [users@httpd] Getting XAMPP Apache on Windows 10 to work through local network!

2022-04-06 Thread Frank Gingras
If httpd works on localhost, all you need to do is set up DNS to access it from another computer. Alternatively, you can use http(s)://IP_HERE/ to access httpd from another computer. Make sure that you use Listen 80 and/or Listen 443 to allow all clients to connect. On Wed, 6 Apr 2022 at 05:27, A

[users@httpd] Apache 2.4.53 - Configure Fails Finding pcre2-config on some operating systems.

2022-04-06 Thread Jack Swan
Changes to the configure script related to the update to use pcre2 instead of pcre fail on some operating systems. My configure command uses many options, and with the upgrade to 2.4.53 I changed the --with-pcre option to point to the pcre2-config file directly ./configure --with-pcre=/path/to/

[users@httpd] Getting XAMPP Apache on Windows 10 to work through local network!

2022-04-06 Thread A Z
Dear Apache, one and all, -I am running Windows 10 64 bit Home Edition. My web browser is Firefox 64 bit 98.0.2. I have downloaded and am using XAMPP 7.4.28 from https://www.apachefriends.org/download.html. I am using WordPress 5.9.2. I used the free version of Elementor 3.6.2 as my page buil