Websites not reachable on my VPS anymore

graffx

Verified User
Joined
Dec 7, 2020
Messages
48
Hi there, I have an urgent issue.

I have updated some software on my VPS and now the websites are not reachable anymore. when using :2222 DA is reachable.
I think I have to restart some process. AFAIK I've only updated Apache, LetsEncrypt and DirectAdmin with CustomBuild.
DirectAdmin works, FTP works, just can't connect to my websites.
I have not much knowledge about Console and wonder if anyone can help me out here.
 
Last edited:
Seems Apache is not running. When I try to Start httpd I get:

An error has occurred​

/usr/bin/systemctl start httpd.service 2>&1

I think the log says:
[Tue Jun 29 10:57:11.528876 2021] [proxy_fcgi:error] [pid 2285989:tid 140321253869312] [client 185.90.59.42:40676] AH01071: Got error 'Primary script unknown'
 
connect console with root access and type
Code:
service httpd status -l
Post output here
(Don't post any sensitive data)

if print something like "UNIT_PROXY" there have relate thread to fix that error
 
move it to here
 
Thanks, that seems to fix it.

/usr/local/directadmin/directadmin p
cd /usr/local/directadmin/custombuild
./build rewrite_confs
./build update
./build apache
 
Back
Top