Re: [Mailman-Users] newbie question

2004-03-24 Thread Jim Chivas

I double checked the information you suggested below. I did your
suggestion and it works ok.

Now new question.

I am following the mailman doc to create my first list ex:

http://my.dom.ain:8080/mailman/create
  
Note the port number!


The screen comes up and I put in the data requested but when I click on
create I receive the 'mailman/create' page can't be found plus the URL in
my browser does not keep the port# 8080 in its path. I am assuming this is
my trouble.

To correct this I added

DEFAULT_URL_HOST = 'pipeline.langara.bc.ca:8080'

to my mm_cfg.py file at the end.

I then stopped and started mailmanctl.

When I try again the url still keeps loosing the port# 8080 from the URL.


Referencing the following list off the create page returns similar no
port# url as follows.


http://pipeline.langara.bc.ca/mailman/admin (overview)

http://pipeline.langara.bc.ca/mailman/listinfo (list overview)


Can you offer any suggestions on how to keep the port# in the URL's for
mailman?


Thanks

Jim


On 10 Mar 2004, Jon Carnes wrote:

 On Wed, 2004-03-10 at 12:53, Jim Chivas wrote:
  On 10 Mar 2004, Jon Carnes wrote:
 
   Did you stop and restart Apache?
 
  yes.
  
   Does Apache give you any errors with regards to your added lines in
   httpd.conf?
 
  None.
 
  Is this the correct url ?
 
  http://my-server-name/mailman/admin/mailman

 should be fine as long as your servers domain name is my-server-name
 :-)

  Does my install directory look correct?
 

 In my installs I don't use the Directory directive to define Apache's
 access for the local directories. I just have the ScriptAlias point
 there.

 Leave the ScriptAlias but comment out this stuff and then restart Apache
  Directory  /usr/local/mailman/cgi-bin
AllowOverride   None
Options None
Order   allow,deny
Allow   fromall
  /Directory

 It may be that if you define the Directory that you must specify
 ExecCGI in the Options statement (and not None).

 Good Luck - Jon Carnes

  Thanks
 
  Jim
 
 

-- -

Jim Chivas  email:  [EMAIL PROTECTED]
Information And Computing services  fax:(604) 323-5349
Langara College Voice:  (604) 323-5390
100 West 49th  Avenue   http://www.langara.bc.ca
Vancouver, B.C., Canada
V5Y 2Z6




--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] newbie question

2004-03-10 Thread Jim Chivas
On 10 Mar 2004, Jon Carnes wrote:

 Did you stop and restart Apache?

yes.

 Does Apache give you any errors with regards to your added lines in
 httpd.conf?

None.

Is this the correct url ?

http://my-server-name/mailman/admin/mailman

Does my install directory look correct?


Thanks

Jim



 On Wed, 2004-03-10 at 00:50, Jim Chivas wrote:
  Greetings:
 
  I have search the archives and checked the faq but I still would like to
  get someones assistance for my instal on Sun SOlaris version 7.
 
  It should be a pretty simple solution but I can't see it.
 
  Near the end of the install I am asked to create the 'mailman' system
  list. I did this successfully. The email that was returned to me says I
  can now configure this new list by accessing:
 
 
  http://my-server-name/mailman/admin/mailman
 
 
  In the following install layout I don't see any file or directory below
  the admin file in the cgi-bin area.
 
  When I do this or any other access I receive the famous:
 
  'file not' found page in my browser.
 
  Did I miss something during the install?
 
 
  Thanks
 
  Jim
 
 
 
 
 
  My apache server configs are:
 
 
  ScriptAlias /mailman/   /usr/local/mailmain/cgi-bin/
 
 
  #
  Directory  /usr/local/mailman/cgi-bin
  AllowOverride   None
  Options None
  Order   allow,deny
  Allow   fromall
  /Directory
 
 
 
  While my install layout is:
 
 
  # pwd
  /usr/local/mailman
  # ls -al cgi-bin
 
 
  total 796
  drwxrwsr-x   2 mailman  mailman  512 Mar  2 21:42 .
  drwxrwsr-x  20 mailman  mailman  512 Mar  3 22:13 ..
  -rwxr-sr-x   1 mailman  mailman36456 Mar  2 21:42 admin
  -rwxr-sr-x   1 mailman  mailman36460 Mar  2 21:42 admindb
  -rwxr-sr-x   1 mailman  mailman36460 Mar  2 21:42 confirm
  -rwxr-sr-x   1 mailman  mailman36460 Mar  2 21:42 create
  -rwxr-sr-x   1 mailman  mailman36468 Mar  2 21:42 edithtml
  -rwxr-sr-x   1 mailman  mailman36468 Mar  2 21:42 listinfo
  -rwxr-sr-x   1 mailman  mailman36460 Mar  2 21:42 options
  -rwxr-sr-x   1 mailman  mailman36460 Mar  2 21:42 private
  -rwxr-sr-x   1 mailman  mailman36460 Mar  2 21:42 rmlist
  -rwxr-sr-x   1 mailman  mailman36460 Mar  2 21:42 roster
  -rwxr-sr-x   1 mailman  mailman36468 Mar  2 21:42 subscribe
  #
 
 
 
 
  --
  Mailman-Users mailing list
  [EMAIL PROTECTED]
  http://mail.python.org/mailman/listinfo/mailman-users
  Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
  Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/



-- -

Jim Chivas  email:  [EMAIL PROTECTED]
Information And Computing services  fax:(604) 323-5349
Langara College Voice:  (604) 323-5390
100 West 49th  Avenue   http://www.langara.bc.ca
Vancouver, B.C., Canada
V5Y 2Z6




--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] newbie question

2004-03-09 Thread Jim Chivas
Greetings:

I have search the archives and checked the faq but I still would like to
get someones assistance for my instal on Sun SOlaris version 7.

It should be a pretty simple solution but I can't see it.

Near the end of the install I am asked to create the 'mailman' system
list. I did this successfully. The email that was returned to me says I
can now configure this new list by accessing:


http://my-server-name/mailman/admin/mailman


In the following install layout I don't see any file or directory below
the admin file in the cgi-bin area.

When I do this or any other access I receive the famous:

'file not' found page in my browser.

Did I miss something during the install?


Thanks

Jim





My apache server configs are:


ScriptAlias /mailman/   /usr/local/mailmain/cgi-bin/


#
Directory  /usr/local/mailman/cgi-bin
AllowOverride   None
Options None
Order   allow,deny
Allow   fromall
/Directory



While my install layout is:


# pwd
/usr/local/mailman
# ls -al cgi-bin


total 796
drwxrwsr-x   2 mailman  mailman  512 Mar  2 21:42 .
drwxrwsr-x  20 mailman  mailman  512 Mar  3 22:13 ..
-rwxr-sr-x   1 mailman  mailman36456 Mar  2 21:42 admin
-rwxr-sr-x   1 mailman  mailman36460 Mar  2 21:42 admindb
-rwxr-sr-x   1 mailman  mailman36460 Mar  2 21:42 confirm
-rwxr-sr-x   1 mailman  mailman36460 Mar  2 21:42 create
-rwxr-sr-x   1 mailman  mailman36468 Mar  2 21:42 edithtml
-rwxr-sr-x   1 mailman  mailman36468 Mar  2 21:42 listinfo
-rwxr-sr-x   1 mailman  mailman36460 Mar  2 21:42 options
-rwxr-sr-x   1 mailman  mailman36460 Mar  2 21:42 private
-rwxr-sr-x   1 mailman  mailman36460 Mar  2 21:42 rmlist
-rwxr-sr-x   1 mailman  mailman36460 Mar  2 21:42 roster
-rwxr-sr-x   1 mailman  mailman36468 Mar  2 21:42 subscribe
#




--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/