RE: Apache stop working after make guide from forum
08-16-2015, 11:51 PM
(This post was last modified: 08-16-2015, 11:54 PM by kini.)
(08-16-2015, 11:37 PM)Ron-e Wrote: Strange.. then i don't know what it is..
Maybe post your httpd-vhosts.conf to take a look at another fault in there?
Have you changed other things in the recent history?
No, i dont touch anything. Before 1 day i install whmcs_module but i remove it.
This is httpd-vhosts.conf
I'm not sure for this: UPDATE x_settings SET so_value_tx='NULL', so_defvalues_tx='NULL' WHERE so_id_pk='87';
My second dedicated server is with sentora 1.0.3, but now i try to fix this problem in 1.0.0 version. What is the function id in mysql table on 1.0.0 version (id 87 - is on 1.0.3).?
Code:
<VirtualHost *:80>
ServerAdmin admin@localhost
DocumentRoot "/etc/sentora/panel/"
ServerName domain.com
ErrorLog "/var/sentora/logs/sentora-error.log"
CustomLog "/var/sentora/logs/sentora-access.log" combined
CustomLog "/var/sentora/logs/sentora-bandwidth.log" common
AddType application/x-httpd-php .php
<Directory "/etc/sentora/panel/">
Options +FollowSymLinks -Indexes
AllowOverride All
Require all granted
</Directory>
# Custom settings are loaded below this line (if any exist)
</VirtualHost> <--- i added this here now because i see file from another my dedicated server with fresh install
################################################################
# Sentora generated VHOST configurations below.....
################################################################