Displaying 3 results from an estimated 3 matches for "uncomm".
Did you mean:
uncomp
2005 Dec 29
2
Problem with apache and rubyonrails
I am setting up my httpd.conf file so I can secure a site create in
RubyonRails. The problem that I am having is:
File does not exist:
/usr/home/mhale/hieraki-1.0.2/public/frontpage/index
File does not exist:
/usr/home/mhale/hieraki-1.0.2/public/frontpage/index
File does not exist:
/usr/home/mhale/hieraki-1.0.2/public/frontpage/index
So apache is reading "frontpage/index" as a
2004 May 28
0
Samba PDF printer...
...samba.conf call)
MACHINENETBIOSNAME=$2
# (%m from /etc/samba/samba.conf call)
NAMEFILE=$3
# (%U from /etc/samba/samba.conf call)
OUTPUTDIR=/mnt/gpsc/pdfs
# (Can be mapped in GPSC domain as network drive Q: if required for
MESSAGE below)
# Write the variables somewhere, handy when it is broken
# Uncommment line below if no output file see if file is being created
# Must comment out MachineNetBiosName line for this to work
#echo "SambaPrintFileName: $1">/tmp/pdfdebug
# Machine name to check popup going to correct netbios name
echo "MachineNetBiosName: $2">/tmp/pdfdebug...
1998 Oct 15
1
Problem to map home dir
...ort
FLAGS1 = -O
LIBS1 =
# You will need to use a ANSI C compiler. This means under SunOS 4 you can't
# use cc, instead you will have to use gcc.
CC = gcc
# This may help with some versions of make
SHELL = /bin/sh
# The following can be useful for compiling on multiple architectures
# just uncommment them putting the right directory in.
# srcdir=./
# VPATH=$(srcdir)
# set these to where to find various files
# These can be overridden by command line switches (see smbd(8))
# or in smb.conf (see smb.conf(5))
SMBLOGFILE = $(VARDIR)/log.smb
NMBLOGFILE = $(VARDIR)/log.nmb
CONFIGFILE = $(LIBDIR)...