Hi everybody,
I'm trying to set up a nextcloud:fpm docker container, exposing it via
apache in the host. I think I am making a mistake with my configuration,
because one accessing https://myserver.org/, I got redirected to
https://myserver.org/index.php/login, and then I get a "The page
, it was going to the default site.
Thank you very much for your help!
Felix
On Monday 05 October 2015 11:46:11 Yann Ylavic wrote:
> On Sat, Oct 3, 2015 at 4:25 PM, Felix Rubio Dalmau
> wrote:
> >
> > After this change, if I ping site3.example.com, the address is properly
>
Hi Yann,
At first, I have executed apachetl -S and this is what I have obtained:
===
10.8.0.1:443 site0.example.com
10.8.0.1:80is a NameVirtualHost
default server site0.example.com
port 80 namevhost site0.example.com
port 80 namevho
Hi Marat, httpd-users :)
I have updated the configuration of my apache. Following these lines
there is the updated version. The behavior now is:
a) If I type in the url box the non-ssl address of site1 IN FIREFOX, It
gets transformed into the ssl address of site0, and its conten
Hi,
No, the reason is that site2 holds a cardav server, that is accessed by
other of the sites on the same host. The idea behind this is that I can
save all the time spent in encryption (the SSL layer) if I know that both
sites are local.
I am testing this configuration from a client on the VP
Hi,
I've secured my apache by using SSL certificates (self-signed CA) for both
server
and clients, and I require them to the clients in order to connect. However, I
have found these entries in ssl_access.log:
110.5.109.100 - - [03/Mar/2013:16:15:56 +0100] "GET /" 400 458 "-" "-"
93.174.88.31 -
I do not understand why the request in entries 2 and 3 has not been logged by
the apache, but it is even worse that a client without the certificate has been
able to do a "GET /". If that IP did not have the certificate this request
should
have been just ignored, right?
Does anyon