Home
The Toolkit for Online Communities
15896 Community Members, 0 members online, 2327 visitors today
Log In Register

Forum OpenACS Q&A: Response to Virtual Hosting using nsvhr/nsunix

OpenACS Home : Forums : OpenACS Q&A : Response to Virtual Hosting using nsvhr/nsunix : One Message

+
Posted by Tilmann Singer on
Try to leave the socketfile and port parameters of the server2 configuration out and start the server, then grep for nsunix in the server log - at least in my case it generated a file in modules/nsunix. In the log entry it was something like this: "nsunix accepting "http://hostname.com:80/"" which translated to a file named hostname.com.nsunix in modules/unix. Dont know what you are supposed to write in the proxy hosts's configuration though.

Also check that your webserver user has write access to that directory.