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
