503 error trying to access admin server

#1
Just completed installation. Ran install as root, put into a system directory , and server runs as 'nobody'. Error comes up when I try to log in (the initial Welcome the Web administration page comes up fine.)
What can I do to troubleshoot this?
 

xing

LiteSpeed Staff
#2
1) Which platform are you using?

2) Please check /lswsinstall/logs/ and /lswsinstall/admin/logs/ directories for errors. Let us know what error entries are logged so we can narrow down the problem.
 
#3
Same here,

OS X 10.3.9, Litespeed-2.1.17 (Standard)

From the logs (stderr.log):
Code:
dyld: admin_php Undefined symbols:
admin_php undefined reference to _statvfs expected to be defined in /usr/lib/libSystem.B.dylib
 

xing

LiteSpeed Staff
#4
Zhesto, are the problem present in 2.1.16 or is this new for 2.1.17?

Please note our OS X PPC/Intel binaries are built with Apple's 10.4 dev tools.
 
#5
xing said:
Zhesto, are the problem present in 2.1.16 or is this new for 2.1.17?
Can tell you after several hours (haven't my OS X 10.3 system now).

xing said:
Please note our OS X PPC/Intel binaries are built with Apple's 10.4 dev tools.
litespeed-2.1.17 working without any problems on OS X 10.4, so maybe it's something 10.3 specific.
 

mistwang

LiteSpeed Staff
#6
The problem should in the lsphp binary we built on OS X 10.4, you build your own lsphp binary to fix the problem on 10.3, just over write lsws/admin/fcgi-bin/admin_php with your own PHP binary using LSAPI.
 
Top