search for: doc_root

Displaying 9 results from an estimated 9 matches for "doc_root".

Did you mean: dev_root
2018 Jul 26
4
Problem with definition of slist in CFEngine
...on_patch)", "sys.class .................. = $(sys.class)", "sys.cpus ................... = $(sys.cpus)", "sys.crontab ................ = $(sys.crontab)", "sys.date ................... = $(sys.date)", "sys.doc_root ............... = $(sys.doc_root)", "sys.domain ................. = $(sys.domain)", "sys.enterprise_version ..... = $(sys.enterprise_version)", "sys.expires ................ = $(sys.expires)", "sys.exports ...................
2006 Aug 04
0
Proxy from Apache to local Lighttpd instance
...2006-08-04 16:23:34: (response.c.200) URI-path : /cookbook/MyTest 2006-08-04 16:23:34: (response.c.201) URI-query : 2006-08-04 16:23:34: (response.c.251) -- sanatising URI 2006-08-04 16:23:34: (response.c.252) URI-path : /cookbook/MyTest 2006-08-04 16:23:34: (response.c.360) -- before doc_root 2006-08-04 16:23:34: (response.c.361) Doc-Root : /home/bbraem/cookbook/public/ 2006-08-04 16:23:34: (response.c.362) Rel-Path : /cookbook/MyTest 2006-08-04 16:23:34: (response.c.363) Path : 2006-08-04 16:23:34: (response.c.411) -- after doc_root 2006-08-04 16:23:34: (response.c.412)...
2006 Apr 19
3
Custom Form Buttons
Is there a way to deliver options for a custom form button to the submit function? As in: <input type="image" name="submit" src="image.jpg" width="126" height="18"> -- Posted via http://www.ruby-forum.com/.
2006 Mar 07
13
hosting multiple rails apps in one webroot?
It''s actually REALLY easy with lighttpd on linux. Two apps... Myserver.com/code/ => /apps/code/ Myserver.com/test/ +> /apps/test/ Each application needs this in the environment.rb /apps/code/config/environment.rb ActionController::AbstractRequest.relative_url_root = "/code" /apps/test/config/environment.rb ActionController::AbstractRequest.relative_url_root
2018 Jul 26
0
Problem with definition of slist in CFEngine
...; "sys.class .................. = $(sys.class)", > "sys.cpus ................... = $(sys.cpus)", > "sys.crontab ................ = $(sys.crontab)", > "sys.date ................... = $(sys.date)", > "sys.doc_root ............... = $(sys.doc_root)", > "sys.domain ................. = $(sys.domain)", > "sys.enterprise_version ..... = $(sys.enterprise_version)", > "sys.expires ................ = $(sys.expires)", > "sys.exports ....
2010 Jul 28
6
FXTextField.connect(SEL_CHANGED)
When I do an assignment to the text in a FXTextField, SEL_CHANGED is not raised. The text is changed on the screen. How do I detect that the text has been changed and/or ... how do I raise SEL_CHANGED? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/fxruby-users/attachments/20100728/e0d169e5/attachment.html>
2012 May 09
1
tlsv1 alert unknown ca
Dear all, I see this error message in my *masterhttp.log* repeatedly: ERROR OpenSSL::SSL::SSLError: SSL_accept returned=1 errno=0 state=SSLv3 > read client certificate A: tlsv1 alert unknown ca > I saw a similar mail in the list but there was no definitive answer to that post. Does anyone know what am I missing here? I do understand what *unknown ca* means but I can''t think
2006 Mar 05
5
lighttpd / WEBrick forum?
Is there a mail list or USENET group for lighttpd WEBrick questions. I posted a simple CGI question to this list last week and got one responce and that responce told me I was on the wrong list with Ruby based from / CGI questions. The code I posted looks correct but does not work giving a Routing Error. This makes me think something is wrong with the set up of WEBrick. I am only doing
2011 Dec 17
39
Stack Level Too Deep Error (can't seem to figure it out)
Hi all, I am running into a weird issue where my application is giving me a stack level too deep error. I can''t seem to find where my code is throwing this error. On the machine I developed this code on, this error does not show up when I run rails s but when I move the code to another system to run it this error shows up. The system that this code runs fine on is a mac os x machine