ded by you.
Thanks and Regards,
Ajay
On Sat, Apr 8, 2017 at 7:30 PM, Luca Toscano wrote:
> Hi Ajay,
>
> 2017-04-08 8:23 GMT+02:00 Ajay Garg :
>
>> Hi All.
>>
>> If
ations other than "/"?
This is important, else we will have to open one-port-per-location, instead
of using one-port for all locations.
Will be grateful for help.
Thanks and Regards,
Ajay
On Sat, Apr 8, 2017 at 10:41 AM, Ajay Garg wrote:
> Hi All.
&g
Hi All.
If I setup the following in a virtual-host,
Listen 9001
DocumentRoot /var/www/html
AuthType Basic
AuthName "Restricted Content"
AuthUserFile /home/f5
Hi All.
When I have the following configuration :
#
ProxyPass / http://127.0.0.1:9000/
ProxyPassReverse / http://127.0.0.1:9000/
#
and I type http://1.2.3.4 in the b
, 2017 at 10:14 AM, Ajay Garg wrote:
> Hi All.
>
> I could have the proxying to work perfectly, using the awesome
> step-by-step link at https://devops.profitbricks.com/tutorials/configure-
> apache-as-a-reverse-proxy-using-mod_proxy-on-ubuntu/. Whenever I opened a
> URL of type htt
, the contents of page http://HTTP-Server/path/to/url
opened up.
Still, this requires the *Intermediatary* to have a public static
IP-Address.
Can this be done away with?
Will be grateful for any replies.
Thanks and Regards,
Ajay
On Wed, Mar 22, 2017 at 11:22 PM, Ajay Garg wrote:
> Hi Rainer.
&g
Hi Rainer.
Thanks for the help.
I did some more googling, and (if I am not wrong), it seems
https://httpd.apache.org/docs/2.4/mod/mod_proxy_http.html almost fits in
our needs.
We run mod_proxy on the *Intermediatary*.
The end-user then opens a browser in *Server*, types in the hostname://path
of
Hi All.
We have the following architecture ::
Server <==> Intermediatary <==> HTTP-Server
*
Server and Intermediatary communicate over the internet as usual.
*
Intermediatary and HTTP-Server communicate over a local-interface.
HTTP-Server is reachable at the Intermediatary, but the HTTP-Serv
##
On Sun, Aug 9, 2015 at 10:47 PM, Eric Covener wrote:
> On Sun, Aug 9, 2015 at 1:09 PM, Ajay Garg wrote:
> > I have tried googling and tried whatever it threw us, but I am unable to
> > make the file-upload work.
> > We will be
Hi All.
We desire to set up file upload/download feature with a HTTP-Web-Server
where the client runs in an embedded-environment, and thus wish to achieve
this using the absolute basic primitives - socket programming (on the
client-side that is).
We have been able to achieve the download function
PM, Ajay Garg wrote:
> > Hi all.
> >
> > In our setup, we need to do conditional-redirects.
> > Till now, we were able to accomplish them, by using a smart combination
> > of "RewriteCond", "RewriteRule" and "QSA".
> >
> > Howe
Hi all.
In our setup, we need to do conditional-redirects.
Till now, we were able to accomplish them, by using a smart combination of
"RewriteCond", "RewriteRule" and "QSA".
However, we now face a situation, wherein we need to do re-directs, only if
the original-URL does not contain POST-variable
"almost" Single-Sign-On (I say "almost", because the
user shouldn't need to login, until the cookie expires, say in 30 days).
Will be grateful for clearances :)
On Sun, Aug 25, 2013 at 3:20 PM, Pete Houston wrote:
> On Sat, Aug 24, 2013 at 04:44:46PM +0530, Ajay Garg
name.com/alias2/deep/internal/url) in
login.php, so that the user may finally be redirected (the second time)
automatically to the desired URL, after the authentication-stuff is done.
Looking forward to a reply, for the "second part of the mystery" :)
On Sat, Aug 24, 2013 at 4:44
Hi all.
Let me first present the use-case :)
=== USE-CASE BEGIN ===
I have a number of directives (via the .conf
files), and each director has an alias for it.
So, my server can present different stuff, in accordance with the URLS like
::
http://127.0.0.1/alias1
Hi all.
In part of ongoing investigations, i am evaluating the methods to setup the
server side component of simple web-services, where there is a simple
transfer of data.
In this regard, I am considering the following two options ::
a)
Apache AXIS + SOAP
b)
Spache Tomcat + Servlets
Which, i
On Fri, Aug 9, 2013 at 10:32 PM, Ajay Garg wrote:
> Thanks Eric for the reply.
>
> So, is it possible to run PHP in Apache, with each client-request being
> serviced in a different thread (and not a new-process-per-new-request)?
> Because, it is a well known fact that a process i
Fri, Aug 9, 2013 at 11:57 AM, Ajay Garg wrote:
> > Hi all.
> >
> > I was just doing some rudimentary research on what would be the best
> > solution to implement server-side operations of our webapp.
> > The "servlet" and "PHP" seem two widely used s
Hi all.
I was just doing some rudimentary research on what would be the best
solution to implement server-side operations of our webapp.
The "servlet" and "PHP" seem two widely used solutions.
However, there is one important thing that struck me.
Looking at http://www.tutorialspoint.com/servlet
tpd-apache-wont-start-problem-in-fedora-18/>
>
> Take care,
>
> Mike Rumph
>
>
> On 7/21/2013 8:56 PM, Ajay Garg wrote:
>
>> Hi all.
>>
>> I have been trying to run HTTPD with "mod_wsgi" since last some days on a
>> Fedora-18 ARM, and ha
Hi all.
I have been trying to run HTTPD with "mod_wsgi" since last some days on a
Fedora-18 ARM, and have been having issues.
Following is the latest one.
When I start HTTPD, it dies immediately.
Following are the setup-files/logs.
== /etc/httpd/conf/httpd.conf ==
r "apachectl
> graceful".
>
> I also found this related bug report from RedHat:
>
> - https://bugzilla.redhat.com/show_bug.cgi?id=909703
>
> Take care,
>
> Mike
>
>
>
> On 7/18/2013 10:50 PM, Ajay Garg wrote:
>
> Mike,
>
> Running either
, Jul 18, 2013 at 10:54 PM, Ajay Garg
> wrote:
> > Hi all.
> >
> > I have used httpd to good effect since many months (mainly using it
> > for uploading/downloading files via WebDAV) on a Fedora-18 ARM
> > machine, and it has always worked like a charm.
> >
>
httpd.apache.org/docs/**2.4/stopping.html#hup<http://httpd.apache.org/docs/2.4/stopping.html#hup>
>
> Thanks,
>
> Mike Rumph
>
>
>
> On 7/18/2013 2:54 PM, Ajay Garg wrote:
>
>> Hi all.
>>
>> I have used httpd to good effect since many months (mainly
Hi all.
I have used httpd to good effect since many months (mainly using it
for uploading/downloading files via WebDAV) on a Fedora-18 ARM
machine, and it has always worked like a charm.
Now, we are in the process of setting up a book-server, based on
OPDS-spec, and WSGI.
However, when we setup t
Thanks a lot John, for the reply !!
On Tue, Jul 2, 2013 at 2:27 PM, John Doe wrote:
>
> From: Ajay Garg
>
> > I have been using a running HTTPD-server, that serves files via WebDAV.
> > Now, I need to add the ability for clients to upload files to the same
> > W
Hi all.
I have been using a running HTTPD-server, that serves files via WebDAV.
These files are then easily downloadable to any machines, which have
the IP-Address of my running HTTPD server :)
Now, I need to add the ability for clients to upload files to the same
WebDAV directory/virtualhost.
No
ot;; thus causing the "" condition to be true throughout; which ultimately solved the
issue - it opened port 443 for listening (which was embedded in the
"" condition in "/etc/apache2/ports.conf").
Thanks and Regards,
Ajay
On Wed, Sep 5, 2012 at 5:14 PM, Ajay Gar
Hi all.
I have been able to setup WebDAV sharing on a server hosted on Fedora-14
and Fedora-17.
However, when I try to do the same on a Debian Squeeze, I am unsuccessful.
Here is the relevant info that I think is important ::
=== SETUP ===
*
Debian Squeeze is installed as a VM, on a Fedora-14
accessing webdav shares from the host machine, Fedora-14, via firefox) :-)
Thanks and Regards,
Ajay
On Wed, Sep 5, 2012 at 12:06 PM, Alex Bligh wrote:
>
>
> --On 5 September 2012 11:57:00 +0530 Ajay Garg
> wrote:
>
> Does that mean that the webdav is still not properly
Thanks Alex.
I think that I configured the webdav correctly, since after a lot of huffs
and puffs, I could get "/etc/init.d/apache2 restart" working correctly on
the Debian server machine.
But then, I tried (on the Debian webdav server machine) ::
##
Hi all.
I have successfully been setting up secure-webdav based shared on Fedora.
However, when I try to do the same for Debian squeeze, I see the structure
of files are very different.
* The file "/etc/apache2/httpd.conf" is empty !!
* The file "/etc
something in your key file it can't parse...
> Windows line endings maybe?
>
> S.
>
> --
> Sander Temme
> san...@temme.net
>
> Sent from my phone
>
> On Sep 4, 2012, at 1:26 AM, Ajay Garg wrote:
>
> > Hi all.
> >
> > I have a WebDAV share
Never mind.. I am an idiot.
Sorry for the bother.
Regards,
Ajay
On Tue, Sep 4, 2012 at 1:56 PM, Ajay Garg wrote:
> Hi all.
>
> I have a WebDAV share setup in the context of httpd; and things work like
> a charm, when the key- and crt-file are in the context of "root" u
Hi all.
I have a WebDAV share setup in the context of httpd; and things work like a
charm, when the key- and crt-file are in the context of "root" user and
"root" group.
However, if I generate the key and crt files in the context of some other
user; modify the paths in "/etc/httpd/conf.d/ssl.con
Hi all.
I have been doing some testing with uploading large files to a httpd-based
WebDAV server, and I notice that while uploading large files, if the
connection breaks midway and the file is not transmitted completely, the
(incomplete) file is deleted from the server automatically after a few
se
Hi all.
Is it possible to have selective access to uploading-to/downloading-from a
WebDAV share, running in context of httpd?
That is, we want to implement a scenario, wherein some users have been
granted only uploading access; some users only download access; and some
both uploading-and-downloadi
, 2012 at 5:58 PM, Eric Covener wrote:
> On Sun, May 27, 2012 at 8:08 AM, Ajay Garg wrote:
> > Ping :)
> >
> > Just a minor query (please, don't treat me arrogant).
> >
> > Has anyone worked with "symlinks" feature in httpd-2.2.17-1.fc14.i686 ?
> >
Hi all.
I managed to set up a httpd-based WebDAV share (both on HTTP and
HTTPS) some time back, through selfless help from this mailing list.
Thanks a ton !!!
Now, all works fine, except that I am not able to follow symlinks,
while accessing them via browser. (The symlinks work fine on the
serve
My bad.
I had set the permissions on the required webdav folder; but was testing
(after a lot of failed attempts) with a hardcoded path.
Now, trying "fopen" and "fclose" on files with webdav-files, and it works
fine.
Sorry, Thanks and Regards,
Ajay
On Tue, Apr 17, 2012 a
checked each option in "System -> Administration -> SeLinux management ->
Boolean -> apache".
But I still face the exact same scenarios as before effecting the above
three changes.
Kindly help me, as to what else I may try out. Please.
Thanks and Regards,
Ajay
On Tue, Apr 17,
be some configuration that needs to be tweaked,
to enable "fopen" on "httpd".
Is that so? :|
I will be really grateful for a reply, as it's been close to two days,
since this is bugging me.
Looking forward to a reply.
Regards,
Ajay
On Sat, Apr 14, 2012 at 11:54 PM, Aj
Ping :)
Regards,
Ajay
On Fri, Apr 13, 2012 at 3:19 PM, Ajay Garg wrote:
> Hi all.
>
> I have a Fedora 14 machine.
>
> I have been able to setup a WebDAV share, in httpd's context, at the
> server side.
> Also, I am able to (successfully) access the WebDAV share, th
Hi all.
I have a Fedora 14 machine.
I have been able to setup a WebDAV share, in httpd's context, at the server
side.
Also, I am able to (successfully) access the WebDAV share, through
gnome-nautilus, on the client side.
I am wondering, if there is a way to add custom properties on the server
si
:
> On Mon, Mar 26, 2012 at 10:12 AM, Ajay Garg
> wrote:
> > Thanks a ton Sander.
> >
> > So on session setup-phase, the server sends the public-key to the client
> > (which would hardly be a bother, even if it is intercepted by a
> > eavesdropper). This public key
ar 26, 2012 at 11:03 AM, Sander Temme wrote:
> Ajay,
> On Mar 25, 2012, at 9:54 PM, Ajay Garg wrote:
>
> > Thanks Eric for the reply.
> >
> > Eric, but how is the shared secret comfigured?
> > I do not remember configuring anything like this for the HTTPS-based
>
###
in "ssl.conf", and (i think) this is available only to the server. So, the
data can be encrypted, but I am still clueless as to how is it decrypted at
the client side.
Regards,
Ajay
On Mon, Mar 26, 2012 at 10:24 AM, Ajay Garg wrote:
> Thanks Eric for the reply.
>
Thanks Eric for the reply.
Eric, but how is the shared secret comfigured?
I do not remember configuring anything like this for the HTTPS-based WebDAV
server.
Thanks and Regards,
Ajay
On Sun, Mar 25, 2012 at 11:39 PM, Eric Covener wrote:
> > BUT, HOW IS THE CLIENT ABLE TO DECRYPT THE DATA? (I h
Hi all.
I have managed to get a HTTPS-based WebDAV server up and running.
However, I have a conceptual query (sorry if I sound an absolute idiot) ::
##
When we configure "
loaded via
"ssl.conf")
c) adding the "webdav" directives in "ssl.conf"
All credit to Sander.
Thanks and Regards,
Ajay
On Sun, Mar 25, 2012 at 10:30 PM, Ajay Garg wrote:
> Sander,
>
> SALUTE !!!
>
&
ficate file paths.
> 3) Stop and start your server. Does it start up now? Can you connect to
> it with a browser?
>
> S.
>
>
> On Mar 24, 2012, at 10:52 PM, Ajay Garg wrote:
>
> > Thanks a ton, Daniel.
> >
> > I think, you are the first one to hi
he
"connection to HTTPS WebDAV" server working (just about working locally).
For production-based deployment, certificates can be generated on an
official basis by my organisation.
Thanks and Regards,
Ajay
On Sat, Mar 24, 2012 at 6:50 PM, Daniel Ruggeri wrote:
> On 3/23/2012 11:47 PM
52 matches
Mail list logo