similar to: Personalised website user account

Displaying 20 results from an estimated 10000 matches similar to: "Personalised website user account"

2008 May 09
2
Apache Redirects...
I'm trying to require SSL for drupal login and admin pages and it seems that this should work but it doesn't redirect if added to httpd.conf or to .htaccess (I've tried both) RewriteCond %{REQUEST_URI} ^/(user|admin) RewriteRule ^(.*)$ https://%{SERVER_NAME}/$1 [L,R] Shouldn't this be enough so that the URL...(googling suggests that it is) http://cms.tobyhouse.com/user/login
2006 Aug 05
3
Apache 2.2 + Mod Proxy Balancer + Mongrel - Hot Linking Protection?
Hey guys, Ok, basically I coded a ruby on rails CMS to manage a bunch of media files. I am finding that a lot of people are "hot linking" to these media files and would like to prevent this to save bandwidth. Usually in the past, it hasn''t been a problem, I would add something like the following to my .htaccess file RewriteEngine on RewriteCond %{HTTP_REFERER} !^$
2006 Mar 19
3
Multiple website section = multiple controllers ?
Hi! I am totally new to ruby on rails and dynamic website creation (never done php or asp). I am reading "Agile Web Development with Rails" by D.Thomas, and I am wondering if I need to create multiple scaffold and controllers to be able to create a really basic CMS. Part of the website needed: -http://www.domain.com/ -http://www.domain.com/about/ -http://www.domain.com/articles/
2008 Sep 18
1
PDF fonts problem
Dear List, I am writing a paper in Hungarian, that I Sweave and than pdfLaTeX. Everything is fine, except for two accented letters in the graphs that behave strange, though on the screen and in eps exports they look perfect. The problem is that I need pdf graphs, since I would like to have a PDF after LaTeX-ing. For the example below I downloaded the following two font sets: 1. Latin Modern
2012 Oct 21
1
load_missing_constant
I have a model ''site'' defined in a sub-folder ''cms'' class Cms::Site < ActiveRecord::Base ..... the model is loaded correctly , checked in console: application.rb config.autoload_paths += Dir["#{config.root}/app/models/**/"] console >Cms::Site.all => [] Now trying to access this model from a sites_controller ( in backoffice/cms
2008 Feb 01
2
About the new NUT website and the documentation rewrite project
Dear all, I've released a first "beta" version of the rewritten website using the MoinMoin wiki (as a CMS). It's available here: http://test.networkupstools.org/ This way, the website is cuter, cleaner and more manageable. It will also allows to offer more services, and to share some more power for the website content, and software releases. It will most of all allows us to
2018 Jun 28
1
Sending election packet . . .
Hello Community, i have a fileserver as domain member. today i found some weird log entries in log.nmbd: [2018/06/28 09:25:53.700507,  2] ../source3/nmbd/nmbd_elections.c:41(send_election_dgram)   send_election_dgram: Sending election packet for workgroup DOMAINNAME on subnet 192.168.102.149 [2018/06/28 09:25:53.700618,  2] ../source3/nmbd/nmbd_elections.c:41(send_election_dgram)  
2024 Jun 15
1
Users appears as SID instead of their own name.
Helo Rowland. I think I won't be able to thank you enough for everything you are doing for me. I've tried and seems to run fine. But finally it throws an error and performs a rollback for all changes on AD. This is the transcript for the messages. root at montsec:/usr/local/samba/etc# samba-tool domain join DOMAINNAME DC -U"administrator" INFO 2024-06-15
2024 Jun 15
1
Users appears as SID instead of their own name.
On Sat, 15 Jun 2024 12:52:10 +0200 Josep Maria Gorro via samba <samba at lists.samba.org> wrote: > Helo Rowland. > > I think I won't be able to thank you enough for everything you are > doing for me. > > I've tried and seems to run fine. But finally it throws an error and > performs a rollback for all changes on AD. > This is the transcript for the
2008 Jan 21
1
Facebooker website
I just wanted to contribute a quick-start page with details about how to get the Facebook session (for internal apps), how to get user info, set profile FBML, post to the news feed, etc. I could even send this as text, or I can add a page using the Radiant CMS if it''s not too cumbersome. I am also working with Dave Clements to augment the configuration options to make it easier for
2006 Mar 25
1
RDig - ferret-based website crawler/indexer
Hi! RDig is a small tool to build a Ferret index for the contents of a website or intranet. It contains a simple HTTP crawler and some support for extracting textual content from the fetched pages. I built this to implement a site-wide search for a recent project that combined a Rails application with lots of static html files generated by a CMS. Any feedback is very welcome! Rubyforge
2012 Feb 24
3
puppet kick failing
puppet kick ceased working for me when I upgraded to 2.6.3; I''ve also tried it with 2.7.10 and get the same result: > root@npuppet.ucar.edu $ puppet kick vanilla.cms.ucar.edu > Triggering vanilla.cms.ucar.edu > Host vanilla.cms.ucar.edu failed: Server hostname ''vanilla.cms.ucar.edu'' did not match server certificate; expected ca > vanilla.cms.ucar.edu
2012 Nov 02
1
[Rails 3.2.8] issue in regex scan
running a scan in irb is fine : 1.9.3p194 :001 > request_url = "http://lvh.me::3000/en/backoffice/cms-admin/site/6/pages" => "http://lvh.me::3000/en/backoffice/cms-admin/site/6/pages" request_url.scan(/^([\S]+)(backoffice\/cms-admin\/site\/)(\d+)(\/pages)$/)[0][2] => "6" however running it in my controller doesn''t gives any result : (rdb:1)
2020 Jun 08
1
How to create an NS record
My dns (bind9) server for my Samba AD has messed up. W10 workstations are having connection issues to say the least. When I dig into the Sambawiki documentation regarding /BIND9_DLZ_DNS_Back_End/ the first thing I notice is the change that occurred at Samba v4.8.0. That is the change of "|/usr/local/samba/_private_/named.conf|" to
2008 May 05
2
httpd reverse proxy
I am trying to figure this out and I always seem to have trouble configuring apache to do more than basic stuff... I have a web server that has several cnames assigned to it. I want srv1.tobyhouse.com to be served by apache. I want to proxy connections to www.tobyhouse.com to cms.tobyhouse.com (different system) If I do this... <VirtualHost www.tobyhouse.com:*> ProxyPass /
2007 Jan 05
1
Voicemail personalised greetings using DB/IMAPbackend?
Does this model give you functioning mwi? > -----Original Message----- > From: Ray Jackson [mailto:ray@jacksonz.net] > Sent: Friday, January 05, 2007 3:17 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [asterisk-users] Voicemail personalised greetings using > DB/IMAPbackend? > > > Hi all, > > I am attempting to build a horizontally
2003 Jan 14
2
Windows 2000 + roaming profiles
Hi all, I have a Samba 2.2.2 controlled domain (server config: Mandrake 8.1 with ReiserFS 3.6.25) and have a bit of a problem with profiles. Basically, there is this one user that has problems when she logs onto her workstation for the first time each day. The actual filename differs, but often an error message will be presented during the logon mentioning that a file could not be downloaded
2006 Nov 29
6
Noob needs help installing backgroundrb on Windows XP
Hey Guys, In the readme for Backgroundrb it says that windows support has been depcreated for this version, but then it goes on to mention how to use it in Windows. So I''m not sure if it should be running on windows or not, so I''ll ask anyway. Also, I''m new to ruby and I''m also new to server administration, so I apologize if my questions are pretty
2006 Oct 31
12
Moving page_cache_directory
Howdy. I''m working on a RoR CMS and need cached pages to all be in public/cache rather than public [in order to set svn:ignore on all the files properly]. I can get page_cache_directory set correctly and the pages are cached in the right place but Mongrel isn''t serving them because it''s only looking for them in public. During development I know I can set -r public/cache
2010 May 19
4
apache redirection
Hello everyone, Part of our website has secured access with an SSL certificate. The problem we are running into is that the certificate is for www.domainname.com, so when they go to domainname.com (without the www. in front), the users are getting a "This connection is untrusted" warning, because the url doesn't match the certificate. I found one site that said to make a change to