Installation Error

#1
Well i brought license yesterday and today i tried installing using trial license but at the end i receive this error :(
Code:
2011-06-27 12:09:06.151 [ERROR] [/usr/local/lsws/conf/httpd_config.xml:1] no element found
2011-06-27 12:09:06.151 [ERROR] [/usr/local/lsws/conf/httpd_config.xml:1] no element found
2011-06-27 12:09:06.152 [ERROR] [/usr/local/lsws/conf/httpd_config.xml:1] no element found
Can't determine the Home of LiteSpeed Web Server, exit!
[ERROR] Failed to start litespeed!
litespeed: no process killed
2011-06-27 12:09:21.739 [ERROR] [/usr/local/lsws/conf/httpd_config.xml:1] no element found
2011-06-27 12:09:21.739 [ERROR] [/usr/local/lsws/conf/httpd_config.xml:1] no element found
2011-06-27 12:09:21.739 [ERROR] [/usr/local/lsws/conf/httpd_config.xml:1] no element found
Can't determine the Home of LiteSpeed Web Server, exit!
[ERROR] Failed to start litespeed!

[ERROR] Failed to start the web server. For trouble shooting information,
        please refer to documents in "/usr/local/lsws/docs/".
I m using Lxadmin as control Panel and i tried installing using both PHP suexec enabled and disabled , but none working :(
 
Last edited:
#8
well i did it manually ,

you got any idea to solve the below problem
Code:
2011-06-27 16:22:05.313	WARN	[] can't set 'Forced Type', undefined MIME Type handler/x-httpd-php
2011-06-27 16:22:05.314	WARN	[] can't set 'Forced Type', undefined MIME Type handler/x-httpd-php
2011-06-27 16:22:11.441	ERROR	[HTAccess] Failed to open [/home/admin/wpden/.htaccess]: Permission denied
 

webizen

Well-Known Member
#9
check ownership/permission of /home/admin/wpden/.htaccess make sure it is owned by the right user. do the following and make sure ownership is the same.
ls -l /home/admin/wpden/.htaccess
ls -ld /home/admin/wpden/
Regarding undefined MIME Type warning, make sure you have php handler defined in script handler (admin cp -> server -> script handler).

you got any idea to solve the below problem
Code:
2011-06-27 16:22:05.313	WARN	[] can't set 'Forced Type', undefined MIME Type handler/x-httpd-php
2011-06-27 16:22:05.314	WARN	[] can't set 'Forced Type', undefined MIME Type handler/x-httpd-php
2011-06-27 16:22:11.441	ERROR	[HTAccess] Failed to open [/home/admin/wpden/.htaccess]: Permission denied
 
#10
check ownership/permission of /home/admin/wpden/.htaccess make sure it is owned by the right user. do the following and make sure ownership is the same.


Regarding undefined MIME Type warning, make sure you have php handler defined in script handler (admin cp -> server -> script handler).
well i have seen the handlers check the below image for it, and regarding .htaccess problem i have saw this in PuTtY

Code:
[root@star ~]# ls -l /home/admin/wpden/.htaccess
-rw-r--r-- 1 admin admin 10148 Jun 27 16:04 /home/admin/wpden/.htaccess
[root@star ~]# ls -ld /home/admin/wpden/
drwxr-xr-x 6 admin apache 4096 Jun 27 16:04 /home/admin/wpden/
 

Attachments

Top