LiteSpeed Technologies
Download Download     Blog Blog     Wiki Wiki     Forum Forum     Store     Contact Contact    

Go Back   LiteSpeed Support Forums > LiteSpeed Web Server > Install/Configuration > No certificates in /etc/ allowed?

Reply
 
Thread Tools Display Modes
  #1  
Old 08-17-2006, 07:18 AM
andreas andreas is offline
Senior Member
 
Join Date: Aug 2006
Posts: 91
Default No certificates in /etc/ allowed?

Why?

function isDenied($path)
{
$absname = realpath($path);
if ( strncmp( $absname, '/etc/', 5 ) == 0 )
return true;
else
return false;
}
Reply With Quote
  #2  
Old 08-17-2006, 07:40 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
That's for security reason, maybe not necessory. Will take it out.
Reply With Quote
  #3  
Old 09-06-2006, 11:26 AM
tpersen tpersen is offline
New Member
 
Join Date: Sep 2006
Posts: 3
This is still in LSWS 2.2, but for those interested you can easily take out this security check for yourself. The applicable source file for the admin interface is:

/<litespeed_install_dir>/admin/html/admin/scripts/PathTool.php

Find the isDenied function and comment out (or delete) every line except 'return false;' and you won't get that error anymore.
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Method not allowed with POST spectre73 PHP 18 06-12-2007 09:26 AM
new install, virtual host directory not allowed? fusionhosting Install/Configuration 8 09-13-2005 12:55 PM
https connection errors/chained certificates issue SyNeo Install/Configuration 14 09-01-2005 08:35 AM
Chained SSL Certificates ? ktippetts Install/Configuration 6 08-25-2005 02:19 AM
Client Side Certificates bogus Feedback/Feature Requests 3 03-26-2004 10:00 AM


All times are GMT -7. The time now is 10:13 PM.



- Archive - Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved. Privacy Policy.