apache is installed from source, so I start it with apachectl start
i have no init.d startup scripts for it.... but this shouldn't matter? or if you install from a package does it add the mono server startup lines to the httpd startup script? I was under the impression that mod_mono would start the server the first time it needed it ? (which it does do, it just doesn't create the /tmp/mod_mono_server that it needs) James On Wednesday 16 February 2005 1:24 pm, Timothy Graupmann wrote: > The problem is that you are starting Apache as root, instead of running the > Apache startup script. (Paths may vary) > > Use this to stop apache: > httpd -k stop && /etc/init.d/httpd stop > > Use this to start apache: > /etc/init.d/httpd start > > --- [EMAIL PROTECTED] wrote: > > I've seen this behaviour too with my 1.1.3 build for s390. (It works on > > one system but not another and I can't work out why.) > > > > -----Original Message----- > > > > > You probably did this before and left a /tmp/mod_mono_server and > > > a /tmp/.wapi directory owned by the root user. Remove that file and the > > > directory and restart apache. > > > > _______________________________________________ > > Mono-list maillist - [email protected] > > http://lists.ximian.com/mailman/listinfo/mono-list > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - now with 250MB free storage. Learn more. > http://info.mail.yahoo.com/mail_250 > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list -- James Grant Lightbox Technologies Inc. http://www.lightbox.org 613-294-3670 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
