LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 04-11-2011, 10:25 AM   #1
strimp099
Member
 
Registered: Mar 2004
Location: Chicago
Distribution: Fedora 12
Posts: 56

Rep: Reputation: 15
Apache - Changing port for Godaddy's Simple Control Panel


On Godaddy's Simple Control Panel for their dedicated servers, the URL defaults to https://example.com:9999. I would like to change the location to https://example.com/simplecontrolpanel/.

I have learned the application is called turbopanel. There is a conf file in the apache root with the following:

ServerRoot “/etc/httpd”
Listen 0.0.0.0:80
Listen 0.0.0.0:443

Godaddy says it can be done but will provide no detail. Any thoughts?
 
Old 04-11-2011, 01:57 PM   #2
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,159
Blog Entries: 1

Rep: Reputation: 2021Reputation: 2021Reputation: 2021Reputation: 2021Reputation: 2021Reputation: 2021Reputation: 2021Reputation: 2021Reputation: 2021Reputation: 2021Reputation: 2021
You can setup your ssl vhost, as a ssl reverse proxy for the backend server running on port 9999. Depending on how you've setup the ssl example.com vhost you may try something like this:
Code:
<VirtualHost *:443>
ServerName example.com
--normal SSL stuff--
SSLProxyEngine On
ProxyPreserveHost Off
ProxyRequests Off
ProxyPass /simplecontrolpanel/  https://example.com:9999/
ProxyPassReverse /simplecontrolpanel/ https://example.com:9999/
</VirtualHost>
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Webmin vs Plesk vs GoDaddy Simple Panel at Fedora (comparison) Libertes Fedora 1 01-27-2014 12:13 AM
Changing port 80 to 81 or 8080 in Apache 2.2 kaltwasser Linux - Networking 4 08-12-2006 07:47 AM
changing Apache port GabeF Linux - Networking 5 10-07-2002 03:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 05:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration