Re: [users@httpd] Updating to php 7.0 and having apache still work?

2018-09-28 Thread Frank Gingras
Consider the wiki article: http://wiki.apache.org/httpd/php On Fri, Sep 28, 2018 at 6:12 PM @lbutlr wrote: > Once again I have tried, and failed, to move from php 5.6 to php 7.0 > (using postmaster under FreeBSD 11.3-RELEASE). The results are largely the > same, php pages don’t load either

[users@httpd] Updating to php 7.0 and having apache still work?

2018-09-28 Thread @lbutlr
Once again I have tried, and failed, to move from php 5.6 to php 7.0 (using postmaster under FreeBSD 11.3-RELEASE). The results are largely the same, php pages don’t load either "Primary script unknown” or complaints about filter(0 (which is built in to both php56 and php70). I’m sure this is

Re: [users@httpd] Connect mod_lbmethod_heartbeat to Tomcat

2018-09-28 Thread Googalar
I'm not expert on this but I did a quick search. Did you come across this page in your research: https://tomcat.apache.org/connectors-doc/webserver_howto/apache.html Good Luck and let us know how this works out would you. I just leased my first Tomcat (vps) and I need to establish comms between

Re: [users@httpd] 403 error upon upgrade

2018-09-28 Thread Frank Gingras
There is no reference to "webdir" anywhere in your configuration, so you effectively munged it to the point that we cannot help you. Further, I would recommend setting AllowOverride none in every single block - the last thing you want is for a rogue .htaccess file to interfere. If the sole

Re: [users@httpd] 403 error upon upgrade

2018-09-28 Thread Jack M . Nilles
Frank, Sorry for the typos. I've corrected the code below to be consistent. The error message was, and is (I am anonymizing the directory details): [Fri Sep 28 15:15:39.301689 2018] [autoindex:error] [pid 17591] [client 1.2.3.4:45731] AH01276: Cannot serve directory /home/data/site1/htdocs/:

[users@httpd] Step-by-Step Tutorial: How to Setup Your Own e-Commerce Online Store using WooCommerce 3.4.5, Wordpress 4.9.8, and CentOS 1805 (LAMP) in Amazon AWS Cloud

2018-09-28 Thread Turritopsis Dohrnii Teo En Ming
Good morning from Singapore, You can read my step-by-step tutorial on How to Setup Your Own e-Commerce Online Store using WooCommerce 3.4.5, Wordpress 4.9.8, and CentOS 1805 (LAMP) in Amazon AWS Cloud at any one of my two redundant blogs. My blogs were configured in RAID 1 mirroring array.

Re: [users@httpd] virtual host

2018-09-28 Thread Sander Smeenk
Quoting Carmel NY (carmel...@outlook.com): > This is my first attempt to set up a virtual host with apache24 on a > FreeBSD 11.2 machine, and it is not working out so well. Please elaborate on the 'not working out so well' bit. > Assuming a site name of example.net, I tried to configure a

[users@httpd] virtual host

2018-09-28 Thread Carmel NY
This is my first attempt to set up a virtual host with apache24 on a FreeBSD 11.2 machine, and it is not working out so well. Assuming a site name of example.net, I tried to configure a simple vhost. ServerAdmin webmas...@example.net DocumentRoot "/usr/local/www/testdir" ServerName

Re: [users@httpd] virtual host

2018-09-28 Thread Sander Smeenk
Quoting Carmel NY (carmel...@outlook.com): > >Please elaborate on the 'not working out so well' bit. > >> apachectl -S > >> VirtualHost configuration: > >> *:80 stem.example.net > >> (/usr/local/etc/apache24/extra/httpd-vhosts.conf:24) > >> *:443 example.net

[users@httpd] Connect mod_lbmethod_heartbeat to Tomcat

2018-09-28 Thread Randelke Althor
Hey all, I'm new to server configurations and Apache, so I apologize if this is overly simplistic or an inappropriate place to ask this question. I have recently upgraded from Apache 2.2 to 2.4 and am looking into changing the proxy method used by the server from the basic mod_proxy to

Re: [users@httpd] virtual host

2018-09-28 Thread Ruben Safir
On 9/28/18 7:10 AM, Carmel NY wrote: > Okay, on a stock FreeBSD installation, maybe on others too, there is an > index.html file in the document root that displays, In my experience you can't expect a stock instllation to work, especially since you seem to be pointing at different directories

Re: [users@httpd] virtual host

2018-09-28 Thread Ruben Safir
On 9/28/18 5:21 AM, Sander Smeenk wrote: > Quoting Carmel NY (carmel...@outlook.com): >> This is my first attempt to set up a virtual host with apache24 on a >> FreeBSD 11.2 machine, and it is not working out so well. > > Please elaborate on the 'not working out so well' bit. > > >> Assuming a

Re: [users@httpd] virtual host

2018-09-28 Thread Ruben Safir
Sorry, I need to correct my English. Seems my fingers don't find the right keys all the time ;) On 9/28/18 7:10 AM, Carmel NY wrote: > Okay, on a stock FreeBSD installation, maybe on others too, there is an > index.html file in the document root that displays, In my experience you can't

Re: [users@httpd] virtual host

2018-09-28 Thread Carmel NY
On Fri, 28 Sep 2018 15:40:49 +0200, Sander Smeenk stated: >Quoting Carmel NY (carmel...@outlook.com): > >> >Please elaborate on the 'not working out so well' bit. > >> >> apachectl -S >> >> VirtualHost configuration: >> >> *:80 stem.example.net >> >>

Re: [users@httpd] virtual host

2018-09-28 Thread Carmel NY
On Fri, 28 Sep 2018 11:21:36 +0200, Sander Smeenk stated: >Quoting Carmel NY (carmel...@outlook.com): >> This is my first attempt to set up a virtual host with apache24 on a >> FreeBSD 11.2 machine, and it is not working out so well. > >Please elaborate on the 'not working out so well' bit. > >

[users@httpd] Reverse proxy to ntopng with Apache 2.4 on FreeBSD

2018-09-28 Thread users
Hi list, I am trying to get an Apache 2.4 reverse proxy to ntopng to work, but unfortunately without success yet. Hopefully you can provide some pointers. It is a FreeBSD 11.2-RELEASE-p4 system: user@system:user $ freebsd-version -u 11.2-RELEASE-p4 user@system:user $ freebsd-version -k

Re: [users@httpd] virtual host

2018-09-28 Thread Carmel NY
On Fri, 28 Sep 2018 05:32:16 -0600, Jonathon Koyle stated: >On Fri, Sep 28, 2018, 05:10 Carmel NY wrote: > >> On Fri, 28 Sep 2018 11:21:36 +0200, Sander Smeenk stated: >> >> >Quoting Carmel NY (carmel...@outlook.com): >> >> This is my first attempt to set up a virtual host with apache24 on a >>

Re: [users@httpd] virtual host

2018-09-28 Thread Jonathon Koyle
I wonder if the :80 in the ServerName directive is causing you grief, since it isn't passed that way for http? On Fri, Sep 28, 2018, 05:10 Carmel NY wrote: > On Fri, 28 Sep 2018 11:21:36 +0200, Sander Smeenk stated: > > >Quoting Carmel NY (carmel...@outlook.com): > >> This is my first attempt

Re: [users@httpd] virtual host

2018-09-28 Thread Jonathon Koyle
Oh, I missed that my first time through. Is there anything in the log files that you specify in the virtual host? On Fri, Sep 28, 2018, 05:51 Carmel NY wrote: > On Fri, 28 Sep 2018 05:32:16 -0600, Jonathon Koyle stated: > > >On Fri, Sep 28, 2018, 05:10 Carmel NY wrote: > > > >> On Fri, 28 Sep

Re: [users@httpd] Get request of large file size greater than 100KB

2018-09-28 Thread William A Rowe Jr
I've looked at the httpd and apr code, what source package were you using which started from a default MAX_IOVEC_TO_WRITE (APR_MAX_IOVEC_SIZE?) of 6? TIA, Bill On Thu, Sep 27, 2018 at 11:59 AM Hemant Chaudhary < hemantdude.chaudh...@gmail.com> wrote: > Hi, > > I have solved the problem by