Re: [users@httpd] How to browse to index.php OR index.html on WordPress site?

2018-02-22 Thread mlrx
Le 23/02/2018 à 05:14, Kent West a écrit : On Thu, Feb 22, 2018 at 9:13 PM, Kent Frazier wrote: Change the name of index.php to index1.php and access using that name? That almost works. It allows me to open the index(1).php home page from my link in index.html, but if I try to go any deeper

[users@httpd] Re: How to browse to index.php OR index.html on WordPress site?

2018-02-22 Thread @lbutlr
On 22 Feb 2018, at 20:52, Kent West wrote: > On Thu, Feb 22, 2018 at 7:32 PM, @lbutlr wrote: > > If I'm understanding you, this is not what I want; both index.html and > index.php exist. I just need a means of picking either via URL. Which I am able to do. In fact, something has to specificall

Re: [users@httpd] How to browse to index.php OR index.html on WordPress site?

2018-02-22 Thread Kent West
On Thu, Feb 22, 2018 at 9:13 PM, Kent Frazier wrote: > Change the name of index.php to index1.php and access using that name? > That almost works. It allows me to open the index(1).php home page from my link in index.html, but if I try to go any deeper, it loads the index.html (while, interestin

Re: [users@httpd] How to browse to index.php OR index.html on WordPress site?

2018-02-22 Thread Kent West
On Thu, Feb 22, 2018 at 7:40 PM, Eric Covener wrote: > On Thu, Feb 22, 2018 at 5:38 PM, Kent West wrote: > > I have a WordPress site that works. If my > > /etc/apache2/sites-enabled/sitename.conf file is set with the > > "DirectoryIndex index.php" directive, all is well, and pointing a > > web-b

Re: [users@httpd] Re: How to browse to index.php OR index.html on WordPress site?

2018-02-22 Thread Kent West
On Thu, Feb 22, 2018 at 7:32 PM, @lbutlr wrote: > On 2018-02-22 (15:38 MST), Kent West wrote: > > > > But I still need to manually be able to get to the full-blown .php-based > site. When I web-browse to sitename/index.php, it reroutes to > sitename/index.html. If I change the .conf file to "Dir

Re: [users@httpd] How to browse to index.php OR index.html on WordPress site?

2018-02-22 Thread Eric Covener
On Thu, Feb 22, 2018 at 5:38 PM, Kent West wrote: > I have a WordPress site that works. If my > /etc/apache2/sites-enabled/sitename.conf file is set with the > "DirectoryIndex index.php" directive, all is well, and pointing a > web-browser to http://sitename.org loads the sitename's index.php file

[users@httpd] Re: How to browse to index.php OR index.html on WordPress site?

2018-02-22 Thread @lbutlr
On 2018-02-22 (15:38 MST), Kent West wrote: > > But I still need to manually be able to get to the full-blown .php-based > site. When I web-browse to sitename/index.php, it reroutes to > sitename/index.html. If I change the .conf file to "DirectoryIndex index.html > index.php" and restart Apac

[users@httpd] balancing best practices - mod_proxy_balancer

2018-02-22 Thread Herb Burnswell
All, I am looking for some guidance on using HTTPD as a proxy and load balancer to a backend Tomcat application. Specifically, I'm interested in how to best handle the balancing of requests. The configuration would be very much like the 'typical implementation' shown in this Reverse Proxy Guide

[users@httpd] How to browse to index.php OR index.html on WordPress site?

2018-02-22 Thread Kent West
I have a WordPress site that works. If my /etc/apache2/sites-enabled/sitename.conf file is set with the "DirectoryIndex index.php" directive, all is well, and pointing a web-browser to http://sitename.org loads the sitename's index.php file as it should. But I need to temporarily put up a dummy si

Re: [users@httpd] Can't install apache2 in ubntu after an uninstall

2018-02-22 Thread jose cabrera
> Nothing to do with Apache, but you can eliminate the distraction of the > spurious line from grep by typing the command as: ps -ef | grep [h]ttpd > '[h]ttpd' doesn't match 'httpd' John thanks. A new trick. josé -- What if eternity is real? Where will you spend it? Hmmm... --

Re: [users@httpd] Can't install apache2 in ubntu after an uninstall

2018-02-22 Thread John Iliffe
Nothing to do with Apache, but you can eliminate the distraction of the spurious line from grep by typing the command as: ps -ef | grep [h]ttpd '[h]ttpd' doesn't match 'httpd' John == On Wednesday 21 February 2018 22:36:07 jose cabrera wrote: > >> > What happens if you do ps -ef

Re: [users@httpd] Mod_Proxy, SSLVerifyClient, Safari, and Guacamole issues

2018-02-22 Thread Scott Palmer
So, I am s sending this to list for archive purposes. I ended up resolving the Safari issue by moving the SSLVerifyClient to the Location definition vs the virtualhost definition. After doing this, I added a Location definition for the api/tokens path to not require the client certificate valid