Hi all,
I have setup Webav with apache2.
I am testing the setup on a Debian7 with apache 2.2.22.
Although the webdav is functioning ok I have a third party application that
needs to put files on the webdav folder and before it does that it checks
the available methods that apache allows. This app
pache.org/dav/propset/fs/1>
MS-Author-Via: DAV
Allow:
OPTIONS,GET,HEAD,POST,DELETE,TRACE,PROPFIND,PROPPATCH,COPY,MOVE,LOCK,UNLOCK
Content-Length: 0
Content-Type: httpd/unix-directory
Thanx,
Alex
On Wed, Jun 13, 2018 at 11:08 PM, Yann Ylavic wrote:
> On Wed, Jun 13, 2018 at 6:18 PM, Alex K
Hi,
Have you enabled ssl and rewrite modules? I would verify also that there is
no firewall blocking 443.
Alex
On Wed, Jun 20, 2018, 18:24 Mahmood Naderan
wrote:
> Hi,
> My web site works on http without any problem. The location is
> /var/www/html/shob/ and I want to define an HTTPS virtualho
5, 2018 at 3:21 AM, Nick Kew wrote:
>
> > On 13 Jun 2018, at 17:18, Alex K wrote:
> >
> >
> > curl -sI -X OPTIONS http://169.254.254.55/webdav/
> >
> > The PUT functions correctly if one tries to PUT a file but the issue is
> that it is not listed and
On Mon, Aug 20, 2018, 03:21 Miles Fidelman
wrote:
> On 8/19/18 5:48 PM, Danesh Daroui wrote:
>
> > Hello all!
> >
> > I hope that I am posing my question to a relevant mailing list!
> >
> > I am looking for a solution to implement a RESTful API server. I have
> > tested and examined a bunch of so
Hi all,
I have apache 2.4 servicing some php code. Apache is configured to service
HTTPs pages.
I have also a tomcat app which can be accessed at http://server_ip:8443/app.
I need to be able to access the tomcat app within the main GUI which is
build on php and accessed with HTTPs.
I've tried t
Hi,
On Thu, Dec 19, 2019 at 5:43 PM Eric Covener wrote:
> > ProxyRequests Off
> > ProxyPreserveHost On
> > ProxyPass /var/www/myapp/ http://127.0.0.1:8443/
> > ProxyPassReverse /var/www/myapp/ http://localhost:8443/
>
> The first pa
CORRECTION
On Thu, Dec 19, 2019 at 6:09 PM Alex K wrote:
> Hi,
>
> On Thu, Dec 19, 2019 at 5:43 PM Eric Covener wrote:
>
>> > ProxyRequests Off
>> > ProxyPreserveHost On
>> > ProxyPas
://localhost:8443/app/
On Thu, Dec 19, 2019 at 6:10 PM Alex K wrote:
> CORRECTION
>
> On Thu, Dec 19, 2019 at 6:09 PM Alex K wrote:
>
>> Hi,
>>
>> On Thu, Dec 19, 2019 at 5:43 PM Eric Covener wrote:
>>
>>> > ProxyRequest
Hi all,
I have a simple reverse proxy setup with the following lines:
ProxyRequests Off
ProxyPreserveHost On
ProxyPass /iforms/ http://localhost:8443/app/
ProxyPassReverse /iforms/ http://localhost:8443/app/
and relevant modules loaded:
proxy_module (shared)
proxy_balan
It turned out to be a filter at web.xml of tomcat...
Removing it the site is loading fine.
On Sun, Dec 22, 2019 at 2:17 AM Alex K wrote:
> Hi all,
>
> I have a simple reverse proxy setup with the following lines:
>
> ProxyRequests Off
> ProxyPreserveHost On
>
11 matches
Mail list logo