(04-17-2025, 11:45 AM)noahharold Wrote: It sounds like you're facing a common issue with Apache not starting due to a configuration error in the httpd-vhosts.conf file. To resolve this, try the following steps:
Check the error logs: Look at the Apache error log (/var/log/apache2/error.log) for specific error messages that could guide you to the exact problem.
Edit the configuration file: If the issue is with the php_admin_value line, ensure that the path to sentora.rules is correct and accessible. You might want to comment out that line temporarily to see if Apache starts without it.
Regenerate the config file: If you can't start Apache to regenerate the file, you might need to manually create a backup of the current configuration and then restore the default configuration files from the Sentora installation.
Restart Apache: After making changes, try restarting Apache with sudo systemctl restart apache2.
If you're still having issues, please share any error messages from the logs for further assistance. Good luck!
I've installed this on a Debian server to test it. Had some problems but manged to get it sorted. Seems to be working well on Debian 12.Thanks for all your help.