#1 (permalink)  
Old 05-09-2007, 01:17 AM
Registered User
 
Join Date: Jul 2005
Posts: 24
orware is on a distinguished road
Wink /cpanel not working and /webmail not working

I don't really use /webmail, but I thought I'd include it for the search indexes. However I do use /cpanel alot and having the redirect not work for me is ok, but it's a lot easier to teach people to type in domain.com/cpanel rather than domain.com:2083.

The direct 2082 and 2083 (and whatever the corresponding ports are for the webmail) all work as they should, just these redirects don't.

I did look through the forums already, but it seems like the person who had the problem ended up talking to support about it (I don't think I can file a support request since I get cPanel through my webhost).

If this is a really simple fix just let me know where to go to fix it (or if there's a built-in cPanel script for it). I really don't have any problems fixing things, I just don't know where I need to go to do so.

Thank you,

-Omar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-09-2007, 09:28 AM
Staff
 
Join Date: Jun 2006
Posts: 212
cPanelAlex is on a distinguished road
Omar:

First think to check would be whether this entries exist on your httpd.conf, if they are not simply add them at the bottom of it, save the changes and restart apache:

ScriptAliasMatch ^/cpanel/(.*) /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAlias /cpanel /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAlias /whm /usr/local/cpanel/cgi-sys/whmredirect.cgi
ScriptAlias /securewhm /usr/local/cpanel/cgi-sys/swhmredirect.cgi
ScriptAlias /webmail /usr/local/cpanel/cgi-sys/wredirect.cgi
ScriptAliasMatch ^/webmail/(.*) /usr/local/cpanel/cgi-sys/wredirect.cgi
ScriptAliasMatch ^/kpanel/(.*) /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAlias /controlpanel /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAlias /securecontrolpanel /usr/local/cpanel/cgi-sys/sredirect.cgi
__________________
Alex Villegas
Quality Assurance
cPanel.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-09-2007, 09:55 AM
cPanelDavidG's Avatar
cPanel Technical Sales
 
Join Date: Nov 2006
Location: Houston, TX
Posts: 7,995
cPanelDavidG is on a distinguished road
FWIW, I know an issue similar to this one was resolved in cPanel 11.2.1 build 11631.
__________________
Want our technical analysts to login to your server to assist you? You can contact our technical analysts at: http://tickets.cPanel.net/submit
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-09-2007, 12:38 PM
Registered User
 
Join Date: Jul 2005
Posts: 24
orware is on a distinguished road
Wink /cpanel and /webmail now working

Thanks guys! Alex's fix worked perfectly.

Currently I'm running build 11817...I don't know if the newer builds would have corrected the issue or not, but it was an easy enough fix.

Thanks again!

-Omar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-09-2007, 12:55 PM
Staff
 
Join Date: Jun 2006
Posts: 212
cPanelAlex is on a distinguished road
Omar:

Not a problem. Always glad to be of assistance.
__________________
Alex Villegas
Quality Assurance
cPanel.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 05-09-2007, 01:11 PM
Registered User
 
Join Date: May 2007
Posts: 5
sessiz2008 is on a distinguished road
/cpanel not working and /webmail not working

hi;
my server /cpanel not working and /webmail not working

my httpd.conf ;

ErrorDocument 400 /400.shtml
ErrorDocument 401 /401.shtml
ErrorDocument 403 /403.shtml
ErrorDocument 404 /404.shtml
ErrorDocument 500 /500.shtml
ScriptAlias /cgi-sys/ /usr/local/cpanel/cgi-sys/
Alias /sys_cpanel/ /usr/local/cpanel/sys_cpanel/
Alias /java-sys/ /usr/local/cpanel/java-sys/
Alias /img-sys/ /usr/local/cpanel/img-sys/
Alias /akopia/ /usr/local/cpanel/3rdparty/interchange/share/akopia/
Alias /neo-images/ /usr/local/cpanel/base/neomail/neo-images/
ScriptAliasMatch ^/cpanel/(.*) /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAlias /cpanel /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAlias /whm /usr/local/cpanel/cgi-sys/whmredirect.cgi
ScriptAlias /securewhm /usr/local/cpanel/cgi-sys/swhmredirect.cgi
ScriptAlias /webmail /usr/local/cpanel/cgi-sys/wredirect.cgi
ScriptAliasMatch ^/webmail/(.*) /usr/local/cpanel/cgi-sys/wredirect.cgi
ScriptAliasMatch ^/kpanel/(.*) /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAlias /controlpanel /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAlias /securecontrolpanel /usr/local/cpanel/cgi-sys/sredirect.cgi
Alias /mailman/archives/ /usr/local/cpanel/3rdparty/mailman/archives/public/
ScriptAlias /mailman/ /usr/local/cpanel/3rdparty/mailman/cgi-bin/
Alias /pipermail/ /usr/local/cpanel/3rdparty/mailman/archives/public/
Alias /interchange/ /usr/local/cpanel/3rdparty/interchange/share/interchange/
Alias /interchange-5/ /usr/local/cpanel/3rdparty/interchange/share/interchange-5/


can you help me please ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-09-2007, 03:12 PM
Staff
 
Join Date: Jun 2006
Posts: 212
cPanelAlex is on a distinguished road
sessiz2008 :

Please feel free to open a support ticket and we will take a look at it for you and troubleshoot it accordingly.
__________________
Alex Villegas
Quality Assurance
cPanel.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 05-09-2007, 06:33 PM
Registered User
 
Join Date: Feb 2005
Posts: 147
pshepperd is on a distinguished road
I am having this same problem after upgrading to latest "Current" build.

I have a vps from a datacenter and as such am not eligable to open a support request. The above mentioned fixes did not solve the problem.

Apache is running however the directory aliases are not working.

Any additional thoughts from anyone?

Just wondering if there is a quick fix before I start working on this in great depth.

Thanks in advance.
__________________
- Paul Shepperd
4 years cpanel exp. 6 years linux exp. 8 years security exp.
6 years corporate startup/small business exp.
If I responded, and you want to IM me you can do so, not saying I will for sure have time to help, but my aim is public, thats what its there for. My email is: ME @ pshepperd.com
" Life is short, make money, and have a good time, live every day to its fullest."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-09-2007, 08:27 PM
Registered User
 
Join Date: May 2004
Posts: 43
greetingsc
Are you requiring SSL (option in tweak settings)?

If so, I had a similar problem where just the ssl wasn't working. Easily fixed by regenerating the main server certificate - something must have gotten out of whack during the upgrade to v11.

Hope this helps,
Michael
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 05-11-2007, 06:18 PM
Registered User
 
Join Date: Mar 2003
Posts: 411
jeroman8
Same problem here!

Build C11862

redirect does not work ( /cpanel, /whm, /webamail)

Page not found
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

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 -5. The time now is 06:50 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© cPanel Inc