AOLserver Chat Logs

2006/12/12

IRC [01:02] *** tekbasse parted the chat.
IRC [01:46] *** cacrus joined the chat.
IRC [02:37] *** cacrus parted the chat.
IRC [05:16] *** partymola joined the chat.
IRC [05:16] <partymola> hi :)
IRC [06:37] <partymola> How can I customize the "404 Not found" AOLSERVER's pages?
IRC [06:47] *** partymola parted the chat.
IRC [06:48] *** partymola joined the chat.
IRC [07:14] *** partymola parted the chat.
IRC [07:23] *** partymola joined the chat.
IRC [07:36] *** partymola parted the chat.
IRC [08:38] *** partymola joined the chat.
IRC [09:59] <partymola> aolserver saves server logs on a subdirectory called log/ that is below the directory of the config file
IRC [09:59] <partymola> is there any way to set a specific route of it?
IRC [10:01] <partymola> for example, if config file is at /conf/config.tcl , i want logs to be at /logs/ , not at /conf/logs/
IRC [10:09] <Dossy> yeah
IRC [10:09] <partymola> hi Dossy :)
IRC [10:10] <Dossy> hey--yeah,
IRC [10:10] <Dossy> in ns/parameters section, ns_param serverlog /path/to/server.log
IRC [10:10] <partymola> okee
IRC [10:13] <partymola> thanks, it works :D
IRC [10:13] *** nodie joined the chat.
IRC [10:47] <nodie> g
IRC [10:48] <partymola> g?
IRC [10:52] <nodie> a mistype in emacs :p
IRC [10:55] <partymola> then i forgive u ;)
IRC [11:27] <Dossy> :)
IRC [11:27] <Dossy> hey :)
IRC [11:30] *** ryan-g2 joined the chat.
IRC [11:30] <ryan-g2> anyone here know how to setup ssl?
IRC [11:31] <partymola> there is info about that at aolserver's wiki
IRC [11:31] <partymola> i saw that a while ago
IRC [11:31] <partymola> i think it was at interesting links section
IRC [11:31] <partymola> brb
IRC [11:31] *** partymola parted the chat.
IRC [11:33] *** holycow joined the chat.
IRC [11:35] <ryan-g2> partymola: would you get ssl running on my server for a fee?
IRC [11:49] *** partymola joined the chat.
IRC [11:49] <partymola> i am back :D
IRC [16:09] *** CppIsWeird joined the chat.
IRC [16:10] <CppIsWeird> "AOLserver builds very easily and the online documentation describes the process." " Installing AOLserver is very straightforward and is covered in the online documentation.
IRC [16:11] <CppIsWeird> I'd love to find this magical online documentation.
IRC [16:11] <nodie> yeah... it's cool
IRC [16:13] <CppIsWeird> is there any?
IRC [16:13] <CppIsWeird> all i see under documentation is C/TCL, and administering, and the FAQ that keeps telling me to go to the online documentation.
IRC [16:14] <CppIsWeird> which administer is dead
IRC [16:14] <CppIsWeird> hmm... never mind, it just worked.
IRC [16:15] <nodie> what is your question?
IRC [17:17] *** CppIsWeird parted the chat.
IRC [17:19] <the-net-the-nett> how do i install aolserver 4.5 on linux?
IRC [17:19] <the-net-the-nett> seems tuff
IRC [17:23] <nodie> the-net-the-nett: get the CVS version
IRC [17:24] <nodie> 4.5 has a bug with redirect
IRC [17:24] <nodie> ./configure
IRC [17:24] <nodie> make
IRC [17:24] <nodie> sudo make install
IRC [17:24] <nodie> it's easy
IRC [17:32] <the-net-the-nett> woa
IRC [17:32] <the-net-the-nett> may i paste what i have from the docs?
IRC [17:33] <the-net-the-nett> how do i download the cvs one again?
IRC [17:33] <the-net-the-nett> ;)
IRC [17:34] *** frankie parted the chat.
IRC [17:34] <nodie> cvs -d:pserver:anonymous@aolserver.cvs.sourceforge.net:/cvsroot/aolserver login (ENTER)
IRC [17:34] <nodie> cvs -z3 -d:pserver:anonymous@aolserver.cvs.sourceforge.net:/cvsroot/aolserver co -P aolserver
IRC [17:47] *** frankie joined the chat.
IRC [17:48] *** frankie parted the chat.
IRC [17:49] *** frankie joined the chat.
IRC [17:52] *** frankie parted the chat.
IRC [17:52] *** frankie joined the chat.
IRC [18:10] *** holycow parted the chat.
IRC [19:20] <the-net-the-nett> that worked so far nodie
IRC [19:20] <the-net-the-nett> now...
IRC [19:20] <the-net-the-nett> do i need tcl first?
IRC [19:20] <the-net-the-nett> :)
IRC [19:21] <the-net-the-nett> im totally un coordinated as to getting tcl and aolserver working together
IRC [19:21] <the-net-the-nett> :(
IRC [19:21] <partymola> yes, you need tcl
IRC [19:24] <the-net-the-nett> where do i point aolserver to tcl?
IRC [19:24] <the-net-the-nett> agghghg
IRC [19:24] <the-net-the-nett> this is painful
IRC [19:24] <the-net-the-nett> 4.5 ok with tcl 8.4.14?
IRC [19:33] <partymola> let me see
IRC [19:33] <partymola> you first have to install tcl
IRC [19:33] <partymola> and later, compile & install aolserver
IRC [19:36] <partymola> the-net-the-nett: be sure that during the ./configure
IRC [19:37] <partymola> step, it detects tcl correctly
IRC [19:43] <the-net-the-nett> it didnt
IRC [19:43] <the-net-the-nett> :(
IRC [19:43] <partymola> mmmm
IRC [19:44] <partymola> then
IRC [19:44] <partymola> ./configure --with-tcl=/usr/include/tcl/
IRC [19:44] <partymola> give the correct path
IRC [19:53] <the-net-the-nett> well
IRC [19:53] <the-net-the-nett> its says use /usr/locl/ns
IRC [19:54] <the-net-the-nett> i am starting in opt and poiting both make installs to that
IRC [19:54] <the-net-the-nett> (trying naviserver now)
IRC [19:58] <partymola> ok , i have tcl + aolserver on freebsd
IRC [19:58] <partymola> that's why idk how to make it work exactly on linux ;)
IRC [20:02] <the-net-the-nett> hm
IRC [20:02] <the-net-the-nett> can i paste what i did
IRC [20:02] <the-net-the-nett> maybe makes sense to you
IRC [20:02] <the-net-the-nett> .......
IRC [20:14] <partymola> do it
IRC [20:14] <partymola> don't ask for :P
IRC [20:20] <the-net-the-nett> ok where is a pastebin?
IRC [20:21] <partymola> http://pastebin.com/
IRC [21:39] <ramserver> Im getting kind afraid that aolserver is not enuf documented for me
IRC [21:41] <partymola> haven't u checked panoptic's wiki?
IRC [21:41] <partymola> http://panoptic.com/wiki/aolserver/
IRC [22:43] *** ryan-g2 parted the chat.