search for: mysite

Displaying 20 results from an estimated 256 matches for "mysite".

2006 Sep 06
1
31K failed stat64's when viewing a simple (no db) rhtml page?
...lds 31,000 failed stat64''s and takes anywhere from 8 - 44 seconds. They #! for ruby is correct everywhere, but it''s like it can''t find Rails. These are box stock standard installs. Here''s what we''re seeing when we trace the process: stat64("/www/mysite/docroot/rails/../config/../vendor/rails/actionpack/lib/action_view/helpers/../../action_controller/vendor/html-scanner/soap/ encodingstyle/handler.so", 0xbffe2b10) = -1 ENOENT (No such file or directory) stat64("/www/mysite/docroot/rails/../config/../vendor/rails/actionpack/lib/action_vie...
2017 Oct 06
1
ACL permission: give permission to move email into different folder
> On October 7, 2017 at 1:29 AM Aki Tuomi <aki.tuomi at dovecot.fi> wrote: > > > > > On October 6, 2017 at 11:44 PM Davide Marchi <danjde at msw.it> wrote: > > > > > > On 06.10.2017 12:42:22, Aki Tuomi wrote: > > [..] > > >> > > >> Maybe it is not possible with Dovecot? > > >> > > >> Many
2007 Aug 13
1
Extract part of vector
Dear R-users, How do I extract numbers between asp?P= and &VID from my txt vector? I have tried grep function with no luck. txt <- c(" http://www.mysite.com/system/empty.asp?P=2&VID=default&SID=421384237289476&S=1&C=18631", " http://www.mysite.com/system/empty.asp?P=123&VID=default&SID=421384237289476&S=1&C=18643", " http://www.mysite.com/system/empty.asp?P=342&VID=default&SID=421384237289...
2010 Dec 01
10
How to Redirect from http://mysite.com to https://www.mysite.com on Herok
Hello I''m looking to learn how to redirect all non-www (mysite.com) to https://www.mysite.com I tried the following: class ApplicationController < ActionController::Base before_filter :check_uri def check_uri redirect_to request.protocol + "www." + request.host_with_port + request.request_uri if !/^www/.match(request.host) if Rails.en...
2007 Feb 09
3
Re: URL issues
...ml/bor > > I deleted the blog/public/index.html and I modified blog/config/ > routes.rb to contain the following line: > > map.connect '''', :controller => ''blog'', :action =>''index'' > > I did that so when someone goes to mysite.com/bor/ they would get > directed to what is the index action in my blog_controller. > > Ok, so things are working and I can see my blog posts when I go to, > mysite.com/bor/ Now if I click on post I get redirected to > mysite.com/bor/blog/show/1 .....and from that page if I clic...
2007 Nov 27
1
routing
Hi all, My site uses subdomains to define an item. Eg http://itemname.mysite.com I fetch the itemname and render the appropriate site from that itemname. The subdomain is used everywhere (eg http://itemname.mysite.com/events, http://itemname.mysite.com/products/show/11, ...) I now want to give the user the possibilty to use a ''real'' domain like www.itemna...
2008 Jan 23
7
Apache, Mongrel, Authentication
...nt without ever entering any credentials. No styling and no images, but they do see content. How can I fix it? Mongrel does not seem to be honoring the authentication (and frankly, I don''t know if it can). Here''s my apache config: <VirtualHost *:80> ServerAdmin me at mysite.com DocumentRoot /www/mysite/current/public ServerName www.mysite.com ErrorLog /www/mysite/logs/mysite.error.log CustomLog /www/mysite/logs/mysite.access.log combined <Directory "/www/mysite/current/public"> Options FollowSymLinks AllowOverride AuthConfig Li...
2005 Nov 22
4
multiple rails apps on one lighttpd
Good evening (or afternoon or whatever it is where you are), Before I start setting it all up, I have a question about lighttpd and multiple rails apps. From what I have read, it is at the minute only possible to do multiple rails apps using subdomains: typo.mysite.com hieraki.mysite.com rforum.mysite.com etc, etc and not currently possible to do this: mysite.com/typo mysite.com/rforums mysite.com/hieraki Is this correct?? I read on a thread in textdrive that this will be possbile in lighty 1.4.8 which is apparently out soon. Also, does anybody know if i...
2006 May 30
11
Another String Manipulation Exercise
Hi guys, And I thought it wasn''t a problem. Here''s my string "/var/www/vhosts/mysite.com/httpdocs/public/file/mypic.jpg" How do i take out all the text that comes before "mypic.jpg"? Trickier than I first thought. TIA, Bing -- Posted via http://www.ruby-forum.com/.
2011 Jan 29
2
sql : uid, gid, home ignored ?
Hello, I'm trying to setup a dovecot imap server. version is 2.0.9 I've setup a mysql database using: user_query = \ SELECT home, uid, gid, home as userdb_home, uid as userdb_uid, gid as userdb_gid, \ FROM user WHERE username = '%n' AND domain = '%d' AND active = 'Y' password_query = \ SELECT username AS user, password, home as userdb_home, uid as
2013 Feb 22
1
Variables within Manifests question
...39;'m using the puppet forge IIS module, and want to use variables within the syntax dependent up ip address for example: colo_a = 1.1.1.0 colo_b = 2.2.2.0 if $network_local_area_connection = 1.1.1.0 add colo_a elseif $network_local_area_connection = 2.2.2.0 add colo_b iis_site {''mysite.co.uk'': ensure => present, bindings => [ ''http/*:80:www.mysite.co.uk'', ''http/*:80:mysite.co.uk'', ''http/*:80:*colo_?????*.mysite.co.uk'', ''http/*:80:*colo_?????*.mysite.co.uk'' ], } Any help or adv...
2007 Jan 03
12
Frustrating Error
I am followint this article, http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you/ ...but I keep getting this error in the log...not sure what to try next... ** Daemonized, any open files are closed. Look at log/mongrel.8000.pid and log/mongrel.log for info. ** Starting Mongrel listening at 127.0.0.1:8000
2014 May 21
2
Icecast2, ezstream and reverse proxy
Hello Ezstream is working well locally with Icecast2 on port 8000 on a Debian Wheezy platform. However, I use a reverse proxy (Pound) to pass all requests from the Internet for x.mysite.com to backend localhost:8000 i.e. my Icecast2 server. This works fine, i.e. x.mysite.com brings up the Icecast2 Status page. My problem is with the ezstream xml configuration <url></url> setting which must have a port number, and if I put <url>x.mysite.com:8000</url> icecas...
2008 Jul 14
1
earn money 100dollar hee click mysite
earn money 100dollar hee click mysite free down load songs & vidios my photto site click mysite ********************************************* http;//beautifullykhan.blogspot.com ********************************************* --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscrib...
2004 Nov 03
1
File case sensitivity
Hi; I've run into a somewhat interesting issue in regards to IIS serving content from a samba share. Occasionly, IIS will return 404 errors for content that does infact exist. >From the samba machine, I captured the following: This is an example of the site http://www.mysite.co.nz/foo not working: [2004/11/04 09:30:14, 3] smbd/trans2.c:call_trans2qfilepathinfo(2353) call_trans2qfilepathinfo: SMB_VFS_STAT of USER/MYSITE.CO.NZ/HTDOCS/FOO failed (No such file or directory) [2004/11/04 09:30:14, 3] smbd/error.c:error_packet(94) error string = No such file or directory...
2006 Feb 01
2
Getting Started with Site Redesign and RoR
...everything into one master CMS system and have that be my main app and then create controllers for each of the other items? 3. I am having trouble getting my head around the whole folder structure thing. Let''s say I have my website on my local computer for testing at: ../apache/htdocs/mysite/public/ Then I have everything that I want the public to see under that folder (i.e. images, css, etc.). However, I have my RoR apps at: ../apache/htdocs/mysite/apps/ I have tried using symbolic links to map from the apps/gallery/public folder to /mysite/public/gallery/ and the page will disp...
2018 Nov 29
3
samba_dnsupdate REFUSED between Samba4 AD DC and Win 2008r2
...amba4dc.MYDOMAIN.com. against SRV _kpasswd._udp.MYDOMAIN.com mysamba4dc.MYDOMAIN.com 464 Looking for DNS entry CNAME f9757ca5-8424-4016-99d7-1fbbb232e304._msdcs.MYDOMAIN.com mysamba4dc.MYDOMAIN.com as f9757ca5-8424-4016-99d7-1fbbb232e304._msdcs.MYDOMAIN.com. Looking for DNS entry SRV _ldap._tcp.MYSITE._sites.MYDOMAIN.com mysamba4dc.MYDOMAIN.com 389 as _ldap._tcp.MYSITE._sites.MYDOMAIN.com. Checking 0 100 389 mysamba4dc.MYDOMAIN.com. against SRV _ldap._tcp.MYSITE._sites.MYDOMAIN.com mysamba4dc.MYDOMAIN.com 389 Looking for DNS entry SRV _ldap._tcp.MYSITE._sites.dc._msdcs.MYDOMAIN.com mysamba4dc...
2006 Jun 22
2
[PLUGIN] url_for_with_prefix - allowing you to modify/remove prefixes easily
...ontroller::AbstractRequest.relative_url_root = "/super" Any time you use link_to, it will prepend /super to the link. This can be a pain if you want to link to other applications: link_to "My Other App", :controller => "other_app_controller" # => "http://mysite/super/other_app_controller" You''d like to be able to set a different prefix, or take it out altogether. With this plugin, you can do that: link_to "My Other App", :controller => "other_app_controller", :prefix => nil # => "http://mysite/other_app_...
2008 Apr 20
2
mod_rails showing plain text instead of actual page
hello! i got this forum powered by apache and mod_rails lately when i create / edit posts, i get plain html text showing up instead of the actual page. here''s what i see: -- Content-Type: text/html; charset=utf-8 Set-Cookie: _mysite_session=BAh7CzoOcmV0dXJuX3RvMDoKdGl0bGV7BmkVdToJVGltZQ2IDhuAK1UeADoL %250AdG9waWNzewZpBnU7Bw2HDhuA2%252FZJ7zoJdXNlcmkGIgpmbGFzaElDOidBY3Rp %250Ab25Db250cm9sbGVyOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxj %250Ac3JmX2lkIiViMmRlMzgxNGMzY2ZjYmIxZGU4NzRkN2U1YjdiYmQxZQ%253D%253D-- ac9348d5ff50b6471329f8...
2006 Apr 21
4
Simple Controller/Routes Question
This is probably a very basic question, but what is the proper controller & routing setup if I''m setting up a RoR site with static pages, like: http://mysite.com/about http://mysite.com/services http://mysite.com/contact I want each of these pages to use a single template file that I can push content to. It seems like overkill to create individual controllers for about, services, and contact, so what is the best way to set this up? -- Posted via h...