I installed ProcessWire on a LiteSpeed server recently. Until now I don´t se any issues. I know that only Apache is supported, but apparently PW runs smoothly on LiteSpeed as well. Anyone else tried this out?
ProcessWire on LiteSpeed Web Server?
Started by Peter, Apr 19 2012 04:44 PM
4 replies to this topic
#2
Posted 20 April 2012 - 08:11 AM
I don't know enough about LiteSpeed to say what issues there might be, so my reply is more general purpose and applicable to other servers like nginx or IIS. If everything appears to be working properly with ProcessWire, then the only remaining concern would be security. ProcessWire's .htaccess file is used to keep prying eyes out of some directories and files. Try to access these things in your web browser:
/site/templates/basic-page.php
/site/assets/logs/errors.txt
/wire/core/Page.php
/site/modules/Helloworld.module
/wire/modules/Process/ProcessPageEdit/ProcessPageEdit.module
You should get either a 403 (Forbidden) or a 404 (Not Found) when you try to access any of these. This is kind of a random sampling of stuff, but should answer the question as to whether LiteSpeed is translating the blocked directories/files properly. If it is not, that would be a real security problem, so we'd need to figure out how to block LiteSpeed from allowing access.
/site/templates/basic-page.php
/site/assets/logs/errors.txt
/wire/core/Page.php
/site/modules/Helloworld.module
/wire/modules/Process/ProcessPageEdit/ProcessPageEdit.module
You should get either a 403 (Forbidden) or a 404 (Not Found) when you try to access any of these. This is kind of a random sampling of stuff, but should answer the question as to whether LiteSpeed is translating the blocked directories/files properly. If it is not, that would be a real security problem, so we'd need to figure out how to block LiteSpeed from allowing access.
#3
Posted 20 April 2012 - 09:49 AM
I get a 403 (forbidden) for all of them.
Seems like LiteSpeed is taking care of the security issues:
- Only LiteSpeed supports .htaccess with Apache compatibility.
- Only LiteSpeed has a rewrite engine compatible with Apache mod_rewrite.
- Only LiteSpeed has request filtering compatible with Apache mod_security
- Only LiteSpeed can work flawlessly with control panels written for Apache
Source:
http://www.litespeed...eb-hosting.html
-Peter
Seems like LiteSpeed is taking care of the security issues:
- Only LiteSpeed supports .htaccess with Apache compatibility.
- Only LiteSpeed has a rewrite engine compatible with Apache mod_rewrite.
- Only LiteSpeed has request filtering compatible with Apache mod_security
- Only LiteSpeed can work flawlessly with control panels written for Apache
Source:
http://www.litespeed...eb-hosting.html
-Peter
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users












