Yes, they were probably referring to the mod-mono-server and probably said "restart" instead of "reboot". I read stuff and then when I finally get around to using it, I can't remember exactly what I read.
I don't have a /etc/init.d/httpd control, but I do have a /etc/init.d/apache2 control. I wonder if it does the same thing? Carl Olsen http://www.carl-olsen.com/ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Tauberer Sent: Monday, May 30, 2005 10:33 AM To: [EMAIL PROTECTED] Cc: [email protected] Subject: Re: [Mono-list] Modifying Assemblies Carl Olsen wrote: > I think I saw something about rebooting the server after modifying an > assembly (DLL file) in the "bin" folder. Rebooting works, but I'm wondering > if I can simply restart Apache. Yes, you can just restart Apache. If Apache started the mod-mono-servers (which is the case unless you specified otherwise), it will restart them and re-load the DLLs. (I wonder if whoever wrote what you saw didn't mean 'server' as in the computer but 'server' as in a program running that is serving the pages, i.e. Apache or mod-mono-server.) But see (beware line wrapping): http://taubz.for.net/blog/?entry=tag:blogger.com,1999:blog-6956298/2a8999e1- 6f32-459d-a25a-0033d84a72c3 Using that, you can restart mod-mono-servers from a web control panel (i.e. reloading the DLLs) without restarting Apache. (I don't know how to restart Apache in SUSE. In RedHat/Fedora, it's: /etc/init.d/httpd restart) -- - Joshua Tauberer http://taubz.for.net ** Nothing Unreal Exists ** _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
