The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Special Forums > Web Programming, Web 2.0 and Mashups
.
google unix.com



Web Programming, Web 2.0 and Mashups Discuss Web Programming and Web Server Administration, including LAMP, Apache, MySQL, Flash, HTML, SEO, Mashups and other Web APIs and topics.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Ajaxterm works, but I can't get correct settings :( mewbie UNIX for Dummies Questions & Answers 0 06-29-2009 08:14 AM
help configuring Ajaxterm wosis UNIX for Dummies Questions & Answers 1 06-16-2009 10:49 AM
problem configuring Ajaxterm wosis UNIX for Dummies Questions & Answers 1 05-28-2009 10:09 AM
to stop the website hosted in apache ux server kishan HP-UX 1 04-09-2008 08:50 AM

Reply
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 07-13-2009
nitin's Avatar
nitin nitin is offline
Registered User
  
 

Join Date: Aug 2001
Location: Toronto, ON
Posts: 88
Ajaxterm in a website on apache

Hi All,
I'm trying to get ajaxterm hosted on a website. The site is already running. I just want to add ajaxterm link to it with SSL of course. So far I've not been successful. I kinda got it running but with out SSL. Not good enough!
Also, I already have configured SSL and I can access some of the link via https. Anyhow this what I've been trying to do:
Code:
<VirtualHost term.mysite.org:80>
ServerName term.mysite.org
Redirect 301 / https://www.mysite.org/
CustomLog /var/log/term_access.log combined
ErrorLog /var/log/term_error.log

</VirtualHost>

<VirtualHost 172.XX.XX.100:443>
        DocumentRoot /xapache/htdocs/
        ServerName www.mysite.org
        ErrorLog /var/log/error.log

        SSLEngine on
        SSLProtocol all
        SSLVerifyClient none
        SSLCertificateFile /xapache/secure/mycert.pem
        SSLCertificateKeyFile /xapache/secure/mykey.pem
        SSLCACertificatePath /xapache/secure
        SSLCACertificateFile /xapache/secure/my_certificate.pem

ProxyRequests Off
<proxy *>
       AuthType Basic
       AuthName "Special Access"
       AuthUserFile /xapache/secure/luser
       Require user luser
       Order deny,allow
       Allow from all
</proxy>
ProxyPass / http://localhost:8022/
ProxyPassReverse / http://localhost:8022/
</VirtualHost>
Any help will be greatly appreciated.

Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 10:12 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0