Re: Apache and Wordpress on Linux on z

2017-06-28 Thread Dennis Foreman
I've had Apache running on Linux/zVM/390 for a long time. I have multiple 
userids, each with a TCPIP port and each has its own Apache httpd.conf file. SO 
each appears to the world as separate website. Only a couple of lines had to be 
tailored I httpd.conf per userid. Full cgi-bin capability too. Haven't needed 
SQL or PHP for my own needs. The server came pre-installed. Just had to issue 
the proper start command for it.

Live long & prosper,
Dennis

-Original Message-
From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Robert J 
Brenneman
Sent: Friday, June 09, 2017 10:19 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Apache and Wordpress on Linux on z

Apache is generally provided by the distribution ( RedHat / SUSE / Ubuntu )
as part of their base OS. It might be called apache or httpd or something
similar to that in the package name, but it should be there as part of the
core distribution that you can install directly with yum/zypper/apt-get

Wordpress was ported by our ecosystem team, and is available through the
Wordpress entries in the bottom of this huge table on developerworks:
https://www.ibm.com/developerworks/community/forums/html/topic?id=5dee144a-7c64-4bfe-884f-751d6308dbdf

( watch for url wrappage and splitting )



On Fri, Jun 9, 2017 at 10:12 AM, Rick Ralston  wrote:

> Where do I find the ports for Apache and Wordpress for Linux on z and the
> documentation?
>
> Richard Ralston
> Enterprise Server Capacity Planner | Performance and Capacity Management
> Information Technology Infrastructure
> Humana
> 323 W. Main St., Suite 11C | Louisville, KY, 40202
> T 502-476-1121
> rrals...@humana.com
> Humana.com
>
>
> The information transmitted is intended only for the person or entity to
> which it is addressed
> and may contain CONFIDENTIAL material.  If you receive this
> material/information in error,
> please contact the sender and delete or destroy the material/information.
>
> --
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
> visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> --
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/
>



--
Jay Brenneman

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/


Re: Apache and Wordpress on Linux on z

2017-06-09 Thread Neale Ferguson
Indeed, the docker container does a curl of the latest tarball and just
plonks it in. However, that does not mean that something had been pushed
upstream by the Linux on z pioneers at some time in the past. Maybe just
something that did not cause it to throw up its hands when it saw s390x
returned by uname.

On 6/9/17, 3:22 PM, "Linux on 390 Port on behalf of Mark Post"
 wrote:

>What in the world was necessary to "port" Wordpress?  Looking at the
>instructions, it appears end users merely need to download the tarball
>from wordpress.org and unpack it.  The only thing I see out of the
>ordinary are the steps to download php 5.6.8 and build it from source.
>Even that isn't necessary since wordpress.org says it should work with
>version 5.2.4.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/


Re: Apache and Wordpress on Linux on z

2017-06-09 Thread Mark Post
>>> On 6/9/2017 at 10:19 AM, Robert J Brenneman  wrote: 

> Wordpress was ported by our ecosystem team, and is available through the
> Wordpress entries in the bottom of this huge table on developerworks:
> https://www.ibm.com/developerworks/community/forums/html/topic?id=5dee144a-7
> c64-4bfe-884f-751d6308dbdf

What in the world was necessary to "port" Wordpress?  Looking at the 
instructions, it appears end users merely need to download the tarball from 
wordpress.org and unpack it.  The only thing I see out of the ordinary are the 
steps to download php 5.6.8 and build it from source.  Even that isn't 
necessary since wordpress.org says it should work with version 5.2.4.


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/


Re: Apache and Wordpress on Linux on z

2017-06-09 Thread Neale Ferguson
If you point your browser at http://148.100.42.153 you can see it up and
running (but with nothing but the default content).

On 6/9/17, 11:54 AM, "Neale Ferguson"  wrote:

>I have built a new wordpress container that will allow data to persistent
>between starts of the container. The previous container still exists as
>sinenomine/wordpress-sa-s390x. This latest incarnation uses an external
>MariaDB.
>
>I just fired it up and it comes up as it should.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/


Re: Apache and Wordpress on Linux on z

2017-06-09 Thread Neale Ferguson
I have built a new wordpress container that will allow data to persistent
between starts of the container. The previous container still exists as
sinenomine/wordpress-sa-s390x. This latest incarnation uses an external
MariaDB.

I just fired it up and it comes up as it should.

Neale

On 6/9/17, 11:38 AM, "Linux on 390 Port on behalf of Johan Schelling"
 wrote:

>I can confirm that this works perfectly in combination with the MariaDB
>docker image ( https://hub.docker.com/r/sinenomine/mariadb-s390x/
>)
>An example is running at http://office.icu-it.nl:10081
>  (sorry but it is in Dutch….)

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/


Re: Apache and Wordpress on Linux on z

2017-06-09 Thread Johan Schelling
I can confirm that this works perfectly in combination with the MariaDB docker 
image ( https://hub.docker.com/r/sinenomine/mariadb-s390x/ 
)
An example is running at http://office.icu-it.nl:10081 
  (sorry but it is in Dutch….)

Regards, 
Johan Schelling
Infrastructure Solution Architect





ICU IT Services BV
Transistorstraat 55b  I  1322 CK  ALMERE
 
M 06 – 21 245 992  I  E johan.schell...@icu-it.nl 

T 088 – 5 234 123  I  www.icu-it.nl   I  KvK 32135776

> Op 9 jun. 2017, om 16:43 heeft Neale Ferguson  het 
> volgende geschreven:
> 
> There is a wordpress docker container ready for use on z at
> https://hub.docker.com/r/sinenomine/wordpress-s390x/
> 
> On 6/9/17, 10:17 AM, "Linux on 390 Port on behalf of Mauro Souza"
>  wrote:
> 
>> You don't really need a WordPress port. Being PHP, it will run on s390
>> without any work.
>> 
>> Apache runs fine on s390 too. Just install it using your package manager,
>> install PHP and required modules, download and extract WordPress files on
>> the server root and you are good to go.
> 
> --
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> --
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/


--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/


Re: Apache and Wordpress on Linux on z

2017-06-09 Thread Neale Ferguson
There is a wordpress docker container ready for use on z at
https://hub.docker.com/r/sinenomine/wordpress-s390x/

On 6/9/17, 10:17 AM, "Linux on 390 Port on behalf of Mauro Souza"
 wrote:

>You don't really need a WordPress port. Being PHP, it will run on s390
>without any work.
>
>Apache runs fine on s390 too. Just install it using your package manager,
>install PHP and required modules, download and extract WordPress files on
>the server root and you are good to go.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/


Re: Apache and Wordpress on Linux on z

2017-06-09 Thread Robert J Brenneman
Apache is generally provided by the distribution ( RedHat / SUSE / Ubuntu )
as part of their base OS. It might be called apache or httpd or something
similar to that in the package name, but it should be there as part of the
core distribution that you can install directly with yum/zypper/apt-get

Wordpress was ported by our ecosystem team, and is available through the
Wordpress entries in the bottom of this huge table on developerworks:
https://www.ibm.com/developerworks/community/forums/html/topic?id=5dee144a-7c64-4bfe-884f-751d6308dbdf

( watch for url wrappage and splitting )



On Fri, Jun 9, 2017 at 10:12 AM, Rick Ralston  wrote:

> Where do I find the ports for Apache and Wordpress for Linux on z and the
> documentation?
>
> Richard Ralston
> Enterprise Server Capacity Planner | Performance and Capacity Management
> Information Technology Infrastructure
> Humana
> 323 W. Main St., Suite 11C | Louisville, KY, 40202
> T 502-476-1121
> rrals...@humana.com
> Humana.com
>
>
> The information transmitted is intended only for the person or entity to
> which it is addressed
> and may contain CONFIDENTIAL material.  If you receive this
> material/information in error,
> please contact the sender and delete or destroy the material/information.
>
> --
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
> visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> --
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/
>



--
Jay Brenneman

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/


Re: Apache and Wordpress on Linux on z

2017-06-09 Thread Mauro Souza
You don't really need a WordPress port. Being PHP, it will run on s390
without any work.

Apache runs fine on s390 too. Just install it using your package manager,
install PHP and required modules, download and extract WordPress files on
the server root and you are good to go.

On Jun 9, 2017 11:14, "Rick Ralston"  wrote:

Where do I find the ports for Apache and Wordpress for Linux on z and the
documentation?

Richard Ralston
Enterprise Server Capacity Planner | Performance and Capacity Management
Information Technology Infrastructure
Humana
323 W. Main St., Suite 11C | Louisville, KY, 40202
T 502-476-1121
rrals...@humana.com
Humana.com


The information transmitted is intended only for the person or entity to
which it is addressed
and may contain CONFIDENTIAL material.  If you receive this
material/information in error,
please contact the sender and delete or destroy the material/information.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/