OFbiz on LAMP server

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

OFbiz on LAMP server

wp.rauchholz
I like to integrate OFbiz on my LAMP server and run it through Apache web server.
I googled quite a bit but can;t find anything.
Would you please point me to a how too other resources for this purpose.

Thanks, Wolfgang

Reply | Threaded
Open this post in threaded view
|

Re: OFbiz on LAMP server

Jacques Le Roux
Administrator
Hi  Wolfgang,

Did you check the FAQ in the wiki? There is some information about that there

Jacques


Le 06/10/2018 à 18:41, [hidden email] a écrit :
> I like to integrate OFbiz on my LAMP server and run it through Apache web server.
> I googled quite a bit but can;t find anything.
> Would you please point me to a how too other resources for this purpose.
>
> Thanks, Wolfgang
>
>

Reply | Threaded
Open this post in threaded view
|

Re: OFbiz on LAMP server

wp.rauchholz
Do you refer to this link?
https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-HTTPD

Asking, because it creates conflicts with other services on this
server/domain

Wolfgang

On Sun, Oct 7, 2018 at 10:15 AM Jacques Le Roux <
[hidden email]> wrote:

> Hi  Wolfgang,
>
> Did you check the FAQ in the wiki? There is some information about that
> there
>
> Jacques
>
>
> Le 06/10/2018 à 18:41, [hidden email] a écrit :
> > I like to integrate OFbiz on my LAMP server and run it through Apache
> web server.
> > I googled quite a bit but can;t find anything.
> > Would you please point me to a how too other resources for this purpose.
> >
> > Thanks, Wolfgang
> >
> >
>
>

--

Wolfgang Rauchholz
Reply | Threaded
Open this post in threaded view
|

Re: OFbiz on LAMP server

jleroux@apache.org
Yes, it's that. It's a bit dated but should still be OK.

What are your problems exactly?

Jacques


Le 07/10/2018 à 18:58, Wolfgang Paul Rauchholz a écrit :

> Do you refer to this link?
> https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-HTTPD
>
> Asking, because it creates conflicts with other services on this
> server/domain
>
> Wolfgang
>
> On Sun, Oct 7, 2018 at 10:15 AM Jacques Le Roux <
> [hidden email]> wrote:
>
>> Hi  Wolfgang,
>>
>> Did you check the FAQ in the wiki? There is some information about that
>> there
>>
>> Jacques
>>
>>
>> Le 06/10/2018 à 18:41, [hidden email] a écrit :
>>> I like to integrate OFbiz on my LAMP server and run it through Apache
>> web server.
>>> I googled quite a bit but can;t find anything.
>>> Would you please point me to a how too other resources for this purpose.
>>>
>>> Thanks, Wolfgang
>>>
>>>
>>
Reply | Threaded
Open this post in threaded view
|

Re: OFbiz on LAMP server

taher
In reply to this post by wp.rauchholz
Hi

Can you shed some light on what you're trying to do? What is the purpose of
going through LAMP. I am asking because it might not necessarily be the
best or only option depending on your goal.

On Sat, Oct 6, 2018, 8:41 PM [hidden email] <[hidden email]>
wrote:

> I like to integrate OFbiz on my LAMP server and run it through Apache web
> server.
> I googled quite a bit but can;t find anything.
> Would you please point me to a how too other resources for this purpose.
>
> Thanks, Wolfgang
>
>
Reply | Threaded
Open this post in threaded view
|

Re: OFbiz on LAMP server

wp.rauchholz
I do a have several services on my home server (CRM, personal finance.
etc..), that all run through apache server.
I do have a domain and a certificate from letsencrypt.

I want to have the possibility to test ofibz (planning a startup and
travelling a lot) accessing through www<mydomain>
I want to leverage letsencrypt certificate
Want access through port 443
Certificate management through letsencrypt/apache is easier than through
ofbiz way

Wolfgang

Wolfgang


On Sun, Oct 7, 2018 at 11:38 PM Taher Alkhateeb <[hidden email]>
wrote:

> Hi
>
> Can you shed some light on what you're trying to do? What is the purpose of
> going through LAMP. I am asking because it might not necessarily be the
> best or only option depending on your goal.
>
> On Sat, Oct 6, 2018, 8:41 PM [hidden email] <
> [hidden email]>
> wrote:
>
> > I like to integrate OFbiz on my LAMP server and run it through Apache web
> > server.
> > I googled quite a bit but can;t find anything.
> > Would you please point me to a how too other resources for this purpose.
> >
> > Thanks, Wolfgang
> >
> >
>


--

Wolfgang Rauchholz
Reply | Threaded
Open this post in threaded view
|

Re: OFbiz on LAMP server

Mike Z
Use:
https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowToSearch
for: "How to use mod_proxy_ajp"

That's how it's done.


On Mon, Oct 8, 2018 at 12:09 AM Wolfgang Paul Rauchholz <
[hidden email]> wrote:

> I do a have several services on my home server (CRM, personal finance.
> etc..), that all run through apache server.
> I do have a domain and a certificate from letsencrypt.
>
> I want to have the possibility to test ofibz (planning a startup and
> travelling a lot) accessing through www<mydomain>
> I want to leverage letsencrypt certificate
> Want access through port 443
> Certificate management through letsencrypt/apache is easier than through
> ofbiz way
>
> Wolfgang
>
> Wolfgang
>
>
> On Sun, Oct 7, 2018 at 11:38 PM Taher Alkhateeb <
> [hidden email]>
> wrote:
>
> > Hi
> >
> > Can you shed some light on what you're trying to do? What is the purpose
> of
> > going through LAMP. I am asking because it might not necessarily be the
> > best or only option depending on your goal.
> >
> > On Sat, Oct 6, 2018, 8:41 PM [hidden email] <
> > [hidden email]>
> > wrote:
> >
> > > I like to integrate OFbiz on my LAMP server and run it through Apache
> web
> > > server.
> > > I googled quite a bit but can;t find anything.
> > > Would you please point me to a how too other resources for this
> purpose.
> > >
> > > Thanks, Wolfgang
> > >
> > >
> >
>
>
> --
>
> Wolfgang Rauchholz
>
Reply | Threaded
Open this post in threaded view
|

Re: OFbiz on LAMP server

taher
Many ways to achieve this, mike provided one.

I usually deploy multiple services behind a reverse proxy and assign a
subdomain to each service with its own port. The certbot can issue multiple
certificates in one shot and will all exist in the same file named after
the first domain.

On Tue, Oct 9, 2018, 3:05 AM Mike <[hidden email]> wrote:

> Use:
>
> https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowToSearch
> for: "How to use mod_proxy_ajp"
>
> That's how it's done.
>
>
> On Mon, Oct 8, 2018 at 12:09 AM Wolfgang Paul Rauchholz <
> [hidden email]> wrote:
>
> > I do a have several services on my home server (CRM, personal finance.
> > etc..), that all run through apache server.
> > I do have a domain and a certificate from letsencrypt.
> >
> > I want to have the possibility to test ofibz (planning a startup and
> > travelling a lot) accessing through www<mydomain>
> > I want to leverage letsencrypt certificate
> > Want access through port 443
> > Certificate management through letsencrypt/apache is easier than through
> > ofbiz way
> >
> > Wolfgang
> >
> > Wolfgang
> >
> >
> > On Sun, Oct 7, 2018 at 11:38 PM Taher Alkhateeb <
> > [hidden email]>
> > wrote:
> >
> > > Hi
> > >
> > > Can you shed some light on what you're trying to do? What is the
> purpose
> > of
> > > going through LAMP. I am asking because it might not necessarily be the
> > > best or only option depending on your goal.
> > >
> > > On Sat, Oct 6, 2018, 8:41 PM [hidden email] <
> > > [hidden email]>
> > > wrote:
> > >
> > > > I like to integrate OFbiz on my LAMP server and run it through Apache
> > web
> > > > server.
> > > > I googled quite a bit but can;t find anything.
> > > > Would you please point me to a how too other resources for this
> > purpose.
> > > >
> > > > Thanks, Wolfgang
> > > >
> > > >
> > >
> >
> >
> > --
> >
> > Wolfgang Rauchholz
> >
>