similar to: WebDav on CentOS?

Displaying 20 results from an estimated 1100 matches similar to: "WebDav on CentOS?"

2008 Jun 19
0
struggling with simple webdav
Normally I use authzldap to authenticate LDAP users but in this case, I have a client that wants non-LDAP users to be able to use DAV. The twist is that there are several virtual hosts on this server and perhaps that is confusing things... anyway, my httpd.conf has... <Location /webdav> Dav On AllowOverride None Options Indexes FollowSymLinks AuthType Basic AuthName
2007 Dec 06
2
WebDav/CalDav in Rails
Has anybody done anything with WebDev, or for that matter CalDav, in Rails? I''m looking to do stuff with CalDav and the spec seems pretty simple. I''m just wondering if the HTTP methods, like REPORT, natualy work or if I have to install/configure anything. I''m running Rails on Apache through FastCGI. Thanks, Jeremy --~--~---------~--~----~------------~-------~--~----~
2008 Jan 17
2
Webdev tools
I want a tool that will allow me to download files from a webdev site. All I have found is the other direction: my files to a webdav server. In particular (some of you might be interested) is the whole IEEE 802.11 meeting documents webdav site: https://mentor.ieee.org/802.11/documents
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
2003 Dec 16
3
Tinc on windows XP Problem?
Hello All , I installed tinc for windows. But it doesn't seem to work. I want to connect two computers(for testing purposes) computer1(webdev) and computer2(gis) I have installed the tap-win32 on both of them. Both computers are windows XP. Also I don't have a router. Computer1:webdev ----------------------- C:\Program Files\tinc\vpn1\tinc.conf Name = webdev ConnectTo = office
2009 Sep 04
2
perplexing permissions issue
Hello, I have a perplexing permissions problem that i thought i had, but it's resurfaced. I'm running CentOS 5.3 and it runs an apache web server. The permissions on the web data directory in this case /var/www/secure/data are set to 4775 owner of apache group of webdev. All users that should be allowed to place content are in the webdev group. I was under the impression that any file
2008 Apr 16
1
valid users = +group doesn't work
Hi all, I seem to be having a problem identical to this bug: https://bugzilla.samba.org/show_bug.cgi?id=3940 in Samba 3.0.28, however the bug is supposed to be fixed by now. I have a Fedora 7 box joined as a member to Windows 2003 domain. All my Windows users have accounts on the Samba machine, with the same user name in Windows and in Unix. I have a share with valid users = +group, where
2006 Apr 28
1
Apache proxy to lighttpd leads to Rails routing error
Hello, I have an issue I am having trouble figuring out. I have a Rails app running through lighttpd which is accessed through an Apache proxy. My apache config: <location /rails/> ProxyPass http://localhost:81/ ProxyPassReverse http://localhost:81/ </location> RewriteEngine On RewriteRule ^/rails/(.*) http://localhost:81/$1 [P] So when apache sees /rails/ it
2003 Dec 10
1
Can't access remote server
RedHat 9, samba-2.2.7a-8.9.0. Fresh install. No iptables or any firewall settings. I can access my server fine locally with smbclient, but using smbclient from a machine located in a network I get this: [kwang@gorgon kwang]$ smbclient //webdev.ic2.org/home added interface ip=24.243.211.67 bcast=24.243.223.255 nmask=255.255.240.0 added interface ip=192.168.0.2 bcast=192.168.0.255
2009 Oct 23
3
samba+ldap
Does this mean that my samba is ready to connect to LDAP server? root at webdev # ./smbd -b |grep LDAP HAVE_LDAP_H HAVE_LDAP HAVE_LDAP_ADD_RESULT_ENTRY HAVE_LDAP_INIT HAVE_LDAP_INITIALIZE HAVE_LDAP_SET_REBIND_PROC HAVE_LIBLDAP LDAP_SET_REBIND_PROC_ARGS root at webdev # Thanks! Paras.
2010 Jan 11
0
apache httpd, webdav, ssl - something is wrong, but what?
Hi, happy new year! Today I set up a new web(dav) server for our .ical-System (phpIcalendar) and copied the config and data files from the old server. But somthing is wrong with the configuration and I'm blind to find the error. On the old server, I can still publish my calender from e.g. Apple iCal at the server URL with http http://oldserver.filmakademie.de/DAVdocs On the new server, I
2017 Nov 14
1
SMTP and IMAP authentication critically fails out of the blue
Hello Community and first things First: dovecot --version2.2.9dovecot -n# 2.2.9: /etc/dovecot/dovecot.conf# OS: Linux 3.13.0-042stab125.5 x86_64 Ubuntu 14.04.5 LTSauth_mechanisms = plain logindict {? sqlquota = mysql:/etc/dovecot/dovecot-dict-sql.conf}listen = *,[::]log_timestamp = "%Y-%m-%d %H:%M:%S "login_log_format_elements = user=<%u> method=%m rip=%r lip=%l mpid=%e %c
2015 May 07
0
Apache 2.2 itk - 404 not found
Have you checked the file rights under your document root ? Your apache group need reading right. Am 07.05.2015 21:42 schrieb "John" <tuxfed at gmail.com>: > Hi all, Freshly installed apache 2.2 with httpd-itk (from epel). When I > try to access apache's document root from a browser on local network, it > always serve me the Apache welcome page, even if I have a
2017 Nov 22
0
CentOS6 davfs2 shows invalid free/total storage capacity
Hello, I have a CentOS6 VM with davfs2 where I mount WebDAV Shares; one I have at a storage hoster and one I configured myself on a virtual server I rented on a hoster; why does 'df' always show the same value for capacity [root at centos6-vm ~]# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda3 11249272 7074512 3596664 67% / tmpfs
2003 Apr 15
2
Samba access denied or only shows top level directories
When ONE PARTICULAR user connects to \\mydev\oubsgout <\\mydev\oubsgout> the user (running win95) connects( from windows explorer) but only sees top level directories in the share. Any ideas as to why only one user should be affected?The network between the client PC and the server checks out ok. When the user attempts to expand one of these top level directories a messagebox appears stating
2010 Mar 03
2
Memcached: "no such file to load -- memcache-client" when running script/console
Hi folks. I''ve started down the memcached path and everything was running grand until I decided to start up my console. I have manually installed libevent 1.4.13 and memcached 1.4.4 into /usr/local, following which I sudo gem installed memcache-client and SystemTimer. development.rb has been modified to do caching with the mem_cache_store. The memcached process seems to work and my
2017 Aug 06
4
Volume hacked
Hi, This morning one of our cluster was hacked, all the VM disks were deleted and a file README.txt was left with inside just "http://virtualisan.net/contactus.php :D" I don't speak the language but with google translete it looks like it's just a webdev company or something like that, a bit surprised .. In any case, we'd really like to know how that happened. I realised
2015 May 07
3
Apache 2.2 itk - 404 not found
I forgot to mention it. All the files under /var/html are owned by apache:apache On 15-05-07 04:07 PM, Eric Lehmann wrote: > Have you checked the file rights under your document root ? > Your apache group need reading right. > Am 07.05.2015 21:42 schrieb "John" <tuxfed at gmail.com>: > >> Hi all, Freshly installed apache 2.2 with httpd-itk (from epel). When I
2015 May 07
2
Apache 2.2 itk - 404 not found
Hi all, Freshly installed apache 2.2 with httpd-itk (from epel). When I try to access apache's document root from a browser on local network, it always serve me the Apache welcome page, even if I have a index.html and a phpinfo.php file in the /var/www/html folder. If point the browser specifically to http://server/index.html, I get a '404 Not found error'. I'm running CentOS
2003 Jan 08
2
Maps in R
Is there a way to generate maps in R. Specifically, I have calculated estimates of intra-regional inequality for US states, and would like to project that information onto a map. Thanks, Nirmala