search for: tobyhouse

Displaying 20 results from an estimated 20 matches for "tobyhouse".

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 / http://cms.tobyhouse.com ProxyPassReverse / http://cms.tobyhouse.com </VirtualHost> then I am good bu...
2008 May 09
2
Apache Redirects...
...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 is automatically redirected to https://cms.tobyhouse.com/user/login ? Craig
2006 Feb 13
8
postgres and rake
...also be found online. ---- seeing as how the above line seems to me to be exactly like the page that you just referred me to, I have included some clips of my terminal transactions because quite clearly I am too stupid to understand this... th-db_test=> ALTER SCHEMA "public" OWNER TO tobyhouse; ERROR: syntax error at or near "OWNER" at character 23 th-db_test=> ALTER SCHEMA public OWNER TO tobyhouse; ERROR: syntax error at or near "OWNER" at character 21 # rpm -q postgresql-server postgresql-server-7.4.8-1.RHEL4.1 My problem is with rake... $ rake clone_struc...
2006 Feb 14
2
apache virtual host
...gh to set up a virtual server in apache? I did create an entry in /etc/hosts and in dns for this fqdn it still gives me the contents of /var/www/html and not /home/craig/ruby-db/th-db/public <VirtualHost *> DocumentRoot "/home/craig/ruby-db/th-db/public" ServerName app-server.tobyhouse.com <Directory "/home/craig/ruby-db/th-db/public"> allow from all Options Indexes ExecCGI FollowSymLinks ReWriteEngine On </Directory> </VirtualHost> What am I missing? Thanks Craig
2007 Sep 14
2
xdm
...per the instructions... /etc/X11/xdm/Xaccess (This file doesn't exist) but # tail -n 3 /usr/share/config/kdm/Xaccess # The following line was added by ltspcfg # * # Allow remote connects how do I enable non local logins? remote workstation does exist in DNS -- Craig White <craig at tobyhouse.com>
2007 Sep 21
3
named & rndc
...am running named-chroot... # tail -n 3 /etc/sysconfig/named ROOTDIR=/var/named/chroot OPTIONS=-4 ENABLE_ZONE_WRITE=yes # rpm -qa|grep bind bind-chroot-9.3.3-9.0.1.el5 bind-9.3.3-9.0.1.el5 bind-libs-9.3.3-9.0.1.el5 bind-utils-9.3.3-9.0.1.el5 what did I do to break it? -- Craig White <craig at tobyhouse.com>
2007 Aug 20
2
open port 46929
...29 0.0.0.0:* LISTEN - googling for port 46929 doesn't turn up anything and so I don't have a clue what process this belongs to. Do I have to start capturing activity on this port or is there a better way to find out what this port is about? -- Craig White <craig at tobyhouse.com>
2007 Sep 14
0
logging tftpd
...to figure out where my bootloading breaks down on ltsp with a ppc client and so I changed /etc/xinetd.d/tftp... server_args = -vv -s /tftpboot but cannot figure out if/where it's getting logged - do I have to change something in syslogd.conf? -- Craig White <craig at tobyhouse.com>
2007 Sep 28
2
mysql and windows
CentOS 5.0 x86 provides mysql for free. However I couldn't find a free version of mysql for windows. Isn't there any for windows?
2007 Jul 18
2
Horde on CentOS 5
Alle, Can't get on IRC or I would have asked there. Are there any plans to add a Horde-Apps groups to the extras repository like there is for CentOS4? Best Regards, Camron -- Camron W. Fox Hilo Office High Performance Computing Group Fujitsu America, INC. E-mail: cwfox at us.fujitsu.com
2007 May 11
1
SELinux in %post
Does anyone know if utilities like semanage or fixfiles will be successful if used during the %post section of a kickstart installation? -- Paul Heinlein <> heinlein at madboa.com <> www.madboa.com
2007 Jun 21
1
ERROR: Unable to create temporary directory on centos 5
Hi all, i just installed MailScanner-4.60.8-1.rpm.tar.gz on centos 5 with sendmail 8.13.8. Whenever I send emails, I get bellow error. Jun 21 15:33:01 mail MailScanner[3657]: New Batch: Scanning 1 messages, 767 bytes Jun 21 15:33:02 mail MailScanner[3657]: Virus and Content Scanning: Starting Jun 21 15:33:02 mail MailScanner[3657]: ERROR: Unable to create temporary directory Jun 21 15:33:02
2007 Nov 14
1
Installing java on CentOS 5
strugging with things here... tried tracking the info on the Wiki (which apparently is now in need of a maintainer)... http://wiki.centos.org/HowTos/JavaOnCentOS My primary interest is using Xalan/Saxon/xslt/xsl-fo docbook generation. I was thinking that all I really need is jre but downloaded both jre and jdk just in case. can anyone tell me what I'm doing wrong? (after removing both jdk
2007 Sep 25
4
Network routing
Hi, guys! We need to setup our both network device on centos-4.5 as follow: eth0: IP: 192.168.1.0/24 GW 192.168.1.1 eth1: IP: 192.168.10.0/24 GW 192.168.10.1 We don't know how to create our setup files for both network (eth0, eth1 and their routes)? Help us, please. Thx Adriano
2007 Aug 17
2
repost: SELinux questions, upon restarting BIND
As this remains an issue for me, I'm reposting. Please forgive the redundancy, but I've been unable to find the answer and am hoping for some guidance. Thanks in advance, ~Ray ==========Original Posts follow========== (full output is in the original thread) Ray Leventhal wrote: > > Hi all, > > > > On my newly up-and-running nameserver (CentOS 5), I noticed the >
2008 Mar 07
4
rsync
I've gone over and over the man page and I don't get it and it's obviously a simple task I want to rsync a directory but only the pdf files... rsync -ncauv --include=*.pdf $WORKING $WEB_SERVER # sync's everything, I want to exclude stuff rsync -ncauv --filter='+ *.pdf' --filter='+ *.odt *.ott *.eps' \ $WORKING $WEB_SERVER # sync's everything...does not seem
2007 Aug 21
5
Trying to understand Remote desktops
This is something that has been long overdue for me to set up, and how I am looking it hard in the face. Back in '94, I was doing REAL X-Terminals into UNIX systems. Watching simple mouse meanderings eat up all available bandwidth, and forget it if you resized a window and had to download the new font..... So here we are, in the modern times with GNOME (I chose that over KDE, because),
2007 Dec 07
0
tomcat
trying to install tomcat and seem to be missing a piece called mysql-connector-java Does such a thing exist for tomcat5 that is packaged and compatible with base install? Craig
2007 Dec 13
2
ld issue
I have an annoying little issue that perhaps someone can explain to me. I installed zenoss (very cool, http://www.zenoss.org) and things are OK. when I use emacs or when somethings like a cron job execute, I get notice of an error... emacs: /opt/zenoss/lib/libpng12.so.0: no version information available (required by emacs) or /usr/bin/webalizer: /opt/zenoss/lib/libpng12.so.0: no version
2008 Mar 07
0
umask in nfs
Normal users umask is 022 set in /etc/bashrc Obviously I can change that value to 002 but that would affect all files created by each user. Is it possible to set a different umask on nfs mounts only so that user created files have a umask of 002 on files saved onto that mount? man mount shows this is possible on some filesystems but man nfs doesn't suggest that this is possible. Craig