View Single Post
  #8  
Old 04-08-2012, 04:47 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,226
the error
2012-04-07 07:07:06.986 [ERROR] [/usr/local/lsws/conf/httpd_config.xml:4] not well-formed (invalid token)
is because in line 4:
<adminEmails>xxxxxx^[</adminEmails>
after delete ^[, i.e., change to
<adminEmails>xxxxxx</adminEmails>
all becomes ok.
Reply With Quote