Quoting "Gonzalo L. Rodriguez" <gonz...@x61.sh>:

On [27/02/17] [07:44P], Johan Huldtgren wrote:
; On 2/26/17 18:35, Gonzalo L. Rodriguez wrote:
; >
; > I do some tweaks on your port, can you try if this works for you?
;
; looks good to me, packages and installs fine on my test system.
;
; .jh
;

New version attached, any interested on this in?

--Sending from my toaster.

Hi Gonzalo,

I tested with our httpd as requested. Sorry about the delay in reporting
back I had a number of problems with httpd but they were mainly due to lack
of my understanding about the acme-client and not due to httpd or the port.

Anyways, the nextcloud port works great now.

The main change I made was the following:

Instead of /etc/httpd-netcloud.conf, I did a ln -sf for /var/www/nextcloud
inside /var/www/htdocs

So config looks as follows:

# An HTTPS server using SSL/TLS
server "workplace.lab.foretell.ca" {
        listen on 10.72.3.62 tls port 443

        # TLS certificate and key files created with
acme-client(1)  NOT   
        tls certificate "/etc/ssl/server.crt"
        tls key "/etc/ssl/private/server.key"

        # Define server-specific log files relative to /logs
        log { access "workplace-access.log", error
"workplace-error.log" }

        # Increase connection limits to extend the lifetime
        connection { max requests 500, timeout 3600 }

        root "/nextcloud"
}

Thanks very much,

Vijay
--
Vijay Sankar, M.Eng., P.Eng.
ForeTell Technologies Limited
vsan...@foretell.ca

Reply via email to