similar to: How to access shares via HTTP (apache2)

Displaying 20 results from an estimated 7000 matches similar to: "How to access shares via HTTP (apache2)"

2009 Dec 30
2
web client for samba
Is there any way to access to samba server via web, I mean that the users windows can access to samba server via web.
2014 May 05
1
samba 3.6.6 office 2010, write protection on files
hey, I'm using samba version 3.6.6 on debian wheezy and windows 7 clients with office 2010, on my samba share I've the following settings: [cad] comment = CAD path = /mnt/samba-daten/work/webdav/cad writable = yes valid users = root, @cad, @fg-domuser admin users = abc, def, ghi create mask = 0770 force create mode = 0770 directory mask = 0770 force directory mode = 0770 veto
2006 Jan 08
10
rCalendar Project
Railoholic-Anonymous Members: I am tooling around with the idea of forming a project which would create a calendar plugin/engine with the following features: 1. DB schema mapping all necessary iCal (RFC-2445) fields. 2. Probably utilizing either vpim (vpim.rubyforge.net), or iCalendar (icalendar.rubyforge.net). (First choice would be vpim since some attendee functionality requires vcard
2016 Mar 27
3
Problems with Member server in a Samba AD Domain
On Sun, 27 Mar 2016 18:15:19 +0100, Rowland penny <rpenny at samba.org> wrote: >On 27/03/16 17:15, spindles7-2 at yahoo.co.uk wrote: >> I have set up a Samba Active Directory domain controller on a fresh >> install of Debian 8.3 (Jessie) using Samba 4.4.0 and everything works >> fine as far as I can tell. I had users' home folders with the H: >> drive letter
2006 Jun 02
3
One Lighttpd or many?
I''m trying to get Lighttpd started, and understand how it works (not quite there yet with Ror). Some questions: 1) Can I run Lighttpd as a main server instead of Apache2? 2) When hosting different RoR projetcs, will there be one server for each? Or is it one server running all? 2) Can it do everything Apache can? Like PHP, webdav, etc? -- Posted via http://www.ruby-forum.com/.
2016 Mar 28
2
Problems with Member server in a Samba AD Domain
On Mon, 28 Mar 2016 09:27:54 +0100, Rowland penny <rpenny at samba.org> wrote: Many thanks Rowland. See inline comments on your comments! > >See inline comments. > > >On 28/03/16 00:29, spindles7 wrote: >> On Sun, 27 Mar 2016 18:15:19 +0100, Rowland penny <rpenny at samba.org> wrote: >> >>> On 27/03/16 17:15, spindles7-2 at yahoo.co.uk wrote:
2007 May 24
1
PHP/Samba Authentication w/ tdb files.
Hello, I am working on a web based file system access solution for the company I work for. I need to authenticate users against samba's password database, I found a project called PEAR::File_SMBPasswd that works with the older (and now depricated?) smbpasswd file format, however it fails spectacularly when using it with sambas TDB formatted files. I have googled for the last week trying to
2020 Oct 21
6
3d plot of earth with cut
Hello, Could someone suggest a package/way to make a 3D raster plot of the Earth (with continent boundaries), and then make a "cut" or "slice" of it such that one can also visualize some scalar quantity as a function of the Radius/Depth across that given slice ? Formally, I would have a given, fixed longitude, and a list of vectors {latitude, radius, Value} that would show
2016 Mar 27
2
Problems with Member server in a Samba AD Domain
I have set up a Samba Active Directory domain controller on a fresh install of Debian 8.3 (Jessie) using Samba 4.4.0 and everything works fine as far as I can tell. I had users' home folders with the H: drive letter connecting to the share on the DC and folder redirection for My Documents, Pictures etc. Then I decided to add a member server (also Debian Jessie) and put the users'
2007 Oct 15
9
POST with huge HTTP body
Hi, I found the following page describing how to stream data from the server to the client: http://api.rubyonrails.com/classes/ActionController/Streaming.html I want to do the opposite, streaming data from the client to the server, letting the controller saving the data while it''s being received. In particular, I want to upload large files to the RailsDav
2009 Feb 04
2
rendering error page for "Unauthorized" from before_filter
Hey all, I am writing a plugin in which I want to stop the rendering of an action with an unauthorized response if the user is not authorized to view the resource. I am using a before filter to achieve this and inside that before filter I do it like so: render :text => "Unauthorized!", :status => :unauthorized, :layout => false The status is properly set since I see the
2006 Apr 07
1
HTTP 1.1 parser and non-standard request methods
hi, i was thinking of creating a WebDAV plugin for mongrel, but ran into an issue... the http parser hardcodes which request methods it considers valid, so it blocks non-standard request methods like MKCOL, PROPFIND, etc. i''m not familiar with the type of grammar being used for the parser, but is it possible to defer the request method validation to a later point, possibly inside the
2020 Oct 22
0
3d plot of earth with cut
1. Have you looked here: https://cran.r-project.org/web/views/Spatial.html (I assume you have done some web searches on possible terms like "3D Earth Data R" or whatever) 2. You might try posting on the r-sig-geo list rather than here, where relative expertise may more likely be available. Cheers, Bert Gunter "The trouble with having an open mind is that people keep coming along
2007 Oct 30
2
WebDav Support.
Hi guys, I read that mongrel supports the webdav protocol. I need to "create" the webdav files and allow a third party app access it just for read purposes. What do you recommend? -- Fernando Lujan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20071030/1527bd35/attachment.html
2020 Oct 22
0
3d plot of earth with cut
If you have "value" as a function of latitude and radius, isn't that a 2D (not 3D) scalar field? Which can be plotted using a regular heatmap. If you want a curved edge where depth=0 (radius=?), that's not too difficult to achieve. Not quite sure what continent boundaries mean in this context, but that could possibly be added to. Or do you want a 2D slice superimposed within a
2009 Jan 10
2
webdav timeout
Hi, I tried to sync two files (50 MB and 100 MB) with my webdav folder using rsync 3.0.5 with Mac OS X (10.4.11) Terminal and X11. With the Terminal application the sync always failed with both files. With X11 I once was successful synchronizing the 50 MB file. The error message is always like this (also when I set the timeout to eg. 7200 seconds): io timeout after 1003 seconds --
2006 Apr 21
4
WebDAV library for fastcgi/webbrick
Hello, I am trying to find a WebDAV library for Ruby that works with fastcgi (production) and Webbrick (development). I''ve found this link which mentions a Webbrick WebDAV library: http://redhanded.hobix.com/inspect/ webrickWebdavHandlerSafelyExtractedFromTheWild.html Unfortunately it sounds limited to Webbrick which will not suit the production environment. Does anyone know of a
2007 May 02
1
http as a transport for rsync?
Given the increasing reliance on proxies and filtering devices, it is harder and harder to rsync across the net. Do you think we will ever be able to use http as a transport for rsync? For example, when will I be able to do this: rsync -arv http://rsync.domain.tld/webroot It would seem that this is the logical next step for rsync and is the one feature I most desparately need. What
2004 Sep 17
1
Mounting http://server/share ?
Here at work we can, from Windows, map a drive to a http://server/share residing on a Windows server (actually, I can browse to the share from a web browser, but mapping a drive to the share allows me to upload files). This is how we are currently able to access our network shares from outside the local network. Can I access a share like that using Samba (under Linux)? How? Tony Richardson
2011 May 10
2
confusion about shares and rights
Hi, i have some shares defined in my smb.conf, but now i experience rights issues. a share looks like this: [share] path = /mnt/share guest ok = yes writeable = no public = no write list = @ntusers read only = no this settings i have set since i experience problems. before it looked like this and worked: [share] path = /mnt/share guest ok = yes writeable