RE: [midgard] Midgard and https://*.foobar.com:8081

2000-06-27 Thread Emiliano
Oh, but if stunnel provides SSL, then the client browser connects to the entrypoint of the browser right? I assume you mean server here. And if it would go in as https:// it would come out as https:// at the other side of the tunnel. Then apache would see an https:// request that it

Re: [midgard] Re: Can you give me some examples of commercial websites thathave been created using Midgard please....

2000-06-27 Thread Gary Burkin
Thanks a lot Ed! g a r y b u r k i n w e b d e v e l o p e r A M A Z E ... Amaze Ltd Condor House 5-14 St Pauls Church Yard London EC4V 5AN Tel: +44 (0)207 213 9669 Direct : +44 (0)207 332 5648 Fax: +44 (0)207 248 4082 Email : [EMAIL PROTECTED] Web:

Re: [midgard] Can you give me some examples of commercial websites that have been created using Midgard please....

2000-06-27 Thread Gary Burkin
Cheers Frank. g a r y b u r k i n w e b d e v e l o p e r A M A Z E ... Amaze Ltd Condor House 5-14 St Pauls Church Yard London EC4V 5AN Tel: +44 (0)207 213 9669 Direct : +44 (0)207 332 5648 Fax: +44 (0)207 248 4082 Email : [EMAIL PROTECTED] Web:

[midgard] New Topic - ID Trouble ( the last topic was too long )

2000-06-27 Thread PP
Yes, I end up on main page, and I changed the main for active and static. Doesn't work anyway :(( Set the main page to static. What happens exactly if you view any URL on that site? Midgard main page or apache standard 'It worked!' page? Midgard Main Page, but I changed the code, and wrote

[midgard] ATTN Emile

2000-06-27 Thread parker
Emile, Could you check your mail address. My attempts to contact you are returning address unkown. Ron -- This is The Midgard Project's mailing list. For more information, please visit the project's web site at http://www.midgard-project.org To unsubscribe the list, send an empty email

[midgard] Life, MG busines in Paris

2000-06-27 Thread parker
Hi gang, We've got enough material to produce a decent MWS after the Paris meeting. The good news is, I've got a U.S. keyboard and will be able to work on MWSvol42 so you'll get a report that details the decisions and plans for the 1.4, 2.0 code and documentation efforts. Along the lines of

Re: [midgard] Odp: [midgard] Topics and articles once, once againand again

2000-06-27 Thread Emiliano
Hello Piotr Pokora, I think I changed some things, but if You have a litle time look at: http://www.infoglob.com:8099/products/19.html Look at link "skanery3" it points to 25.html and now look at: http://www.infoglob.com:8099/products/ and watch at "drukarki" link it points to 25.html

Re: [midgard] Odp: [midgard] Topics and articles once, once againand again

2000-06-27 Thread Piotr Pokora
: !-- start modyfikacji -- 54: 55: h3Topics:/h3 56: ? if (!$action ($t = mgd_list_topics($topic-id))) { ? 57: p? while ($t-fetch(12)) 58: printf('a href="%d.html"%s/abr%s', $t-id, 59: $t-name ? htmlentities($t-name) : ('topic #' . $t-id), "\n"); ? 60: /p 61: ? } ? 62: 63:

[midgard] Images again

2000-06-27 Thread Piotr Pokora
Hi, this is my log: [Tue Jun 27 12:59:16 2000] [crit] [client 127.0.0.1] configuration error: couldn't check user. No user fi le?: /images/rightend.gif this is for admin site. Document root for admin site is : /www/midgard/ images localization: /www/midgard/images any suggestion? Piotras

Re: [midgard] Topics and articles once, once again and again

2000-06-27 Thread Emiliano
: !-- start modyfikacji -- 54: 55: h3Topics:/h3 56: ? if (!$action ($t = mgd_list_topics($topic-id))) { ? The code looks OK, although I don't know how $topic is fetched. That could be a likely source of the problem. Emile -- This is The Midgard Project's mailing list. For more

RE: [midgard] New Topic - ID Trouble ( the last topic was too long )

2000-06-27 Thread Armand A. Verstappen
Hi Piotras, Midgard Main Page, but I changed the code, and wrote this yesterday. See yourself fot the url in my mail. Maybe I can't write correct url for articles, but it seems , some topics and articles ID are the same. The id's that are given to a topic are meant to give them an unique

RE: [midgard] Images again

2000-06-27 Thread Armand A. Verstappen
Hi, this is my log: [Tue Jun 27 12:59:16 2000] [crit] [client 127.0.0.1] configuration error: couldn't check user. No user fi le?: /images/rightend.gif Looks like you've put an access restriction on /www/midgard/images, but didn't create a userfile (e.g. .htpasswd) and instructed the

[midgard] Topics and articles - fetch

2000-06-27 Thread Piotr Pokora
code-init: ? 2: if ($argc == 1) $tid = $argv[0]; 3: else 4: $tid = 12; 5: if ($tid) $topic = mgd_get_topic($tid); 6: if ($tid isset($score)) mgd_update_topic_score($tid, $score); 7: ? 8: 9: ? 10: if ($argc == 1) $id = $argv[0]; 11: else 12: $id = 12; 13: /* if ($id

RE: [midgard] Images again

2000-06-27 Thread Piotr Pokora
On Tue, 27 Jun 2000, Armand A. Verstappen wrote: Hi, this is my log: [Tue Jun 27 12:59:16 2000] [crit] [client 127.0.0.1] configuration error: couldn't check user. No user fi le?: /images/rightend.gif Looks like you've put an access restriction on /www/midgard/images, but didn't

Re: [midgard] ATTN Emile

2000-06-27 Thread parker
So it would seem; however: Date: 27 Jun 2000 13:35:54 - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: failure notice Hi. This is the qmail-send program at mi-recordz.com. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've

Re: [midgard] Images again

2000-06-27 Thread Emiliano
Is the midgard-root.php3 file in your documentroot, and is there a Directory /www/midgard require valid-user ... /Directory Yes, I have this line "require valid-user". So, I think "I'm home" but I wait for answer. Move midgard-root.php3 to somewhere outside your documentroot,

Re: [midgard] Images again

2000-06-27 Thread Piotr Pokora
Yes! It works! I tried to do it the other way, but I must say I'm amazed. thnx Piotras -- This is The Midgard Project's mailing list. For more information, please visit the project's web site at http://www.midgard-project.org To unsubscribe the list, send an empty email message to address

Re: [midgard] Topics and articles - fetch

2000-06-27 Thread Piotr Pokora
On Tue, 27 Jun 2000, Emiliano wrote: code-init: This is good. Here's what I overlooked the first time: ($a = mgd_list_topic_articles($topic-id))) { ? p? while ($a-fetch(12)) printf('a href="%d.html"%s/abr%s', $a-id, 69: $a-title ? htmlentities($a-title) : ('article

[midgard] Meeting notes delayed.

2000-06-27 Thread Armand A. Verstappen
Hi, I am sorry to say that I will not be able to get the notes on the midgard meetings: Roadmap for Midgard 1.4 'Bifrost' Release, and Planning and Design of Midgard 2.0 Release out tonight, and it will probably take me till thursday to post them here. I did get my feedback to Ron for the

[midgard] Error

2000-06-27 Thread Derek Beattie
I've successfully setup midgard a couple of times before. Its been a while but I don't ever remember setting it up and getting the following error in the apache error log. [Tue Jun 27 18:57:32 2000] [error] [client 172.25.10.53] Midgard: database not defined for www.artiosoma402.com Here is my

[midgard] Midgard 1.4 beta 4 questions

2000-06-27 Thread Loyd Goodbar
I just downloaded 1.4 beta 4 to look at... 1. When running configure for midgard-lib, I get an error message "can not run /bin/sh ./config.sub". There is no config.sub file. Help! 2. What steps are necessary for backing up my existing Midgard 1.2.5 installation? Back up/rename the midgard MySQL

Re: [midgard] Midgard 1.4 beta 4 questions

2000-06-27 Thread Loyd Goodbar
On Wed, 28 Jun 2000 01:50:46 GMT, [EMAIL PROTECTED] (Loyd Goodbar) wrote: I just downloaded 1.4 beta 4 to look at... 1. When running configure for midgard-lib, I get an error message "can not run /bin/sh ./config.sub". There is no config.sub file. Help! I got ahead of myself. I guess I need

RE: [midgard] Midgard 1.4 beta 4 questions

2000-06-27 Thread Armand A. Verstappen
Hi, 2. What steps are necessary for backing up my existing Midgard 1.2.5 installation? Back up/rename the midgard MySQL database, and the .so files (mod_midgard and libphp3)? yes, mod_midgard.so and libphp3.so, but also libmidgard.so To backup your database I would: Stop the mysql server,

RE: [midgard] Error

2000-06-27 Thread Derek Beattie
Sorry, its Midgard-1.2.6b2 --- "Armand A. Verstappen" [EMAIL PROTECTED] wrote: I've successfully setup midgard a couple of times before. Its been a while but I don't ever remember setting it up and getting the following error in the apache error log. [Tue Jun 27 18:57:32 2000]

Re: [midgard] Midgard 1.4 beta 4 questions

2000-06-27 Thread Frank Boehme
"Armand A. Verstappen" wrote: To backup your database I would: Stop the mysql server, copy all relevant files to a safe location (your database is stored as files on your filesystem in the end), restart the mysql server. I advise against this approach. First, keep the database server

Re: [midgard] Midgard 1.4 beta 4 questions

2000-06-27 Thread Loyd Goodbar
OK, I do have a problem now. I'm compiling midgard-php 1.4 beta 4, and received this message during make: gcc -g -O2 -O2 -DLINUX=2 -DNO_DBM_REWRITEMAP -O2 -fpic -DSHARED_MODULE -I. -I. -I/usr/include/apache -I/usr/include/mysql -c functions/midgard.c -o functions/midgard.o functions/midgard.c: