[ilugd] [Fwd: Help needed with apache config]

2008-01-28 Thread Gora Mohanty
Hi,
  I have a request from a non-list member who wants
to set up, using apache 2, a site which is largely
https, with a couple of pages being accessible via
http. I suggested setting up two virtual hosts, one
using port 80, and the other port 443. If anyone has
a better solution, it would be appreciated. Please
see details below.

Regards,
Gora

 Forwarded Message 
[...]

1. I have a site, say, www.xyz.com
2. Currently the entire site is running under https://
3. I need to run home page (url http://www.xyz.com) and another page
(url http://www.xyz.com/mypage) without SSL
4. The rest of the site should run as usual with https connection
 
Problem: What changes to do in apache config file?
[...]


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - February 22/23, 2008
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] [Fwd: Help needed with apache config]

2008-01-28 Thread Ravi Kumar
hmm, i too would like to listen on this. My situation is, I want my django
apps to serve normal users without login on http while login and session
should be https. I don't want to have two django in two Virtuals.
Lets see if something for me too comes out in this thread,.


On Jan 28, 2008 5:53 PM, Gora Mohanty [EMAIL PROTECTED] wrote:

 Hi,
  I have a request from a non-list member who wants
 to set up, using apache 2, a site which is largely
 https, with a couple of pages being accessible via
 http. I suggested setting up two virtual hosts, one
 using port 80, and the other port 443. If anyone has
 a better solution, it would be appreciated. Please
 see details below.

 Regards,
 Gora

  Forwarded Message 
 [...]

 1. I have a site, say, www.xyz.com
 2. Currently the entire site is running under https://
 3. I need to run home page (url http://www.xyz.com) and another page
 (url http://www.xyz.com/mypage) without SSL
 4. The rest of the site should run as usual with https connection

 Problem: What changes to do in apache config file?
 [...]


 ___
 ilugd mailinglist -- ilugd@lists.linux-delhi.org
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Next Event: http://freed.in - February 22/23, 2008
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
 http://www.mail-archive.com/ilugd@lists.linux-delhi.org/




-- 
-=Ravi=-
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - February 22/23, 2008
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] [Fwd: Help needed with apache config]

2008-01-28 Thread Gora Mohanty

On Mon, 2008-01-28 at 18:29 +0530, Ravi Kumar wrote:
 hmm, i too would like to listen on this. My situation is, I want my
 django apps to serve normal users without login on http while login
 and session should be https. I don't want to have two django in two
 Virtuals. 
 Lets see if something for me too comes out in this thread,.
[...]

In your case, I believe that what you are more interested
in is authenticated access to certain sites. In that case,
look at adding the @login_required decorator to the
functions where authentication is required. See the
documentation for the built-in Django authentication system,
on your local installation, or at
http://www.djangoproject.com/documentation/authentication/

Regards,
Gora


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - February 22/23, 2008
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] [Fwd: Help needed with apache config]

2008-01-28 Thread आशीष शुक्ल Ashish Shukla
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

,--[ On Mon, Jan 28, 2008 at 05:53:49PM +0530, Gora Mohanty wrote:
| Hi,
|   I have a request from a non-list member who wants
| to set up, using apache 2, a site which is largely
| https, with a couple of pages being accessible via
| http. I suggested setting up two virtual hosts, one
| using port 80, and the other port 443. If anyone has
| a better solution, it would be appreciated. Please
| see details below.
| 
| Regards,
| Gora
| 
|  Forwarded Message 
| [...]
| 
| 1. I have a site, say, www.xyz.com
| 2. Currently the entire site is running under https://
| 3. I need to run home page (url http://www.xyz.com) and another page
| (url http://www.xyz.com/mypage) without SSL
| 4. The rest of the site should run as usual with https connection
|  
| Problem: What changes to do in apache config file?

I think OP needs mod_rewrite, following rules might help, probably needs
to modified.

- 88
RewriteCond %{HTTPS} no
RewriteRule !^/(mypage)?$ https://%{HTTP_HOST}%{REQUEST_URI} [R] 
- 88

HTH
- -- 
Ashish Shukla आशीष शुक्ल  http://wahjava.wordpress.com/
·-- ·-  ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHnfpRHy+EEHYuXnQRAtTOAKC9xUNz9KfMKerfepAZxtcR/2+KHgCgvPA0
R+Zx0TFz/k8UAwrmNHFJsyw=
=ztT9
-END PGP SIGNATURE-

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - February 22/23, 2008
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] PHP and CSS editing using emacs

2008-01-28 Thread Alok G. Singh
On 26 Jan 2008, [EMAIL PROTECTED] wrote:

 I am having problems editing php and css files in emacs.

nxhtml-mode [1] is by far the most complete web development mode. You
need emacs 22 to use it though. If you are using Windows, use the
EmacsW32 [2] from ourcomments.org -- it has nxhtml packaged. Either way
it is easy to setup and use.

It also comes with MuMaMo [3] which will integrate with JSP, CSS and
PHP. 

HTH.

Footnotes: 
[1]  http://www.emacswiki.org/cgi-bin/wiki/NxhtmlMode
[2]  http://www.emacswiki.org/cgi-bin/wiki/EmacsW32
[3]  http://www.emacswiki.org/cgi-bin/wiki/MuMaMo

-- 
Alok

Too much of anything, even love, isn't necessarily a good thing.
-- Kirk, The Trouble with Tribbles, stardate 4525.6


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - February 22/23, 2008
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Need help to Enable VINO Remotely in Ubuntu

2008-01-28 Thread Smruti
Thanks Kris. Although it returns an error for GTK but running in the
background just does the trick.

Thanks a lot
Smruti

On Jan 26, 2008 5:58 AM, Kristian Erik Hermansen 
[EMAIL PROTECTED] wrote:

 On Jan 25, 2008 4:02 PM, Smruti [EMAIL PROTECTED] wrote:
  Can somebody please assist me in enabling VINO remotely in Ubuntu. I
 connect
  from a Windows XP through putty.

 $ /usr/lib/vino/vino-server
 --
 Kristian Erik Hermansen
 Know something about everything and everything about something.

 ___
 ilugd mailinglist -- ilugd@lists.linux-delhi.org
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Next Event: http://freed.in - February 22/23, 2008
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
 http://www.mail-archive.com/ilugd@lists.linux-delhi.org/




-- 
The greatest pleasure in life is doing what people say you cannot do.
~Walter Bagehot
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - February 22/23, 2008
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] Nokia buys trolltech

2008-01-28 Thread Sandip Bhattacharya
http://trolltech.com/company/newsroom/announcements/press.2008-01-28.4605718236


 Espoo, Finland and Oslo, Norway , 28 January - 2008 - Nokia and
Trolltech ASA today announced that they have entered into an agreement
that Nokia will make a public voluntary tender offer to acquire
Trolltech (www.trolltech.com), a company headquartered in Oslo, Norway
and publicly listed on the Oslo Stock Exchange. Trolltech is a
recognized software provider with world-class software development
platforms and frameworks. In addition to the key software assets, its
talented team will play an important role in accelerating the
implementation of Nokia’s software strategy.
...

(from slashdot)


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - February 22/23, 2008
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] [Freed] Trouble Ticket Management System

2008-01-28 Thread ravisagar
Thanks.
I will have a look on these tools.

-Ravi

On Jan 29, 2008 12:07 PM, Raj Mathur [EMAIL PROTECTED] wrote:

 On Tuesday 29 Jan 2008, [EMAIL PROTECTED] wrote:
  Does anyone know which is a good Open-Source based Online Trouble Ticket
  Management System?
 
  It should have the following.
  - MySQL/php based
  - Separate Login for each client
  - Separate login for each Support executive
  - Client should be assigned to a particular Support executive
  - Preferably some level some escalation (not necessarily)
  - And all other basic features
  - Various kind of Report generation is also desirable
 
  Would appreciate if anyone can suggest me any tool.

 Responding to both lists, please keep replies to the ILUGD mailing list.

 I use RT for trouble ticketing.

 Regards,

 -- Raju
 --
 Raj Mathur[EMAIL PROTECTED]  http://kandalaya.org/
  Freedom in Technology  Software || February 2008 || http://freed.in/
   GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
 PsyTrance  Chill: http://schizoid.in/   ||   It is the mind that moves

 ___
 Freed mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/freed




-- 
Ravi Sagar
ravisagar.in
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - February 22/23, 2008
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] Trouble Ticket Management System

2008-01-28 Thread ravisagar
Does anyone know which is a good Open-Source based Online Trouble Ticket
Management System?

It should have the following.
- MySQL/php based
- Separate Login for each client
- Separate login for each Support executive
- Client should be assigned to a particular Support executive
- Preferably some level some escalation (not necessarily)
- And all other basic features
- Various kind of Report generation is also desirable

Would appreciate if anyone can suggest me any tool.

Regards,
Ravi Sagar
ravisagar.in
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - February 22/23, 2008
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Trouble Ticket Management System

2008-01-28 Thread Dhiraj Gaur
Try GLPI , I am using it effectively for helpdesk functions at my place.

On Jan 29, 2008 12:01 PM, [EMAIL PROTECTED] wrote:

 Does anyone know which is a good Open-Source based Online Trouble Ticket
 Management System?

 It should have the following.
 - MySQL/php based
 - Separate Login for each client
 - Separate login for each Support executive
 - Client should be assigned to a particular Support executive
 - Preferably some level some escalation (not necessarily)
 - And all other basic features
 - Various kind of Report generation is also desirable

 Would appreciate if anyone can suggest me any tool.

 Regards,
 Ravi Sagar
 ravisagar.in
 ___
 ilugd mailinglist -- ilugd@lists.linux-delhi.org
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Next Event: http://freed.in - February 22/23, 2008
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
 http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - February 22/23, 2008
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] [Freed] Trouble Ticket Management System

2008-01-28 Thread Raj Mathur
On Tuesday 29 Jan 2008, [EMAIL PROTECTED] wrote:
 Does anyone know which is a good Open-Source based Online Trouble Ticket
 Management System?

 It should have the following.
 - MySQL/php based
 - Separate Login for each client
 - Separate login for each Support executive
 - Client should be assigned to a particular Support executive
 - Preferably some level some escalation (not necessarily)
 - And all other basic features
 - Various kind of Report generation is also desirable

 Would appreciate if anyone can suggest me any tool.

Responding to both lists, please keep replies to the ILUGD mailing list.

I use RT for trouble ticketing.

Regards,

-- Raju
-- 
Raj Mathur[EMAIL PROTECTED]  http://kandalaya.org/
 Freedom in Technology  Software || February 2008 || http://freed.in/
   GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
PsyTrance  Chill: http://schizoid.in/   ||   It is the mind that moves

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - February 22/23, 2008
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Trouble Ticket Management System

2008-01-28 Thread Kristian Erik Hermansen
On Jan 28, 2008 10:31 PM,  [EMAIL PROTECTED] wrote:
 Does anyone know which is a good Open-Source based Online Trouble Ticket
 Management System?

RT, but it doesn't meet all your requirements.  Check here for more...
http://en.wikipedia.org/wiki/Comparison_of_issue_tracking_systems
-- 
Kristian Erik Hermansen
Know something about everything and everything about something.

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - February 22/23, 2008
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] Hurry! 40 free seats left at Delhi, and 80 at B'lore: Open Source India Week 2008

2008-01-28 Thread Niraj Sahay
Dear Open Source Enthusiasts,

Open Source India Week (aka LinuxAsia) as part of its community 
initiatives, had released 500 entry tickets (worth Rs 1000 each) for 
FREE. As on date, only 40 FREE seats remain at Delhi and 80 at B'lore!

These FREE Passes entitle registrants to:

1. The Keynote  Star-Speaker sessions
2. The Tech Tracks: (For: (a) IT Developers, (b) IT Administrators and 
(c) FOSS Solutions for the disabled)
3. The Expo

The Dates: Bangalore (11th-12th Feb), Mumbai (13th Feb) and Delhi (14th-15th
Feb).

Register at: http://www.osiweek.com/users/delegatetemp.php

These FREE tickets are applicable for the Bangalore and Delhi chapter, since
at Mumbai, OSIW has not scheduled a TechTrack this year (Mumbai only has a
CXOSummit).

Star Speakers at Open Source India Week
**
Brian Behlendorf, Apache  Collabnet (B'lore and Delhi)
Klaus Knopper, Knoppix (B'lore and Delhi)
David Axmark, MySQL (B'lore and Delhi)
Paul Kangro, Novell (B'lore and Delhi)
Louis Sourez Potts, OpenOffice (Delhi)

For MORE DETAILS on OSIW, go to: www.osiweek.com

Your truly,

Team, OSIW
www.osiweek.com
[EMAIL PROTECTED]

IMP: Make your contribution in growing this Indian Open Source event, by 
distributing this message amongst as many as you can--your LUG members, 
your office colleagues, your bulletin boards, etc.



___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - February 22/23, 2008
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/