Re: [AOLSERVER] config file

2009-06-26 Thread Cesareo Garci’a Rodicio
Hi I think config file is: /opt/aolserver/servers/openacs/etc/config.tcl As Dave said before (-t file_config as argument to nsd command) In this config file (i.e config.tcl) you can seek "pageroot" parameter so in the example: http://www.aolserver.com/docs/admin/sample-config.tcl.txt you c

Re: [AOLSERVER] config file

2009-06-26 Thread Dave Bauer
On Fri, Jun 26, 2009 at 12:52 PM, Rusty Brooks wrote: > You can name config files for aolserver whatever you want, looks like this > one is > /opt/aolserver/servers/openacs/etc/config.tcl > and it's probably serving pages out of something like > /opt/aolserver/servers/openacs/pages/ Probably th

Re: [AOLSERVER] config file

2009-06-26 Thread jon jon
actually there is one file in /opt/aolserver/servers/server1/pages it is called index.adp On Fri, Jun 26, 2009 at 11:52 AM, Rusty Brooks wrote: > You can name config files for aolserver whatever you want, looks like this > one is > /opt/aolserver/servers/openacs/etc/config.tcl > and it's probabl

Re: [AOLSERVER] config file

2009-06-26 Thread Rusty Brooks
You can name config files for aolserver whatever you want, looks like this one is /opt/aolserver/servers/openacs/etc/config.tcl and it's probably serving pages out of something like /opt/aolserver/servers/openacs/pages/ although you can check the config.tcl script for the doc root. jon jon wrote

Re: [AOLSERVER] config file

2009-06-26 Thread jon jon
When I do that command I get starting to read config file Notice: nsd.tcl: using threadsafe tcl: Notice: nsd.tcl: finished reading conig file.? 1631 ? Sl 0:28 /opt/aolserver/bin/nsd -it /opt/aolserver/servers/openacs/etc/config.tcl -u pre-book -g prebook -b sorry I didn't post all of the ou

Re: [AOLSERVER] config file

2009-06-26 Thread Rusty Brooks
Config files are all per-webserver so there may be more than one. Typically they're supplied on the command line using the -t option and you can sometimes get them with ps... ps ax | grep nsd 3182 ?Ssl0:05 /opt/AOLServer/bin/nsd -b * -t /opt/AOLServer/servers/riddell.test/nsd.tcl.

Re: [AOLSERVER] config file example of multihome config?

2006-04-30 Thread John Buckman
On Apr 30, 2006, at 10:46 AM, Tom Jackson wrote: John, Here is an example which covers virtual servers using multiple nssocks, and the same nssock for multiple virtual servers. There is a static config at the top of

Re: [AOLSERVER] config file example of multihome config?

2006-04-30 Thread Tom Jackson
John, Here is an example which covers virtual servers using multiple nssocks, and the same nssock for multiple virtual servers. There is a static config at the top of , generated from t

Re: [AOLSERVER] config file example of multihome config?

2006-04-30 Thread dhogaza
> What I'm looking to do is have multiple $servers in one aolserver > process > > Iie: host several unrelated web sites with one aolserver process. > > Doable? Config example? Here's the wiki entry on virtual hosting: http://panoptic.com/wiki/aolserver/Virtual_Hosting That example is for multipl

Re: [AOLSERVER] config file example of multihome config?

2006-04-30 Thread John Buckman
On Apr 30, 2006, at 12:57 AM, Wojciech Kocjan wrote: Dnia 30-04-2006 o 00:42:30 John Buckman <[EMAIL PROTECTED]> napisał: I'm struggling to configure AOLserver to support multiple web sites, with independent TCP/IP addresses. Can someone attach a config file example of multihoming? The conf

Re: [AOLSERVER] config file example of multihome config?

2006-04-30 Thread Wojciech Kocjan
Dnia 30-04-2006 o 00:42:30 John Buckman <[EMAIL PROTECTED]> napisał: I'm struggling to configure AOLserver to support multiple web sites, with independent TCP/IP addresses. Can someone attach a config file example of multihoming? The config file seems to support it, but there are both server-

Re: [AOLSERVER] Config File Improvements

2002-12-03 Thread Nathan Folkman
In a message dated 12/3/2002 3:39:12 PM Eastern Standard Time, [EMAIL PROTECTED] writes: I would like to work on this,  I have already collected the config parameters for the ftp module, but I don't know the effect of all of them. If anyone has other module config parameter settings, I would like

Re: [AOLSERVER] Config File Improvements

2002-12-03 Thread Tom Jackson
Nathan Folkman wrote: That said, I'd recommend sticking with a single default sample-config.tcl for now. Is there anyone who would be interested in signing up to work on better documentation of the various configuration options? This work will need to be done for both the 3.5.x and 4.0 versions

Re: [AOLSERVER] Config File Improvements

2002-12-03 Thread Nathan Folkman
In a message dated 12/3/2002 2:31:37 PM Eastern Standard Time, [EMAIL PROTECTED] writes: Has anyone worked on improving the default nsd.tcl file structure? For new users, and for users wanting to try something new, the lack of documentation and default values for the different modules makes experi

Re: [AOLSERVER] Config File Improvements

2002-12-03 Thread Scott S. Goodwin
The AOLserver test platform I'm building already does this for tests. When I build the platform with nsopenssl, the $TOP/tests/nsopenssl.tcl file is set up. The nsd.tcl file looks in $TOP/tests for module config files and loads the ones it finds. It also loads the .so files for modules that have a

Re: [AOLSERVER] Config File Improvements

2002-12-03 Thread Jim Wilcoxson
Here's an idea: make a directory like "config" for the nsd stuff. Have a main file there, plus a bunch of module config files. All of the module config files get sourced by a loop in the main file. This would eliminate having to list the modules in the main file and also have a config section for