Re: [EMAIL PROTECTED] What ports can I substitute for 8080?

2005-08-04 Thread Bert_De_Ridder
Correction to my last mail; don't add a CMF site; add a Plone site ... off course...  silly me... sorry 'bout that Regards, Bert De Ridder PeopleWare NV - Head Office Cdt.Weynsstraat 85 B-2660 Hoboken Tel: +32 3 448.33.38 Fax: +32 3 448.32.66 PeopleWare NV - Branch Office Geel Kleinhoe

Re: [EMAIL PROTECTED] What ports can I substitute for 8080?

2005-08-04 Thread Bert_De_Ridder
Well, it's getting a bit off-topic for this list, but here goes : 1) "I'm a little confused, though. First, how do you "load mod_rewrwite"?" That's an Apache question, still in place ;-) Just make sure that somewhere in your httpd.conf (or included files) there is a directive like this LoadMod

Re: [EMAIL PROTECTED] What ports can I substitute for 8080?

2005-08-04 Thread Bert_De_Ridder
You should do it right from the beginning :-) Here's how you set up a virtual host for Plone : (don't forget to load mod_rewrite)   ServerName www.yourdomain.com   RewriteEngine on   RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/www.yourdomain.com:80/YourPloneInstanceName/Virt

[users@httpd] Re: SetHandler not working ?

2005-07-05 Thread Bert_De_Ridder
Hi, I appreciate the input, however, that document is valid for an older version of mod_mono (libmod_mono.so). MonoApplication (singular) is no longer recognised by the module MonoApplications is recognised. It is not that mod_mono does not get loaded, I can even see the mono processes 16757

[users@httpd] SetHandler not working ?

2005-07-04 Thread Bert_De_Ridder
Hi, all, I'm running Apache 2 on SuSE Linux 9.0 and I'm trying to make mod_mono work. I have already had succes with it on SuSE 9.3 without virtual host. However, somehow on the 9.0 the handler seems to be bypassed. When I request a page index.aspx, I get the content of the file, not the res