Hi all,
Today I did
sh /script/upcp
on my server and after that I've got series of errors when starting apache (httpd service).
The problem was in httpd.conf and ~lxcenter.conf file but when I rebooted the server it gave me this error:
Starting httpd: Syntax error on line 3 of /opt/configs/apache/conf/defaults/init.conf:
Invalid command 'Define', perhaps misspelled or defined by a module not included in the server configuration
And, on that line and after there is this code:
### begin - web of initial - do not remove/modify this line
Define global::port 80
Define global::portssl 443
Define global::ip *
Listen ${global::ip}:${global::port}
Listen ${global::ip}:${global::portssl}
<IfVersion < 2.4>
NameVirtualHost ${global::ip}:${global::port}
NameVirtualHost ${global::ip}:${global::portssl}
</IfVersion>
.........
So, for some reason Define is not working.
I tried to replace all variables with fixed numbers and then it passes that error but gives the error that the ports are already in use.
The strange thing is that I'm now on KloxoMR 7.0.0.b-2014082002 and it's not listed anywhere on the web O_o
I'm using testing repo, but as I know 6.5.xxx is last version.
Any advice on what should I do?
And btw, none of my websites and apps are currently working, so I need help as soon as possible.

I'm thinking on reinstalling everything from scratch, but if there is any chance that I can fix thing, it would be awesome as it would took a lot of time to set everything up

Thanks for any help