Re: [users@httpd] How to use binary to run httpd in different location

2017-08-02 Thread William A Rowe Jr
On Wed, Aug 2, 2017 at 6:24 AM, Eric Covener wrote: > On Wed, Aug 2, 2017 at 5:21 AM, Hemant Chaudhary > wrote: >> Hi >> >> I have ported apache on my machine. I have copied bin,lib.conf,modules, >> htdocs,logs to another location. Now I want to run my apache in new location >> with these things

RE: [users@httpd] Hide URL link of target

2017-08-02 Thread Berneburg, Cris J. - US
Chris Chris Chia wrote: Chris> Is there a way to hide the URL link when hover over the link Chris> and also when browser is in the process of connecting to target site. Gillis J. de Nijs replied: Gillis> Displaying the URL when hovering over the link or loading Gillis> the site is something you

Re: [users@httpd] Apache + virtual hosts + php-fpm?

2017-08-02 Thread Daniel
If you pay attention to everything in that page seems totally outdated. Better check: http://php.net/manual/en/install.fpm.php or this: http://php.net/manual/en/book.fpm.php No matter how you look at it, except for a very knowledgeable few, mod_php just confuses the hell of a lot of people. M

Re: [users@httpd] Apache 2.4.25 AIX rpms

2017-08-02 Thread Deepak Kumar
Hi Eric, I am not using the compile method. I am installing apache and it's dependent RPMs on AIX. On Wed, Aug 2, 2017 at 08:24 Eric Covener wrote: > On Wed, Aug 2, 2017 at 8:17 AM, Deepak Kumar wrote: > > Hi Krishna > > Can I ignore devel packages? Or do we need them for apache? Thanks ! > > If

Re: [users@httpd] Apache 2.4.25 AIX rpms

2017-08-02 Thread Eric Covener
On Wed, Aug 2, 2017 at 8:17 AM, Deepak Kumar wrote: > Hi Krishna > Can I ignore devel packages? Or do we need them for apache? Thanks ! If you're compiling the server or invididual modules, you need them. Otherwise, you don't. -

Re: [users@httpd] Apache + virtual hosts + php-fpm?

2017-08-02 Thread Eric Covener
On Wed, Aug 2, 2017 at 9:12 AM, Rose, John B wrote: > Looking at the php-fpm homepage … > > https://php-fpm.org > > it says this … > > It was not designed with virtual hosting in mind (large amounts of pools) > however it can be adapted for any usage model. > > Are folks using Apache with numerous

[users@httpd] Apache + virtual hosts + php-fpm?

2017-08-02 Thread Rose, John B
Looking at the php-fpm homepage … https://php-fpm.org it says this … It was not designed with virtual hosting in mind (large amounts of pools) however it can be adapted for any usage model. Are folks using Apache with numerous virtual hosts, still using mod_php as the preferred approach? With

Re: [users@httpd] Apache 2.4.25 AIX rpms

2017-08-02 Thread Deepak Kumar
Hi Krishna Can I ignore devel packages? Or do we need them for apache? Thanks ! On Wed, Aug 2, 2017 at 05:19 Chunduru, Krishnachaithanya < krishnachaithanya.chund...@broadridge.com> wrote: > Hi, > > > > If you have support with IBM you can download the required package for the > IBM TOOLBOX. > >

Re: [users@httpd] How to use binary to run httpd in different location

2017-08-02 Thread Eric Covener
On Wed, Aug 2, 2017 at 5:21 AM, Hemant Chaudhary wrote: > Hi > > I have ported apache on my machine. I have copied bin,lib.conf,modules, > htdocs,logs to another location. Now I want to run my apache in new location > with these things only. > I changed path in httpd.conig and apachectl of new loc

RE: [users@httpd] Apache 2.4.25 AIX rpms

2017-08-02 Thread Chunduru, Krishnachaithanya
Hi, If you have support with IBM you can download the required package for the IBM TOOLBOX. Try checking in the below link. http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/date.html#downloads Regards, Krishna From: Deepak Kumar [mailto:deepak...@gmail.com] Sent: Wednesday, Augu

Re: [users@httpd] How to use binary to run httpd in different location [wd-vc]

2017-08-02 Thread Bremser, Kurt (Allianz Technology GmbH)
You "only" need to create a new configuration subtree (conf, htdocs, cgi-bin, icons, images, logs) and run the httpd with the -f option that points to the new httpd.conf file. In the conf file, adapt ServerRoot accordingly, and use absolute paths to the modules. Make sure to run the envvars from

[users@httpd] How to use binary to run httpd in different location

2017-08-02 Thread Hemant Chaudhary
Hi I have ported apache on my machine. I have copied bin,lib.conf,modules, htdocs,logs to another location. Now I want to run my apache in new location with these things only. I changed path in httpd.conig and apachectl of new location, but while starting it is starting apache in old location. Fo