Dear all,
I face a problem with the configuration of my WHM server when trying to install Seafile.
It requires to use FastCGI. To do so, I have included a line of
to my custom configuration in /usr/local/apache/conf/userdata/ssl/2_4/user/domain/sf.conf.
Furthermore I enabled the fcgi handler in the PHP and SuExec configuration area.
Nevertheless I get an error when running
What did I do wrong?
Thank you for your feedback,
br,
Connor
I face a problem with the configuration of my WHM server when trying to install Seafile.
It requires to use FastCGI. To do so, I have included a line of
Code:
FastCGIExternalServer /var/www/seahub.fcgi -host 127.0.0.1:8000
Furthermore I enabled the fcgi handler in the PHP and SuExec configuration area.
Nevertheless I get an error when running
Code:
/usr/local/cpanel/bin/build_apache_conf
Code:
Failed to generate a syntactically correct Apache configuration.
Bad configuration file located at /usr/local/apache/conf/httpd.conf.work.7JHdf_LOxS_1eAnJ
Error:
Configuration problem detected on line 1 of file /usr/local/apache/conf/userdata/ssl/2_4/user/domain/sf.conf: Invalid command 'FastCGIExternalServer', perhaps misspelled or defined by a module not included in the server configuration
--- /usr/local/apache/conf/userdata/ssl/2_4/user/domain/sf.conf ---
1 ===> FastCGIExternalServer /var/www/seahub.fcgi -host 127.0.0.1:8000 <===
2
3<VirtualHost *:443>
4
5ServerName seafile.example.eu
6DocumentRoot /home/deubnero/example.eu/seafile
7Alias /media /home/sf/web/seafile-pro-server-4.4.5/seahub/media
--- /usr/local/apache/conf/userdata/ssl/2_4/deubnero/seafile.example.eu/sf.conf ---
Thank you for your feedback,
br,
Connor
Last edited by a moderator: